Trace number 338803

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.13 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/338803-1173692619/instance-338803-1173692619.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/node63/watcher-338803-1173692619 -o ROOT/results/node63/solver-338803-1173692619 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338803-1173692619/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/338803-1173692619/instance-338803-1173692619.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.97 3/64 7430
/proc/meminfo: memFree=1587288/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=1528 CPUtime=0
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 389219311 1564672 180 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 382 180 128 302 0 77 0

[startup+0.100112 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 7430
/proc/meminfo: memFree=1587288/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=2296 CPUtime=0.09
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 398 0 0 0 9 0 0 0 18 0 1 0 389219311 2351104 382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 574 383 140 302 0 269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2296

[startup+0.201123 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 7430
/proc/meminfo: memFree=1587288/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=2808 CPUtime=0.19
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 532 0 0 0 19 0 0 0 18 0 1 0 389219311 2875392 516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 702 516 140 302 0 397 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2808

[startup+0.301133 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 7430
/proc/meminfo: memFree=1587288/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=3328 CPUtime=0.29
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 667 0 0 0 29 0 0 0 19 0 1 0 389219311 3407872 651 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 832 651 140 302 0 527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3328

[startup+0.701176 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 7430
/proc/meminfo: memFree=1587288/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=5004 CPUtime=0.69
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 1097 0 0 0 68 1 0 0 22 0 1 0 389219311 5124096 1081 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 1251 1081 140 302 0 946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5004

[startup+1.50226 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1582096/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=7720 CPUtime=1.49
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 1772 0 0 0 147 2 0 0 25 0 1 0 389219311 7905280 1756 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 1930 1756 140 302 0 1625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7720

[startup+3.10143 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1578768/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=11852 CPUtime=3.09
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 2797 0 0 0 305 4 0 0 25 0 1 0 389219311 12136448 2781 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 2963 2781 140 302 0 2658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11852

[startup+6.30177 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1572112/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=17400 CPUtime=6.29
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 4187 0 0 0 623 6 0 0 25 0 1 0 389219311 17817600 4171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 4350 4171 140 302 0 4045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17400

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1563416/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=25716 CPUtime=12.69
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 6248 0 0 0 1260 9 0 0 25 0 1 0 389219311 26333184 6199 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 6429 6199 140 302 0 6124 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25716

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1551320/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=37688 CPUtime=25.49
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 9201 0 0 0 2535 14 0 0 25 0 1 0 389219311 38592512 9087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 9422 9087 140 302 0 9117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37688

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.97 2/65 7431
/proc/meminfo: memFree=1535064/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=54320 CPUtime=51.07
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 13314 0 0 0 5087 20 0 0 25 0 1 0 389219311 55623680 13200 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 13580 13200 140 302 0 13275 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54320

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1510040/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=80060 CPUtime=102.26
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 19597 0 0 0 10194 32 0 0 25 0 1 0 389219311 81981440 19354 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 20015 19354 140 302 0 19710 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80060

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1486936/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=103552 CPUtime=162.25
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 25414 0 0 0 16183 42 0 0 25 0 1 0 389219311 106037248 25171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 25888 25171 140 302 0 25583 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 103552

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1467480/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=123028 CPUtime=222.23
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 30210 0 0 0 22173 50 0 0 25 0 1 0 389219311 125980672 29967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 30757 29967 140 302 0 30452 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 123028

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1452504/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=138292 CPUtime=282.22
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 33989 0 0 0 28163 59 0 0 25 0 1 0 389219311 141611008 33746 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 34573 33746 140 302 0 34268 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 138292

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1440216/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=151600 CPUtime=342.2
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 37265 0 0 0 34152 68 0 0 25 0 1 0 389219311 155238400 36765 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 37900 36765 140 302 0 37595 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 151600

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1428632/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=164056 CPUtime=402.19
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 40181 0 0 0 40144 75 0 0 25 0 1 0 389219311 167993344 39681 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 41014 39681 140 302 0 40709 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 164056

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1415320/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=177480 CPUtime=462.17
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 43467 0 0 0 46134 83 0 0 25 0 1 0 389219311 181739520 42967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 44370 42967 140 302 0 44065 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 177480

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1400152/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=193000 CPUtime=522.15
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 47296 0 0 0 52124 91 0 0 25 0 1 0 389219311 197632000 46796 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 48250 46796 140 302 0 47945 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 193000

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1388184/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=205236 CPUtime=582.14
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 50241 0 0 0 58117 97 0 0 25 0 1 0 389219311 210161664 49741 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 51309 49741 140 302 0 51004 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 205236

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1375640/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=217884 CPUtime=642.13
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 53388 0 0 0 64109 104 0 0 25 0 1 0 389219311 223113216 52888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 54471 52888 140 302 0 54166 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 217884

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1365400/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=228440 CPUtime=702.11
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 55924 0 0 0 70100 111 0 0 25 0 1 0 389219311 233922560 55424 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 57110 55424 140 302 0 56805 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 228440

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1356120/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=237812 CPUtime=762.09
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 58209 0 0 0 76092 117 0 0 25 0 1 0 389219311 243519488 57709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 59453 57709 140 302 0 59148 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 237812

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1348504/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=245652 CPUtime=822.08
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 60123 0 0 0 82086 122 0 0 25 0 1 0 389219311 251547648 59623 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 61413 59623 140 302 0 61108 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 245652

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1337368/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=256760 CPUtime=882.07
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 62894 0 0 0 88078 129 0 0 25 0 1 0 389219311 262922240 62394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 64190 62394 140 302 0 63885 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 256760

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1328152/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=266268 CPUtime=942.05
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 65205 0 0 0 94070 135 0 0 25 0 1 0 389219311 272658432 64705 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 66567 64705 140 302 0 66262 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 266268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7433
/proc/meminfo: memFree=1318360/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=276184 CPUtime=1002.03
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 67622 0 0 0 100062 141 0 0 25 0 1 0 389219311 282812416 67122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 69046 67122 140 302 0 68741 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 276184

[startup+1062.3 s]
/proc/loadavg: 1.07 0.99 0.98 2/71 7517
/proc/meminfo: memFree=1309280/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=284460 CPUtime=1061.99
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 69631 0 0 0 106051 148 0 0 25 0 1 0 389219311 291287040 69131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 71115 69131 140 302 0 70810 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 284460

[startup+1122.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/71 7609
/proc/meminfo: memFree=1301984/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=293668 CPUtime=1121.91
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 71936 0 0 0 112037 154 0 0 25 0 1 0 389219311 300716032 70923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 73417 70923 140 302 0 73112 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 293668

[startup+1182.3 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 7631
/proc/meminfo: memFree=1296088/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=300872 CPUtime=1181.88
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 73701 0 0 0 118028 160 0 0 25 0 1 0 389219311 308092928 72688 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 75218 72688 140 302 0 74913 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 300872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 7631
/proc/meminfo: memFree=1293848/2055920 swapFree=4183284/4192956
[pid=7430] ppid=7428 vsize=302944 CPUtime=1200.08
/proc/7430/stat : 7430 (Spear-32) R 7428 7430 6319 0 -1 4194304 74223 0 0 0 119847 161 0 0 25 0 1 0 389219311 310214656 73210 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7430/statm: 75736 73210 140 302 0 75431 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 302944

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.55
CPU time (s): 1200.13
CPU user time (s): 1198.47
CPU system time (s): 1.66275
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 302944

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

runsolver used 0.961853 second user time and 2.41363 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Mar 12 09:43:39 UTC 2007

IDJOB= 338803
IDBENCH= 24731
IDSOLVER= 131
FILE ID= node63/338803-1173692619

PBS_JOBID= 4101738

Free space on /tmp= 66470 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  51a1a3a012cf07e3662164064eca4702

RANDOM SEED= 761491225

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:       1587696 kB
Buffers:         42888 kB
Cached:         348092 kB
SwapCached:       4032 kB
Active:         141076 kB
Inactive:       260660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587696 kB
SwapTotal:     4192956 kB
SwapFree:      4183284 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          16132 kB
Slab:            52428 kB
Committed_AS:   832552 kB
PageTables:       1464 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= 66470 MiB

End job on node63 on Mon Mar 12 10:03:42 UTC 2007