Trace number 298588

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.09 1200.57

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1373941726-12.UNSAT.shuffled.cnf
MD5SUMba211b00665e5525ca8dfbd839bb6bc4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.5363
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-298588-1171858547 -o ROOT/results/node71/solver-298588-1171858547 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298588-1171858547/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298588-1171858547/instance-298588-1171858547.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 1.00 1.26 3/64 27958
/proc/meminfo: memFree=947104/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=1532 CPUtime=0
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 205812498 1568768 177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 383 177 129 302 0 78 0

[startup+0.107826 s]
/proc/loadavg: 0.99 1.00 1.26 3/64 27958
/proc/meminfo: memFree=947104/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=1788 CPUtime=0.1
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 282 0 0 0 10 0 0 0 18 0 1 0 205812498 1830912 266 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 447 266 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515915 s]
/proc/loadavg: 0.99 1.00 1.26 3/64 27958
/proc/meminfo: memFree=947104/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=2436 CPUtime=0.5
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 459 0 0 0 50 0 0 0 21 0 1 0 205812498 2494464 443 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 609 443 140 302 0 304 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2436

[startup+1.33909 s]
/proc/loadavg: 0.99 1.00 1.26 2/65 27959
/proc/meminfo: memFree=945112/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=3340 CPUtime=1.33
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 685 0 0 0 132 1 0 0 25 0 1 0 205812498 3420160 669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 835 669 140 302 0 530 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3340

[startup+2.97545 s]
/proc/loadavg: 0.99 1.00 1.26 2/65 27959
/proc/meminfo: memFree=944088/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=4516 CPUtime=2.97
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 967 0 0 0 294 3 0 0 25 0 1 0 205812498 4624384 951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 1129 951 140 302 0 824 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4516

[startup+6.25416 s]
/proc/loadavg: 0.99 1.00 1.26 2/65 27959
/proc/meminfo: memFree=942360/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=6196 CPUtime=6.24
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 1370 0 0 0 620 4 0 0 25 0 1 0 205812498 6344704 1321 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 1549 1321 140 302 0 1244 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6196

[startup+12.7066 s]
/proc/loadavg: 0.99 1.00 1.26 2/65 27959
/proc/meminfo: memFree=939864/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=8296 CPUtime=12.69
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 1924 0 0 0 1261 8 0 0 25 0 1 0 205812498 8495104 1875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 2074 1875 140 302 0 1769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8296

[startup+25.5073 s]
/proc/loadavg: 0.99 1.00 1.25 2/65 27959
/proc/meminfo: memFree=937048/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=11508 CPUtime=25.48
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 2708 0 0 0 2537 11 0 0 25 0 1 0 205812498 11784192 2594 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 2877 2594 140 302 0 2572 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11508

[startup+51.1159 s]
/proc/loadavg: 0.99 1.00 1.25 2/65 27959
/proc/meminfo: memFree=932376/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=16120 CPUtime=51.09
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 3859 0 0 0 5091 18 0 0 25 0 1 0 205812498 16506880 3745 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 4030 3745 140 302 0 3725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16120

[startup+102.326 s]
/proc/loadavg: 0.99 1.00 1.23 2/65 27959
/proc/meminfo: memFree=926360/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=22676 CPUtime=102.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 5486 0 0 0 10200 27 0 0 25 0 1 0 205812498 23220224 5243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 5669 5243 140 302 0 5364 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22676

[startup+162.353 s]
/proc/loadavg: 0.99 1.00 1.21 2/65 27959
/proc/meminfo: memFree=920600/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=28324 CPUtime=162.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 6890 0 0 0 16192 35 0 0 25 0 1 0 205812498 29003776 6647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 7081 6647 140 302 0 6776 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 28324

[startup+222.375 s]
/proc/loadavg: 0.99 1.00 1.20 2/65 27959
/proc/meminfo: memFree=915928/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=33096 CPUtime=222.28
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 8054 0 0 0 22185 43 0 0 25 0 1 0 205812498 33890304 7811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 8274 7811 140 302 0 7969 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 33096

[startup+282.397 s]
/proc/loadavg: 0.99 1.00 1.18 2/65 27959
/proc/meminfo: memFree=911896/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=38444 CPUtime=282.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 9316 0 0 0 28177 50 0 0 25 0 1 0 205812498 39366656 8816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 9611 8816 140 302 0 9306 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 38444

[startup+342.418 s]
/proc/loadavg: 0.99 1.00 1.17 2/65 27959
/proc/meminfo: memFree=908184/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=42420 CPUtime=342.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 10271 0 0 0 34170 57 0 0 25 0 1 0 205812498 43438080 9771 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 10605 9771 140 302 0 10300 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 42420

[startup+402.44 s]
/proc/loadavg: 0.99 1.00 1.16 2/65 27959
/proc/meminfo: memFree=904600/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=45652 CPUtime=402.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 11146 0 0 0 40164 63 0 0 25 0 1 0 205812498 46747648 10646 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 11413 10646 140 302 0 11108 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 45652

[startup+462.461 s]
/proc/loadavg: 0.99 1.00 1.14 2/65 27959
/proc/meminfo: memFree=901144/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=49244 CPUtime=462.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 11993 0 0 0 46159 68 0 0 25 0 1 0 205812498 50425856 11493 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 12311 11493 140 302 0 12006 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 49244

