Trace number 335590

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-02-08? (TO) 1200.2 1200.5

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
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 variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data (download as text)

0.00/0.00	This is MiniMarch, 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:  4830                                                 |
0.00/0.00	|  Number of clauses:    330925                                               |
0.69/0.76	|  Parsing time:         0.74         s                                       |
25.09/25.15	============================[ Search Statistics ]==============================
25.09/25.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.09/25.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.09/25.15	===============================================================================
25.09/25.15	|         0 |    4760   326095   975800 |   108698        0    nan |  0.000 % |
25.09/25.17	|       100 |    4760   326095   975800 |   119568      100    224 |  0.001 % |
25.19/25.20	|       251 |    4760   326095   975800 |   131524      251    234 |  0.001 % |
25.19/25.24	|       476 |    4760   326095   975800 |   144677      476    236 |  0.001 % |
25.19/25.29	|       814 |    4760   326095   975800 |   159145      814    241 |  0.001 % |
25.29/25.39	|      1320 |    4760   326095   975800 |   175059     1320    252 |  0.001 % |
25.49/25.57	|      2079 |    4760   326095   975800 |   192565     2079    257 |  0.001 % |
25.79/25.83	|      3218 |    4760   326095   975800 |   211822     3218    265 |  0.001 % |
26.29/26.30	|      4926 |    4760   326095   975800 |   233004     4926    272 |  0.001 % |
27.18/27.22	|      7488 |    4760   326095   975800 |   256304     7488    282 |  0.001 % |
28.78/28.85	|     11332 |    4760   326095   975800 |   281935    11332    289 |  0.001 % |
31.68/31.72	|     17099 |    4760   326095   975800 |   310129    17099    298 |  0.001 % |
36.38/36.44	|     25748 |    4760   326095   975800 |   341141    25748    305 |  0.001 % |
49.18/49.26	|     38722 |    4760   326095   975800 |   375256    38722    314 |  0.001 % |
74.17/74.26	|     58183 |    4760   326095   975800 |   412781    58183    328 |  0.001 % |
119.87/119.91	|     87375 |    4760   326095   975800 |   454059    87375    336 |  0.001 % |
219.94/220.08	|    131164 |    4760   326095   975800 |   499465   131164    349 |  0.001 % |
406.49/406.60	|    196848 |    4760   326095   975800 |   549412   196848    364 |  0.001 % |
847.88/848.12	|    295375 |    4760   326095   975800 |   604353   295375    377 |  0.001 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-335590-1173630613 -o ROOT/results/node22/solver-335590-1173630613 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335590-1173630613/minimarch /tmp/evaluation/335590-1173630613/instance-335590-1173630613.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 30838
/proc/meminfo: memFree=1895088/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=2440 CPUtime=0
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 19369186 2498560 503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 610 503 51 132 0 475 0

