Trace number 294161

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.06 1200.37

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
MD5SUMdbe7e3fe1e7b58d06fc02e720d4baf80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
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/294161-1171784103/instance-294161-1171784103.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/node24/watcher-294161-1171784103 -o ROOT/results/node24/solver-294161-1171784103 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294161-1171784103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/294161-1171784103/instance-294161-1171784103.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.92 0.98 0.99 2/77 2137
/proc/meminfo: memFree=301976/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=1396 CPUtime=0
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 198364586 1429504 170 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 349 170 129 302 0 44 0

[startup+0.107515 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 2137
/proc/meminfo: memFree=301976/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=1916 CPUtime=0.1
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 309 0 0 0 10 0 0 0 18 0 1 0 198364586 1961984 293 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 479 293 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.515557 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 2137
/proc/meminfo: memFree=301976/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=2820 CPUtime=0.5
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 539 0 0 0 50 0 0 0 21 0 1 0 198364586 2887680 523 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 705 523 140 302 0 400 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2820

[startup+1.33565 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 2138
/proc/meminfo: memFree=299472/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=3988 CPUtime=1.33
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 823 0 0 0 132 1 0 0 25 0 1 0 198364586 4083712 807 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 997 807 140 302 0 692 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3988

[startup+2.97182 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 2138
/proc/meminfo: memFree=298192/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=5552 CPUtime=2.96
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 1196 0 0 0 294 2 0 0 25 0 1 0 198364586 5685248 1180 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 1388 1180 140 302 0 1083 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5552

[startup+6.25218 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2138
/proc/meminfo: memFree=295968/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=7640 CPUtime=6.24
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 1730 0 0 0 621 3 0 0 25 0 1 0 198364586 7823360 1681 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 1910 1681 140 302 0 1605 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7640

[startup+12.7089 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2138
/proc/meminfo: memFree=292896/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=10368 CPUtime=12.69
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 2424 0 0 0 1263 6 0 0 25 0 1 0 198364586 10616832 2375 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 2592 2375 140 302 0 2287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10368

[startup+25.6103 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 2138
/proc/meminfo: memFree=289120/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=14444 CPUtime=25.6
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 3456 0 0 0 2551 9 0 0 25 0 1 0 198364586 14790656 3342 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 3611 3342 140 302 0 3306 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 14444

[startup+51.2231 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 2138
/proc/meminfo: memFree=283680/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=19808 CPUtime=51.19
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 4780 0 0 0 5106 13 0 0 25 0 1 0 198364586 20283392 4666 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 4952 4666 140 302 0 4647 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 19808

[startup+102.441 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 2138
/proc/meminfo: memFree=275744/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=28288 CPUtime=102.41
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 6886 0 0 0 10220 21 0 0 25 0 1 0 198364586 28966912 6643 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 7072 6643 140 302 0 6767 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 28288

[startup+162.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2138
/proc/meminfo: memFree=268768/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=35180 CPUtime=162.42
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 8597 0 0 0 16212 30 0 0 25 0 1 0 198364586 36024320 8354 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 8795 8354 140 302 0 8490 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 35180

[startup+222.499 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2138
/proc/meminfo: memFree=263072/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=40932 CPUtime=222.42
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 10014 0 0 0 22206 36 0 0 25 0 1 0 198364586 41914368 9771 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 10233 9771 140 302 0 9928 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 40932

[startup+282.524 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2138
/proc/meminfo: memFree=257760/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=47316 CPUtime=282.44
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 11594 0 0 0 28201 43 0 0 25 0 1 0 198364586 48451584 11094 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 11829 11094 140 302 0 11524 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 47316

[startup+342.548 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=252576/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=52736 CPUtime=342.45
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 12872 0 0 0 34197 48 0 0 25 0 1 0 198364586 54001664 12372 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 13184 12372 140 302 0 12879 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 52736

[startup+402.575 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=248352/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=56992 CPUtime=402.46
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 13917 0 0 0 40193 53 0 0 25 0 1 0 198364586 58359808 13417 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 14248 13417 140 302 0 13943 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 56992

[startup+462.605 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=244512/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=60908 CPUtime=462.47
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 14883 0 0 0 46190 57 0 0 25 0 1 0 198364586 62369792 14383 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 15227 14383 140 302 0 14922 0
Current children cumulated CPU time (s) 462.47
Current children cumulated vsize (KiB) 60908

[startup+522.632 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=240864/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=64772 CPUtime=522.49
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 15808 0 0 0 52186 63 0 0 25 0 1 0 198364586 66326528 15308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 16193 15308 140 302 0 15888 0
Current children cumulated CPU time (s) 522.49
Current children cumulated vsize (KiB) 64772

[startup+582.663 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=237472/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=68180 CPUtime=582.5
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 16655 0 0 0 58183 67 0 0 25 0 1 0 198364586 69816320 16155 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 17045 16155 140 302 0 16740 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 68180

[startup+642.687 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=234400/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=71368 CPUtime=642.51
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 17437 0 0 0 64179 72 0 0 25 0 1 0 198364586 73080832 16937 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 17842 16937 140 302 0 17537 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 71368

[startup+702.715 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=230752/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=75056 CPUtime=702.52
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 18337 0 0 0 70176 76 0 0 25 0 1 0 198364586 76857344 17837 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 18764 17837 140 302 0 18459 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 75056

[startup+762.741 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2140
/proc/meminfo: memFree=227616/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=78044 CPUtime=762.53
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 19108 0 0 0 76173 80 0 0 25 0 1 0 198364586 79917056 18608 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 19511 18608 140 302 0 19206 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 78044

[startup+822.774 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 2140
/proc/meminfo: memFree=224736/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=80880 CPUtime=822.55
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 19838 0 0 0 82170 85 0 0 25 0 1 0 198364586 82821120 19338 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 20220 19338 140 302 0 19915 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 80880

[startup+882.802 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 2140
/proc/meminfo: memFree=221984/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=83676 CPUtime=882.56
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 20531 0 0 0 88168 88 0 0 25 0 1 0 198364586 85684224 20031 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 20919 20031 140 302 0 20614 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 83676

[startup+942.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2140
/proc/meminfo: memFree=219424/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=88320 CPUtime=942.57
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 21684 0 0 0 94165 92 0 0 25 0 1 0 198364586 90439680 20671 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 22080 20671 140 302 0 21775 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 88320

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2140
/proc/meminfo: memFree=216352/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=91236 CPUtime=1002.58
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 22421 0 0 0 100163 95 0 0 25 0 1 0 198364586 93425664 21408 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 22809 21408 140 302 0 22504 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 91236

[startup+1062.89 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 2140
/proc/meminfo: memFree=213792/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=94212 CPUtime=1062.6
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 23077 0 0 0 106160 100 0 0 25 0 1 0 198364586 96473088 22064 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 23553 22064 140 302 0 23248 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 94212

[startup+1122.91 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2140
/proc/meminfo: memFree=211296/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=96668 CPUtime=1122.61
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 23712 0 0 0 112156 105 0 0 25 0 1 0 198364586 98988032 22699 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 24167 22699 140 302 0 23862 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 96668

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2140
/proc/meminfo: memFree=208864/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=99104 CPUtime=1182.62
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 24313 0 0 0 118153 109 0 0 25 0 1 0 198364586 101482496 23300 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 24776 23300 140 302 0 24471 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 99104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2140
/proc/meminfo: memFree=208032/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=99900 CPUtime=1200.03
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 24503 0 0 0 119893 110 0 0 25 0 1 0 198364586 102297600 23490 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 24975 23490 140 302 0 24670 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 99900

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

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

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2140
/proc/meminfo: memFree=208032/2055920 swapFree=4144024/4192956
[pid=2137] ppid=2135 vsize=99900 CPUtime=1200.03
/proc/2137/stat : 2137 (Spear-32) R 2135 2137 2080 0 -1 4194304 24503 0 0 0 119893 110 0 0 25 0 1 0 198364586 102297600 23490 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/2137/statm: 24975 23490 140 302 0 24670 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 99900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.37
CPU time (s): 1200.06
CPU user time (s): 1198.94
CPU system time (s): 1.11783
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 99900

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

runsolver used 1.3268 second user time and 2.6496 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Feb 18 07:35:03 UTC 2007

IDJOB= 294161
IDBENCH= 19881
IDSOLVER= 132
FILE ID= node24/294161-1171784103

PBS_JOBID= 3839557

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294161-1171784103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294161-1171784103/instance-294161-1171784103.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-294161-1171784103 -o ROOT/results/node24/solver-294161-1171784103 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294161-1171784103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294161-1171784103/instance-294161-1171784103.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  dbe7e3fe1e7b58d06fc02e720d4baf80

RANDOM SEED= 54760646

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:        302448 kB
Buffers:         41068 kB
Cached:        1607344 kB
SwapCached:       4600 kB
Active:         746252 kB
Inactive:       912304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        302448 kB
SwapTotal:     4192956 kB
SwapFree:      4144024 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            80512 kB
Committed_AS:   631124 kB
PageTables:       1732 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 node24 on Sun Feb 18 07:55:05 UTC 2007