Trace number 336201

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.17 1200.6

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

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/336201-1173642104/instance-336201-1173642104.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/node7/watcher-336201-1173642104 -o ROOT/results/node7/solver-336201-1173642104 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336201-1173642104/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336201-1173642104/instance-336201-1173642104.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.93 0.97 1.02 3/77 3313
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=1932 CPUtime=0
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 384165980 1978368 247 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 483 247 126 302 0 178 0

[startup+0.077841 s]
/proc/loadavg: 0.93 0.97 1.02 3/77 3313
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=7776 CPUtime=0.07
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 2108 0 0 0 5 2 0 0 18 0 1 0 384165980 7962624 1330 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 1944 1330 126 302 0 1639 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7776

[startup+0.101842 s]
/proc/loadavg: 0.93 0.97 1.02 3/77 3313
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=8228 CPUtime=0.09
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 2464 0 0 0 6 3 0 0 18 0 1 0 384165980 8425472 1686 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134514173 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 2057 1688 126 302 0 1752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8228

[startup+0.301863 s]
/proc/loadavg: 0.93 0.97 1.02 3/77 3313
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=30004 CPUtime=0.29
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 8160 0 0 0 21 8 0 0 19 0 1 0 384165980 30724096 5651 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134518592 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 7501 5651 126 302 0 7196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30004

[startup+0.701905 s]
/proc/loadavg: 0.93 0.97 1.02 3/77 3313
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=33232 CPUtime=0.69
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 10498 0 0 0 58 11 0 0 22 0 1 0 384165980 34029568 7155 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135261521 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 8308 7156 129 302 0 8003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33232

[startup+1.50199 s]
/proc/loadavg: 0.93 0.97 1.02 2/78 3314
/proc/meminfo: memFree=1503688/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=49288 CPUtime=1.49
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 14805 0 0 0 136 13 0 0 25 0 1 0 384165980 50470912 11076 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 12322 11076 129 302 0 12017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49288

[startup+3.10116 s]
/proc/loadavg: 0.93 0.97 1.02 3/78 3314
/proc/meminfo: memFree=1483144/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=82624 CPUtime=3.09
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 23788 0 0 0 291 18 0 0 25 0 1 0 384165980 84606976 18521 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 20656 18522 129 302 0 20351 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82624

[startup+6.30149 s]
/proc/loadavg: 0.93 0.97 1.02 2/78 3314
/proc/meminfo: memFree=1421832/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=141504 CPUtime=6.29
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 39691 0 0 0 600 29 0 0 25 0 1 0 384165980 144900096 32375 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 35376 32375 129 302 0 35071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141504

[startup+12.7012 s]
/proc/loadavg: 0.94 0.97 1.02 2/78 3314
/proc/meminfo: memFree=1380040/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=168980 CPUtime=12.68
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 47205 0 0 0 1233 35 0 0 25 0 1 0 384165980 173035520 39791 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 42245 39791 141 302 0 41940 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 168980

[startup+25.5025 s]
/proc/loadavg: 0.95 0.97 1.02 3/78 3314
/proc/meminfo: memFree=1370568/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=178152 CPUtime=25.48
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 49511 0 0 0 2508 40 0 0 25 0 1 0 384165980 182427648 42097 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 44538 42097 141 302 0 44233 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 178152

[startup+51.1022 s]
/proc/loadavg: 0.97 0.97 1.01 2/78 3314
/proc/meminfo: memFree=1349448/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=199420 CPUtime=51.07
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 54838 0 0 0 5059 48 0 0 25 0 1 0 384165980 204206080 47391 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 49855 47391 141 302 0 49550 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 199420

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 1.01 3/78 3314
/proc/meminfo: memFree=1323592/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=225340 CPUtime=102.26
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 61301 0 0 0 10167 59 0 0 25 0 1 0 384165980 230748160 53789 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 56335 53789 141 302 0 56030 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 225340

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1289096/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=259912 CPUtime=162.24
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 69941 0 0 0 16155 69 0 0 25 0 1 0 384165980 266149888 62429 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 64978 62429 141 302 0 64673 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 259912

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1262472/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=286092 CPUtime=222.22
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 76526 0 0 0 22142 80 0 0 25 0 1 0 384165980 292958208 69014 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134579040 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 71523 69014 141 302 0 71218 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 286092

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1234504/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=314352 CPUtime=282.2
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 83598 0 0 0 28131 89 0 0 25 0 1 0 384165980 321896448 76086 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 78588 76086 141 302 0 78283 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 314352

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1207176/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=341740 CPUtime=342.19
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 90457 0 0 0 34122 97 0 0 25 0 1 0 384165980 349941760 82816 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 85435 82816 141 302 0 85130 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 341740

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1173768/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=375372 CPUtime=402.17
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 98880 0 0 0 40108 109 0 0 25 0 1 0 384165980 384380928 91239 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134540480 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 93843 91239 141 302 0 93538 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 375372

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/78 3316
/proc/meminfo: memFree=1149640/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=399084 CPUtime=462.15
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 104813 0 0 0 46099 116 0 0 25 0 1 0 384165980 408662016 97172 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 99771 97172 141 302 0 99466 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 399084

