Trace number 311832

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FH 1.0? (TO) 1200.03 1200.41

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S2084125686-20-SAT.cnf
MD5SUM481b04db1084d221cad49f8d1e419306
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.363944
Satisfiable
(Un)Satisfiability was proved
Number of variables2405
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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/311832-1172577149/instance-311832-1172577149.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/node29/watcher-311832-1172577149 -o ROOT/results/node29/solver-311832-1172577149 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311832-1172577149/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/311832-1172577149/instance-311832-1172577149.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: 1.93 1.85 1.46 3/77 23633
/proc/meminfo: memFree=1816104/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=1932 CPUtime=0
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 251479188 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 483 247 126 302 0 178 0

[startup+0.106364 s]
/proc/loadavg: 1.93 1.85 1.46 3/77 23633
/proc/meminfo: memFree=1816104/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=2320 CPUtime=0.1
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 390 0 0 0 10 0 0 0 18 0 1 0 251479188 2375680 374 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 580 374 140 302 0 275 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2320

[startup+0.514389 s]
/proc/loadavg: 1.93 1.85 1.46 3/77 23633
/proc/meminfo: memFree=1816104/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=2960 CPUtime=0.5
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 554 0 0 0 50 0 0 0 22 0 1 0 251479188 3031040 538 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 740 538 140 302 0 435 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2960

[startup+1.33444 s]
/proc/loadavg: 1.93 1.85 1.46 2/78 23634
/proc/meminfo: memFree=1813728/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=3984 CPUtime=1.32
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 818 0 0 0 131 1 0 0 25 0 1 0 251479188 4079616 802 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 996 802 140 302 0 691 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3984

[startup+2.97054 s]
/proc/loadavg: 1.93 1.85 1.46 2/78 23634
/proc/meminfo: memFree=1812320/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=5780 CPUtime=2.96
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 1235 0 0 0 294 2 0 0 25 0 1 0 251479188 5918720 1219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 1445 1219 140 302 0 1140 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5780

[startup+6.24675 s]
/proc/loadavg: 1.86 1.84 1.45 2/78 23634
/proc/meminfo: memFree=1809376/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=8344 CPUtime=6.23
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 1905 0 0 0 619 4 0 0 25 0 1 0 251479188 8544256 1889 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 2086 1889 140 302 0 1781 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 8344

[startup+12.7052 s]
/proc/loadavg: 1.79 1.82 1.45 2/78 23634
/proc/meminfo: memFree=1805280/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=12064 CPUtime=12.69
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 2857 0 0 0 1262 7 0 0 25 0 1 0 251479188 12353536 2808 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 3016 2808 140 302 0 2711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12064

[startup+25.511 s]
/proc/loadavg: 1.61 1.78 1.44 2/78 23634
/proc/meminfo: memFree=1800032/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=17580 CPUtime=25.5
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 4261 0 0 0 2539 11 0 0 25 0 1 0 251479188 18001920 4147 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 4395 4147 140 302 0 4090 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 17580

[startup+51.1206 s]
/proc/loadavg: 1.40 1.72 1.43 2/78 23634
/proc/meminfo: memFree=1791584/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=25828 CPUtime=51.1
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 6341 0 0 0 5092 18 0 0 25 0 1 0 251479188 26447872 6227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 6457 6227 140 302 0 6152 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 25828

[startup+102.342 s]
/proc/loadavg: 1.25 1.62 1.41 2/78 23634
/proc/meminfo: memFree=1779808/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=38112 CPUtime=102.31
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 9413 0 0 0 10201 30 0 0 25 0 1 0 251479188 39026688 9170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 9528 9170 140 302 0 9223 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 38112

[startup+162.374 s]
/proc/loadavg: 1.09 1.51 1.38 2/78 23634
/proc/meminfo: memFree=1769120/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=48432 CPUtime=162.33
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 12034 0 0 0 16192 41 0 0 25 0 1 0 251479188 49594368 11791 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 12108 11791 140 302 0 11803 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 48432

[startup+222.406 s]
/proc/loadavg: 1.03 1.41 1.36 2/78 23634
/proc/meminfo: memFree=1761376/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=56224 CPUtime=222.35
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 13978 0 0 0 22185 50 0 0 25 0 1 0 251479188 57573376 13735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 14056 13735 140 302 0 13751 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 56224

[startup+282.436 s]
/proc/loadavg: 1.01 1.33 1.33 2/78 23634
/proc/meminfo: memFree=1754528/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=64156 CPUtime=282.36
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 15954 0 0 0 28178 58 0 0 25 0 1 0 251479188 65695744 15454 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 16039 15454 140 302 0 15734 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 64156

[startup+342.466 s]
/proc/loadavg: 1.00 1.27 1.31 2/78 23634
/proc/meminfo: memFree=1747040/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=71652 CPUtime=342.39
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 17826 0 0 0 34172 67 0 0 25 0 1 0 251479188 73371648 17326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 17913 17326 140 302 0 17608 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 71652

[startup+402.501 s]
/proc/loadavg: 1.00 1.22 1.29 2/78 23634
/proc/meminfo: memFree=1739552/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=79028 CPUtime=402.41
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 19678 0 0 0 40166 75 0 0 25 0 1 0 251479188 80924672 19178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 19757 19178 140 302 0 19452 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 79028

[startup+462.532 s]
/proc/loadavg: 1.00 1.18 1.26 2/78 23634
/proc/meminfo: memFree=1733280/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=85520 CPUtime=462.42
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 21237 0 0 0 46160 82 0 0 25 0 1 0 251479188 87572480 20737 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 21380 20737 140 302 0 21075 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 85520

