Trace number 332546

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 FH 1.0? (TO) 1200.09 1200.44

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
MD5SUMfc73c241ff6e8e1a49a6ff2500eb7905
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.253961
Satisfiable
(Un)Satisfiability was proved
Number of variables322
Number of clauses9322
Sum of the clauses size72335
Maximum clause length11
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 211
Number of clauses of size 379
Number of clauses of size 4136
Number of clauses of size 5421
Number of clauses of size over 58674

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/332546-1173481909/instance-332546-1173481909.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/node11/watcher-332546-1173481909 -o ROOT/results/node11/solver-332546-1173481909 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332546-1173481909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/332546-1173481909/instance-332546-1173481909.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.85 0.97 0.99 3/77 9021
/proc/meminfo: memFree=1427976/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=1396 CPUtime=0
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 368145502 1429504 170 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 349 170 128 302 0 44 0

[startup+0.0934481 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 9021
/proc/meminfo: memFree=1427976/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=2344 CPUtime=0.08
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 421 0 0 0 8 0 0 0 18 0 1 0 368145502 2400256 405 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 586 405 140 302 0 281 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2344

[startup+0.101449 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 9021
/proc/meminfo: memFree=1427976/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=2476 CPUtime=0.09
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 430 0 0 0 9 0 0 0 18 0 1 0 368145502 2535424 414 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 619 414 140 302 0 314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2476

[startup+0.301472 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 9021
/proc/meminfo: memFree=1427976/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=3384 CPUtime=0.29
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 656 0 0 0 27 2 0 0 19 0 1 0 368145502 3465216 640 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 846 640 140 302 0 541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3384

[startup+0.70152 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 9021
/proc/meminfo: memFree=1427976/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=4932 CPUtime=0.69
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 1063 0 0 0 66 3 0 0 22 0 1 0 368145502 5050368 1047 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 1233 1047 140 302 0 928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4932

[startup+1.50161 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1423360/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=7288 CPUtime=1.49
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 1621 0 0 0 144 5 0 0 25 0 1 0 368145502 7462912 1605 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 1822 1605 140 302 0 1517 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7288

[startup+3.1018 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1420672/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=10176 CPUtime=3.09
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 2333 0 0 0 300 9 0 0 25 0 1 0 368145502 10420224 2317 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 2544 2317 140 302 0 2239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10176

[startup+6.30118 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1415680/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=14856 CPUtime=6.29
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 3520 0 0 0 616 13 0 0 25 0 1 0 368145502 15212544 3439 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 3714 3439 140 302 0 3409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14856

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1408008/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=22448 CPUtime=12.69
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 5409 0 0 0 1245 24 0 0 25 0 1 0 368145502 22986752 5199 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 5612 5199 140 302 0 5307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22448

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1399432/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=30536 CPUtime=25.49
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 7431 0 0 0 2516 33 0 0 25 0 1 0 368145502 31268864 7221 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 7634 7221 140 302 0 7329 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30536

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1385864/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=45316 CPUtime=51.08
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 11098 0 0 0 5059 49 0 0 25 0 1 0 368145502 46403584 10631 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 11329 10631 140 302 0 11024 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45316

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1366280/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=64804 CPUtime=102.27
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 15940 0 0 0 10155 72 0 0 25 0 1 0 368145502 66359296 15473 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 16201 15473 140 302 0 15896 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64804

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1346952/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=87404 CPUtime=162.24
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 21297 0 0 0 16126 98 0 0 25 0 1 0 368145502 89501696 20317 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 21851 20317 140 302 0 21546 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 87404

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1332744/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=101516 CPUtime=222.23
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 24801 0 0 0 22106 117 0 0 25 0 1 0 368145502 103952384 23821 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 25379 23821 140 302 0 25074 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101516

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1320328/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=114308 CPUtime=282.21
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 27889 0 0 0 28086 135 0 0 25 0 1 0 368145502 117051392 26909 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 28577 26909 140 302 0 28272 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 114308

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1310088/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=124800 CPUtime=342.19
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 30443 0 0 0 34069 150 0 0 25 0 1 0 368145502 127795200 29463 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 31200 29463 140 302 0 30895 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 124800

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1298824/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=136400 CPUtime=402.17
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 33293 0 0 0 40052 165 0 0 25 0 1 0 368145502 139673600 32313 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 34100 32313 140 302 0 33795 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 136400

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1287752/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=148116 CPUtime=462.15
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 36027 0 0 0 46033 182 0 0 25 0 1 0 368145502 151670784 35047 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 37029 35047 140 302 0 36724 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 148116

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1277704/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=158424 CPUtime=522.14
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 38589 0 0 0 52017 197 0 0 25 0 1 0 368145502 162226176 37609 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 39606 37609 140 302 0 39301 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 158424

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1268040/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=169640 CPUtime=582.12
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 40953 0 0 0 58004 208 0 0 25 0 1 0 368145502 173711360 39973 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 42410 39973 140 302 0 42105 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 169640

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1261576/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=179972 CPUtime=642.1
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 43577 0 0 0 63990 220 0 0 25 0 1 0 368145502 184291328 41572 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 44993 41572 140 302 0 44688 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 179972

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1254856/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=186392 CPUtime=702.08
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 45261 0 0 0 69977 231 0 0 25 0 1 0 368145502 190865408 43256 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 46598 43256 140 302 0 46293 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 186392

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1248584/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=192468 CPUtime=762.07
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 46790 0 0 0 75965 242 0 0 25 0 1 0 368145502 197087232 44785 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 48117 44785 140 302 0 47812 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 192468

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1242504/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=198644 CPUtime=822.05
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 48363 0 0 0 81950 255 0 0 25 0 1 0 368145502 203411456 46358 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 49661 46358 140 302 0 49356 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 198644

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1236488/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=204944 CPUtime=882.03
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 49847 0 0 0 87937 266 0 0 25 0 1 0 368145502 209862656 47842 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 51236 47842 140 302 0 50931 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 204944

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1230344/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=210508 CPUtime=942.02
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 51415 0 0 0 93925 277 0 0 25 0 1 0 368145502 215560192 49410 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 52627 49410 140 302 0 52322 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 210508

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1221128/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=220568 CPUtime=1002
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 53693 0 0 0 99910 290 0 0 25 0 1 0 368145502 225861632 51688 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558738 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 55142 51688 140 302 0 54837 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 220568

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1213320/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=228940 CPUtime=1061.97
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 55661 0 0 0 105897 300 0 0 25 0 1 0 368145502 234434560 53656 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 57235 53656 140 302 0 56930 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 228940

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1204360/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=237616 CPUtime=1121.96
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 57857 0 0 0 111884 312 0 0 25 0 1 0 368145502 243318784 55852 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 59404 55852 140 302 0 59099 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 237616

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1198408/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=243056 CPUtime=1181.94
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 59360 0 0 0 117871 323 0 0 25 0 1 0 368145502 248889344 57355 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 60764 57355 140 302 0 60459 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 243056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 9022
/proc/meminfo: memFree=1196552/2055920 swapFree=4169972/4192956
[pid=9021] ppid=9019 vsize=244732 CPUtime=1200.05
/proc/9021/stat : 9021 (Spear-32) R 9019 9021 8156 0 -1 4194304 59806 0 0 0 119679 326 0 0 25 0 1 0 368145502 250605568 57801 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/9021/statm: 61183 57801 140 302 0 60878 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 244732

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.44
CPU time (s): 1200.09
CPU user time (s): 1196.79
CPU system time (s): 3.2965
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 244732

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

runsolver used 1.19382 second user time and 3.18352 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Fri Mar  9 23:11:49 UTC 2007

IDJOB= 332546
IDBENCH= 24582
IDSOLVER= 132
FILE ID= node11/332546-1173481909

PBS_JOBID= 4101077

Free space on /tmp= 66336 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332546-1173481909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/332546-1173481909/instance-332546-1173481909.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-332546-1173481909 -o ROOT/results/node11/solver-332546-1173481909 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332546-1173481909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/332546-1173481909/instance-332546-1173481909.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  fc73c241ff6e8e1a49a6ff2500eb7905

RANDOM SEED= 393503285

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1428448 kB
Buffers:         50396 kB
Cached:         486800 kB
SwapCached:       2248 kB
Active:         196248 kB
Inactive:       364548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428448 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          31568 kB
Slab:            52208 kB
Committed_AS:  1147060 kB
PageTables:       1760 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= 66336 MiB

End job on node11 on Fri Mar  9 23:31:52 UTC 2007