Trace number 296416

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

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S148460961-17.UNSAT.shuffled.cnf
MD5SUMcba836d3415c03e5feb448d639b83adc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark816.733
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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/296416-1171823196/instance-296416-1171823196.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/node10/watcher-296416-1171823196 -o ROOT/results/node10/solver-296416-1171823196 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296416-1171823196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/296416-1171823196/instance-296416-1171823196.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.99 3/77 23384
/proc/meminfo: memFree=1521520/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=1396 CPUtime=0
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 202274568 1429504 163 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 349 163 128 302 0 44 0

[startup+0.106756 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 23384
/proc/meminfo: memFree=1521520/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=1924 CPUtime=0.1
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 329 0 0 0 10 0 0 0 18 0 1 0 202274568 1970176 313 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 481 313 140 302 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1924

[startup+0.51481 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 23384
/proc/meminfo: memFree=1521520/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=2696 CPUtime=0.5
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 514 0 0 0 50 0 0 0 21 0 1 0 202274568 2760704 498 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 674 498 140 302 0 369 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2696

[startup+1.33492 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1519272/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=3760 CPUtime=1.33
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 759 0 0 0 132 1 0 0 25 0 1 0 202274568 3850240 743 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 940 743 140 302 0 635 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3760

[startup+2.97114 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1518184/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=5052 CPUtime=2.96
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 1066 0 0 0 294 2 0 0 25 0 1 0 202274568 5173248 1050 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 1263 1050 140 302 0 958 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5052

[startup+6.25359 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1516264/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=6764 CPUtime=6.24
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 1514 0 0 0 620 4 0 0 25 0 1 0 202274568 6926336 1465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 1691 1465 140 302 0 1386 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6764

[startup+12.7065 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1513768/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=8928 CPUtime=12.69
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 2069 0 0 0 1263 6 0 0 25 0 1 0 202274568 9142272 2020 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 2232 2020 140 302 0 1927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8928

[startup+25.5162 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1510760/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=12308 CPUtime=25.5
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 2888 0 0 0 2541 9 0 0 25 0 1 0 202274568 12603392 2774 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 3077 2774 140 302 0 2772 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12308

[startup+51.1297 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1506344/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=16684 CPUtime=51.1
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 3986 0 0 0 5097 13 0 0 25 0 1 0 202274568 17084416 3872 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 4171 3872 140 302 0 3866 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16684

[startup+102.354 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1500008/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=23544 CPUtime=102.31
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 5684 0 0 0 10209 22 0 0 25 0 1 0 202274568 24109056 5441 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 5886 5441 140 302 0 5581 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23544

[startup+162.394 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1494312/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=29584 CPUtime=162.33
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 7083 0 0 0 16203 30 0 0 25 0 1 0 202274568 30294016 6840 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 7396 6840 140 302 0 7091 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 29584

[startup+222.43 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1489832/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=34204 CPUtime=222.35
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 8182 0 0 0 22198 37 0 0 25 0 1 0 202274568 35024896 7939 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 8551 7939 140 302 0 8246 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 34204

[startup+282.466 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1485800/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=39500 CPUtime=282.36
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 9443 0 0 0 28193 43 0 0 25 0 1 0 202274568 40448000 8943 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 9875 8943 140 302 0 9570 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 39500

[startup+342.504 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1481960/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=43448 CPUtime=342.39
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 10402 0 0 0 34189 50 0 0 25 0 1 0 202274568 44490752 9902 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 10862 9902 140 302 0 10557 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 43448

[startup+402.544 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 23385
/proc/meminfo: memFree=1478696/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=46944 CPUtime=402.41
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 11206 0 0 0 40187 54 0 0 25 0 1 0 202274568 48070656 10706 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 11736 10706 140 302 0 11431 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 46944

[startup+462.583 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 23385
/proc/meminfo: memFree=1475880/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=50044 CPUtime=462.43
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 11921 0 0 0 46186 57 0 0 25 0 1 0 202274568 51245056 11421 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 12511 11421 140 302 0 12206 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 50044

[startup+522.618 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 23385
/proc/meminfo: memFree=1473064/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=53116 CPUtime=522.44
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 12629 0 0 0 52182 62 0 0 25 0 1 0 202274568 54390784 12129 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 13279 12129 140 302 0 12974 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 53116

[startup+582.653 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 23385
/proc/meminfo: memFree=1470312/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=55744 CPUtime=582.46
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 13327 0 0 0 58179 67 0 0 25 0 1 0 202274568 57081856 12827 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 13936 12827 140 302 0 13631 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 55744

[startup+642.69 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 23385
/proc/meminfo: memFree=1467816/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=58108 CPUtime=642.48
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 13943 0 0 0 64174 74 0 0 25 0 1 0 202274568 59502592 13443 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 14527 13443 140 302 0 14222 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 58108

[startup+702.727 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23385
/proc/meminfo: memFree=1465000/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=61384 CPUtime=702.49
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 14655 0 0 0 70171 78 0 0 25 0 1 0 202274568 62857216 14155 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 15346 14155 140 302 0 15041 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 61384

[startup+762.763 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 23385
/proc/meminfo: memFree=1462440/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=64060 CPUtime=762.51
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 15307 0 0 0 76168 83 0 0 25 0 1 0 202274568 65597440 14807 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527150 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 16015 14807 140 302 0 15710 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 64060

[startup+822.804 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23385
/proc/meminfo: memFree=1459944/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=66668 CPUtime=822.54
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 15925 0 0 0 82167 87 0 0 25 0 1 0 202274568 68268032 15425 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 16667 15425 140 302 0 16362 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 66668

[startup+882.841 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1457704/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=68756 CPUtime=882.56
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 16472 0 0 0 88164 92 0 0 25 0 1 0 202274568 70406144 15972 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 17189 15972 140 302 0 16884 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 68756

[startup+942.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1455208/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=71484 CPUtime=942.58
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 17099 0 0 0 94162 96 0 0 25 0 1 0 202274568 73199616 16599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 17871 16599 140 302 0 17566 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 71484

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1453096/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=75340 CPUtime=1002.59
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 18132 0 0 0 100159 100 0 0 25 0 1 0 202274568 77148160 17119 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 18835 17119 140 302 0 18530 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 75340

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1451176/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=77788 CPUtime=1062.61
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 18620 0 0 0 106157 104 0 0 25 0 1 0 202274568 79654912 17607 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 19447 17607 140 302 0 19142 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 77788

[startup+1123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1449256/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=79724 CPUtime=1122.64
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 19084 0 0 0 112158 106 0 0 25 0 1 0 202274568 81637376 18071 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 19931 18071 140 302 0 19626 0
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (KiB) 79724

[startup+1183.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1447592/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=81524 CPUtime=1182.65
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 19522 0 0 0 118156 109 0 0 25 0 1 0 202274568 83480576 18509 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 20381 18509 140 302 0 20076 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 81524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23387
/proc/meminfo: memFree=1447080/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=82164 CPUtime=1200.07
/proc/23384/stat : 23384 (Spear-32) R 23382 23384 22307 0 -1 4194304 19641 0 0 0 119897 110 0 0 25 0 1 0 202274568 84135936 18628 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23384/statm: 20541 18628 140 302 0 20236 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 82164

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.1
CPU user time (s): 1198.98
CPU system time (s): 1.12183
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 82164

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

runsolver used 1.21081 second user time and 3.05953 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Feb 18 18:26:36 UTC 2007

IDJOB= 296416
IDBENCH= 19936
IDSOLVER= 132
FILE ID= node10/296416-1171823196

PBS_JOBID= 3839343

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S148460961-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296416-1171823196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296416-1171823196/instance-296416-1171823196.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-296416-1171823196 -o ROOT/results/node10/solver-296416-1171823196 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296416-1171823196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296416-1171823196/instance-296416-1171823196.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cba836d3415c03e5feb448d639b83adc

RANDOM SEED= 809699030

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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:       1521992 kB
Buffers:         49056 kB
Cached:         370368 kB
SwapCached:          0 kB
Active:         254868 kB
Inactive:       208820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          63172 kB
Slab:            55732 kB
Committed_AS:  1163700 kB
PageTables:       1832 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= 66543 MiB

End job on node10 on Sun Feb 18 18:46:38 UTC 2007