Trace number 291946

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.11 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S1474234583-11.UNSAT.shuffled.cnf
MD5SUMfb662fcb2216f5e012e97644773420f6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66783
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51491
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/291946-1171748804/instance-291946-1171748804.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node29/watcher-291946-1171748804 -o ROOT/results/node29/solver-291946-1171748804 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291946-1171748804/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291946-1171748804/instance-291946-1171748804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.92 3/77 15174
/proc/meminfo: memFree=991128/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=1396 CPUtime=0
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 168644652 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 349 167 128 302 0 44 0

[startup+0.106158 s]
/proc/loadavg: 0.91 0.98 0.92 3/77 15174
/proc/meminfo: memFree=991128/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=1788 CPUtime=0.1
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 277 0 0 0 10 0 0 0 18 0 1 0 168644652 1830912 261 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 447 261 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514185 s]
/proc/loadavg: 0.91 0.98 0.92 3/77 15174
/proc/meminfo: memFree=991128/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=2576 CPUtime=0.5
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 458 0 0 0 50 0 0 0 21 0 1 0 168644652 2637824 442 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 644 442 140 302 0 339 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2576

[startup+1.33424 s]
/proc/loadavg: 0.91 0.98 0.92 2/78 15175
/proc/meminfo: memFree=989200/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=3500 CPUtime=1.32
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 677 0 0 0 131 1 0 0 25 0 1 0 168644652 3584000 661 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 875 661 140 302 0 570 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3500

[startup+2.97034 s]
/proc/loadavg: 0.91 0.98 0.92 2/78 15175
/proc/meminfo: memFree=988240/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=4408 CPUtime=2.96
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 937 0 0 0 293 3 0 0 25 0 1 0 168644652 4513792 921 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 1102 921 140 302 0 797 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4408

[startup+6.24654 s]
/proc/loadavg: 0.92 0.98 0.92 2/78 15175
/proc/meminfo: memFree=986584/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=6184 CPUtime=6.24
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 1352 0 0 0 619 5 0 0 25 0 1 0 168644652 6332416 1303 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 1546 1303 140 302 0 1241 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6184

[startup+12.7039 s]
/proc/loadavg: 0.93 0.98 0.92 2/78 15175
/proc/meminfo: memFree=984472/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=7880 CPUtime=12.69
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 1779 0 0 0 1261 8 0 0 25 0 1 0 168644652 8069120 1730 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 1970 1730 140 302 0 1665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7880

[startup+25.5097 s]
/proc/loadavg: 0.94 0.98 0.92 2/78 15175
/proc/meminfo: memFree=982168/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=10544 CPUtime=25.49
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 2447 0 0 0 2538 11 0 0 25 0 1 0 168644652 10797056 2333 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 2636 2333 140 302 0 2331 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10544

[startup+51.1223 s]
/proc/loadavg: 0.96 0.98 0.92 2/78 15175
/proc/meminfo: memFree=978584/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=14340 CPUtime=51.1
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 3326 0 0 0 5094 16 0 0 25 0 1 0 168644652 14684160 3212 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 3585 3212 140 302 0 3280 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14340

[startup+102.34 s]
/proc/loadavg: 0.98 0.98 0.92 2/78 15175
/proc/meminfo: memFree=973592/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=20120 CPUtime=102.31
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 4715 0 0 0 10206 25 0 0 25 0 1 0 168644652 20602880 4472 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 5030 4472 140 302 0 4725 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20120

