Trace number 292028

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.03 1200.48

General information on the benchmark

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

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/292028-1171749390/instance-292028-1171749390.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/node19/watcher-292028-1171749390 -o ROOT/results/node19/solver-292028-1171749390 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292028-1171749390/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292028-1171749390/instance-292028-1171749390.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.94 3/77 12655
/proc/meminfo: memFree=1492728/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=1396 CPUtime=0
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 194893024 1429504 166 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 349 167 128 302 0 44 0

[startup+0.107858 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 12655
/proc/meminfo: memFree=1492728/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=1784 CPUtime=0.1
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 282 0 0 0 10 0 0 0 18 0 1 0 194893024 1826816 266 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 446 266 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515902 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 12655
/proc/meminfo: memFree=1492728/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=2560 CPUtime=0.51
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 457 0 0 0 50 1 0 0 22 0 1 0 194893024 2621440 441 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 640 441 140 302 0 335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2560

[startup+1.33799 s]
/proc/loadavg: 0.92 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1490864/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=3472 CPUtime=1.33
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 685 0 0 0 131 2 0 0 25 0 1 0 194893024 3555328 669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 868 669 140 302 0 563 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3472

[startup+2.98017 s]
/proc/loadavg: 0.92 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1489904/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=4524 CPUtime=2.97
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 937 0 0 0 294 3 0 0 25 0 1 0 194893024 4632576 921 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 1131 921 140 302 0 826 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4524

[startup+6.25653 s]
/proc/loadavg: 0.93 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1488368/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=5840 CPUtime=6.24
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 1293 0 0 0 620 4 0 0 25 0 1 0 194893024 5980160 1244 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 1460 1244 140 302 0 1155 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5840

[startup+12.7132 s]
/proc/loadavg: 0.93 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1486320/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=7704 CPUtime=12.7
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 1755 0 0 0 1263 7 0 0 25 0 1 0 194893024 7888896 1706 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 1926 1706 140 302 0 1621 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 7704

[startup+25.5146 s]
/proc/loadavg: 0.95 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1483888/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=10424 CPUtime=25.49
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 2426 0 0 0 2540 9 0 0 25 0 1 0 194893024 10674176 2312 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 2606 2312 140 302 0 2301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10424

[startup+51.1304 s]
/proc/loadavg: 0.96 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1480112/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=14224 CPUtime=51.1
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 3350 0 0 0 5097 13 0 0 25 0 1 0 194893024 14565376 3236 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 3556 3236 140 302 0 3251 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14224

[startup+102.35 s]
/proc/loadavg: 0.98 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1474736/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=20272 CPUtime=102.31
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 4821 0 0 0 10210 21 0 0 25 0 1 0 194893024 20758528 4578 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 5068 4578 140 302 0 4763 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20272

[startup+162.385 s]
/proc/loadavg: 0.99 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1470192/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=24888 CPUtime=162.32
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 5937 0 0 0 16203 29 0 0 25 0 1 0 194893024 25485312 5694 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 6222 5694 140 302 0 5917 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 24888

[startup+222.419 s]
/proc/loadavg: 0.99 0.98 0.94 2/78 12656
/proc/meminfo: memFree=1466608/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=28724 CPUtime=222.34
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 6842 0 0 0 22198 36 0 0 25 0 1 0 194893024 29413376 6599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 7181 6599 140 302 0 6876 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 28724

[startup+282.461 s]
/proc/loadavg: 0.99 0.98 0.94 2/84 12728
/proc/meminfo: memFree=1461928/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=33144 CPUtime=282.34
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 7904 0 0 0 28192 42 0 0 25 0 1 0 194893024 33939456 7404 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 8286 7404 140 302 0 7981 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 33144

[startup+342.529 s]
/proc/loadavg: 0.99 0.98 0.94 2/84 12820
/proc/meminfo: memFree=1458936/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=36356 CPUtime=342.33
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 8672 0 0 0 34186 47 0 0 25 0 1 0 194893024 37228544 8172 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 9089 8172 140 302 0 8784 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 36356

[startup+402.578 s]
/proc/loadavg: 1.05 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1457264/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=38916 CPUtime=402.35
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 9357 0 0 0 40183 52 0 0 25 0 1 0 194893024 39849984 8857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 9729 8857 140 302 0 9424 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 38916

[startup+462.616 s]
/proc/loadavg: 1.02 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1454640/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=41592 CPUtime=462.37
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 10026 0 0 0 46179 58 0 0 25 0 1 0 194893024 42590208 9526 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 10398 9526 140 302 0 10093 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 41592

[startup+522.654 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1452400/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=44108 CPUtime=522.39
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 10605 0 0 0 52176 63 0 0 25 0 1 0 194893024 45166592 10105 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 11027 10105 140 302 0 10722 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 44108

[startup+582.687 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1450224/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=46288 CPUtime=582.4
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 11146 0 0 0 58172 68 0 0 25 0 1 0 194893024 47398912 10646 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 11572 10646 140 302 0 11267 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 46288

[startup+642.724 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1448176/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=48780 CPUtime=642.42
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 11660 0 0 0 64169 73 0 0 25 0 1 0 194893024 49950720 11160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 12195 11160 140 302 0 11890 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 48780

[startup+702.762 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1446448/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=50460 CPUtime=702.45
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 12084 0 0 0 70167 78 0 0 25 0 1 0 194893024 51671040 11584 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 12615 11584 140 302 0 12310 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 50460

[startup+762.801 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1444592/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=52272 CPUtime=762.47
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 12553 0 0 0 76164 83 0 0 25 0 1 0 194893024 53526528 12053 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 13068 12053 140 302 0 12763 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 52272

[startup+822.843 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1442672/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=54604 CPUtime=822.49
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 13077 0 0 0 82163 86 0 0 25 0 1 0 194893024 55914496 12577 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 13651 12577 140 302 0 13346 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 54604

[startup+882.876 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1440880/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=56032 CPUtime=882.5
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 13494 0 0 0 88159 91 0 0 25 0 1 0 194893024 57376768 12994 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 14008 12994 140 302 0 13703 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 56032

[startup+942.91 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1439344/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=57584 CPUtime=942.52
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 13882 0 0 0 94157 95 0 0 25 0 1 0 194893024 58966016 13382 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 14396 13382 140 302 0 14091 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 57584

[startup+1002.94 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 12854
/proc/meminfo: memFree=1437744/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=60916 CPUtime=1002.54
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 14746 0 0 0 100155 99 0 0 25 0 1 0 194893024 62377984 13733 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 15229 13733 140 302 0 14924 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 60916

[startup+1062.98 s]
/proc/loadavg: 1.04 1.01 0.95 2/78 12854
/proc/meminfo: memFree=1435504/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=64136 CPUtime=1062.56
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 15351 0 0 0 106154 102 0 0 25 0 1 0 194893024 65675264 14338 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 16034 14338 140 302 0 15729 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 64136

[startup+1123.01 s]
/proc/loadavg: 1.01 1.01 0.95 2/78 12854
/proc/meminfo: memFree=1434032/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=65628 CPUtime=1122.58
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 15718 0 0 0 112151 107 0 0 25 0 1 0 194893024 67203072 14705 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 16407 14705 140 302 0 16102 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 65628

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 12854
/proc/meminfo: memFree=1432688/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=66928 CPUtime=1182.6
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 16065 0 0 0 118150 110 0 0 25 0 1 0 194893024 68534272 15052 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 16732 15052 140 302 0 16427 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 66928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 12854
/proc/meminfo: memFree=1432176/2055920 swapFree=4192812/4192956
[pid=12655] ppid=12653 vsize=67444 CPUtime=1200.02
/proc/12655/stat : 12655 (Spear-32) R 12653 12655 11643 0 -1 4194304 16174 0 0 0 119890 112 0 0 25 0 1 0 194893024 69062656 15161 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/12655/statm: 16861 15161 140 302 0 16556 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 67444

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.48
CPU time (s): 1200.03
CPU user time (s): 1198.9
CPU system time (s): 1.13083
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 67444

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

runsolver used 1.22681 second user time and 3.04654 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Feb 17 21:56:30 UTC 2007

IDJOB= 292028
IDBENCH= 19829
IDSOLVER= 131
FILE ID= node19/292028-1171749390

PBS_JOBID= 3839250

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bbd96a0fdc6b95ee5207a3d237ec0293

RANDOM SEED= 108855262

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1493264 kB
Buffers:         50388 kB
Cached:         397460 kB
SwapCached:          0 kB
Active:         253716 kB
Inactive:       238464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          63224 kB
Slab:            56044 kB
Committed_AS:   787820 kB
PageTables:       1760 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= 66545 MiB

End job on node19 on Sat Feb 17 22:16:33 UTC 2007