Trace number 428747

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, and are wall clock time (not CPU 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
minimarch 2007-04-26 (fixed)? (TO) 1200.08 1200.52

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  8319                                                 |
0.00/0.00	|  Number of clauses:    80958                                                |
0.29/0.34	|  Parsing time:         0.33         s                                       |
1.00/1.10	============================[ Search Statistics ]==============================
1.00/1.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.10	===============================================================================
1.00/1.10	|         0 |    8060    67160   240471 |    22386        0    nan |  0.000 % |
1.10/1.12	|       100 |    8060    67160   240471 |    24625      100      7 |  3.089 % |
1.10/1.18	|       251 |    8060    67160   240471 |    27087      251     11 |  3.089 % |
1.29/1.34	|       477 |    8060    67160   240471 |    29796      477     25 |  3.089 % |
1.69/1.76	|       815 |    8060    67160   240471 |    32776      815     46 |  3.089 % |
2.20/2.23	|      1321 |    8060    67160   240471 |    36053     1321     49 |  3.089 % |
2.99/3.07	|      2080 |    8060    67160   240471 |    39659     2080     67 |  3.089 % |
4.29/4.35	|      3219 |    8060    67160   240471 |    43625     3219     76 |  3.089 % |
6.39/6.41	|      4927 |    8060    67160   240471 |    47987     4927     86 |  3.089 % |
15.49/15.58	|      7490 |    8060    67160   240471 |    52786     7490     83 |  3.089 % |
22.88/22.97	|     11334 |    8060    67160   240471 |    58065    11334     87 |  3.089 % |
38.48/38.50	|     17100 |    8060    67160   240471 |    63871    17100     84 |  3.089 % |
67.97/68.09	|     25750 |    8060    67160   240471 |    70258    25750     89 |  3.089 % |
94.66/94.74	|     38726 |    8060    67160   240471 |    77284    38726     91 |  3.089 % |
145.05/145.13	|     58188 |    8060    67160   240471 |    85013    58188     90 |  3.089 % |
201.74/201.85	|     87382 |    8060    67160   240471 |    93514    87382     87 |  3.089 % |
349.70/349.82	|    131171 |    8060    67160   240471 |   102866    50904     74 |  3.089 % |
602.63/602.81	|    196855 |    8058    67144   240419 |   113152    23927     81 |  3.125 % |
930.02/930.44	|    295381 |    8055    67120   240341 |   124468    21526     69 |  3.149 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-428747-1177742902 -o ROOT/results/node1/solver-428747-1177742902 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428747-1177742902/minimarch_fixed /tmp/evaluation/428747-1177742902/instance-428747-1177742902.cnf 

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): 2400 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: 1.00 1.00 1.00 3/77 15618
/proc/meminfo: memFree=1556800/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=2440 CPUtime=0
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 250328054 2498560 504 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553798 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 610 505 49 132 0 475 0

