Trace number 293586

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
MD5SUM4c82e15dddaac18e48f58e3db4a1e7b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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/293586-1171773759/instance-293586-1171773759.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/node13/watcher-293586-1171773759 -o ROOT/results/node13/solver-293586-1171773759 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293586-1171773759/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293586-1171773759/instance-293586-1171773759.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: 2.02 1.97 1.69 3/77 14521
/proc/meminfo: memFree=794008/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=1396 CPUtime=0
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 197330330 1429504 168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515735 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 349 168 128 302 0 44 0

[startup+0.107748 s]
/proc/loadavg: 2.02 1.97 1.69 3/77 14521
/proc/meminfo: memFree=794008/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=1916 CPUtime=0.1
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 298 0 0 0 10 0 0 0 18 0 1 0 197330330 1961984 282 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 479 282 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.515801 s]
/proc/loadavg: 2.02 1.97 1.69 3/77 14521
/proc/meminfo: memFree=794008/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=2712 CPUtime=0.51
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 499 0 0 0 50 1 0 0 22 0 1 0 197330330 2777088 483 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 678 483 140 302 0 373 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2712

[startup+1.34291 s]
/proc/loadavg: 2.02 1.97 1.69 2/78 14522
/proc/meminfo: memFree=791824/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=3616 CPUtime=1.33
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 742 0 0 0 132 1 0 0 25 0 1 0 197330330 3702784 726 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 904 726 140 302 0 599 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3616

[startup+2.98013 s]
/proc/loadavg: 2.02 1.97 1.69 2/78 14522
/proc/meminfo: memFree=790672/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=4912 CPUtime=2.97
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 1055 0 0 0 295 2 0 0 25 0 1 0 197330330 5029888 1039 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 1228 1039 140 302 0 923 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4912

[startup+6.25657 s]
/proc/loadavg: 1.94 1.96 1.69 2/78 14522
/proc/meminfo: memFree=788560/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=6860 CPUtime=6.24
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 1560 0 0 0 620 4 0 0 25 0 1 0 197330330 7024640 1511 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 1715 1511 140 302 0 1410 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6860

[startup+12.7144 s]
/proc/loadavg: 1.86 1.94 1.68 2/78 14522
/proc/meminfo: memFree=785560/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=9604 CPUtime=12.7
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 2236 0 0 0 1263 7 0 0 25 0 1 0 197330330 9834496 2187 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 2401 2187 140 302 0 2096 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9604

[startup+25.5161 s]
/proc/loadavg: 1.75 1.91 1.68 2/78 14522
/proc/meminfo: memFree=782104/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=13428 CPUtime=25.49
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 3184 0 0 0 2540 9 0 0 25 0 1 0 197330330 13750272 3070 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 3357 3070 140 302 0 3052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13428

[startup+51.1326 s]
/proc/loadavg: 1.49 1.84 1.66 2/78 14522
/proc/meminfo: memFree=776920/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=18340 CPUtime=51.11
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 4435 0 0 0 5096 15 0 0 25 0 1 0 197330330 18780160 4321 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 4585 4321 140 302 0 4280 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 18340

[startup+102.356 s]
/proc/loadavg: 1.21 1.70 1.62 2/78 14522
/proc/meminfo: memFree=769432/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=26576 CPUtime=102.31
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 6433 0 0 0 10207 24 0 0 25 0 1 0 197330330 27213824 6190 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 6644 6190 140 302 0 6339 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26576

[startup+162.399 s]
/proc/loadavg: 1.08 1.57 1.58 2/78 14522
/proc/meminfo: memFree=762264/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=33856 CPUtime=162.34
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 8183 0 0 0 16202 32 0 0 25 0 1 0 197330330 34668544 7940 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 8464 7940 140 302 0 8159 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 33856

