Trace number 293095

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.02 1200.28

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1047920973-05.SAT.shuffled.cnf
MD5SUMdb8e419644a4c82c9378034a33f31e1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/293095-1171764576/instance-293095-1171764576.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-293095-1171764576 -o ROOT/results/node29/solver-293095-1171764576 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293095-1171764576/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293095-1171764576/instance-293095-1171764576.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: 7.73 4.35 2.31 3/77 17309
/proc/meminfo: memFree=973080/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=1396 CPUtime=0
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 170221816 1429504 161 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 349 162 129 302 0 44 0

[startup+0.10716 s]
/proc/loadavg: 7.73 4.35 2.31 3/77 17309
/proc/meminfo: memFree=973080/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=1912 CPUtime=0.1
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 295 0 0 0 10 0 0 0 18 0 1 0 170221816 1957888 279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 478 279 140 302 0 173 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1912

[startup+0.515186 s]
/proc/loadavg: 7.73 4.35 2.31 3/77 17309
/proc/meminfo: memFree=973080/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=2748 CPUtime=0.5
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 506 0 0 0 50 0 0 0 21 0 1 0 170221816 2813952 490 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 687 490 140 302 0 382 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2748

[startup+1.33524 s]
/proc/loadavg: 7.73 4.35 2.31 2/78 17310
/proc/meminfo: memFree=970832/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=3916 CPUtime=1.32
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 781 0 0 0 131 1 0 0 25 0 1 0 170221816 4009984 765 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 979 765 140 302 0 674 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3916

[startup+2.97134 s]
/proc/loadavg: 7.19 4.30 2.30 2/78 17310
/proc/meminfo: memFree=969616/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=5076 CPUtime=2.95
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 1105 0 0 0 293 2 0 0 25 0 1 0 170221816 5197824 1089 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 1269 1089 140 302 0 964 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5076

[startup+6.25354 s]
/proc/loadavg: 7.19 4.30 2.30 2/78 17310
/proc/meminfo: memFree=967632/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=7032 CPUtime=6.24
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 1578 0 0 0 619 5 0 0 25 0 1 0 170221816 7200768 1529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 1758 1529 140 302 0 1453 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7032

[startup+12.7059 s]
/proc/loadavg: 6.24 4.19 2.29 2/78 17310
/proc/meminfo: memFree=964952/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=9360 CPUtime=12.69
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 2184 0 0 0 1262 7 0 0 25 0 1 0 170221816 9584640 2135 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 2340 2135 140 302 0 2035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9360

[startup+25.5127 s]
/proc/loadavg: 5.43 4.08 2.27 2/78 17310
/proc/meminfo: memFree=961624/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=12892 CPUtime=25.5
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 3086 0 0 0 2540 10 0 0 25 0 1 0 170221816 13201408 2972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 3223 2972 140 302 0 2918 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12892

[startup+51.1283 s]
/proc/loadavg: 3.92 3.83 2.24 2/78 17310
/proc/meminfo: memFree=956760/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=17832 CPUtime=51.11
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 4283 0 0 0 5096 15 0 0 25 0 1 0 170221816 18259968 4169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 4458 4169 140 302 0 4153 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 17832

[startup+102.353 s]
/proc/loadavg: 2.27 3.39 2.17 2/78 17310
/proc/meminfo: memFree=950296/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=25028 CPUtime=102.32
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 6016 0 0 0 10209 23 0 0 25 0 1 0 170221816 25628672 5773 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 6257 5773 140 302 0 5952 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 25028

[startup+162.39 s]
/proc/loadavg: 1.43 2.92 2.09 2/78 17310
/proc/meminfo: memFree=944024/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=31412 CPUtime=162.34
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 7548 0 0 0 16202 32 0 0 25 0 1 0 170221816 32165888 7305 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 7853 7305 140 302 0 7548 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 31412

[startup+222.422 s]
/proc/loadavg: 1.20 2.61 2.03 2/78 17310
/proc/meminfo: memFree=939224/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=36480 CPUtime=222.37
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 8740 0 0 0 22196 41 0 0 25 0 1 0 170221816 37355520 8497 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 9120 8497 140 302 0 8815 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 36480

[startup+282.451 s]
/proc/loadavg: 1.07 2.32 1.96 2/78 17310
/proc/meminfo: memFree=935064/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=41700 CPUtime=282.38
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 10029 0 0 0 28191 47 0 0 25 0 1 0 170221816 42700800 9529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 10425 9529 140 302 0 10120 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 41700

[startup+342.483 s]
/proc/loadavg: 1.02 2.07 1.90 2/78 17310
/proc/meminfo: memFree=930968/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=46064 CPUtime=342.4
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 11069 0 0 0 34186 54 0 0 25 0 1 0 170221816 47169536 10569 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 11516 10569 140 302 0 11211 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 46064

[startup+402.523 s]
/proc/loadavg: 1.06 1.88 1.84 2/78 17310
/proc/meminfo: memFree=927640/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=49280 CPUtime=402.43
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 11878 0 0 0 40182 61 0 0 25 0 1 0 170221816 50462720 11378 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 12320 11378 140 302 0 12015 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 49280

[startup+462.557 s]
/proc/loadavg: 1.02 1.73 1.79 2/78 17310
/proc/meminfo: memFree=924504/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=52252 CPUtime=462.44
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 12668 0 0 0 46177 67 0 0 25 0 1 0 170221816 53506048 12168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 13063 12168 140 302 0 12758 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 52252

[startup+522.588 s]
/proc/loadavg: 1.01 1.59 1.74 2/78 17310
/proc/meminfo: memFree=921496/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=55612 CPUtime=522.46
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 13435 0 0 0 52172 74 0 0 25 0 1 0 170221816 56946688 12935 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 13903 12935 140 302 0 13598 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 55612

