Trace number 336116

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.13 1200.59

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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/336116-1173640662/instance-336116-1173640662.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/node45/watcher-336116-1173640662 -o ROOT/results/node45/solver-336116-1173640662 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336116-1173640662/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336116-1173640662/instance-336116-1173640662.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: 1.59 1.23 1.08 3/64 11813
/proc/meminfo: memFree=1890240/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=1932 CPUtime=0
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 90042134 1978368 246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 483 247 126 302 0 178 0

[startup+0.022925 s]
/proc/loadavg: 1.59 1.23 1.08 3/64 11813
/proc/meminfo: memFree=1890240/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=3088 CPUtime=0.01
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 671 0 0 0 1 0 0 0 18 0 1 0 90042134 3162112 521 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 772 521 126 302 0 467 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3088

[startup+0.101939 s]
/proc/loadavg: 1.59 1.23 1.08 3/64 11813
/proc/meminfo: memFree=1890240/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=8224 CPUtime=0.09
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 2462 0 0 0 7 2 0 0 18 0 1 0 90042134 8421376 1684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 2056 1684 126 302 0 1751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8224

[startup+0.301975 s]
/proc/loadavg: 1.59 1.23 1.08 3/64 11813
/proc/meminfo: memFree=1890240/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=12724 CPUtime=0.29
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 3736 0 0 0 26 3 0 0 19 0 1 0 90042134 13029376 2860 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 3181 2860 129 302 0 2876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12724

[startup+0.701048 s]
/proc/loadavg: 1.59 1.23 1.08 3/64 11813
/proc/meminfo: memFree=1890240/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=20760 CPUtime=0.69
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 5914 0 0 0 65 4 0 0 22 0 1 0 90042134 21258240 4909 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 5190 4909 129 302 0 4885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20760

[startup+1.50119 s]
/proc/loadavg: 1.59 1.23 1.08 2/65 11814
/proc/meminfo: memFree=1865464/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=37824 CPUtime=1.49
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 10487 0 0 0 143 6 0 0 25 0 1 0 90042134 38731776 8712 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 9456 8712 129 302 0 9151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37824

[startup+3.10149 s]
/proc/loadavg: 1.59 1.23 1.08 2/65 11814
/proc/meminfo: memFree=1849144/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=44760 CPUtime=3.08
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 12363 0 0 0 299 9 0 0 25 0 1 0 90042134 45834240 10555 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/11813/statm: 11190 10555 140 302 0 10885 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44760

[startup+6.30206 s]
/proc/loadavg: 1.54 1.23 1.08 2/65 11814
/proc/meminfo: memFree=1846968/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=46936 CPUtime=6.28
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 12918 0 0 0 616 12 0 0 25 0 1 0 90042134 48062464 11110 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 11734 11110 140 302 0 11429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46936

[startup+12.7012 s]
/proc/loadavg: 1.50 1.22 1.08 2/65 11814
/proc/meminfo: memFree=1842504/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=50992 CPUtime=12.67
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 13913 0 0 0 1252 15 0 0 25 0 1 0 90042134 52215808 12105 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 12748 12105 140 302 0 12443 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50992

[startup+25.5016 s]
/proc/loadavg: 1.39 1.21 1.08 2/65 11814
/proc/meminfo: memFree=1835592/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=57592 CPUtime=25.47
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 15573 0 0 0 2528 19 0 0 25 0 1 0 90042134 58974208 13765 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 14398 13765 140 302 0 14093 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57592

[startup+51.1012 s]
/proc/loadavg: 1.26 1.19 1.08 2/65 11814
/proc/meminfo: memFree=1822984/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=70364 CPUtime=51.05
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 18772 0 0 0 5079 26 0 0 25 0 1 0 90042134 72052736 16964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 17591 16964 140 302 0 17286 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 70364

[startup+102.306 s]
/proc/loadavg: 1.11 1.16 1.07 2/65 11814
/proc/meminfo: memFree=1796680/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=96456 CPUtime=102.23
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 25305 0 0 0 10184 39 0 0 25 0 1 0 90042134 98770944 23464 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 24114 23464 140 302 0 23809 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 96456

[startup+162.301 s]
/proc/loadavg: 1.04 1.13 1.07 2/65 11814
/proc/meminfo: memFree=1767304/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=126292 CPUtime=162.21
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 32799 0 0 0 16164 57 0 0 25 0 1 0 90042134 129323008 30893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 31573 30893 140 302 0 31268 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 126292

[startup+222.301 s]
/proc/loadavg: 1.01 1.10 1.06 2/65 11814
/proc/meminfo: memFree=1737416/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=155712 CPUtime=222.18
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 40187 0 0 0 22145 73 0 0 25 0 1 0 90042134 159449088 38281 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 38928 38281 140 302 0 38623 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 155712

[startup+282.301 s]
/proc/loadavg: 1.00 1.08 1.05 2/65 11814
/proc/meminfo: memFree=1711112/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=182096 CPUtime=282.17
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 46797 0 0 0 28131 86 0 0 25 0 1 0 90042134 186466304 44891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 45524 44891 140 302 0 45219 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 182096

[startup+342.301 s]
/proc/loadavg: 1.00 1.06 1.05 2/65 11814
/proc/meminfo: memFree=1683848/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=209412 CPUtime=342.15
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 53660 0 0 0 34115 100 0 0 25 0 1 0 90042134 214437888 51625 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 52353 51625 140 302 0 52048 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 209412