[startup+222.438 s]
/proc/loadavg: 1.03 1.47 1.54 2/78 14522
/proc/meminfo: memFree=757016/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=39100 CPUtime=222.36
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 9498 0 0 0 22197 39 0 0 25 0 1 0 197330330 40038400 9255 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 9775 9255 140 302 0 9470 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 39100

[startup+282.474 s]
/proc/loadavg: 1.01 1.38 1.51 2/78 14522
/proc/meminfo: memFree=751960/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=45204 CPUtime=282.39
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 11007 0 0 0 28193 46 0 0 25 0 1 0 197330330 46288896 10507 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 11301 10507 140 302 0 10996 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 45204

[startup+342.515 s]
/proc/loadavg: 1.00 1.31 1.47 2/78 14522
/proc/meminfo: memFree=747608/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=49804 CPUtime=342.41
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 12108 0 0 0 34189 52 0 0 25 0 1 0 197330330 50999296 11608 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 12451 11608 140 302 0 12146 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 49804

[startup+402.555 s]
/proc/loadavg: 1.00 1.25 1.44 2/78 14522
/proc/meminfo: memFree=743832/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=53820 CPUtime=402.43
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 13042 0 0 0 40185 58 0 0 25 0 1 0 197330330 55111680 12542 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 13455 12542 140 302 0 13150 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 53820

[startup+462.594 s]
/proc/loadavg: 1.03 1.21 1.41 2/78 14522
/proc/meminfo: memFree=740504/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=56952 CPUtime=462.45
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 13877 0 0 0 46182 63 0 0 25 0 1 0 197330330 58318848 13377 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 14238 13377 140 302 0 13933 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 56952

[startup+522.629 s]
/proc/loadavg: 1.01 1.17 1.38 2/78 14522
/proc/meminfo: memFree=737112/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=60276 CPUtime=522.47
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 14726 0 0 0 52179 68 0 0 25 0 1 0 197330330 61722624 14226 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 15069 14226 140 302 0 14764 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 60276

[startup+582.665 s]
/proc/loadavg: 1.00 1.14 1.35 2/78 14522
/proc/meminfo: memFree=734232/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=63168 CPUtime=582.5
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 15445 0 0 0 58176 74 0 0 25 0 1 0 197330330 64684032 14945 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527206 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 15792 14945 140 302 0 15487 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 63168

[startup+642.707 s]
/proc/loadavg: 1.00 1.11 1.33 2/78 14522
/proc/meminfo: memFree=731416/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=66152 CPUtime=642.51
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 16153 0 0 0 64173 78 0 0 25 0 1 0 197330330 67739648 15653 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 16538 15653 140 302 0 16233 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 66152

[startup+702.748 s]
/proc/loadavg: 1.00 1.09 1.31 2/78 14522
/proc/meminfo: memFree=728088/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=69856 CPUtime=702.54
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 16990 0 0 0 70170 84 0 0 25 0 1 0 197330330 71532544 16490 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 17464 16490 140 302 0 17159 0
Current children cumulated CPU time (s) 702.54
Current children cumulated vsize (KiB) 69856

[startup+762.785 s]
/proc/loadavg: 1.05 1.08 1.29 2/78 14522
/proc/meminfo: memFree=725208/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=72884 CPUtime=762.56
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 17687 0 0 0 76166 90 0 0 25 0 1 0 197330330 74633216 17187 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 18221 17187 140 302 0 17916 0
Current children cumulated CPU time (s) 762.56
Current children cumulated vsize (KiB) 72884

[startup+822.826 s]
/proc/loadavg: 1.02 1.07 1.27 2/78 14522
/proc/meminfo: memFree=722840/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=75004 CPUtime=822.58
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 18277 0 0 0 82164 94 0 0 25 0 1 0 197330330 76804096 17777 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 18751 17777 140 302 0 18446 0
Current children cumulated CPU time (s) 822.58
Current children cumulated vsize (KiB) 75004