[startup+0.0139239 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30838
/proc/meminfo: memFree=1895088/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=2884 CPUtime=0.01
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 605 0 0 0 1 0 0 0 18 0 1 0 19369186 2953216 589 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134695430 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 721 589 51 132 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2884

[startup+0.10193 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30838
/proc/meminfo: memFree=1895088/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=7556 CPUtime=0.09
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 1709 0 0 0 9 0 0 0 18 0 1 0 19369186 7737344 1693 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 1889 1694 51 132 0 1754 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7556

[startup+0.301944 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30838
/proc/meminfo: memFree=1895088/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=17348 CPUtime=0.29
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 4217 0 0 0 27 2 0 0 19 0 1 0 19369186 17764352 4201 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 4337 4201 51 132 0 4202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17348

[startup+0.701974 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30838
/proc/meminfo: memFree=1895088/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=19356 CPUtime=0.69
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 4473 0 0 0 67 2 0 0 22 0 1 0 19369186 19820544 4457 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523060 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 4839 4457 51 132 0 4704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19356

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1877416/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=19352 CPUtime=1.49
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 4485 0 0 0 147 2 0 0 25 0 1 0 19369186 19816448 4469 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 4838 4469 63 132 0 4703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19352

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 30839
/proc/meminfo: memFree=1877224/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=19352 CPUtime=3.09
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 4485 0 0 0 307 2 0 0 25 0 1 0 19369186 19816448 4469 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 4838 4469 63 132 0 4703 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19352

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1870696/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=25688 CPUtime=6.29
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 6072 0 0 0 626 3 0 0 25 0 1 0 19369186 26304512 6056 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522188 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 6422 6056 63 132 0 6287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25688

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1869544/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=26600 CPUtime=12.68
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 6391 0 0 0 1265 3 0 0 25 0 1 0 19369186 27238400 6375 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 6650 6375 63 132 0 6515 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26600

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1871976/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=23864 CPUtime=25.49
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 6400 0 0 0 2545 4 0 0 25 0 1 0 19369186 24436736 5737 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 5966 5737 66 132 0 5831 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23864

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1825192/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=72552 CPUtime=51.08
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 18556 0 0 0 5096 12 0 0 25 0 1 0 19369186 74293248 17893 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 18138 17893 66 132 0 18003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72552

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1767400/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=128644 CPUtime=102.27
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 32564 0 0 0 10205 22 0 0 25 0 1 0 19369186 131731456 31901 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 32161 31901 66 132 0 32026 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 128644

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1719080/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=177300 CPUtime=162.25
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 44682 0 0 0 16195 30 0 0 25 0 1 0 19369186 181555200 44019 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 44325 44019 66 132 0 44190 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 177300

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1686952/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=209416 CPUtime=222.23
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 52707 0 0 0 22186 37 0 0 25 0 1 0 19369186 214441984 52044 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 52354 52044 66 132 0 52219 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 209416

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1640424/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=255948 CPUtime=282.22
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 64273 0 0 0 28175 47 0 0 25 0 1 0 19369186 262090752 63610 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 63987 63610 66 132 0 63852 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 255948

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1607272/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=288828 CPUtime=342.21
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 72500 0 0 0 34165 56 0 0 25 0 1 0 19369186 295759872 71837 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 72207 71837 66 132 0 72072 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 288828

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1588072/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=308200 CPUtime=402.19
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 77339 0 0 0 40158 61 0 0 25 0 1 0 19369186 315596800 76676 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 77050 76676 66 132 0 76915 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 308200

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1533416/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=363040 CPUtime=462.18
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 90957 0 0 0 46145 73 0 0 25 0 1 0 19369186 371752960 90294 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 90760 90294 66 132 0 90625 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 363040

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1507112/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=389692 CPUtime=522.16
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 97585 0 0 0 52137 79 0 0 25 0 1 0 19369186 399044608 96922 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 97423 96922 66 132 0 97288 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 389692

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1482856/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=413424 CPUtime=582.14
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 103514 0 0 0 58130 84 0 0 25 0 1 0 19369186 423346176 102851 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551347 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 103356 102851 66 132 0 103221 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 413424

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1469032/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=427132 CPUtime=642.14
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 106923 0 0 0 64127 87 0 0 25 0 1 0 19369186 437383168 106260 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 106783 106260 66 132 0 106648 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 427132

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1456488/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=439820 CPUtime=702.12
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 110098 0 0 0 70120 92 0 0 25 0 1 0 19369186 450375680 109435 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551347 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 109955 109435 66 132 0 109820 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 439820

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30839
/proc/meminfo: memFree=1443560/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=452524 CPUtime=762.11
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 113273 0 0 0 76116 95 0 0 25 0 1 0 19369186 463384576 112610 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 113131 112610 66 132 0 112996 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 452524

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30841
/proc/meminfo: memFree=1429160/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=466928 CPUtime=822.08
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 116895 0 0 0 82109 99 0 0 25 0 1 0 19369186 478134272 116232 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 116732 116232 66 132 0 116597 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 466928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30841
/proc/meminfo: memFree=1391720/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=504812 CPUtime=882.06
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 126214 0 0 0 88100 106 0 0 25 0 1 0 19369186 516927488 125551 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 126203 125551 66 132 0 126068 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 504812

[startup+942.302 s]
/proc/loadavg: 1.16 1.04 1.01 2/78 30841
/proc/meminfo: memFree=1369512/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=526904 CPUtime=942.05
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 131753 0 0 0 94094 111 0 0 25 0 1 0 19369186 539549696 131090 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 131726 131090 66 132 0 131591 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 526904

[startup+1002.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/78 30841
/proc/meminfo: memFree=1339176/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=557036 CPUtime=1002.04
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 139297 0 0 0 100086 118 0 0 25 0 1 0 19369186 570404864 138634 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 139259 138634 66 132 0 139124 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 557036

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 30841
/proc/meminfo: memFree=1322280/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=574172 CPUtime=1062.02
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 143569 0 0 0 106079 123 0 0 25 0 1 0 19369186 587952128 142906 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 143543 142906 66 132 0 143408 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 574172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 30841
/proc/meminfo: memFree=1299368/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=596912 CPUtime=1122.01
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 149233 0 0 0 112073 128 0 0 25 0 1 0 19369186 611237888 148570 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 149228 148570 66 132 0 149093 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 596912

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30841
/proc/meminfo: memFree=1283176/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=613164 CPUtime=1181.99
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 153300 0 0 0 118067 132 0 0 25 0 1 0 19369186 627879936 152637 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 153291 152637 66 132 0 153156 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 613164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30841
/proc/meminfo: memFree=1277800/2055920 swapFree=4120344/4192956
[pid=30838] ppid=30836 vsize=618312 CPUtime=1200.09
/proc/30838/stat : 30838 (minimarch) R 30836 30838 30384 0 -1 4194304 154572 0 0 0 119875 134 0 0 25 0 1 0 19369186 633151488 153909 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551356 0 0 4096 3 0 0 0 17 1 0 0
/proc/30838/statm: 154578 153909 66 132 0 154443 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 618312

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.2
CPU user time (s): 1198.76
CPU system time (s): 1.43878
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 618312

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

runsolver used 1.3288 second user time and 3.04354 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Mar 11 16:30:13 UTC 2007

IDJOB= 335590
IDBENCH= 24655
IDSOLVER= 110
FILE ID= node22/335590-1173630613

PBS_JOBID= 4101287

Free space on /tmp= 66558 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335590-1173630613/minimarch /tmp/evaluation/335590-1173630613/instance-335590-1173630613.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-335590-1173630613 -o ROOT/results/node22/solver-335590-1173630613 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335590-1173630613/minimarch /tmp/evaluation/335590-1173630613/instance-335590-1173630613.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 449201330

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1895560 kB
Buffers:         22116 kB
Cached:          76436 kB
SwapCached:      21264 kB
Active:          57804 kB
Inactive:        75316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895560 kB
SwapTotal:     4192956 kB
SwapFree:      4120344 kB
Dirty:            6420 kB
Writeback:           0 kB
Mapped:          38884 kB
Slab:            12836 kB
Committed_AS:   179364 kB
PageTables:       1772 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= 66558 MiB

End job on node22 on Sun Mar 11 16:50:16 UTC 2007