Trace number 335707

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
SAT7 2007-02-08? (TO) 1200.11 1200.56

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data (download as text)

0.09/0.14	c Starting solver ...
0.09/0.15	c Restarting after 100 conflicts
0.19/0.20	c Restarting after 251 conflicts
0.19/0.27	c Restarting after 477 conflicts
0.29/0.37	c Restarting after 816 conflicts
0.49/0.54	c Restarting after 1325 conflicts
0.79/0.81	c Restarting after 2084 conflicts
1.09/1.19	c Restarting after 3223 conflicts
1.99/2.05	c Restarting after 4931 conflicts
3.39/3.46	c Restarting after 7493 conflicts
6.59/6.69	c Restarting after 11338 conflicts
11.38/11.49	c Restarting after 17106 conflicts
20.58/20.68	c Restarting after 25758 conflicts
37.67/37.70	c Restarting after 38732 conflicts
62.17/62.29	c Restarting after 58193 conflicts
120.54/120.63	c Restarting after 87386 conflicts
207.61/207.72	c Restarting after 131175 conflicts
373.15/373.35	c Restarting after 196860 conflicts
639.95/640.25	c Restarting after 295386 conflicts
1068.89/1069.35	c Restarting after 443176 conflicts

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/node6/watcher-335707-1173632654 -o ROOT/results/node6/solver-335707-1173632654 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335707-1173632654/sat7_bin /tmp/evaluation/335707-1173632654/instance-335707-1173632654.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.92 0.97 0.98 3/77 30841
/proc/meminfo: memFree=1710456/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=1328 CPUtime=0
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 383220183 1359872 165 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 332 165 88 220 0 109 0