[startup+582.618 s]
/proc/loadavg: 1.00 1.47 1.68 2/78 17310
/proc/meminfo: memFree=918488/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=58324 CPUtime=582.48
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 14173 0 0 0 58169 79 0 0 25 0 1 0 170221816 59723776 13673 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 14581 13673 140 302 0 14276 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 58324

[startup+642.652 s]
/proc/loadavg: 1.00 1.38 1.64 2/78 17310
/proc/meminfo: memFree=915544/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=61896 CPUtime=642.51
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 14922 0 0 0 64167 84 0 0 25 0 1 0 170221816 63381504 14422 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 15474 14422 140 302 0 15169 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 61896

[startup+702.683 s]
/proc/loadavg: 1.00 1.32 1.60 2/78 17310
/proc/meminfo: memFree=912600/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=65076 CPUtime=702.52
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 15663 0 0 0 70165 87 0 0 25 0 1 0 170221816 66637824 15163 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 16269 15163 140 302 0 15964 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 65076

[startup+762.713 s]
/proc/loadavg: 1.00 1.26 1.56 2/78 17310
/proc/meminfo: memFree=910104/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=67440 CPUtime=762.54
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 16290 0 0 0 76162 92 0 0 25 0 1 0 170221816 69058560 15790 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 16860 15790 140 302 0 16555 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 67440

[startup+822.751 s]
/proc/loadavg: 1.00 1.20 1.52 2/78 17312
/proc/meminfo: memFree=907736/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=69888 CPUtime=822.56
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 16893 0 0 0 82160 96 0 0 25 0 1 0 170221816 71565312 16393 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 17472 16393 140 302 0 17167 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 69888

[startup+882.784 s]
/proc/loadavg: 1.00 1.16 1.48 2/78 17312
/proc/meminfo: memFree=905496/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=72196 CPUtime=882.59
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 17446 0 0 0 88158 101 0 0 25 0 1 0 170221816 73928704 16946 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 18049 16946 140 302 0 17744 0
Current children cumulated CPU time (s) 882.59
Current children cumulated vsize (KiB) 72196

[startup+942.819 s]
/proc/loadavg: 1.00 1.13 1.45 2/78 17312
/proc/meminfo: memFree=902936/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=77012 CPUtime=942.61
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 18574 0 0 0 94155 106 0 0 25 0 1 0 170221816 78860288 17561 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 19253 17561 140 302 0 18948 0
Current children cumulated CPU time (s) 942.61
Current children cumulated vsize (KiB) 77012

[startup+1002.85 s]
/proc/loadavg: 1.00 1.11 1.42 2/78 17312
/proc/meminfo: memFree=900888/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=79388 CPUtime=1002.63
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 19098 0 0 0 100152 111 0 0 25 0 1 0 170221816 81293312 18085 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 19847 18085 140 302 0 19542 0
Current children cumulated CPU time (s) 1002.63
Current children cumulated vsize (KiB) 79388

[startup+1062.89 s]
/proc/loadavg: 1.00 1.08 1.39 2/78 17312
/proc/meminfo: memFree=898968/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=81364 CPUtime=1062.65
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 19575 0 0 0 106150 115 0 0 25 0 1 0 170221816 83316736 18562 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 20341 18562 140 302 0 20036 0
Current children cumulated CPU time (s) 1062.65
Current children cumulated vsize (KiB) 81364

[startup+1122.92 s]
/proc/loadavg: 1.00 1.07 1.36 2/78 17312
/proc/meminfo: memFree=896664/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=83568 CPUtime=1122.66
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 20148 0 0 0 112148 118 0 0 25 0 1 0 170221816 85573632 19135 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 20892 19135 140 302 0 20587 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 83568

[startup+1182.95 s]
/proc/loadavg: 1.00 1.05 1.34 2/78 17312
/proc/meminfo: memFree=894744/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=85436 CPUtime=1182.68
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 20638 0 0 0 118144 124 0 0 25 0 1 0 170221816 87486464 19625 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 21359 19625 140 302 0 21054 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 85436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.26 s]
/proc/loadavg: 1.00 1.05 1.33 2/78 17312
/proc/meminfo: memFree=894168/2055920 swapFree=4147432/4192956
[pid=17309] ppid=17307 vsize=85948 CPUtime=1200
/proc/17309/stat : 17309 (Spear-32) R 17307 17309 16323 0 -1 4194304 20768 0 0 0 119874 126 0 0 25 0 1 0 170221816 88010752 19755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17309/statm: 21487 19755 140 302 0 21182 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 85948

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.28
CPU time (s): 1200.02
CPU user time (s): 1198.75
CPU system time (s): 1.27381
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 85948

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

runsolver used 1.24681 second user time and 3.02354 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Feb 18 02:09:36 UTC 2007

IDJOB= 293095
IDBENCH= 19855
IDSOLVER= 132
FILE ID= node29/293095-1171764576

PBS_JOBID= 3839505

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1047920973-05.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293095-1171764576/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293095-1171764576/instance-293095-1171764576.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-293095-1171764576 -o ROOT/results/node29/solver-293095-1171764576 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293095-1171764576/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293095-1171764576/instance-293095-1171764576.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  db8e419644a4c82c9378034a33f31e1f

RANDOM SEED= 425375438

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:        973552 kB
Buffers:         37308 kB
Cached:         947804 kB
SwapCached:      12176 kB
Active:         724632 kB
Inactive:       283716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        973552 kB
SwapTotal:     4192956 kB
SwapFree:      4147432 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          30232 kB
Slab:            59488 kB
Committed_AS:   616344 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 Sun Feb 18 02:29:38 UTC 2007