[startup+882.862 s]
/proc/loadavg: 1.00 1.05 1.25 2/78 14522
/proc/meminfo: memFree=720600/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=77348 CPUtime=882.6
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 18871 0 0 0 88162 98 0 0 25 0 1 0 197330330 79204352 18371 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 19337 18371 140 302 0 19032 0
Current children cumulated CPU time (s) 882.6
Current children cumulated vsize (KiB) 77348

[startup+942.901 s]
/proc/loadavg: 1.00 1.04 1.23 2/78 14522
/proc/meminfo: memFree=717912/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=82528 CPUtime=942.62
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 20042 0 0 0 94160 102 0 0 25 0 1 0 197330330 84508672 19029 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 20632 19029 140 302 0 20327 0
Current children cumulated CPU time (s) 942.62
Current children cumulated vsize (KiB) 82528

[startup+1002.94 s]
/proc/loadavg: 1.00 1.03 1.22 2/78 14522
/proc/meminfo: memFree=715736/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=84592 CPUtime=1002.64
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 20591 0 0 0 100158 106 0 0 25 0 1 0 197330330 86622208 19578 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 21148 19578 140 302 0 20843 0
Current children cumulated CPU time (s) 1002.64
Current children cumulated vsize (KiB) 84592

[startup+1062.98 s]
/proc/loadavg: 1.00 1.02 1.20 2/78 14522
/proc/meminfo: memFree=713560/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=86752 CPUtime=1062.67
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 21132 0 0 0 106157 110 0 0 25 0 1 0 197330330 88834048 20119 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 21688 20119 140 302 0 21383 0
Current children cumulated CPU time (s) 1062.67
Current children cumulated vsize (KiB) 86752

[startup+1123.03 s]
/proc/loadavg: 1.00 1.02 1.18 2/84 14606
/proc/meminfo: memFree=709992/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=88952 CPUtime=1122.66
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 21710 0 0 0 112153 113 0 0 25 0 1 0 197330330 91086848 20697 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 22238 20697 140 302 0 21933 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 88952

[startup+1183.1 s]
/proc/loadavg: 1.00 1.01 1.17 2/84 14692
/proc/meminfo: memFree=707880/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=90880 CPUtime=1182.67
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 22241 0 0 0 118148 119 0 0 25 0 1 0 197330330 93061120 21228 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 22720 21228 140 302 0 22415 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 90880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 1.00 1.01 1.17 2/78 14720
/proc/meminfo: memFree=708120/2055920 swapFree=4192812/4192956
[pid=14521] ppid=14519 vsize=91660 CPUtime=1200.07
/proc/14521/stat : 14521 (Spear-32) R 14519 14521 14016 0 -1 4194304 22406 0 0 0 119887 120 0 0 25 0 1 0 197330330 93859840 21393 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14521/statm: 22915 21393 140 302 0 22610 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 91660

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.54
CPU time (s): 1200.1
CPU user time (s): 1198.88
CPU system time (s): 1.21981
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 91660

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

runsolver used 1.2828 second user time and 2.98655 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Feb 18 04:42:39 UTC 2007

IDJOB= 293586
IDBENCH= 19867
IDSOLVER= 131
FILE ID= node13/293586-1171773759

PBS_JOBID= 3839300

Free space on /tmp= 66541 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293586-1171773759/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293586-1171773759/instance-293586-1171773759.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-293586-1171773759 -o ROOT/results/node13/solver-293586-1171773759 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293586-1171773759/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293586-1171773759/instance-293586-1171773759.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c82e15dddaac18e48f58e3db4a1e7b5

RANDOM SEED= 31307066

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:        794352 kB
Buffers:         67840 kB
Cached:        1058852 kB
SwapCached:          0 kB
Active:         606840 kB
Inactive:       574324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          73344 kB
Slab:            65908 kB
Committed_AS:   830068 kB
PageTables:       1744 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= 66541 MiB

End job on node13 on Sun Feb 18 05:02:41 UTC 2007