Trace number 1716423

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 1098.62 554.031

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark387.769
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

Solver Data

0.00/0.00	c Parsing...
0.00/0.73	c ==============================================================================
0.00/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.73	c ==============================================================================
0.00/0.73	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
5.78/5.85	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
5.78/5.85	c ==============================================================================
5.78/5.85	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
5.78/5.85	c CPU time:   5.63314 s
5.78/5.85	c ==============================================================================
1098.57/554.00	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1098.57/554.00	c ============================[ Problem Statistics ]=============================
1098.57/554.00	c |                                                                             |
1098.57/554.00	c threadId              : 1
1098.57/554.00	c restarts              : 1669
1098.57/554.00	c conflicts             : 597333         (547 /sec)
1098.57/554.00	c decisions             : 771343         (0.74 % random) (706 /sec)
1098.57/554.00	c propagations          : 608225631      (557009 /sec)
1098.57/554.00	c conflict literals     : 15739709       (46.52 % deleted)
1098.57/554.00	c Memory used           : 104.04 MB
1098.57/554.00	c CPU time              : 1091.95 s
1098.57/554.00	
1098.57/554.00	c --->m=2, e=8, aimd=1, HOME/21033_many.cnf	time: 545.975	conflicts: 597333       
1098.57/554.01	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716423-1240615482/watcher-1716423-1240615482 -o /tmp/evaluation-result-1716423-1240615482/solver-1716423-1240615482 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716423-1240615482.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 2/64 21033
/proc/meminfo: memFree=1597896/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) R 21031 21033 20650 0 -1 4194304 231 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 198 1992294400 4194304 4889804 548682068784 18446744073709551615 244276695777 0 0 4100 0 0 0 0 17 1 0 0
/proc/21033/statm: 1339 204 168 169 0 50 0

[startup+0.0341291 s]
/proc/loadavg: 0.92 0.97 0.99 2/64 21033
/proc/meminfo: memFree=1597896/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101131 s]
/proc/loadavg: 0.92 0.97 0.99 2/64 21033
/proc/meminfo: memFree=1597896/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301154 s]
/proc/loadavg: 0.92 0.97 0.99 2/64 21033
/proc/meminfo: memFree=1597896/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.7012 s]
/proc/loadavg: 0.92 0.97 0.99 2/64 21033
/proc/meminfo: memFree=1597896/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5013 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 21035
/proc/meminfo: memFree=1515256/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
[pid=21035] ppid=21033 vsize=99556 CPUtime=1.48
/proc/21035/stat : 21035 (SatElite) R 21033 21033 20650 0 -1 4194304 23563 0 0 0 135 13 0 0 25 0 1 0 89574460 101945344 21763 1992294400 134512640 135034092 4294956096 18446744073709551615 134566547 0 0 4096 3 0 0 0 17 1 0 0
/proc/21035/statm: 24889 21763 68 127 0 24759 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104912

