Trace number 329179

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.24 1200.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k60.cnf
MD5SUM913879a5f9dcd02ef984b774902fd16f
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 variables41077
Number of clauses155700
Sum of the clauses size420372
Maximum clause length37
Minimum clause length1
Number of clauses of size 1798
Number of clauses of size 276566
Number of clauses of size 372380
Number of clauses of size 4326
Number of clauses of size 5625
Number of clauses of size over 55005

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/329179-1173134183/instance-329179-1173134183.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/node3/watcher-329179-1173134183 -o ROOT/results/node3/solver-329179-1173134183 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329179-1173134183/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329179-1173134183/instance-329179-1173134183.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.00 1.00 0.98 3/77 25972
/proc/meminfo: memFree=1053480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=1396 CPUtime=0
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 333373240 1429504 138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 349 138 121 302 0 44 0

[startup+0.00744899 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 25972
/proc/meminfo: memFree=1053480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=1396 CPUtime=0
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 333373240 1429504 138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1396

[startup+0.101414 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 25972
/proc/meminfo: memFree=1053480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=4632 CPUtime=0.09
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 960 0 0 0 9 0 0 0 18 0 1 0 333373240 4743168 838 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 1158 838 129 302 0 853 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4632

[startup+0.30143 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 25972
/proc/meminfo: memFree=1053480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=10216 CPUtime=0.29
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 2684 0 0 0 28 1 0 0 19 0 1 0 333373240 10461184 2254 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 2554 2255 129 302 0 2249 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10216

[startup+0.701464 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 25972
/proc/meminfo: memFree=1053480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=16328 CPUtime=0.69
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 4462 0 0 0 67 2 0 0 23 0 1 0 333373240 16719872 3447 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 4082 3447 140 302 0 3777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16328

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1040096/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=16716 CPUtime=1.49
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 4532 0 0 0 146 3 0 0 25 0 1 0 333373240 17117184 3517 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 4179 3517 140 302 0 3874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16716

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1039328/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=17720 CPUtime=3.09
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 4787 0 0 0 306 3 0 0 25 0 1 0 333373240 18145280 3772 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 4430 3772 140 302 0 4125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17720

[startup+6.30293 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1037664/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=18880 CPUtime=6.29
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 5099 0 0 0 624 5 0 0 25 0 1 0 333373240 19333120 4084 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 4720 4084 140 302 0 4415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18880

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1034208/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=22388 CPUtime=12.69
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 5966 0 0 0 1262 7 0 0 25 0 1 0 333373240 22925312 4951 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 5597 4951 140 302 0 5292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22388

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1027616/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=28904 CPUtime=25.48
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 7587 0 0 0 2538 10 0 0 25 0 1 0 333373240 29597696 6572 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 7226 6572 140 302 0 6921 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28904

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=1015584/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=41000 CPUtime=51.07
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 10638 0 0 0 5089 18 0 0 25 0 1 0 333373240 41984000 9590 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 10250 9590 140 302 0 9945 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41000

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=996192/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=60352 CPUtime=102.26
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 15483 0 0 0 10199 27 0 0 25 0 1 0 333373240 61800448 14370 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 15088 14370 140 302 0 14783 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=965792/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=91560 CPUtime=162.25
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 23323 0 0 0 16183 42 0 0 25 0 1 0 333373240 93757440 22210 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 22890 22210 140 302 0 22585 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 91560

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=936480/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=120204 CPUtime=222.23
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 30518 0 0 0 22169 54 0 0 25 0 1 0 333373240 123088896 29276 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 30051 29276 140 302 0 29746 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 120204

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25973
/proc/meminfo: memFree=907680/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=149104 CPUtime=282.22
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 37758 0 0 0 28156 66 0 0 25 0 1 0 333373240 152682496 36516 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 37276 36516 140 302 0 36971 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 149104

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=882656/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=173804 CPUtime=342.21
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 43943 0 0 0 34146 75 0 0 25 0 1 0 333373240 177975296 42701 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 43451 42701 140 302 0 43146 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 173804

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=859360/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=197280 CPUtime=402.19
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 49799 0 0 0 40136 83 0 0 25 0 1 0 333373240 202014720 48557 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 49320 48557 140 302 0 49015 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 197280

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=836576/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=219816 CPUtime=462.17
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 55450 0 0 0 46126 91 0 0 25 0 1 0 333373240 225091584 54208 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526674 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 54954 54208 140 302 0 54649 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 219816

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=813152/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=243400 CPUtime=522.16
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 61348 0 0 0 52116 100 0 0 25 0 1 0 333373240 249241600 60106 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 60850 60106 140 302 0 60545 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 243400

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=788384/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=267880 CPUtime=582.14
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 67488 0 0 0 58105 109 0 0 25 0 1 0 333373240 274309120 66246 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 66970 66246 140 302 0 66665 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 267880

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=765792/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=290220 CPUtime=642.13
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 73085 0 0 0 64095 118 0 0 25 0 1 0 333373240 297185280 71843 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 72555 71843 140 302 0 72250 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 290220

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=743840/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=312372 CPUtime=702.11
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 78610 0 0 0 70086 125 0 0 25 0 1 0 333373240 319868928 77368 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 78093 77368 140 302 0 77788 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 312372

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=722784/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=333160 CPUtime=762.1
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 83821 0 0 0 76076 134 0 0 25 0 1 0 333373240 341155840 82579 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 83290 82579 140 302 0 82985 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 333160

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 25975
/proc/meminfo: memFree=702560/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=354540 CPUtime=822.08
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 89186 0 0 0 82066 142 0 0 25 0 1 0 333373240 363048960 87687 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 88635 87687 140 302 0 88330 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 354540

[startup+882.301 s]
/proc/loadavg: 1.08 1.02 0.99 2/78 25975
/proc/meminfo: memFree=681888/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=375048 CPUtime=882.07
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 94298 0 0 0 88057 150 0 0 25 0 1 0 333373240 384049152 92799 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 93762 92799 140 302 0 93457 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 375048

[startup+942.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/78 25975
/proc/meminfo: memFree=663200/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=393932 CPUtime=942.05
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 99027 0 0 0 94047 158 0 0 25 0 1 0 333373240 403386368 97528 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 98483 97528 140 302 0 98178 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 393932

[startup+1002.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 25975
/proc/meminfo: memFree=641760/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=415172 CPUtime=1002.03
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 104321 0 0 0 100036 167 0 0 25 0 1 0 333373240 425136128 102822 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 103793 102822 140 302 0 103488 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 415172

[startup+1062.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 25975
/proc/meminfo: memFree=628960/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=427924 CPUtime=1062.01
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 107521 0 0 0 106026 175 0 0 25 0 1 0 333373240 438194176 106022 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 106981 106022 140 302 0 106676 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 427924

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 25975
/proc/meminfo: memFree=177120/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=1016844 CPUtime=1122
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 277218 0 0 0 111947 253 0 0 25 0 1 0 333373240 1041248256 218694 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 254211 218694 145 302 0 253906 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1016844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 25975
/proc/meminfo: memFree=158880/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=1035056 CPUtime=1181.98
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 281807 0 0 0 117938 260 0 0 25 0 1 0 333373240 1059897344 223283 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 258764 223283 145 302 0 258459 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1035056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 25975
/proc/meminfo: memFree=153440/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=1040184 CPUtime=1200.08
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4194304 283089 0 0 0 119745 263 0 0 25 0 1 0 333373240 1065148416 224565 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 260046 224565 145 302 0 259741 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1040184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.51 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 25975
/proc/meminfo: memFree=153440/2055920 swapFree=4191880/4192956
[pid=25972] ppid=25970 vsize=0 CPUtime=1200.19
/proc/25972/stat : 25972 (Spear-32) R 25970 25972 25865 0 -1 4195332 283089 0 0 0 119746 273 0 0 25 0 1 0 333373240 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25972/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.24
CPU user time (s): 1197.46
CPU system time (s): 2.77858
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1040184

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

runsolver used 1.36779 second user time and 3.00454 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Mar  5 22:36:24 UTC 2007

IDJOB= 329179
IDBENCH= 20533
IDSOLVER= 131
FILE ID= node3/329179-1173134183

PBS_JOBID= 4014962

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  913879a5f9dcd02ef984b774902fd16f

RANDOM SEED= 326587858

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1053952 kB
Buffers:         41312 kB
Cached:         843168 kB
SwapCached:        268 kB
Active:         202936 kB
Inactive:       735320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053952 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5376 kB
Writeback:           0 kB
Mapped:          63932 kB
Slab:            49440 kB
Committed_AS:  1430172 kB
PageTables:       1656 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= 66535 MiB

End job on node3 on Mon Mar  5 22:56:26 UTC 2007