[startup+0.07705 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 30841
/proc/meminfo: memFree=1710456/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=2104 CPUtime=0.07
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 292 0 0 0 7 0 0 0 18 0 1 0 383220183 2154496 275 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134518450 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 526 275 88 220 0 303 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2104

[startup+0.101054 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 30841
/proc/meminfo: memFree=1710456/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=2104 CPUtime=0.09
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 337 0 0 0 9 0 0 0 18 0 1 0 383220183 2154496 320 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 526 320 88 220 0 303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2104

[startup+0.301094 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 30841
/proc/meminfo: memFree=1710456/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=5328 CPUtime=0.29
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 691 0 0 0 29 0 0 0 19 0 1 0 383220183 5455872 674 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 1332 674 95 220 0 1109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5328

[startup+0.701173 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 30841
/proc/meminfo: memFree=1710456/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=9428 CPUtime=0.69
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 1363 0 0 0 69 0 0 0 22 0 1 0 383220183 9654272 1346 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 2357 1346 95 220 0 2134 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9428

[startup+1.50133 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1703536/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=13528 CPUtime=1.48
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 2397 0 0 0 148 0 0 0 25 0 1 0 383220183 13852672 2380 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 3382 2380 95 220 0 3159 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13528

[startup+3.10165 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1698416/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=17844 CPUtime=3.09
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 4200 0 0 0 308 1 0 0 25 0 1 0 383220183 18272256 4183 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135013975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 4461 4183 95 220 0 4238 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17844

[startup+6.30128 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1686128/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=26692 CPUtime=6.29
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 6541 0 0 0 626 3 0 0 25 0 1 0 383220183 27332608 6524 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 6673 6524 95 220 0 6450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26692

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1667824/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=48108 CPUtime=12.68
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 11253 0 0 0 1264 4 0 0 25 0 1 0 383220183 49262592 11236 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532512 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 12027 11236 95 220 0 11804 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48108

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1635504/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=76572 CPUtime=25.48
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 18874 0 0 0 2539 9 0 0 25 0 1 0 383220183 78409728 18857 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 19143 18857 95 220 0 18920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76572

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1582000/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=131820 CPUtime=51.07
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 32354 0 0 0 5088 19 0 0 25 0 1 0 383220183 134983680 32337 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 32955 32337 95 220 0 32732 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131820

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1566192/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=148192 CPUtime=102.26
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 36029 0 0 0 10203 23 0 0 25 0 1 0 383220183 151748608 36012 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 37048 36012 95 220 0 36825 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 148192

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1533296/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=178256 CPUtime=162.23
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 44220 0 0 0 16193 30 0 0 25 0 1 0 383220183 182534144 44203 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 44564 44203 95 220 0 44341 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 178256

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1521264/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=190556 CPUtime=222.2
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 47241 0 0 0 22188 32 0 0 25 0 1 0 383220183 195129344 47224 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558912 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 47639 47224 95 220 0 47416 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 190556

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1499824/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=215156 CPUtime=282.18
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 52557 0 0 0 28182 36 0 0 25 0 1 0 383220183 220319744 52540 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134565451 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 53789 52540 95 220 0 53566 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 215156

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1493680/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=221360 CPUtime=342.16
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 54090 0 0 0 34178 38 0 0 25 0 1 0 383220183 226672640 54073 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134540003 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 55340 54073 95 220 0 55117 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 221360

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1470320/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=245612 CPUtime=402.14
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 60094 0 0 0 40168 46 0 0 25 0 1 0 383220183 251506688 60077 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 61403 60077 95 220 0 61180 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 245612

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1463152/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=249980 CPUtime=462.12
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 61725 0 0 0 46164 48 0 0 25 0 1 0 383220183 255979520 61708 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 62495 61708 95 220 0 62272 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 249980

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1437872/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=277512 CPUtime=522.09
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 68153 0 0 0 52156 53 0 0 25 0 1 0 383220183 284172288 68136 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135013975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 69378 68136 95 220 0 69155 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 277512

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1412784/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=300868 CPUtime=582.07
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 74339 0 0 0 58149 58 0 0 25 0 1 0 383220183 308088832 74322 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532512 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 75217 74322 95 220 0 74994 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 300868

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1406320/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=308044 CPUtime=642.05
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 75871 0 0 0 64145 60 0 0 25 0 1 0 383220183 315437056 75854 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539005 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 77011 75854 95 220 0 76788 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 308044

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1406064/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=308044 CPUtime=702.02
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 75940 0 0 0 70142 60 0 0 25 0 1 0 383220183 315437056 75923 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 77011 75923 95 220 0 76788 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 308044

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1402672/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=312144 CPUtime=762.01
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 76772 0 0 0 76139 62 0 0 25 0 1 0 383220183 319635456 76755 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 78036 76755 95 220 0 77813 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 312144

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1395760/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=316032 CPUtime=821.98
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 78503 0 0 0 82135 63 0 0 25 0 1 0 383220183 323616768 78445 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 79008 78445 95 220 0 78785 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 316032

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1395760/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=316032 CPUtime=881.96
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 78511 0 0 0 88132 64 0 0 25 0 1 0 383220183 323616768 78453 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538876 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 79008 78453 95 220 0 78785 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 316032

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1395568/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=316032 CPUtime=941.93
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 78572 0 0 0 94129 64 0 0 25 0 1 0 383220183 323616768 78514 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532548 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 79008 78514 95 220 0 78785 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 316032

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1383280/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=328332 CPUtime=1001.91
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 81634 0 0 0 100124 67 0 0 25 0 1 0 383220183 336211968 81576 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 82083 81576 95 220 0 81860 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 328332

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1383216/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=328332 CPUtime=1061.9
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 81641 0 0 0 106122 68 0 0 25 0 1 0 383220183 336211968 81583 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 82083 81583 95 220 0 81860 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 328332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1382320/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=332432 CPUtime=1121.86
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 81875 0 0 0 112118 68 0 0 25 0 1 0 383220183 340410368 81817 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 83108 81817 95 220 0 82885 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 332432

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 30842
/proc/meminfo: memFree=1373552/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=340632 CPUtime=1181.85
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 84047 0 0 0 118114 71 0 0 25 0 1 0 383220183 348807168 83989 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 85158 83989 95 220 0 84935 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 340632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1373552/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=340632 CPUtime=1200.04
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 84047 0 0 0 119933 71 0 0 25 0 1 0 383220183 348807168 83989 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 85158 83989 95 220 0 84935 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 340632

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: 0.99 0.97 0.98 2/78 30842
/proc/meminfo: memFree=1373552/2055924 swapFree=4156844/4192956
[pid=30841] ppid=30839 vsize=340632 CPUtime=1200.04
/proc/30841/stat : 30841 (sat7_bin) R 30839 30841 30189 0 -1 4194304 84047 0 0 0 119933 71 0 0 25 0 1 0 383220183 348807168 83989 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30841/statm: 85158 83989 95 220 0 84935 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 340632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.11
CPU user time (s): 1199.34
CPU system time (s): 0.767883
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 340632

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

runsolver used 1.39179 second user time and 2.97755 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 17:04:15 UTC 2007

IDJOB= 335707
IDBENCH= 24658
IDSOLVER= 101
FILE ID= node6/335707-1173632654

PBS_JOBID= 4101325

Free space on /tmp= 66432 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335707-1173632654/sat7_bin /tmp/evaluation/335707-1173632654/instance-335707-1173632654.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-335707-1173632654 -o ROOT/results/node6/solver-335707-1173632654 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335707-1173632654/sat7_bin /tmp/evaluation/335707-1173632654/instance-335707-1173632654.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 277756668

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1710928 kB
Buffers:         30884 kB
Cached:         223284 kB
SwapCached:       2192 kB
Active:         103556 kB
Inactive:       173240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1710928 kB
SwapTotal:     4192956 kB
SwapFree:      4156844 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:          30724 kB
Slab:            53872 kB
Committed_AS:  1363800 kB
PageTables:       1744 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= 66432 MiB

End job on node6 on Sun Mar 11 17:24:17 UTC 2007