[startup+162.377 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=968664/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=25116 CPUtime=162.32
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 5889 0 0 0 16199 33 0 0 25 0 1 0 168644652 25718784 5646 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 6279 5646 140 302 0 5974 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 25116

[startup+222.408 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=964888/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=29144 CPUtime=222.34
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 6826 0 0 0 22194 40 0 0 25 0 1 0 168644652 29843456 6583 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527150 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 7286 6583 140 302 0 6981 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 29144

[startup+282.437 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=961560/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=33276 CPUtime=282.36
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 7928 0 0 0 28188 48 0 0 25 0 1 0 168644652 34074624 7428 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 8319 7428 140 302 0 8014 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 33276

[startup+342.468 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=958488/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=36540 CPUtime=342.38
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 8669 0 0 0 34182 56 0 0 25 0 1 0 168644652 37416960 8169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 9135 8169 140 302 0 8830 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 36540

[startup+402.508 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=955352/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=39880 CPUtime=402.4
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 9447 0 0 0 40180 60 0 0 25 0 1 0 168644652 40837120 8947 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 9970 8947 140 302 0 9665 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 39880

[startup+462.539 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=952792/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=42632 CPUtime=462.41
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 10098 0 0 0 46175 66 0 0 25 0 1 0 168644652 43655168 9598 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 10658 9598 140 302 0 10353 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 42632

[startup+522.571 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=950296/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=45240 CPUtime=522.43
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 10719 0 0 0 52171 72 0 0 25 0 1 0 168644652 46325760 10219 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 11310 10219 140 302 0 11005 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 45240

[startup+582.602 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=948248/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=47248 CPUtime=582.45
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 11229 0 0 0 58165 80 0 0 25 0 1 0 168644652 48381952 10729 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 11812 10729 140 302 0 11507 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 47248

[startup+642.635 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=945880/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=50016 CPUtime=642.47
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 11831 0 0 0 64162 85 0 0 25 0 1 0 168644652 51216384 11331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 12504 11331 140 302 0 12199 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 50016

[startup+702.666 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=943576/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=52412 CPUtime=702.49
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 12436 0 0 0 70159 90 0 0 25 0 1 0 168644652 53669888 11920 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 13103 11920 140 302 0 12798 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 52412

[startup+762.697 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=941464/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=54864 CPUtime=762.5
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 12959 0 0 0 76156 94 0 0 25 0 1 0 168644652 56180736 12443 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 13716 12443 140 302 0 13411 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 54864

[startup+822.736 s]
/proc/loadavg: 0.99 0.98 0.92 2/78 15175
/proc/meminfo: memFree=939672/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=56792 CPUtime=822.53
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 13404 0 0 0 82154 99 0 0 25 0 1 0 168644652 58155008 12888 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 14198 12888 140 302 0 13893 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 56792

[startup+882.781 s]
/proc/loadavg: 1.04 1.00 0.93 2/84 15277
/proc/meminfo: memFree=936360/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=59284 CPUtime=882.5
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 13904 0 0 0 88146 104 0 0 25 0 1 0 168644652 60706816 13388 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 14821 13388 140 302 0 14516 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 59284

[startup+942.841 s]
/proc/loadavg: 1.01 1.00 0.93 2/84 15349
/proc/meminfo: memFree=934760/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=60728 CPUtime=942.51
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 14306 0 0 0 94142 109 0 0 25 0 1 0 168644652 62185472 13790 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 15182 13790 140 302 0 14877 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 60728

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15373
/proc/meminfo: memFree=934424/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=64200 CPUtime=1002.52
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 15188 0 0 0 100139 113 0 0 25 0 1 0 168644652 65740800 14159 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 16050 14159 140 302 0 15745 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 64200

[startup+1062.91 s]
/proc/loadavg: 1.04 1.01 0.93 2/78 15373
/proc/meminfo: memFree=932696/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=65744 CPUtime=1062.53
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 15619 0 0 0 106135 118 0 0 25 0 1 0 168644652 67321856 14590 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 16436 14590 140 302 0 16131 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 65744

[startup+1122.94 s]
/proc/loadavg: 1.01 1.01 0.93 2/78 15373
/proc/meminfo: memFree=931288/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=67556 CPUtime=1122.55
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 15976 0 0 0 112132 123 0 0 25 0 1 0 168644652 69177344 14947 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 16889 14947 140 302 0 16584 0
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (KiB) 67556

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15373
/proc/meminfo: memFree=930072/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=68764 CPUtime=1182.57
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 16300 0 0 0 118130 127 0 0 25 0 1 0 168644652 70414336 15271 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 17191 15271 140 302 0 16886 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 68764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.49 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15373
/proc/meminfo: memFree=929496/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=69412 CPUtime=1200.09
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 16428 0 0 0 119880 129 0 0 25 0 1 0 168644652 71077888 15399 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 17353 15399 140 302 0 17048 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 69412

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

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

[startup+1200.49 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15373
/proc/meminfo: memFree=929496/2055920 swapFree=4147432/4192956
[pid=15174] ppid=15172 vsize=69412 CPUtime=1200.09
/proc/15174/stat : 15174 (Spear-32) R 15172 15174 14536 0 -1 4194304 16428 0 0 0 119880 129 0 0 25 0 1 0 168644652 71077888 15399 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15174/statm: 17353 15399 140 302 0 17048 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 69412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1198.81
CPU system time (s): 1.3008
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 69412

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

runsolver used 1.38679 second user time and 2.88456 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Feb 17 21:46:44 UTC 2007

IDJOB= 291946
IDBENCH= 19827
IDSOLVER= 131
FILE ID= node29/291946-1171748804

PBS_JOBID= 3839477

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S1474234583-11.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291946-1171748804/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291946-1171748804/instance-291946-1171748804.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-291946-1171748804 -o ROOT/results/node29/solver-291946-1171748804 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291946-1171748804/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291946-1171748804/instance-291946-1171748804.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  fb662fcb2216f5e012e97644773420f6

RANDOM SEED= 676092464

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        991536 kB
Buffers:         36692 kB
Cached:         931284 kB
SwapCached:      12176 kB
Active:         709180 kB
Inactive:       281596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991536 kB
SwapTotal:     4192956 kB
SwapFree:      4147432 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          29836 kB
Slab:            59076 kB
Committed_AS:   600344 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node29 on Sat Feb 17 22:06:47 UTC 2007