[startup+402.301 s]
/proc/loadavg: 1.00 1.05 1.04 2/65 11814
/proc/meminfo: memFree=1657736/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=235604 CPUtime=402.12
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 60222 0 0 0 40102 110 0 0 25 0 1 0 90042134 241258496 58187 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 58901 58187 140 302 0 58596 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 235604

[startup+462.302 s]
/proc/loadavg: 1.00 1.04 1.04 2/65 11814
/proc/meminfo: memFree=1632392/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=260656 CPUtime=462.1
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 66511 0 0 0 46090 120 0 0 25 0 1 0 90042134 266911744 64476 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 65164 64476 140 302 0 64859 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 260656

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.03 2/65 11814
/proc/meminfo: memFree=1610440/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=282812 CPUtime=522.08
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 72045 0 0 0 52076 132 0 0 25 0 1 0 90042134 289599488 70010 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 70703 70010 140 302 0 70398 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 282812

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 11814
/proc/meminfo: memFree=1584456/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=308404 CPUtime=582.06
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 78467 0 0 0 58064 142 0 0 25 0 1 0 90042134 315805696 76432 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 77101 76432 140 302 0 76796 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 308404

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/65 11814
/proc/meminfo: memFree=1559752/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=332748 CPUtime=642.04
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 84578 0 0 0 64051 153 0 0 25 0 1 0 90042134 340733952 82543 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 83187 82543 140 302 0 82882 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 332748

[startup+702.303 s]
/proc/loadavg: 1.00 1.01 1.01 2/65 11814
/proc/meminfo: memFree=1538184/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=354352 CPUtime=702.01
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 89998 0 0 0 70039 162 0 0 25 0 1 0 90042134 362856448 87963 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 88588 87963 140 302 0 88283 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 354352

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 11814
/proc/meminfo: memFree=1516104/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=377272 CPUtime=762
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 95738 0 0 0 76027 173 0 0 25 0 1 0 90042134 386326528 93446 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 94318 93446 140 302 0 94013 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 377272

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1496840/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=396612 CPUtime=821.97
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 100567 0 0 0 82016 181 0 0 25 0 1 0 90042134 406130688 98275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 99153 98275 140 302 0 98848 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 396612

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1477192/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=416028 CPUtime=881.95
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 105439 0 0 0 88004 191 0 0 25 0 1 0 90042134 426012672 103147 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 104007 103147 140 302 0 103702 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 416028

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1457160/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=436144 CPUtime=941.93
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 110480 0 0 0 93990 203 0 0 25 0 1 0 90042134 446611456 108188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 109036 108188 140 302 0 108731 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 436144

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1433992/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=458972 CPUtime=1001.9
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 116199 0 0 0 99976 214 0 0 25 0 1 0 90042134 469987328 113907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 114743 113907 140 302 0 114438 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 458972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1408136/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=484836 CPUtime=1061.88
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 122706 0 0 0 105964 224 0 0 25 0 1 0 90042134 496472064 120414 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 121209 120414 140 302 0 120904 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 484836

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1385736/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=507056 CPUtime=1121.87
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 128250 0 0 0 111952 235 0 0 25 0 1 0 90042134 519225344 125958 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 126764 125958 140 302 0 126459 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 507056

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1366856/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=525952 CPUtime=1181.84
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 133012 0 0 0 117939 245 0 0 25 0 1 0 90042134 538574848 130720 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 131488 130720 140 302 0 131183 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 525952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1360456/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=531976 CPUtime=1200.04
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 134515 0 0 0 119755 249 0 0 25 0 1 0 90042134 544743424 132223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 132994 132223 140 302 0 132689 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 531976

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 1.00 1.00 2/65 11814
/proc/meminfo: memFree=1360456/2055920 swapFree=4183640/4192956
[pid=11813] ppid=11811 vsize=531976 CPUtime=1200.04
/proc/11813/stat : 11813 (Spear-32) R 11811 11813 11703 0 -1 4194304 134515 0 0 0 119755 249 0 0 25 0 1 0 90042134 544743424 132223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 132994 132223 140 302 0 132689 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 531976

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.13
CPU user time (s): 1197.56
CPU system time (s): 2.57361
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 531976

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

runsolver used 0.943856 second user time and 2.36664 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar 11 19:17:44 UTC 2007

IDJOB= 336116
IDBENCH= 24667
IDSOLVER= 132
FILE ID= node45/336116-1173640662

PBS_JOBID= 4101363

Free space on /tmp= 66366 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336116-1173640662/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336116-1173640662/instance-336116-1173640662.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-336116-1173640662 -o ROOT/results/node45/solver-336116-1173640662 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336116-1173640662/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336116-1173640662/instance-336116-1173640662.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4064da8380443613a08af89e2e77b8a2

RANDOM SEED= 345908653

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1890712 kB
Buffers:         14440 kB
Cached:         113796 kB
SwapCached:       3888 kB
Active:          58616 kB
Inactive:        80144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890712 kB
SwapTotal:     4192956 kB
SwapFree:      4183640 kB
Dirty:           13948 kB
Writeback:           0 kB
Mapped:          15216 kB
Slab:            12564 kB
Committed_AS:   138280 kB
PageTables:       1396 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= 66366 MiB

End job on node45 on Sun Mar 11 19:37:46 UTC 2007