Trace number 428839

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.19 1200.6

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

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:  186624                                               |
0.00/0.00	|  Number of clauses:    3086912                                              |
21.28/21.32	|  Parsing time:         21.05        s                                       |
79.07/79.13	============================[ Search Statistics ]==============================
79.07/79.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.07/79.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.07/79.13	===============================================================================
79.07/79.13	|         0 |   77647  2283232  5204230 |   761077        0    nan |  0.000 % |
79.27/79.35	|       101 |   77647  2283232  5204230 |   837185      101     12 | 35.665 % |
79.47/79.51	|       251 |   77647  2283232  5204230 |   920903      251     84 | 35.665 % |
79.57/79.70	|       477 |   77647  2283232  5204230 |  1012993      477    105 | 35.665 % |
79.97/80.06	|       815 |   77647  2283232  5204230 |  1114293      815    106 | 35.665 % |
80.57/80.66	|      1322 |   77647  2283232  5204230 |  1225722     1322    118 | 35.665 % |
81.27/81.32	|      2083 |   77647  2283232  5204230 |  1348294     2083    151 | 35.665 % |
82.47/82.57	|      3222 |   77647  2283232  5204230 |  1483124     3222    121 | 35.665 % |
83.47/83.57	|      4933 |   77647  2283232  5204230 |  1631436     4933    123 | 35.665 % |
85.37/85.45	|      7497 |   77647  2283232  5204230 |  1794580     7497    153 | 35.665 % |
90.66/90.72	|     11345 |   77647  2283232  5204230 |  1974038    11345    153 | 35.665 % |
95.26/95.39	|     17113 |   77647  2283232  5204230 |  2171442    17113    140 | 35.665 % |
106.26/106.37	|     25762 |   77647  2283232  5204230 |  2388586    25762    104 | 35.665 % |
135.65/135.77	|     38736 |   77647  2283232  5204230 |  2627445    38736    211 | 35.665 % |
164.35/164.42	|     58197 |   77647  2283232  5204230 |  2890189    58197    183 | 35.665 % |
272.52/272.66	|     87389 |   77647  2283232  5204230 |  3179208    87389    331 | 35.665 % |
339.71/339.84	|    131179 |   77647  2283232  5204230 |  3497129   131179    257 | 35.665 % |
768.09/768.40	|    196863 |   77647  2283232  5204230 |  3846842   196863    366 | 35.665 % |

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/node15/watcher-428839-1177753915 -o ROOT/results/node15/solver-428839-1177753915 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428839-1177753915/minimarch_fixed /tmp/evaluation/428839-1177753915/instance-428839-1177753915.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: 0.93 0.98 0.99 3/77 9292
/proc/meminfo: memFree=1431112/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=2440 CPUtime=0
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 223309953 2498560 504 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553798 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 610 505 49 132 0 475 0

