Trace number 291577

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.07 1200.35

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1317485140-08.UNSAT.shuffled.cnf
MD5SUM09ba83c5bb0d24fb8b0cf9ee4e9590ec
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.4636
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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/291577-1171743749/instance-291577-1171743749.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/node3/watcher-291577-1171743749 -o ROOT/results/node3/solver-291577-1171743749 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291577-1171743749/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291577-1171743749/instance-291577-1171743749.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.58 0.33 0.55 3/77 14521
/proc/meminfo: memFree=797544/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=1396 CPUtime=0
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 194329717 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 349 167 128 302 0 44 0

[startup+0.106655 s]
/proc/loadavg: 0.58 0.33 0.55 3/77 14521
/proc/meminfo: memFree=797544/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=1796 CPUtime=0.09
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 284 0 0 0 9 0 0 0 18 0 1 0 194329717 1839104 268 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 449 268 140 302 0 144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1796

[startup+0.514689 s]
/proc/loadavg: 0.58 0.33 0.55 3/77 14521
/proc/meminfo: memFree=797544/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=2612 CPUtime=0.5
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 476 0 0 0 49 1 0 0 21 0 1 0 194329717 2674688 460 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 653 460 140 302 0 348 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2612

[startup+1.33476 s]
/proc/loadavg: 0.58 0.33 0.55 3/78 14522
/proc/meminfo: memFree=795488/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=3392 CPUtime=1.32
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 691 0 0 0 130 2 0 0 25 0 1 0 194329717 3473408 675 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 848 675 140 302 0 543 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3392

[startup+2.97089 s]
/proc/loadavg: 0.58 0.33 0.55 2/78 14522
/proc/meminfo: memFree=794528/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=4568 CPUtime=2.95
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 969 0 0 0 292 3 0 0 25 0 1 0 194329717 4677632 953 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 1142 953 140 302 0 837 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 4568

[startup+6.25216 s]
/proc/loadavg: 0.61 0.34 0.56 2/78 14522
/proc/meminfo: memFree=792736/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=6276 CPUtime=6.24
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 1382 0 0 0 618 6 0 0 25 0 1 0 194329717 6426624 1333 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 1569 1333 140 302 0 1264 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6276

[startup+12.7057 s]
/proc/loadavg: 0.64 0.35 0.56 2/78 14522
/proc/meminfo: memFree=790368/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=8424 CPUtime=12.69
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 1912 0 0 0 1261 8 0 0 25 0 1 0 194329717 8626176 1863 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 2106 1863 140 302 0 1801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8424

[startup+25.5117 s]
/proc/loadavg: 0.72 0.38 0.56 2/78 14522
/proc/meminfo: memFree=787616/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=11420 CPUtime=25.49
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 2682 0 0 0 2537 12 0 0 25 0 1 0 194329717 11694080 2568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 2855 2568 140 302 0 2550 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11420

[startup+51.1218 s]
/proc/loadavg: 0.82 0.43 0.57 2/78 14522
/proc/meminfo: memFree=783712/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=15276 CPUtime=51.09
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 3629 0 0 0 5092 17 0 0 25 0 1 0 194329717 15642624 3515 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 3819 3515 140 302 0 3514 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15276

[startup+102.345 s]
/proc/loadavg: 0.92 0.52 0.59 2/78 14522
/proc/meminfo: memFree=777824/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=21800 CPUtime=102.31
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 5222 0 0 0 10204 27 0 0 25 0 1 0 194329717 22323200 4979 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 5450 4979 140 302 0 5145 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21800

[startup+162.379 s]
/proc/loadavg: 0.97 0.60 0.62 2/78 14522
/proc/meminfo: memFree=772704/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=26960 CPUtime=162.33
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 6485 0 0 0 16197 36 0 0 25 0 1 0 194329717 27607040 6242 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 6740 6242 140 302 0 6435 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 26960

[startup+222.409 s]
/proc/loadavg: 1.12 0.70 0.65 2/78 14522
/proc/meminfo: memFree=768480/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=31392 CPUtime=222.35
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 7522 0 0 0 22190 45 0 0 25 0 1 0 194329717 32145408 7279 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 7848 7279 140 302 0 7543 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 31392

[startup+282.44 s]
/proc/loadavg: 1.13 0.78 0.68 2/78 14522
/proc/meminfo: memFree=765024/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=35936 CPUtime=282.36
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 8640 0 0 0 28185 51 0 0 25 0 1 0 194329717 36798464 8140 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 8984 8140 140 302 0 8679 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 35936

[startup+342.468 s]
/proc/loadavg: 1.05 0.82 0.69 2/78 14522
/proc/meminfo: memFree=761888/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=39028 CPUtime=342.38
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 9420 0 0 0 34181 57 0 0 25 0 1 0 194329717 39964672 8920 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 9757 8920 140 302 0 9452 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 39028

[startup+402.507 s]
/proc/loadavg: 1.02 0.85 0.71 2/78 14522
/proc/meminfo: memFree=759008/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=42148 CPUtime=402.4
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 10129 0 0 0 40177 63 0 0 25 0 1 0 194329717 43159552 9629 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 10537 9629 140 302 0 10232 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 42148

