Trace number 338805

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 2007-02-12? (TO) 1200.1 1200.55

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark382.312
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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/338805-1173692704/instance-338805-1173692704.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/node2/watcher-338805-1173692704 -o ROOT/results/node2/solver-338805-1173692704 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338805-1173692704/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/338805-1173692704/instance-338805-1173692704.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.91 0.97 0.99 3/77 16045
/proc/meminfo: memFree=1421936/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=1528 CPUtime=0
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 389225317 1564672 180 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 382 181 128 302 0 77 0

[startup+0.0140389 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16045
/proc/meminfo: memFree=1421936/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=1656 CPUtime=0.01
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 238 0 0 0 1 0 0 0 18 0 1 0 389225317 1695744 222 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 414 222 140 302 0 109 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1656

[startup+0.102048 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16045
/proc/meminfo: memFree=1421936/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=2184 CPUtime=0.09
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 382 0 0 0 9 0 0 0 18 0 1 0 389225317 2236416 366 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 546 366 141 302 0 241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2184

[startup+0.302069 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16045
/proc/meminfo: memFree=1421936/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=3208 CPUtime=0.29
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 635 0 0 0 29 0 0 0 19 0 1 0 389225317 3284992 619 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 802 619 141 302 0 497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3208

[startup+0.702122 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16045
/proc/meminfo: memFree=1421936/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=4880 CPUtime=0.69
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 1045 0 0 0 69 0 0 0 23 0 1 0 389225317 4997120 1029 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 1220 1029 141 302 0 915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4880

[startup+1.50119 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1417384/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=7316 CPUtime=1.49
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 1650 0 0 0 148 1 0 0 25 0 1 0 389225317 7491584 1634 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 1829 1634 141 302 0 1524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7316

[startup+3.10136 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1414056/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=11192 CPUtime=3.09
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 2624 0 0 0 307 2 0 0 25 0 1 0 389225317 11460608 2608 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 2798 2608 141 302 0 2493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11192

[startup+6.30169 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1407464/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=17392 CPUtime=6.28
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 4155 0 0 0 625 3 0 0 25 0 1 0 389225317 17809408 4139 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 4348 4139 141 302 0 4043 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17392

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1397608/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=26648 CPUtime=12.69
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 6467 0 0 0 1262 7 0 0 25 0 1 0 389225317 27287552 6418 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 6662 6418 141 302 0 6357 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26648

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1384488/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=39260 CPUtime=25.48
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 9613 0 0 0 2538 10 0 0 25 0 1 0 389225317 40202240 9499 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 9815 9499 141 302 0 9510 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39260

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1365928/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=58184 CPUtime=51.08
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 14273 0 0 0 5089 19 0 0 25 0 1 0 389225317 59580416 14159 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 14546 14159 141 302 0 14241 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58184

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1340584/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=84012 CPUtime=102.27
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 20600 0 0 0 10196 31 0 0 25 0 1 0 389225317 86028288 20357 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 21003 20357 141 302 0 20698 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84012

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1321384/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=103532 CPUtime=162.24
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 25411 0 0 0 16182 42 0 0 25 0 1 0 389225317 106016768 25168 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 25883 25168 141 302 0 25578 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 103532

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1303464/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=122020 CPUtime=222.22
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 29845 0 0 0 22171 51 0 0 25 0 1 0 389225317 124948480 29602 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 30505 29602 141 302 0 30200 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 122020

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1288360/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=137780 CPUtime=282.21
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 33632 0 0 0 28160 61 0 0 25 0 1 0 389225317 141086720 33389 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 34445 33389 141 302 0 34140 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 137780

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1275368/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=152272 CPUtime=342.19
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 37101 0 0 0 34151 68 0 0 25 0 1 0 389225317 155926528 36601 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 38068 36601 141 302 0 37763 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 152272

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1262504/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=165468 CPUtime=402.18
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 40368 0 0 0 40142 76 0 0 25 0 1 0 389225317 169439232 39868 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 41367 39868 141 302 0 41062 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 165468

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1249960/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=177912 CPUtime=462.16
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 43457 0 0 0 46132 84 0 0 25 0 1 0 389225317 182181888 42957 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 44478 42957 141 302 0 44173 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 177912

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1237544/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=190784 CPUtime=522.15
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 46571 0 0 0 52124 91 0 0 25 0 1 0 389225317 195362816 46071 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 47696 46071 141 302 0 47391 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 190784

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1226024/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=202904 CPUtime=582.13
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 49441 0 0 0 58113 100 0 0 25 0 1 0 389225317 207773696 48941 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 50726 48941 141 302 0 50421 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 202904

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1215336/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=214132 CPUtime=642.11
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 52068 0 0 0 64106 105 0 0 25 0 1 0 389225317 219271168 51568 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 53533 51568 141 302 0 53228 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 214132

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1207016/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=222580 CPUtime=702.09
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 54149 0 0 0 70099 110 0 0 25 0 1 0 389225317 227921920 53649 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 55645 53649 141 302 0 55340 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 222580

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1199592/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=230588 CPUtime=762.08
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 56027 0 0 0 76092 116 0 0 25 0 1 0 389225317 236122112 55527 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 57647 55527 141 302 0 57342 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 230588

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1188648/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=242300 CPUtime=822.06
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 58767 0 0 0 82083 123 0 0 25 0 1 0 389225317 248115200 58267 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 60575 58267 141 302 0 60270 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 242300

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1177576/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=253448 CPUtime=882.04
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 61531 0 0 0 88074 130 0 0 25 0 1 0 389225317 259530752 61031 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 63362 61031 141 302 0 63057 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 253448

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16046
/proc/meminfo: memFree=1166888/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=263992 CPUtime=942.03
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 64220 0 0 0 94066 137 0 0 25 0 1 0 389225317 270327808 63720 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 65998 63720 141 302 0 65693 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 263992

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 16168
/proc/meminfo: memFree=1154992/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=274592 CPUtime=1001.95
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 66845 0 0 0 100051 144 0 0 25 0 1 0 389225317 281182208 66345 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 68648 66345 141 302 0 68343 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 274592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16244
/proc/meminfo: memFree=1145896/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=287004 CPUtime=1061.88
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 69943 0 0 0 106036 152 0 0 25 0 1 0 389225317 293892096 68930 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 71751 68930 141 302 0 71446 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 287004

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16244
/proc/meminfo: memFree=1136104/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=296944 CPUtime=1121.86
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 72377 0 0 0 112026 160 0 0 25 0 1 0 389225317 304070656 71364 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 74236 71364 141 302 0 73931 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 296944

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16244
/proc/meminfo: memFree=1127976/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=305336 CPUtime=1181.84
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 74386 0 0 0 118019 165 0 0 25 0 1 0 389225317 312664064 73373 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 76334 73373 141 302 0 76029 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 305336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16244
/proc/meminfo: memFree=1126248/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=307288 CPUtime=1200.05
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 74798 0 0 0 119838 167 0 0 25 0 1 0 389225317 314662912 73785 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 76822 73785 141 302 0 76517 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 307288

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.99 2/78 16244
/proc/meminfo: memFree=1126248/2055920 swapFree=4153164/4192956
[pid=16045] ppid=16043 vsize=307288 CPUtime=1200.05
/proc/16045/stat : 16045 (Spear-32) R 16043 16045 13517 0 -1 4194304 74798 0 0 0 119838 167 0 0 25 0 1 0 389225317 314662912 73785 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16045/statm: 76822 73785 141 302 0 76517 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 307288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1198.38
CPU system time (s): 1.71574
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 307288

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

runsolver used 1.3268 second user time and 3.04954 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Mar 12 09:45:04 UTC 2007

IDJOB= 338805
IDBENCH= 24731
IDSOLVER= 133
FILE ID= node2/338805-1173692704

PBS_JOBID= 4101474

Free space on /tmp= 66535 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338805-1173692704/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/338805-1173692704/instance-338805-1173692704.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-338805-1173692704 -o ROOT/results/node2/solver-338805-1173692704 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338805-1173692704/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/338805-1173692704/instance-338805-1173692704.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  51a1a3a012cf07e3662164064eca4702

RANDOM SEED= 201357366

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1422408 kB
Buffers:         49888 kB
Cached:         498860 kB
SwapCached:       2528 kB
Active:         378748 kB
Inactive:       193460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422408 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          30772 kB
Slab:            46800 kB
Committed_AS:  1729688 kB
PageTables:       1816 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= 66535 MiB

End job on node2 on Mon Mar 12 10:05:06 UTC 2007