[startup+0.0503019 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 9292
/proc/meminfo: memFree=1431112/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=15996 CPUtime=0.04
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 3114 0 0 0 3 1 0 0 18 0 1 0 223309953 16379904 3082 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 3999 3084 51 132 0 3864 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15996

[startup+0.101304 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 9292
/proc/meminfo: memFree=1431112/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=23348 CPUtime=0.09
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 5087 0 0 0 7 2 0 0 18 0 1 0 223309953 23908352 5055 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515958 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 5837 5055 51 132 0 5702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23348

[startup+0.301324 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 9292
/proc/meminfo: memFree=1431112/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=27536 CPUtime=0.29
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 6083 0 0 0 27 2 0 0 19 0 1 0 223309953 28196864 6051 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 6884 6052 51 132 0 6749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27536

[startup+0.701361 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 9292
/proc/meminfo: memFree=1431112/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=34636 CPUtime=0.69
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 7874 0 0 0 65 4 0 0 22 0 1 0 223309953 35467264 7842 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 8659 7842 51 132 0 8524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34636

[startup+1.50143 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1396288/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=48276 CPUtime=1.49
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 11271 0 0 0 142 7 0 0 25 0 1 0 223309953 49434624 11239 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 12069 11239 51 132 0 11934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48276

[startup+3.10158 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1377792/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=75540 CPUtime=3.08
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 17902 0 0 0 299 9 0 0 25 0 1 0 223309953 77352960 17870 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 18885 17870 51 132 0 18750 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75540

[startup+6.30188 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1320448/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=128820 CPUtime=6.29
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 30643 0 0 0 611 18 0 0 25 0 1 0 223309953 131911680 30611 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 32205 30611 51 132 0 32070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128820

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1253952/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=185308 CPUtime=12.69
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 44677 0 0 0 1242 27 0 0 25 0 1 0 223309953 189755392 44645 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523652 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 46327 44645 51 132 0 46192 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 185308

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1253376/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=186032 CPUtime=25.48
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 44864 0 0 0 2521 27 0 0 25 0 1 0 223309953 190496768 44824 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 46508 44824 63 132 0 46373 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 186032

[startup+51.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1253312/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=186032 CPUtime=51.07
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 44981 0 0 0 5080 27 0 0 25 0 1 0 223309953 190496768 44941 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531039 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 46508 44941 63 132 0 46373 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 186032

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 9293
/proc/meminfo: memFree=1245120/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=190628 CPUtime=102.27
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 55113 0 0 0 10195 32 0 0 25 0 1 0 223309953 195203072 46880 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 47657 46880 68 132 0 47522 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 190628

[startup+162.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/78 9293
/proc/meminfo: memFree=1227776/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=208448 CPUtime=162.24
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 59539 0 0 0 16188 36 0 0 25 0 1 0 223309953 213450752 51306 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 52112 51306 68 132 0 51977 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 208448

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 9293
/proc/meminfo: memFree=1184064/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=252040 CPUtime=222.23
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 70422 0 0 0 22175 48 0 0 25 0 1 0 223309953 258088960 62189 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 63010 62189 68 132 0 62875 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 252040

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9293
/proc/meminfo: memFree=1150208/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=286044 CPUtime=282.22
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 78905 0 0 0 28163 59 0 0 25 0 1 0 223309953 292909056 70672 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 71511 70672 68 132 0 71376 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 286044

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9293
/proc/meminfo: memFree=1130496/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=305528 CPUtime=342.21
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 83784 0 0 0 34156 65 0 0 25 0 1 0 223309953 312860672 75551 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 76382 75551 68 132 0 76247 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 305528

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9293
/proc/meminfo: memFree=1102848/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=333516 CPUtime=402.18
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 90734 0 0 0 40146 72 0 0 25 0 1 0 223309953 341520384 82501 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558002 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 83379 82501 68 132 0 83244 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 333516

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9293
/proc/meminfo: memFree=1078528/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=357460 CPUtime=462.17
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 96738 0 0 0 46138 79 0 0 25 0 1 0 223309953 366039040 88505 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 89365 88505 68 132 0 89230 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 357460

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9293
/proc/meminfo: memFree=1055552/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=380708 CPUtime=522.16
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 102549 0 0 0 52131 85 0 0 25 0 1 0 223309953 389844992 94316 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 95177 94316 68 132 0 95042 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 380708

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 9465
/proc/meminfo: memFree=1033480/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=401200 CPUtime=582.05
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 107657 0 0 0 58113 92 0 0 25 0 1 0 223309953 410828800 99424 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551362 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 100300 99424 68 132 0 100165 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 401200

[startup+642.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 9491
/proc/meminfo: memFree=1015296/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=420232 CPUtime=642.02
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 112423 0 0 0 64105 97 0 0 25 0 1 0 223309953 430317568 104190 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552500 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 105058 104190 68 132 0 104923 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 420232

[startup+702.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 9491
/proc/meminfo: memFree=996736/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=438996 CPUtime=702.01
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 117116 0 0 0 70099 102 0 0 25 0 1 0 223309953 449531904 108883 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 109749 108883 68 132 0 109614 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 438996

[startup+762.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9491
/proc/meminfo: memFree=979008/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=456452 CPUtime=762
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 121509 0 0 0 76093 107 0 0 25 0 1 0 223309953 467406848 113276 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551702 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 114113 113276 68 132 0 113978 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 456452

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9491
/proc/meminfo: memFree=956416/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=479588 CPUtime=821.97
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 127190 0 0 0 82085 112 0 0 25 0 1 0 223309953 491098112 118957 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 119897 118957 68 132 0 119762 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 479588

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9491
/proc/meminfo: memFree=933696/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=502168 CPUtime=881.96
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 132825 0 0 0 88076 120 0 0 25 0 1 0 223309953 514220032 124592 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 125542 124592 68 132 0 125407 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 502168

[startup+942.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 9491
/proc/meminfo: memFree=910656/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=525284 CPUtime=941.95
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 138625 0 0 0 94069 126 0 0 25 0 1 0 223309953 537890816 130392 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 131321 130392 68 132 0 131186 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 525284

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 9491
/proc/meminfo: memFree=892608/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=543124 CPUtime=1001.93
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 143081 0 0 0 100062 131 0 0 25 0 1 0 223309953 556158976 134848 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 135781 134848 68 132 0 135646 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 543124

[startup+1062.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/78 9491
/proc/meminfo: memFree=876224/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=559652 CPUtime=1061.92
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 147212 0 0 0 106056 136 0 0 25 0 1 0 223309953 573083648 138979 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551725 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 139913 138979 68 132 0 139778 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 559652

[startup+1122.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/78 9491
/proc/meminfo: memFree=861120/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=574500 CPUtime=1121.9
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 150939 0 0 0 112050 140 0 0 25 0 1 0 223309953 588288000 142706 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 143625 142706 68 132 0 143490 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 574500

[startup+1182.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 9491
/proc/meminfo: memFree=846336/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=589420 CPUtime=1181.89
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 154672 0 0 0 118044 145 0 0 25 0 1 0 223309953 603566080 146439 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 147355 146439 68 132 0 147220 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 589420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 9491
/proc/meminfo: memFree=841664/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=593908 CPUtime=1200.09
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 155795 0 0 0 119862 147 0 0 25 0 1 0 223309953 608161792 147562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 148477 147562 68 132 0 148342 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 593908

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.01 1.03 1.00 2/78 9491
/proc/meminfo: memFree=841664/2055920 swapFree=4169140/4192956
[pid=9292] ppid=9290 vsize=593908 CPUtime=1200.09
/proc/9292/stat : 9292 (minimarch_fixed) R 9290 9292 8748 0 -1 4194304 155795 0 0 0 119862 147 0 0 25 0 1 0 223309953 608161792 147562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9292/statm: 148477 147562 68 132 0 148342 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 593908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.19
CPU user time (s): 1198.62
CPU system time (s): 1.56776
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 593908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.62
system time used= 1.56776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155795
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= 14162

runsolver used 0.885865 second user time and 2.74858 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Apr 28 09:52:03 UTC 2007

IDJOB= 428839
IDBENCH= 24669
IDSOLVER= 198
FILE ID= node15/428839-1177753915

PBS_JOBID= 4715517

Free space on /tmp= 66490 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428839-1177753915/minimarch_fixed /tmp/evaluation/428839-1177753915/instance-428839-1177753915.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-428839-1177753915 -o ROOT/results/node15/solver-428839-1177753915 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428839-1177753915/minimarch_fixed /tmp/evaluation/428839-1177753915/instance-428839-1177753915.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  f935103d71f7bb9e8d8051793d20ec02

RANDOM SEED= 646592163

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1431712 kB
Buffers:         49180 kB
Cached:         475204 kB
SwapCached:       2956 kB
Active:         267732 kB
Inactive:       280164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431712 kB
SwapTotal:     4192956 kB
SwapFree:      4169140 kB
Dirty:           55120 kB
Writeback:           0 kB
Mapped:          30656 kB
Slab:            61744 kB
Committed_AS:  7140224 kB
PageTables:       1868 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= 66490 MiB

End job on node15 on Sat Apr 28 10:12:06 UTC 2007