[startup+462.538 s]
/proc/loadavg: 1.00 0.87 0.73 2/78 14522
/proc/meminfo: memFree=756448/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=44860 CPUtime=462.42
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 10782 0 0 0 46174 68 0 0 25 0 1 0 194329717 45936640 10282 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 11215 10282 140 302 0 10910 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 44860

[startup+522.569 s]
/proc/loadavg: 1.00 0.89 0.74 2/78 14522
/proc/meminfo: memFree=753952/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=47216 CPUtime=522.43
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 11396 0 0 0 52170 73 0 0 25 0 1 0 194329717 48349184 10896 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 11804 10896 140 302 0 11499 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 47216

[startup+582.6 s]
/proc/loadavg: 1.00 0.91 0.75 2/78 14522
/proc/meminfo: memFree=751264/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=49816 CPUtime=582.45
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 12066 0 0 0 58164 81 0 0 25 0 1 0 194329717 51011584 11566 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 12454 11566 140 302 0 12149 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 49816

[startup+642.634 s]
/proc/loadavg: 1.00 0.92 0.76 2/78 14522
/proc/meminfo: memFree=748896/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=52132 CPUtime=642.48
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 12670 0 0 0 64161 87 0 0 25 0 1 0 194329717 53383168 12170 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 13033 12170 140 302 0 12728 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 52132

[startup+702.666 s]
/proc/loadavg: 1.07 0.95 0.78 2/78 14522
/proc/meminfo: memFree=745696/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=55832 CPUtime=702.49
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 13464 0 0 0 70156 93 0 0 25 0 1 0 194329717 57171968 12964 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 13958 12964 140 302 0 13653 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 55832

[startup+762.694 s]
/proc/loadavg: 1.02 0.96 0.79 2/78 14522
/proc/meminfo: memFree=743520/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=58184 CPUtime=762.5
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 14003 0 0 0 76153 97 0 0 25 0 1 0 194329717 59580416 13503 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 14546 13503 140 302 0 14241 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 58184

[startup+822.731 s]
/proc/loadavg: 1.01 0.96 0.81 2/78 14522
/proc/meminfo: memFree=741216/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=60772 CPUtime=822.53
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 14589 0 0 0 82151 102 0 0 25 0 1 0 194329717 62230528 14089 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 15193 14089 140 302 0 14888 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 60772

[startup+882.761 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 14522
/proc/meminfo: memFree=739488/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=62572 CPUtime=882.55
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 15043 0 0 0 88149 106 0 0 25 0 1 0 194329717 64073728 14543 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 15643 14543 140 302 0 15338 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 62572

[startup+942.792 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 14522
/proc/meminfo: memFree=737568/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=64428 CPUtime=942.56
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 15513 0 0 0 94146 110 0 0 25 0 1 0 194329717 65974272 15013 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 16107 15013 140 302 0 15802 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 64428

[startup+1002.82 s]
/proc/loadavg: 1.00 0.97 0.83 2/78 14524
/proc/meminfo: memFree=735840/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=68044 CPUtime=1002.57
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 16445 0 0 0 100141 116 0 0 25 0 1 0 194329717 69677056 15432 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 17011 15432 140 302 0 16706 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 68044

[startup+1062.86 s]
/proc/loadavg: 1.00 0.97 0.84 2/78 14524
/proc/meminfo: memFree=734176/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=69580 CPUtime=1062.6
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 16861 0 0 0 106140 120 0 0 25 0 1 0 194329717 71249920 15848 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 17395 15848 140 302 0 17090 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 69580

[startup+1122.89 s]
/proc/loadavg: 1.00 0.97 0.84 2/78 14524
/proc/meminfo: memFree=732512/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=71892 CPUtime=1122.61
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 17288 0 0 0 112137 124 0 0 25 0 1 0 194329717 73617408 16275 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 17973 16275 140 302 0 17668 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 71892

[startup+1182.92 s]
/proc/loadavg: 1.00 0.97 0.85 2/78 14524
/proc/meminfo: memFree=730976/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=73304 CPUtime=1182.63
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 17677 0 0 0 118135 128 0 0 25 0 1 0 194329717 75063296 16664 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 18326 16664 140 302 0 18021 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 73304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.34 s]
/proc/loadavg: 1.00 0.97 0.85 2/78 14524
/proc/meminfo: memFree=730144/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=74160 CPUtime=1200.05
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14419 0 -1 4194304 17877 0 0 0 119876 129 0 0 25 0 1 0 194329717 75939840 16864 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 18540 16864 140 302 0 18235 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 74160

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.35
CPU time (s): 1200.07
CPU user time (s): 1198.76
CPU system time (s): 1.3058
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 74160

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

runsolver used 1.35579 second user time and 2.90856 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Feb 17 20:22:29 UTC 2007

IDJOB= 291577
IDBENCH= 19818
IDSOLVER= 131
FILE ID= node3/291577-1171743749

PBS_JOBID= 3839265

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  09ba83c5bb0d24fb8b0cf9ee4e9590ec

RANDOM SEED= 884450281

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:        797952 kB
Buffers:         56372 kB
Cached:        1070252 kB
SwapCached:          0 kB
Active:         536692 kB
Inactive:       644360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        797952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          73328 kB
Slab:            62536 kB
Committed_AS:   911292 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= 66552 MiB

End job on node3 on Sat Feb 17 20:42:31 UTC 2007