[startup+522.302 s]
/proc/loadavg: 1.04 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1127432/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=421460 CPUtime=522.14
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 110408 0 0 0 52090 124 0 0 25 0 1 0 384165980 431575040 102767 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 105365 102767 141 302 0 105060 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 421460

[startup+582.302 s]
/proc/loadavg: 1.01 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1105672/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=443076 CPUtime=582.12
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 115803 0 0 0 58081 131 0 0 25 0 1 0 384165980 453709824 108162 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134584193 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 110769 108162 141 302 0 110464 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 443076

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1086792/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=461724 CPUtime=642.11
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 120461 0 0 0 64074 137 0 0 25 0 1 0 384165980 472805376 112820 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 115431 112820 141 302 0 115126 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 461724

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1070664/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=477940 CPUtime=702.08
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 124526 0 0 0 70065 143 0 0 25 0 1 0 384165980 489410560 116885 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 119485 116885 141 302 0 119180 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 477940

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1050696/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=497740 CPUtime=762.07
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 129470 0 0 0 76052 155 0 0 25 0 1 0 384165980 509685760 121829 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 124435 121829 141 302 0 124130 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 497740

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1026632/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=521972 CPUtime=822.05
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 135514 0 0 0 82040 165 0 0 25 0 1 0 384165980 534499328 127873 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134538464 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 130493 127873 141 302 0 130188 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 521972

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=1005384/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=542972 CPUtime=882.03
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 140777 0 0 0 88031 172 0 0 25 0 1 0 384165980 556003328 133136 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 135743 133136 141 302 0 135438 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 542972

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=987080/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=561272 CPUtime=942.02
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 145366 0 0 0 94023 179 0 0 25 0 1 0 384165980 574742528 137725 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 140318 137725 141 302 0 140013 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 561272

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 3/78 3316
/proc/meminfo: memFree=968328/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=580128 CPUtime=1002
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 150046 0 0 0 100016 184 0 0 25 0 1 0 384165980 594051072 142405 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 145032 142405 141 302 0 144727 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 580128

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=951368/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=598176 CPUtime=1061.98
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 154567 0 0 0 106009 189 0 0 25 0 1 0 384165980 612532224 146669 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 149544 146669 141 302 0 149239 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 598176

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 3316
/proc/meminfo: memFree=936712/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=612660 CPUtime=1121.96
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 158178 0 0 0 112002 194 0 0 25 0 1 0 384165980 627363840 150280 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 153165 150280 141 302 0 152860 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 612660

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/84 3430
/proc/meminfo: memFree=919512/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=628808 CPUtime=1181.89
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 162214 0 0 0 117988 201 0 0 25 0 1 0 384165980 643899392 154316 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 157202 154316 141 302 0 156897 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 628808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 1.00 2/84 3454
/proc/meminfo: memFree=912984/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=634896 CPUtime=1200.07
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 163764 0 0 0 119804 203 0 0 25 0 1 0 384165980 650133504 155866 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 158724 155866 141 302 0 158419 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 634896

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: 1.00 0.99 1.00 2/84 3454
/proc/meminfo: memFree=912984/2055920 swapFree=4147416/4192956
[pid=3313] ppid=3311 vsize=634896 CPUtime=1200.07
/proc/3313/stat : 3313 (Spear-32) R 3311 3313 2004 0 -1 4194304 163764 0 0 0 119804 203 0 0 25 0 1 0 384165980 650133504 155866 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3313/statm: 158724 155866 141 302 0 158419 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 634896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.17
CPU user time (s): 1198.04
CPU system time (s): 2.13168
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 634896

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

runsolver used 1.39579 second user time and 2.97555 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar 11 19:41:52 UTC 2007

IDJOB= 336201
IDBENCH= 24669
IDSOLVER= 133
FILE ID= node7/336201-1173642104

PBS_JOBID= 4101328

Free space on /tmp= 66362 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336201-1173642104/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336201-1173642104/instance-336201-1173642104.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-336201-1173642104 -o ROOT/results/node7/solver-336201-1173642104 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336201-1173642104/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336201-1173642104/instance-336201-1173642104.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f935103d71f7bb9e8d8051793d20ec02

RANDOM SEED= 593357924

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1537448 kB
Buffers:         35428 kB
Cached:         387448 kB
SwapCached:       8584 kB
Active:         317944 kB
Inactive:       128488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537448 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:           53792 kB
Writeback:           0 kB
Mapped:          30576 kB
Slab:            57600 kB
Committed_AS:  1298508 kB
PageTables:       1768 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= 66362 MiB

End job on node7 on Sun Mar 11 20:01:55 UTC 2007