Trace number 330146

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.08 1200.46

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k60.cnf
MD5SUM4237e8072317ac6566570c291ae71078
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark192.238
Satisfiable
(Un)Satisfiability was proved
Number of variables123224
Number of clauses512149
Sum of the clauses size1313041
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2362980
Number of clauses of size 396066
Number of clauses of size 418234
Number of clauses of size 510379
Number of clauses of size over 522418

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/330146-1173158092/instance-330146-1173158092.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/node69/watcher-330146-1173158092 -o ROOT/results/node69/solver-330146-1173158092 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330146-1173158092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/330146-1173158092/instance-330146-1173158092.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.92 0.98 0.99 3/64 23187
/proc/meminfo: memFree=1459872/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=1396 CPUtime=0
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 335766975 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 349 138 121 302 0 44 0

[startup+0.0318919 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23187
/proc/meminfo: memFree=1459872/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=1396 CPUtime=0.02
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 154 0 0 0 2 0 0 0 18 0 1 0 335766975 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.101903 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23187
/proc/meminfo: memFree=1459872/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=3092 CPUtime=0.09
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 562 0 0 0 9 0 0 0 18 0 1 0 335766975 3166208 546 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 773 546 129 302 0 468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3092

[startup+0.301935 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23187
/proc/meminfo: memFree=1459872/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=9812 CPUtime=0.29
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 2568 0 0 0 28 1 0 0 19 0 1 0 335766975 10047488 2138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 2453 2138 129 302 0 2148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9812

[startup+0.703 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23187
/proc/meminfo: memFree=1459872/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=26396 CPUtime=0.69
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 7413 0 0 0 64 5 0 0 22 0 1 0 335766975 27029504 5569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135257839 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 6599 5569 129 302 0 6294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26396

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1430104/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=41172 CPUtime=1.49
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 12105 0 0 0 138 11 0 0 25 0 1 0 335766975 42160128 9971 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 10293 9971 140 302 0 9988 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41172

[startup+3.10139 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1420184/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=41564 CPUtime=3.08
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 12218 0 0 0 297 11 0 0 25 0 1 0 335766975 42561536 10084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 10391 10084 140 302 0 10086 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41564

[startup+6.30191 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1418776/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=43040 CPUtime=6.28
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 12596 0 0 0 615 13 0 0 25 0 1 0 335766975 44072960 10397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 10760 10397 140 302 0 10455 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43040

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1415904/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=46080 CPUtime=12.68
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 13348 0 0 0 1252 16 0 0 25 0 1 0 335766975 47185920 11149 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 11520 11149 140 302 0 11215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46080

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1411168/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=50552 CPUtime=25.48
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 14506 0 0 0 2525 23 0 0 25 0 1 0 335766975 51765248 12274 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 12638 12274 140 302 0 12333 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50552

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1403104/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=58820 CPUtime=51.08
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 16613 0 0 0 5071 37 0 0 25 0 1 0 335766975 60231680 14316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 14705 14316 140 302 0 14400 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58820

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1385120/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=76444 CPUtime=102.26
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 21066 0 0 0 10178 48 0 0 25 0 1 0 335766975 78278656 18769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 19111 18769 140 302 0 18806 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76444

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1368480/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=93676 CPUtime=162.24
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 25406 0 0 0 16163 61 0 0 25 0 1 0 335766975 95924224 22980 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 23419 22980 140 302 0 23114 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 93676

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1351264/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=110540 CPUtime=222.22
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 29660 0 0 0 22153 69 0 0 25 0 1 0 335766975 113192960 27234 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 27635 27234 140 302 0 27330 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 110540

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1334944/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=126788 CPUtime=282.2
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 33742 0 0 0 28142 78 0 0 25 0 1 0 335766975 129830912 31316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 31697 31316 140 302 0 31392 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 126788

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1320736/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=140908 CPUtime=342.18
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 37272 0 0 0 34132 86 0 0 25 0 1 0 335766975 144289792 34846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 35227 34846 140 302 0 34922 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 140908

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1305888/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=155768 CPUtime=402.16
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 40994 0 0 0 40124 92 0 0 25 0 1 0 335766975 159506432 38568 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 38942 38568 140 302 0 38637 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 155768

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1290784/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=170676 CPUtime=462.15
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 44734 0 0 0 46117 98 0 0 25 0 1 0 335766975 174772224 42308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 42669 42308 140 302 0 42364 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 170676

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1278432/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=184224 CPUtime=522.13
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 48111 0 0 0 52111 102 0 0 25 0 1 0 335766975 188645376 45428 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 46056 45428 140 302 0 45751 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 184224

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1265376/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=197068 CPUtime=582.1
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 51330 0 0 0 58103 107 0 0 25 0 1 0 335766975 201797632 48647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539775 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 49267 48647 140 302 0 48962 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 197068

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1252384/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=210000 CPUtime=642.09
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 54550 0 0 0 64096 113 0 0 25 0 1 0 335766975 215040000 51867 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524640 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 52500 51867 140 302 0 52195 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 210000

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1240160/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=222252 CPUtime=702.07
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 57631 0 0 0 70088 119 0 0 25 0 1 0 335766975 227586048 54948 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 55563 54948 140 302 0 55258 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 222252

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1224416/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=237840 CPUtime=762.05
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 61540 0 0 0 76077 128 0 0 25 0 1 0 335766975 243548160 58857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 59460 58857 140 302 0 59155 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 237840

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1209824/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=252376 CPUtime=822.04
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 65199 0 0 0 82067 137 0 0 25 0 1 0 335766975 258433024 62516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 63094 62516 140 302 0 62789 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 252376

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1196064/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=266012 CPUtime=882.02
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 68616 0 0 0 88058 144 0 0 25 0 1 0 335766975 272396288 65933 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 66503 65933 140 302 0 66198 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 266012

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1184032/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=277952 CPUtime=942
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 71628 0 0 0 94050 150 0 0 25 0 1 0 335766975 284622848 68945 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 69488 68945 140 302 0 69183 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 277952

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1170400/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=291460 CPUtime=1001.97
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 75009 0 0 0 100041 156 0 0 25 0 1 0 335766975 298455040 72326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 72865 72326 140 302 0 72560 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 291460

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1157216/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=304640 CPUtime=1061.95
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 78313 0 0 0 106034 161 0 0 25 0 1 0 335766975 311951360 75630 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 76160 75630 140 302 0 75855 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 304640

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1144736/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=316988 CPUtime=1121.93
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 81408 0 0 0 112026 167 0 0 25 0 1 0 335766975 324595712 78725 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 79247 78725 140 302 0 78942 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 316988

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1132832/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=329028 CPUtime=1181.92
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 84406 0 0 0 118021 171 0 0 25 0 1 0 335766975 336924672 81723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539902 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 82257 81723 140 302 0 81952 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 329028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23188
/proc/meminfo: memFree=1129376/2055920 swapFree=4184100/4192956
[pid=23187] ppid=23185 vsize=332332 CPUtime=1200.02
/proc/23187/stat : 23187 (Spear-32) R 23185 23187 21528 0 -1 4194304 85214 0 0 0 119830 172 0 0 25 0 1 0 335766975 340307968 82531 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23187/statm: 83083 82531 140 302 0 82778 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 332332

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.46
CPU time (s): 1200.08
CPU user time (s): 1198.3
CPU system time (s): 1.77673
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 332332

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

runsolver used 0.834873 second user time and 2.46362 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Mar  6 05:14:53 UTC 2007

IDJOB= 330146
IDBENCH= 20556
IDSOLVER= 132
FILE ID= node69/330146-1173158092

PBS_JOBID= 4015211

Free space on /tmp= 66507 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k60.cnf
COMMAND LINE= /tmp/evaluation/330146-1173158092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/330146-1173158092/instance-330146-1173158092.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-330146-1173158092 -o ROOT/results/node69/solver-330146-1173158092 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330146-1173158092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/330146-1173158092/instance-330146-1173158092.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4237e8072317ac6566570c291ae71078

RANDOM SEED= 724558005

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1460216 kB
Buffers:         35876 kB
Cached:         475624 kB
SwapCached:       2716 kB
Active:         153440 kB
Inactive:       370744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460216 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:           13512 kB
Writeback:           0 kB
Mapped:          18724 kB
Slab:            57392 kB
Committed_AS:   852096 kB
PageTables:       1480 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= 66507 MiB

End job on node69 on Tue Mar  6 05:34:55 UTC 2007