[startup+522.485 s]
/proc/loadavg: 0.99 1.00 1.13 2/65 27959
/proc/meminfo: memFree=898456/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=52152 CPUtime=522.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 12683 0 0 0 52155 72 0 0 25 0 1 0 205812498 53403648 12183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 13038 12183 140 302 0 12733 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 52152

[startup+582.507 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 27959
/proc/meminfo: memFree=895704/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=54788 CPUtime=582.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 13357 0 0 0 58151 76 0 0 25 0 1 0 205812498 56102912 12857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 13697 12857 140 302 0 13392 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 54788

[startup+642.53 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 27959
/proc/meminfo: memFree=893208/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=57380 CPUtime=642.27
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 13987 0 0 0 64145 82 0 0 25 0 1 0 205812498 58757120 13487 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 14345 13487 140 302 0 14040 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 57380

[startup+702.55 s]
/proc/loadavg: 1.05 1.01 1.10 2/65 27959
/proc/meminfo: memFree=890328/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=60328 CPUtime=702.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 14700 0 0 0 70140 86 0 0 25 0 1 0 205812498 61775872 14200 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 15082 14200 140 302 0 14777 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 60328

[startup+762.571 s]
/proc/loadavg: 1.10 1.03 1.10 2/65 27959
/proc/meminfo: memFree=887832/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=63148 CPUtime=762.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 15334 0 0 0 76136 90 0 0 25 0 1 0 205812498 64663552 14834 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 15787 14834 140 302 0 15482 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 63148

[startup+822.6 s]
/proc/loadavg: 1.03 1.02 1.09 2/65 27959
/proc/meminfo: memFree=885208/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=65712 CPUtime=822.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 15970 0 0 0 82132 94 0 0 25 0 1 0 205812498 67289088 15470 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 16428 15470 140 302 0 16123 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 65712

[startup+882.621 s]
/proc/loadavg: 1.01 1.01 1.08 2/65 27959
/proc/meminfo: memFree=882712/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=68552 CPUtime=882.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 16614 0 0 0 88127 99 0 0 25 0 1 0 205812498 70197248 16114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 17138 16114 140 302 0 16833 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 68552

[startup+942.642 s]
/proc/loadavg: 1.00 1.01 1.08 2/65 27959
/proc/meminfo: memFree=880472/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=72792 CPUtime=942.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 17679 0 0 0 94122 104 0 0 25 0 1 0 205812498 74539008 16666 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 18198 16666 140 302 0 17893 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 72792

[startup+1002.66 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 27959
/proc/meminfo: memFree=878360/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=74752 CPUtime=1002.26
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 18206 0 0 0 100117 109 0 0 25 0 1 0 205812498 76546048 17193 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 18688 17193 140 302 0 18383 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 74752

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 27959
/proc/meminfo: memFree=876120/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=76844 CPUtime=1062.25
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 18741 0 0 0 106112 113 0 0 25 0 1 0 205812498 78688256 17728 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 19211 17728 140 302 0 18906 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 76844

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 27959
/proc/meminfo: memFree=873816/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=79476 CPUtime=1122.25
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 19335 0 0 0 112108 117 0 0 25 0 1 0 205812498 81383424 18322 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 19869 18322 140 302 0 19564 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 79476

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 27959
/proc/meminfo: memFree=871896/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=81224 CPUtime=1182.25
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 19824 0 0 0 118104 121 0 0 25 0 1 0 205812498 83173376 18811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 20306 18811 140 302 0 20001 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 81224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 27959
/proc/meminfo: memFree=871320/2055920 swapFree=4174780/4192956
[pid=27958] ppid=27956 vsize=81868 CPUtime=1200.07
/proc/27958/stat : 27958 (Spear-32) R 27956 27958 26854 0 -1 4194304 19963 0 0 0 119885 122 0 0 25 0 1 0 205812498 83832832 18950 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/27958/statm: 20467 18950 140 302 0 20162 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 81868

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.57
CPU time (s): 1200.09
CPU user time (s): 1198.86
CPU system time (s): 1.23781
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 81868

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

runsolver used 0.730888 second user time and 2.47962 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Feb 19 04:15:47 UTC 2007

IDJOB= 298588
IDBENCH= 19989
IDSOLVER= 131
FILE ID= node71/298588-1171858547

PBS_JOBID= 3839751

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1373941726-12.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298588-1171858547/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298588-1171858547/instance-298588-1171858547.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-298588-1171858547 -o ROOT/results/node71/solver-298588-1171858547 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298588-1171858547/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298588-1171858547/instance-298588-1171858547.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ba211b00665e5525ca8dfbd839bb6bc4

RANDOM SEED= 25506787

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:        947512 kB
Buffers:         50844 kB
Cached:         917052 kB
SwapCached:      12392 kB
Active:         756988 kB
Inactive:       229428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        947512 kB
SwapTotal:     4192956 kB
SwapFree:      4174780 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          15808 kB
Slab:           108016 kB
Committed_AS:   668776 kB
PageTables:       1448 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= 66562 MiB

End job on node71 on Mon Feb 19 04:35:50 UTC 2007