Trace number 316406

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
Spear FHS 1.0? (TO) 1200.04 1200.32

General information on the benchmark

Namecrafted/spence/
medium/s85-100.cnf
MD5SUM0fa13b4cd7cac4108d58b524e7bb4ec3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark222.297
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses180
Sum of the clauses size540
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/316406-1172668583/instance-316406-1172668583.cnf

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/node34/watcher-316406-1172668583 -o ROOT/results/node34/solver-316406-1172668583 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316406-1172668583/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/316406-1172668583/instance-316406-1172668583.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.98 0.99 3/64 12277
/proc/meminfo: memFree=670104/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=1396 CPUtime=0
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 260622090 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 349 166 140 302 0 44 0

[startup+0.050462 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12277
/proc/meminfo: memFree=670104/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=1528 CPUtime=0.04
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 229 0 0 0 4 0 0 0 18 0 1 0 260622090 1564672 214 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 382 214 140 302 0 77 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528

[startup+0.101466 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12277
/proc/meminfo: memFree=670104/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=1792 CPUtime=0.09
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 267 0 0 0 9 0 0 0 18 0 1 0 260622090 1835008 252 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 448 252 140 302 0 143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1792

[startup+0.301482 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12277
/proc/meminfo: memFree=670104/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=2208 CPUtime=0.29
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 373 0 0 0 29 0 0 0 19 0 1 0 260622090 2260992 358 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 552 358 140 302 0 247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2208

[startup+0.701513 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12277
/proc/meminfo: memFree=670104/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=2728 CPUtime=0.69
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 524 0 0 0 68 1 0 0 23 0 1 0 260622090 2793472 509 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 682 509 140 302 0 377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2728

[startup+1.50258 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12278
/proc/meminfo: memFree=668240/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=3644 CPUtime=1.49
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 730 0 0 0 147 2 0 0 25 0 1 0 260622090 3731456 715 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 911 715 140 302 0 606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3644

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12278
/proc/meminfo: memFree=667280/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=4564 CPUtime=3.09
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 972 0 0 0 306 3 0 0 25 0 1 0 260622090 4673536 957 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 1141 957 140 302 0 836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4564

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12278
/proc/meminfo: memFree=665744/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=6024 CPUtime=6.29
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 1315 0 0 0 625 4 0 0 25 0 1 0 260622090 6168576 1267 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 1506 1267 140 302 0 1201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6024

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12278
/proc/meminfo: memFree=663696/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=7748 CPUtime=12.69
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 1764 0 0 0 1262 7 0 0 25 0 1 0 260622090 7933952 1716 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 1937 1716 140 302 0 1632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7748

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12278
/proc/meminfo: memFree=661264/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=10352 CPUtime=25.48
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 2399 0 0 0 2538 10 0 0 25 0 1 0 260622090 10600448 2286 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 2588 2286 140 302 0 2283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10352

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12278
/proc/meminfo: memFree=657744/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=14016 CPUtime=51.08
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 3288 0 0 0 5092 16 0 0 25 0 1 0 260622090 14352384 3175 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 3504 3175 140 302 0 3199 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14016

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12278
/proc/meminfo: memFree=652688/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=19516 CPUtime=102.27
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 4654 0 0 0 10203 24 0 0 25 0 1 0 260622090 19984384 4412 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 4879 4412 140 302 0 4574 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 19516

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=648720/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=23864 CPUtime=162.26
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 5641 0 0 0 16194 32 0 0 25 0 1 0 260622090 24436736 5399 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 5966 5399 140 302 0 5661 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 23864

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=644560/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=27960 CPUtime=222.24
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 6660 0 0 0 22184 40 0 0 25 0 1 0 260622090 28631040 6418 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 6990 6418 140 302 0 6685 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 27960

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=641488/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=31960 CPUtime=282.23
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 7672 0 0 0 28175 48 0 0 25 0 1 0 260622090 32727040 7173 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 7990 7173 140 302 0 7685 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 31960

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=638160/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=35712 CPUtime=342.21
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 8506 0 0 0 34167 54 0 0 25 0 1 0 260622090 36569088 8007 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 8928 8007 140 302 0 8623 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 35712

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=635280/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=39208 CPUtime=402.19
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 9212 0 0 0 40160 59 0 0 25 0 1 0 260622090 40148992 8713 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 9802 8713 140 302 0 9497 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 39208

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=633168/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=41472 CPUtime=462.19
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 9784 0 0 0 46155 64 0 0 25 0 1 0 260622090 42467328 9285 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 10368 9285 140 302 0 10063 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 41472

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12278
/proc/meminfo: memFree=630992/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=43552 CPUtime=522.17
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 10333 0 0 0 52148 69 0 0 25 0 1 0 260622090 44597248 9834 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 10888 9834 140 302 0 10583 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 43552

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=628944/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=45512 CPUtime=582.16
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 10824 0 0 0 58141 75 0 0 25 0 1 0 260622090 46604288 10325 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 11378 10325 140 302 0 11073 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 45512

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=626640/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=47732 CPUtime=642.14
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 11373 0 0 0 64135 79 0 0 25 0 1 0 260622090 48877568 10874 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 11933 10874 140 302 0 11628 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 47732

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=624656/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=50204 CPUtime=702.13
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 11876 0 0 0 70128 85 0 0 25 0 1 0 260622090 51408896 11377 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 12551 11377 140 302 0 12246 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 50204

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=622352/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=52404 CPUtime=762.12
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 12426 0 0 0 76122 90 0 0 25 0 1 0 260622090 53661696 11927 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 13101 11927 140 302 0 12796 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 52404

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=620368/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=54216 CPUtime=822.1
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 12923 0 0 0 82116 94 0 0 25 0 1 0 260622090 55517184 12424 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 13554 12424 140 302 0 13249 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 54216

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=618960/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=55896 CPUtime=882.09
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 13271 0 0 0 88110 99 0 0 25 0 1 0 260622090 57237504 12772 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 13974 12772 140 302 0 13669 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 55896

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=617424/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=57708 CPUtime=942.07
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 13674 0 0 0 94104 103 0 0 25 0 1 0 260622090 59092992 13175 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 14427 13175 140 302 0 14122 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 57708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=615632/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=59516 CPUtime=1002.06
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 14115 0 0 0 100100 106 0 0 25 0 1 0 260622090 60944384 13616 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 14879 13616 140 302 0 14574 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 59516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=614096/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=61572 CPUtime=1062.05
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 14508 0 0 0 106094 111 0 0 25 0 1 0 260622090 63049728 14009 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 15393 14009 140 302 0 15088 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 61572

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=612624/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=65048 CPUtime=1122.03
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 15376 0 0 0 112088 115 0 0 25 0 1 0 260622090 66609152 14364 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 16262 14364 140 302 0 15957 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 65048

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=611344/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=66224 CPUtime=1182.02
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 15695 0 0 0 118084 118 0 0 25 0 1 0 260622090 67813376 14683 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 16556 14683 140 302 0 16251 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 66224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=611024/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=66352 CPUtime=1200.02
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 15767 0 0 0 119883 119 0 0 25 0 1 0 260622090 67944448 14755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 16588 14755 140 302 0 16283 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 66352

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12280
/proc/meminfo: memFree=611024/2055920 swapFree=4183944/4192956
[pid=12277] ppid=12275 vsize=66352 CPUtime=1200.02
/proc/12277/stat : 12277 (Spear-32) R 12275 12277 11688 0 -1 4194304 15767 0 0 0 119883 119 0 0 25 0 1 0 260622090 67944448 14755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/12277/statm: 16588 14755 140 302 0 16283 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 66352

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.04
CPU user time (s): 1198.83
CPU system time (s): 1.20582
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 66352

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

runsolver used 0.867868 second user time and 2.43763 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 13:16:23 UTC 2007

IDJOB= 316406
IDBENCH= 20440
IDSOLVER= 131
FILE ID= node34/316406-1172668583

PBS_JOBID= 3981235

Free space on /tmp= 66277 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s85-100.cnf
COMMAND LINE= /tmp/evaluation/316406-1172668583/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/316406-1172668583/instance-316406-1172668583.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-316406-1172668583 -o ROOT/results/node34/solver-316406-1172668583 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316406-1172668583/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/316406-1172668583/instance-316406-1172668583.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0fa13b4cd7cac4108d58b524e7bb4ec3

RANDOM SEED= 702713533

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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:        670576 kB
Buffers:         39956 kB
Cached:        1282888 kB
SwapCached:       3224 kB
Active:         418052 kB
Inactive:       915068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        670576 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          15832 kB
Slab:            38296 kB
Committed_AS:   622404 kB
PageTables:       1396 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= 66277 MiB

End job on node34 on Wed Feb 28 13:36:25 UTC 2007