[startup+0.025435 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15618
/proc/meminfo: memFree=1556800/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=3612 CPUtime=0.02
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 779 0 0 0 2 0 0 0 18 0 1 0 250328054 3698688 765 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 903 765 51 132 0 768 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3612

[startup+0.101444 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15618
/proc/meminfo: memFree=1556800/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=6412 CPUtime=0.09
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 1447 0 0 0 9 0 0 0 18 0 1 0 250328054 6565888 1432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 1603 1432 51 132 0 1468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6412

[startup+0.301467 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15618
/proc/meminfo: memFree=1556800/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=8764 CPUtime=0.29
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2061 0 0 0 28 1 0 0 19 0 1 0 250328054 8974336 2046 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2191 2046 51 132 0 2056 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8764

[startup+0.701514 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15618
/proc/meminfo: memFree=1556800/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=9340 CPUtime=0.69
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2148 0 0 0 68 1 0 0 23 0 1 0 250328054 9564160 2133 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2335 2133 63 132 0 2200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9340

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1548088/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=8384 CPUtime=1.49
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2251 0 0 0 148 1 0 0 25 0 1 0 250328054 8585216 1993 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2096 1993 68 132 0 1961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8384

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1548728/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=8384 CPUtime=3.09
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2251 0 0 0 308 1 0 0 25 0 1 0 250328054 8585216 1993 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557301 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2096 1993 68 132 0 1961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8384

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1548600/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=8648 CPUtime=6.29
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2287 0 0 0 628 1 0 0 25 0 1 0 250328054 8855552 2029 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2162 2029 68 132 0 2027 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8648

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1548024/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=9228 CPUtime=12.69
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2443 0 0 0 1267 2 0 0 25 0 1 0 250328054 9449472 2185 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2307 2185 68 132 0 2172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9228

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1545976/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=11384 CPUtime=25.48
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 2970 0 0 0 2546 2 0 0 25 0 1 0 250328054 11657216 2712 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 2846 2712 68 132 0 2711 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11384

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1542904/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=14424 CPUtime=51.07
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 3741 0 0 0 5103 4 0 0 25 0 1 0 250328054 14770176 3483 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557939 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 3606 3483 68 132 0 3471 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14424

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1533752/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=23664 CPUtime=102.27
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 6018 0 0 0 10220 7 0 0 25 0 1 0 250328054 24231936 5760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 5916 5760 68 132 0 5781 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23664

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1524920/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=32536 CPUtime=162.24
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 8231 0 0 0 16215 9 0 0 25 0 1 0 250328054 33316864 7973 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 8134 7973 68 132 0 7999 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32536

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1515704/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=41588 CPUtime=222.23
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10490 0 0 0 22211 12 0 0 25 0 1 0 250328054 42586112 10232 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557118 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10397 10232 68 132 0 10262 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 41588

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1514552/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=42776 CPUtime=282.21
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10763 0 0 0 28209 12 0 0 25 0 1 0 250328054 43802624 10505 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10694 10505 68 132 0 10559 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42776

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1514616/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=42776 CPUtime=342.2
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10763 0 0 0 34207 13 0 0 25 0 1 0 250328054 43802624 10505 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10694 10505 68 132 0 10559 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 42776

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1514616/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=42776 CPUtime=402.18
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10765 0 0 0 40205 13 0 0 25 0 1 0 250328054 43802624 10507 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557683 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10694 10507 68 132 0 10559 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42776

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1514552/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=42776 CPUtime=462.16
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10765 0 0 0 46203 13 0 0 25 0 1 0 250328054 43802624 10507 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10694 10507 68 132 0 10559 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42776

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1514680/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=42776 CPUtime=522.15
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 10766 0 0 0 52201 14 0 0 25 0 1 0 250328054 43802624 10508 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 10694 10508 68 132 0 10559 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 42776

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1513016/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=44232 CPUtime=582.13
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 11163 0 0 0 58198 15 0 0 25 0 1 0 250328054 45293568 10905 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 11058 10905 68 132 0 10923 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 44232

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1513080/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=44232 CPUtime=642.12
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 11163 0 0 0 64197 15 0 0 25 0 1 0 250328054 45293568 10905 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 11058 10905 68 132 0 10923 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 44232

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15619
/proc/meminfo: memFree=1513016/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=44232 CPUtime=702.09
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 11163 0 0 0 70194 15 0 0 25 0 1 0 250328054 45293568 10905 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 11058 10905 68 132 0 10923 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 44232

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15685
/proc/meminfo: memFree=1511728/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=44232 CPUtime=762.05
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 11163 0 0 0 76189 16 0 0 25 0 1 0 250328054 45293568 10905 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 11058 10905 68 132 0 10923 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 44232

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1512248/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=44892 CPUtime=821.95
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 11319 0 0 0 82179 16 0 0 25 0 1 0 250328054 45969408 11061 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551502 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 11223 11061 68 132 0 11088 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 44892

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1509112/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=48064 CPUtime=881.94
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 12114 0 0 0 88177 17 0 0 25 0 1 0 250328054 49217536 11856 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551426 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 12016 11856 68 132 0 11881 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 48064

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1507448/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=49856 CPUtime=941.92
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 12538 0 0 0 94174 18 0 0 25 0 1 0 250328054 51052544 12280 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552694 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 12464 12280 68 132 0 12329 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 49856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1507576/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=49856 CPUtime=1001.91
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 12538 0 0 0 100172 19 0 0 25 0 1 0 250328054 51052544 12280 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 12464 12280 68 132 0 12329 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 49856

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1507512/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=49856 CPUtime=1061.89
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 12538 0 0 0 106170 19 0 0 25 0 1 0 250328054 51052544 12280 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 12464 12280 68 132 0 12329 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 49856

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1507512/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=49856 CPUtime=1121.88
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 12538 0 0 0 112168 20 0 0 25 0 1 0 250328054 51052544 12280 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 12464 12280 68 132 0 12329 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 49856

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1501112/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=56280 CPUtime=1181.86
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 14168 0 0 0 118164 22 0 0 25 0 1 0 250328054 57630720 13910 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 14070 13910 68 132 0 13935 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 56280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1498040/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=59156 CPUtime=1200.06
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 14887 0 0 0 119983 23 0 0 25 0 1 0 250328054 60575744 14629 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 14789 14629 68 132 0 14654 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 59156

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15817
/proc/meminfo: memFree=1498040/2055920 swapFree=4145748/4192956
[pid=15618] ppid=15616 vsize=59156 CPUtime=1200.06
/proc/15618/stat : 15618 (minimarch_fixed) R 15616 15618 14778 0 -1 4194304 14887 0 0 0 119983 23 0 0 25 0 1 0 250328054 60575744 14629 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/15618/statm: 14789 14629 68 132 0 14654 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 59156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.08
CPU user time (s): 1199.84
CPU system time (s): 0.239963
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 59156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.84
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14887
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= 6
involuntary context switches= 25449

runsolver used 0.922859 second user time and 2.67659 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Apr 28 06:48:22 UTC 2007

IDJOB= 428747
IDBENCH= 24623
IDSOLVER= 198
FILE ID= node1/428747-1177742902

PBS_JOBID= 4715457

Free space on /tmp= 66517 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428747-1177742902/minimarch_fixed /tmp/evaluation/428747-1177742902/instance-428747-1177742902.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-428747-1177742902 -o ROOT/results/node1/solver-428747-1177742902 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428747-1177742902/minimarch_fixed /tmp/evaluation/428747-1177742902/instance-428747-1177742902.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  bccff1bed1e8ac721090562d562b05f0

RANDOM SEED= 828705770

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.234
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.234
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1557208 kB
Buffers:         49372 kB
Cached:         358228 kB
SwapCached:      15700 kB
Active:         230488 kB
Inactive:       201236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557208 kB
SwapTotal:     4192956 kB
SwapFree:      4145748 kB
Dirty:            4940 kB
Writeback:           0 kB
Mapped:          30076 kB
Slab:            52428 kB
Committed_AS:  5214424 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66517 MiB

End job on node1 on Sat Apr 28 07:08:25 UTC 2007