Trace number 329221

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k25.cnf
MD5SUM9bf608481da1a82a38dc09355889f525
Bench CategoryINDUST (industrial 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 variables32572
Number of clauses136205
Sum of the clauses size376727
Maximum clause length37
Minimum clause length1
Number of clauses of size 1343
Number of clauses of size 260361
Number of clauses of size 370210
Number of clauses of size 4186
Number of clauses of size 5345
Number of clauses of size over 54760

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/329221-1173134877/instance-329221-1173134877.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/node67/watcher-329221-1173134877 -o ROOT/results/node67/solver-329221-1173134877 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329221-1173134877/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329221-1173134877/instance-329221-1173134877.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.99 0.97 0.98 3/64 17718
/proc/meminfo: memFree=567712/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=1396 CPUtime=0
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 333445362 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134799785 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 349 138 121 302 0 44 0

[startup+0.0225889 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17718
/proc/meminfo: memFree=567712/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=1668 CPUtime=0.02
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 219 0 0 0 2 0 0 0 18 0 1 0 333445362 1708032 203 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 417 203 129 302 0 112 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1668

[startup+0.101596 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17718
/proc/meminfo: memFree=567712/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=4940 CPUtime=0.09
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 1027 0 0 0 9 0 0 0 18 0 1 0 333445362 5058560 921 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135103330 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 1235 921 129 302 0 930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4940

[startup+0.301617 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17718
/proc/meminfo: memFree=567712/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=10384 CPUtime=0.29
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 2722 0 0 0 27 2 0 0 19 0 1 0 333445362 10633216 2292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 2596 2292 129 302 0 2291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10384

[startup+0.701659 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17718
/proc/meminfo: memFree=567712/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=12808 CPUtime=0.69
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 3455 0 0 0 66 3 0 0 23 0 1 0 333445362 13115392 2896 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 3202 2896 140 302 0 2897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12808

[startup+1.50174 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=556120/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=13708 CPUtime=1.49
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 3663 0 0 0 146 3 0 0 25 0 1 0 333445362 14036992 3104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 3427 3104 140 302 0 3122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13708

[startup+3.10191 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=554968/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=14852 CPUtime=3.09
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 3951 0 0 0 305 4 0 0 25 0 1 0 333445362 15208448 3392 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 3713 3392 140 302 0 3408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14852

[startup+6.30124 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=553632/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=16128 CPUtime=6.29
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 4254 0 0 0 623 6 0 0 25 0 1 0 333445362 16515072 3695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 4032 3695 140 302 0 3727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16128

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=550752/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=18824 CPUtime=12.69
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 4939 0 0 0 1261 8 0 0 25 0 1 0 333445362 19275776 4380 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 4706 4380 140 302 0 4401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18824

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=544224/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=25136 CPUtime=25.48
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 6513 0 0 0 2536 12 0 0 25 0 1 0 333445362 25739264 5954 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 6284 5954 140 302 0 5979 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25136

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=531872/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=37644 CPUtime=51.08
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 9678 0 0 0 5089 19 0 0 25 0 1 0 333445362 38547456 9086 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 9411 9086 140 302 0 9106 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37644

[startup+102.304 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=513888/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=55396 CPUtime=102.27
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 14171 0 0 0 10196 31 0 0 25 0 1 0 333445362 56725504 13514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 13849 13514 140 302 0 13544 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55396

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=482848/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=87388 CPUtime=162.25
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 22165 0 0 0 16178 47 0 0 25 0 1 0 333445362 89485312 21379 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 21847 21379 140 302 0 21542 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 87388

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=446176/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=123464 CPUtime=222.24
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 31222 0 0 0 22165 59 0 0 25 0 1 0 333445362 126427136 30436 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 30866 30436 140 302 0 30561 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 123464

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=418208/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=151612 CPUtime=282.22
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 38256 0 0 0 28153 69 0 0 25 0 1 0 333445362 155250688 37469 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 37903 37469 140 302 0 37598 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 151612

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=392736/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=176648 CPUtime=342.2
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 44546 0 0 0 34143 77 0 0 25 0 1 0 333445362 180887552 43759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 44162 43759 140 302 0 43857 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 176648

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=375264/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=194244 CPUtime=402.18
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 48944 0 0 0 40134 84 0 0 25 0 1 0 333445362 198905856 48157 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 48561 48157 140 302 0 48256 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 194244

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=361632/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=207664 CPUtime=462.17
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 52303 0 0 0 46124 93 0 0 25 0 1 0 333445362 212647936 51516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 51916 51516 140 302 0 51611 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 207664

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=350112/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=220252 CPUtime=522.15
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 55463 0 0 0 52116 99 0 0 25 0 1 0 333445362 225538048 54419 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 55063 54419 140 302 0 54758 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 220252

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=337824/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=232420 CPUtime=582.14
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 58500 0 0 0 58108 106 0 0 25 0 1 0 333445362 237998080 57456 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 58105 57456 140 302 0 57800 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 232420

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=85792/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=545968 CPUtime=642.13
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 133449 0 0 0 64073 140 0 0 25 0 1 0 333445362 559071232 120305 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 136492 120305 145 302 0 136187 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 545968

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=76064/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=555740 CPUtime=702.11
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 135893 0 0 0 70068 143 0 0 25 0 1 0 333445362 569077760 122749 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 138935 122749 145 302 0 138630 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 555740

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17719
/proc/meminfo: memFree=59808/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=571884 CPUtime=762.1
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 139936 0 0 0 76060 150 0 0 25 0 1 0 333445362 585609216 126792 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 142971 126792 145 302 0 142666 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 571884

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 17835
/proc/meminfo: memFree=45656/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=585040 CPUtime=822.02
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 143202 0 0 0 82045 157 0 0 25 0 1 0 333445362 599080960 130058 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 146260 130058 145 302 0 145955 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 585040

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=34208/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=597172 CPUtime=881.96
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 146256 0 0 0 88034 162 0 0 25 0 1 0 333445362 611504128 133112 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 149293 133112 145 302 0 148988 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 597172

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=20640/2055920 swapFree=4183980/4192956
[pid=17718] ppid=17716 vsize=610952 CPUtime=941.95
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 149699 0 0 0 94027 168 0 0 25 0 1 0 333445362 625614848 136555 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 152738 136555 145 302 0 152433 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 610952

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=16224/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=622988 CPUtime=1001.92
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 152679 0 0 0 100018 174 0 0 25 0 1 0 333445362 637939712 139535 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 155747 139535 145 302 0 155442 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 622988

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=15072/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=635212 CPUtime=1061.91
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 155731 0 0 0 106011 180 0 0 25 0 1 0 333445362 650457088 142587 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 158803 142587 145 302 0 158498 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 635212

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=15456/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=647056 CPUtime=1121.89
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 158683 0 0 0 112003 186 0 0 25 0 1 0 333445362 662585344 145539 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 161764 145539 145 302 0 161459 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 647056

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=16160/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=658628 CPUtime=1181.88
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 161595 0 0 0 117995 193 0 0 25 0 1 0 333445362 674435072 148451 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 164657 148451 145 302 0 164352 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 658628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=15776/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=662068 CPUtime=1200.08
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 162424 0 0 0 119813 195 0 0 25 0 1 0 333445362 677957632 149280 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 165517 149280 145 302 0 165212 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 662068

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: 0.99 0.97 0.98 2/65 17917
/proc/meminfo: memFree=15776/2055920 swapFree=4183972/4192956
[pid=17718] ppid=17716 vsize=662068 CPUtime=1200.08
/proc/17718/stat : 17718 (Spear-32) R 17716 17718 17609 0 -1 4194304 162424 0 0 0 119813 195 0 0 25 0 1 0 333445362 677957632 149280 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17718/statm: 165517 149280 145 302 0 165212 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 662068

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.18
CPU user time (s): 1198.13
CPU system time (s): 2.04969
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 662068

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

runsolver used 0.941856 second user time and 2.44463 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar  5 22:47:57 UTC 2007

IDJOB= 329221
IDBENCH= 20534
IDSOLVER= 131
FILE ID= node67/329221-1173134877

PBS_JOBID= 4015198

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k25.cnf
COMMAND LINE= /tmp/evaluation/329221-1173134877/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329221-1173134877/instance-329221-1173134877.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-329221-1173134877 -o ROOT/results/node67/solver-329221-1173134877 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329221-1173134877/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329221-1173134877/instance-329221-1173134877.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9bf608481da1a82a38dc09355889f525

RANDOM SEED= 197620646

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:        568184 kB
Buffers:         50508 kB
Cached:        1339024 kB
SwapCached:       3312 kB
Active:         826948 kB
Inactive:       572412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        568184 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            4768 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            74360 kB
Committed_AS:   878892 kB
PageTables:       1452 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= 66545 MiB

End job on node67 on Mon Mar  5 23:08:00 UTC 2007