Trace number 292562

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.47

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
MD5SUM68519df3d597e4ffebc610ff4465413a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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/292562-1171755842/instance-292562-1171755842.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/node76/watcher-292562-1171755842 -o ROOT/results/node76/solver-292562-1171755842 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292562-1171755842/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292562-1171755842/instance-292562-1171755842.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.97 0.94 3/69 1889
/proc/meminfo: memFree=1217608/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=1396 CPUtime=0
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 195542553 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 349 168 128 302 0 44 0

[startup+0.106823 s]
/proc/loadavg: 0.91 0.97 0.94 3/69 1889
/proc/meminfo: memFree=1217608/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=1784 CPUtime=0.1
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 294 0 0 0 10 0 0 0 20 0 1 0 195542553 1826816 279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 446 279 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514862 s]
/proc/loadavg: 0.91 0.97 0.94 3/69 1889
/proc/meminfo: memFree=1217608/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=2688 CPUtime=0.5
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 498 0 0 0 50 0 0 0 25 0 1 0 195542553 2752512 483 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 672 483 140 302 0 367 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2688

[startup+1.33495 s]
/proc/loadavg: 0.91 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1215360/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=3728 CPUtime=1.32
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 762 0 0 0 131 1 0 0 25 0 1 0 195542553 3817472 747 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 932 747 140 302 0 627 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3728

[startup+2.97114 s]
/proc/loadavg: 0.91 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1214272/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=5048 CPUtime=2.96
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 1074 0 0 0 293 3 0 0 25 0 1 0 195542553 5169152 1059 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 1262 1059 140 302 0 957 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5048

[startup+6.24752 s]
/proc/loadavg: 0.92 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1212288/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=6764 CPUtime=6.23
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 1519 0 0 0 618 5 0 0 25 0 1 0 195542553 6926336 1471 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 1691 1471 140 302 0 1386 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6764

[startup+12.7043 s]
/proc/loadavg: 0.93 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1210120/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=8868 CPUtime=12.69
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 2043 0 0 0 1262 7 0 0 25 0 1 0 195542553 9080832 1995 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 2217 1995 140 302 0 1912 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8868

[startup+25.5057 s]
/proc/loadavg: 0.94 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1207112/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=12156 CPUtime=25.49
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 2847 0 0 0 2538 11 0 0 25 0 1 0 195542553 12447744 2734 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 3039 2734 140 302 0 2734 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12156

[startup+51.1117 s]
/proc/loadavg: 0.96 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1202632/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=16632 CPUtime=51.09
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 3959 0 0 0 5094 15 0 0 25 0 1 0 195542553 17031168 3846 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 4158 3846 140 302 0 3853 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16632

[startup+102.324 s]
/proc/loadavg: 0.98 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1196488/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=23592 CPUtime=102.28
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 5631 0 0 0 10204 24 0 0 25 0 1 0 195542553 24158208 5389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 5898 5389 140 302 0 5593 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23592

[startup+162.348 s]
/proc/loadavg: 0.99 0.97 0.94 2/70 1890
/proc/meminfo: memFree=1190984/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=29060 CPUtime=162.3
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 6972 0 0 0 16198 32 0 0 25 0 1 0 195542553 29757440 6730 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 7265 6730 140 302 0 6960 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 29060

[startup+222.368 s]
/proc/loadavg: 1.03 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1186824/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=33392 CPUtime=222.3
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 8022 0 0 0 22193 37 0 0 25 0 1 0 195542553 34193408 7780 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 8348 7780 140 302 0 8043 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 33392

[startup+282.385 s]
/proc/loadavg: 1.01 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1182856/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=38600 CPUtime=282.3
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 9267 0 0 0 28186 44 0 0 25 0 1 0 195542553 39526400 8768 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 9650 8768 140 302 0 9345 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38600