[startup+522.572 s]
/proc/loadavg: 1.00 1.14 1.25 2/84 23706
/proc/meminfo: memFree=1725912/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=91524 CPUtime=522.42
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 22743 0 0 0 52151 91 0 0 25 0 1 0 251479188 93720576 22243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 22881 22243 140 302 0 22576 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 91524

[startup+582.64 s]
/proc/loadavg: 1.00 1.11 1.23 2/84 23802
/proc/meminfo: memFree=1720104/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=97340 CPUtime=582.41
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 24188 0 0 0 58143 98 0 0 25 0 1 0 251479188 99676160 23688 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 24335 23688 140 302 0 24030 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 97340

[startup+642.683 s]
/proc/loadavg: 1.00 1.09 1.21 2/78 23832
/proc/meminfo: memFree=1715872/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=102664 CPUtime=642.41
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 25532 0 0 0 64138 103 0 0 25 0 1 0 251479188 105127936 25032 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 25666 25032 140 302 0 25361 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 102664

[startup+702.715 s]
/proc/loadavg: 1.00 1.07 1.19 2/78 23832
/proc/meminfo: memFree=1711328/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=107172 CPUtime=702.43
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 26655 0 0 0 70134 109 0 0 25 0 1 0 251479188 109744128 26155 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 26793 26155 140 302 0 26488 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 107172

[startup+762.748 s]
/proc/loadavg: 1.00 1.06 1.18 2/78 23832
/proc/meminfo: memFree=1706912/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=111556 CPUtime=762.45
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 27761 0 0 0 76130 115 0 0 25 0 1 0 251479188 114233344 27261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 27889 27261 140 302 0 27584 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 111556

[startup+822.783 s]
/proc/loadavg: 1.00 1.04 1.17 2/78 23832
/proc/meminfo: memFree=1702816/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=117732 CPUtime=822.48
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 29291 0 0 0 82126 122 0 0 25 0 1 0 251479188 120557568 28278 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 29433 28278 140 302 0 29128 0
Current children cumulated CPU time (s) 822.48
Current children cumulated vsize (KiB) 117732

[startup+882.813 s]
/proc/loadavg: 1.00 1.03 1.15 2/78 23832
/proc/meminfo: memFree=1698848/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=121648 CPUtime=882.49
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 30285 0 0 0 88122 127 0 0 25 0 1 0 251479188 124567552 29272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 30412 29272 140 302 0 30107 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 121648

[startup+942.847 s]
/proc/loadavg: 1.00 1.02 1.14 2/78 23832
/proc/meminfo: memFree=1694816/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=125704 CPUtime=942.51
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 31292 0 0 0 94119 132 0 0 25 0 1 0 251479188 128720896 30279 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 31426 30279 140 302 0 31121 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 125704

[startup+1002.88 s]
/proc/loadavg: 1.00 1.02 1.13 2/78 23832
/proc/meminfo: memFree=1690848/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=129692 CPUtime=1002.53
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 32278 0 0 0 100115 138 0 0 25 0 1 0 251479188 132804608 31265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 32423 31265 140 302 0 32118 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 129692

[startup+1062.91 s]
/proc/loadavg: 1.00 1.01 1.12 2/78 23832
/proc/meminfo: memFree=1687456/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=133100 CPUtime=1062.55
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 33123 0 0 0 106113 142 0 0 25 0 1 0 251479188 136294400 32110 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 33275 32110 140 302 0 32970 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 133100

[startup+1122.94 s]
/proc/loadavg: 1.00 1.01 1.11 2/78 23832
/proc/meminfo: memFree=1684000/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=136560 CPUtime=1122.57
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 33983 0 0 0 112110 147 0 0 25 0 1 0 251479188 139837440 32970 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 34140 32970 140 302 0 33835 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 136560

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 23832
/proc/meminfo: memFree=1680672/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=140056 CPUtime=1182.59
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 34828 0 0 0 118108 151 0 0 25 0 1 0 251479188 143417344 33815 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 35014 33815 140 302 0 34709 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 140056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 23832
/proc/meminfo: memFree=1679520/2055920 swapFree=4143368/4192956
[pid=23633] ppid=23631 vsize=141260 CPUtime=1200
/proc/23633/stat : 23633 (Spear-32) R 23631 23633 23045 0 -1 4194304 35117 0 0 0 119848 152 0 0 25 0 1 0 251479188 144650240 34104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23633/statm: 35315 34104 140 302 0 35010 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 141260

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.41
CPU time (s): 1200.03
CPU user time (s): 1198.49
CPU system time (s): 1.54477
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 141260

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

runsolver used 1.3238 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Tue Feb 27 11:52:29 UTC 2007

IDJOB= 311832
IDBENCH= 20325
IDSOLVER= 132
FILE ID= node29/311832-1172577149

PBS_JOBID= 3971903

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S2084125686-20-SAT.cnf
COMMAND LINE= /tmp/evaluation/311832-1172577149/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/311832-1172577149/instance-311832-1172577149.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-311832-1172577149 -o ROOT/results/node29/solver-311832-1172577149 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311832-1172577149/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/311832-1172577149/instance-311832-1172577149.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  481b04db1084d221cad49f8d1e419306

RANDOM SEED= 212960594

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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	: 5931.00
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.209
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:       1816576 kB
Buffers:         36608 kB
Cached:         133976 kB
SwapCached:      17776 kB
Active:         131720 kB
Inactive:        67812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816576 kB
SwapTotal:     4192956 kB
SwapFree:      4143368 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          30284 kB
Slab:            25264 kB
Committed_AS:   736188 kB
PageTables:       1864 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 node29 on Tue Feb 27 12:12:32 UTC 2007