[startup+3.10148 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 21035
/proc/meminfo: memFree=1504824/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
[pid=21035] ppid=21033 vsize=110052 CPUtime=3.08
/proc/21035/stat : 21035 (SatElite) R 21033 21033 20650 0 -1 4194304 26299 0 0 0 293 15 0 0 25 0 1 0 89574460 112693248 24099 1992294400 134512640 135034092 4294956096 18446744073709551615 134582423 0 0 4096 3 0 0 0 17 0 0 0
/proc/21035/statm: 27513 24099 68 127 0 27383 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115408

[startup+6.30286 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 21035
/proc/meminfo: memFree=1502144/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 89574459 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 235 195 169 0 50 0
[pid=21035] ppid=21033 vsize=106572 CPUtime=6.28
/proc/21035/stat : 21035 (SatElite) R 21033 21033 20650 0 -1 4194304 36890 0 0 0 605 23 0 0 25 0 1 0 89574460 109129728 23040 1992294400 134512640 135034092 4294956096 18446744073709551615 134755426 0 0 4096 3 0 0 0 17 1 0 0
/proc/21035/statm: 26643 23040 68 127 0 26513 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111928

[startup+12.7026 s]
/proc/loadavg: 1.16 1.02 1.01 3/67 21037
/proc/meminfo: memFree=1535224/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=63816 CPUtime=12.11
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 12731 0 0 0 1194 17 0 0 20 0 2 0 89575092 65347584 12676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 15954 12676 83 193 0 15758 0
[pid=21036/tid=21037] ppid=21033 vsize=63816 CPUtime=5.8
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 547 0 0 0 574 6 0 0 20 0 2 0 89575139 65347584 12676 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.41
Current children cumulated vsize (KiB) 69172

[startup+25.5011 s]
/proc/loadavg: 1.29 1.05 1.02 3/67 21037
/proc/meminfo: memFree=1534776/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=64268 CPUtime=37.66
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 12908 0 0 0 3748 18 0 0 25 0 2 0 89575092 65810432 12853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 16067 12853 83 193 0 15871 0
[pid=21036/tid=21037] ppid=21033 vsize=64268 CPUtime=18.54
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 629 0 0 0 1848 6 0 0 20 0 2 0 89575139 65810432 12853 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.96
Current children cumulated vsize (KiB) 69624

[startup+51.1011 s]
/proc/loadavg: 1.53 1.13 1.04 3/67 21037
/proc/meminfo: memFree=1531576/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=67036 CPUtime=88.72
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 13717 0 0 0 8854 18 0 0 20 0 2 0 89575092 68644864 13662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 16759 13662 83 193 0 16563 0
[pid=21036/tid=21037] ppid=21033 vsize=67036 CPUtime=44.03
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 1018 0 0 0 4397 6 0 0 25 0 2 0 89575139 68644864 13662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.02
Current children cumulated vsize (KiB) 72392

[startup+102.305 s]
/proc/loadavg: 1.81 1.27 1.09 3/67 21037
/proc/meminfo: memFree=1527224/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=72204 CPUtime=190.9
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 14771 0 0 0 19070 20 0 0 22 0 2 0 89575092 73936896 14716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 18051 14716 83 193 0 17855 0
[pid=21036/tid=21037] ppid=21033 vsize=72204 CPUtime=95.03
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 1527 0 0 0 9496 7 0 0 25 0 2 0 89575139 73936896 14716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.2
Current children cumulated vsize (KiB) 77560

[startup+162.302 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 21037
/proc/meminfo: memFree=1522104/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=78400 CPUtime=310.62
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 16076 0 0 0 31039 23 0 0 21 0 2 0 89575092 80281600 16021 1992294400 134512640 135305190 4294956144 18446744073709551615 134531078 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 19600 16021 83 193 0 19404 0
[pid=21036/tid=21037] ppid=21033 vsize=78400 CPUtime=154.78
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 2103 0 0 0 15470 8 0 0 16 0 2 0 89575139 80281600 16021 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.92
Current children cumulated vsize (KiB) 83756

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 21037
/proc/meminfo: memFree=1518968/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=80880 CPUtime=430.36
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 16828 0 0 0 43012 24 0 0 25 0 2 0 89575092 82821120 16773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 20220 16773 83 193 0 20024 0
[pid=21036/tid=21037] ppid=21033 vsize=80880 CPUtime=214.55
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 2555 0 0 0 21446 9 0 0 25 0 2 0 89575139 82821120 16773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 436.66
Current children cumulated vsize (KiB) 86236

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 21037
/proc/meminfo: memFree=1513720/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=86568 CPUtime=550.08
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 18131 0 0 0 54982 26 0 0 25 0 2 0 89575092 88645632 18076 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 21642 18076 83 193 0 21446 0
[pid=21036/tid=21037] ppid=21033 vsize=86568 CPUtime=274.31
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 3170 0 0 0 27421 10 0 0 25 0 2 0 89575139 88645632 18076 1992294400 134512640 135305190 4294956144 18446744073709551615 134558427 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 556.38
Current children cumulated vsize (KiB) 91924

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 21037
/proc/meminfo: memFree=1508216/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=92112 CPUtime=669.82
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 19527 0 0 0 66954 28 0 0 25 0 2 0 89575092 94322688 19457 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 23028 19457 83 193 0 22832 0
[pid=21036/tid=21037] ppid=21033 vsize=92112 CPUtime=334.07
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 3785 0 0 0 33397 10 0 0 25 0 2 0 89575139 94322688 19457 1992294400 134512640 135305190 4294956144 18446744073709551615 134530572 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 676.12
Current children cumulated vsize (KiB) 97468

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 21037
/proc/meminfo: memFree=1505656/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=95468 CPUtime=789.55
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 20164 0 0 0 78926 29 0 0 25 0 2 0 89575092 97759232 20094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 23867 20094 83 193 0 23671 0
[pid=21036/tid=21037] ppid=21033 vsize=95468 CPUtime=393.84
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 4147 0 0 0 39373 11 0 0 25 0 2 0 89575139 97759232 20094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 795.85
Current children cumulated vsize (KiB) 100824

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 21037
/proc/meminfo: memFree=1496504/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=105176 CPUtime=909.28
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22444 0 0 0 90895 33 0 0 18 0 2 0 89575092 107700224 22374 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26294 22374 83 193 0 26098 0
[pid=21036/tid=21037] ppid=21033 vsize=105176 CPUtime=453.58
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5312 0 0 0 45346 12 0 0 25 0 2 0 89575139 107700224 22374 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 915.58
Current children cumulated vsize (KiB) 110532

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 21037
/proc/meminfo: memFree=1496184/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=105676 CPUtime=1029.03
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22513 0 0 0 102870 33 0 0 25 0 2 0 89575092 108212224 22443 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26419 22443 83 193 0 26223 0
[pid=21036/tid=21037] ppid=21033 vsize=105676 CPUtime=513.35
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5351 0 0 0 51323 12 0 0 25 0 2 0 89575139 108212224 22443 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1035.33
Current children cumulated vsize (KiB) 111032

Solver just ended. Dumping a history of the last processes samples

[startup+537.501 s]
/proc/loadavg: 1.99 1.82 1.41 3/67 21037
/proc/meminfo: memFree=1495800/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106088 CPUtime=1059.36
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22605 0 0 0 105903 33 0 0 25 0 2 0 89575092 108634112 22535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26522 22535 83 193 0 26326 0
[pid=21036/tid=21037] ppid=21033 vsize=106088 CPUtime=528.49
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5382 0 0 0 52837 12 0 0 25 0 2 0 89575139 108634112 22535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1065.66
Current children cumulated vsize (KiB) 111444

[startup+543.903 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 21037
/proc/meminfo: memFree=1495672/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106088 CPUtime=1072.13
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22629 0 0 0 107180 33 0 0 25 0 2 0 89575092 108634112 22559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26522 22559 83 193 0 26326 0
[pid=21036/tid=21037] ppid=21033 vsize=106088 CPUtime=534.87
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5389 0 0 0 53475 12 0 0 21 0 2 0 89575139 108634112 22559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1078.43
Current children cumulated vsize (KiB) 111444

[startup+550.302 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1084.9
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 108457 33 0 0 25 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=541.24
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54112 12 0 0 16 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1091.2
Current children cumulated vsize (KiB) 111892

[startup+551.903 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1088.09
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 108776 33 0 0 17 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134529393 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=542.84
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54272 12 0 0 17 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1094.39
Current children cumulated vsize (KiB) 111892

[startup+552.703 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1089.68
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 108935 33 0 0 17 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=543.63
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54351 12 0 0 18 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1095.98
Current children cumulated vsize (KiB) 111892

[startup+553.502 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1091.27
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 109094 33 0 0 18 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=544.43
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54431 12 0 0 19 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1097.57
Current children cumulated vsize (KiB) 111892

[startup+553.902 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1092.07
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 109174 33 0 0 19 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=544.83
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54471 12 0 0 20 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1098.37
Current children cumulated vsize (KiB) 111892

[startup+554.002 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 21037
/proc/meminfo: memFree=1495544/2055920 swapFree=4169492/4192956
[pid=21033] ppid=21031 vsize=5356 CPUtime=6.3
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 20650 0 -1 4194304 312 36892 0 0 0 0 606 24 19 0 1 0 89574459 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21033/statm: 1339 238 195 169 0 50 0
[pid=21036] ppid=21033 vsize=106536 CPUtime=1092.27
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194304 22669 0 0 0 109194 33 0 0 19 0 2 0 89575092 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21036/statm: 26634 22599 83 193 0 26438 0
[pid=21036/tid=21037] ppid=21033 vsize=106536 CPUtime=544.93
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 20650 0 -1 4194368 5419 0 0 0 54481 12 0 0 20 0 2 0 89575139 109092864 22599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1098.57
Current children cumulated vsize (KiB) 111892

Child status: 20
Real time (s): 554.031
CPU time (s): 1098.62
CPU user time (s): 1098.01
CPU system time (s): 0.610907
CPU usage (%): 198.297
Max. virtual memory (cumulated for all children) (KiB): 121196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1098.01
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1546
involuntary context switches= 8208

runsolver used 0.51992 second user time and 1.50277 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 01:24:43
IDJOB=1716423
IDBENCH=20379
IDSOLVER=514
FILE ID=node63/1716423-1240615482
PBS_JOBID= 9186257
Free space on /tmp= 66324 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716423-1240615482/watcher-1716423-1240615482 -o /tmp/evaluation-result-1716423-1240615482/solver-1716423-1240615482 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716423-1240615482.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED=1150673734

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1598376 kB
Buffers:         49924 kB
Cached:         321736 kB
SwapCached:      17640 kB
Active:         130192 kB
Inactive:       261896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598376 kB
SwapTotal:     4192956 kB
SwapFree:      4169492 kB
Dirty:           16736 kB
Writeback:           0 kB
Mapped:          14880 kB
Slab:            51300 kB
Committed_AS:   444412 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node63 at 2009-04-25 01:33:57