[startup+342.404 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1179272/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=42396 CPUtime=342.3
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 10153 0 0 0 34181 49 0 0 25 0 1 0 195542553 43413504 9654 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 10599 9654 140 302 0 10294 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42396

[startup+402.427 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1175816/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=45672 CPUtime=402.31
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 11010 0 0 0 40177 54 0 0 25 0 1 0 195542553 46768128 10511 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 11418 10511 140 302 0 11113 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 45672

[startup+462.448 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1172616/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=49164 CPUtime=462.32
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 11806 0 0 0 46174 58 0 0 25 0 1 0 195542553 50343936 11307 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 12291 11307 140 302 0 11986 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 49164

[startup+522.467 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1169736/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=52016 CPUtime=522.31
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 12532 0 0 0 52169 62 0 0 25 0 1 0 195542553 53264384 12033 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 13004 12033 140 302 0 12699 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 52016

[startup+582.488 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1167112/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=54536 CPUtime=582.32
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 13171 0 0 0 58166 66 0 0 25 0 1 0 195542553 55844864 12672 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 13634 12672 140 302 0 13329 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 54536

[startup+642.512 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1164680/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=57296 CPUtime=642.33
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 13785 0 0 0 64164 69 0 0 25 0 1 0 195542553 58671104 13286 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 14324 13286 140 302 0 14019 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 57296

[startup+702.527 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1162568/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=59644 CPUtime=702.33
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 14334 0 0 0 70160 73 0 0 25 0 1 0 195542553 61075456 13835 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 14911 13835 140 302 0 14606 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 59644

[startup+762.544 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1159752/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=63160 CPUtime=762.32
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 15021 0 0 0 76156 76 0 0 25 0 1 0 195542553 64675840 14522 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 15790 14522 140 302 0 15485 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 63160

[startup+822.566 s]
/proc/loadavg: 1.00 0.99 0.94 2/70 1890
/proc/meminfo: memFree=1157256/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=65552 CPUtime=822.34
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 15639 0 0 0 82153 81 0 0 25 0 1 0 195542553 67125248 15140 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 16388 15140 140 302 0 16083 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 65552

[startup+882.586 s]
/proc/loadavg: 1.06 1.00 0.95 2/70 1890
/proc/meminfo: memFree=1155080/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=68548 CPUtime=882.34
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 16183 0 0 0 88150 84 0 0 25 0 1 0 195542553 70193152 15684 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 17137 15684 140 302 0 16832 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 68548

[startup+942.606 s]
/proc/loadavg: 1.02 1.00 0.95 2/70 1890
/proc/meminfo: memFree=1153288/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=70380 CPUtime=942.34
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 16625 0 0 0 94148 86 0 0 25 0 1 0 195542553 72069120 16126 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 17595 16126 140 302 0 17290 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 70380

[startup+1002.62 s]
/proc/loadavg: 1.04 1.01 0.95 2/70 1890
/proc/meminfo: memFree=1151624/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=72104 CPUtime=1002.34
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 17049 0 0 0 100145 89 0 0 25 0 1 0 195542553 73834496 16550 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 18026 16550 140 302 0 17721 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 72104

[startup+1062.67 s]
/proc/loadavg: 1.01 1.01 0.95 2/76 2011
/proc/meminfo: memFree=1148360/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=76144 CPUtime=1062.33
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 18034 0 0 0 106140 93 0 0 25 0 1 0 195542553 77971456 17022 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 19036 17022 140 302 0 18731 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 76144

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 0.95 2/70 2099
/proc/meminfo: memFree=1147656/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=78100 CPUtime=1122.32
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 18484 0 0 0 112135 97 0 0 25 0 1 0 195542553 79974400 17472 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 19525 17472 140 302 0 19220 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 78100

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 0.95 2/70 2099
/proc/meminfo: memFree=1145928/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=79792 CPUtime=1182.31
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 18929 0 0 0 118132 99 0 0 25 0 1 0 195542553 81707008 17917 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 19948 17917 140 302 0 19643 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 79792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 0.95 2/70 2099
/proc/meminfo: memFree=1145352/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=80316 CPUtime=1200.03
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 19059 0 0 0 119903 100 0 0 25 0 1 0 195542553 82243584 18047 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 20079 18047 140 302 0 19774 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 80316

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

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

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 0.95 2/70 2099
/proc/meminfo: memFree=1145352/2055888 swapFree=4087076/4096564
[pid=1889] ppid=1886 vsize=80316 CPUtime=1200.03
/proc/1889/stat : 1889 (Spear-32) R 1886 1889 32666 0 -1 4194304 19059 0 0 0 119903 100 0 0 25 0 1 0 195542553 82243584 18047 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 20079 18047 140 302 0 19774 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 80316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.06
CPU user time (s): 1199.04
CPU system time (s): 1.01984
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 80316

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

runsolver used 1.03084 second user time and 2.28665 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Feb 17 23:44:02 UTC 2007

IDJOB= 292562
IDBENCH= 19842
IDSOLVER= 132
FILE ID= node76/292562-1171755842

PBS_JOBID= 3839450

Free space on /tmp= 66650 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292562-1171755842/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292562-1171755842/instance-292562-1171755842.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-292562-1171755842 -o ROOT/results/node76/solver-292562-1171755842 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292562-1171755842/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292562-1171755842/instance-292562-1171755842.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  68519df3d597e4ffebc610ff4465413a

RANDOM SEED= 247558659

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1218016 kB
Buffers:         40180 kB
Cached:         706604 kB
SwapCached:       3460 kB
Active:         517628 kB
Inactive:       239316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1218016 kB
SwapTotal:     4096564 kB
SwapFree:      4087076 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            67252 kB
Committed_AS:   876184 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66650 MiB

End job on node76 on Sun Feb 18 00:04:05 UTC 2007