Trace number 307198

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.18 1200.95

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S49237390-14.cnf
MD5SUM247d0c151f4cc557aeb64d98cd6697a8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
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/307198-1172115218/instance-307198-1172115218.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/node69/watcher-307198-1172115218 -o ROOT/results/node69/solver-307198-1172115218 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307198-1172115218/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307198-1172115218/instance-307198-1172115218.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.99 1.09 3/64 26229
/proc/meminfo: memFree=1905280/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=1396 CPUtime=0
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 231479514 1429504 144 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 349 145 126 302 0 44 0

[startup+0.107235 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26229
/proc/meminfo: memFree=1905280/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=5868 CPUtime=0.09
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 1456 0 0 0 9 0 0 0 18 0 1 0 231479514 6008832 1101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 1467 1101 129 302 0 1162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5868

[startup+0.5153 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26229
/proc/meminfo: memFree=1905280/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=9252 CPUtime=0.5
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 2362 0 0 0 49 1 0 0 21 0 1 0 231479514 9474048 1909 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 2313 1909 140 302 0 2008 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9252

[startup+1.33643 s]
/proc/loadavg: 0.92 0.99 1.09 2/65 26230
/proc/meminfo: memFree=1896952/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=10920 CPUtime=1.32
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 2771 0 0 0 131 1 0 0 25 0 1 0 231479514 11182080 2318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 2730 2318 140 302 0 2425 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10920

[startup+2.9767 s]
/proc/loadavg: 0.92 0.99 1.09 2/65 26230
/proc/meminfo: memFree=1894584/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=14424 CPUtime=2.96
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 3647 0 0 0 293 3 0 0 25 0 1 0 231479514 14770176 3194 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 3606 3194 140 302 0 3301 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 14424

[startup+6.25324 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 26230
/proc/meminfo: memFree=1887480/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=20960 CPUtime=6.24
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 5290 0 0 0 619 5 0 0 25 0 1 0 231479514 21463040 4837 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 5240 4837 140 302 0 4935 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20960

[startup+12.7143 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 26230
/proc/meminfo: memFree=1874368/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=33556 CPUtime=12.69
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 8411 0 0 0 1261 8 0 0 25 0 1 0 231479514 34361344 7958 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527075 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 8389 7958 140 302 0 8084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33556

[startup+25.5174 s]
/proc/loadavg: 0.95 0.99 1.08 2/65 26230
/proc/meminfo: memFree=1851072/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=57452 CPUtime=25.49
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 14417 0 0 0 2534 15 0 0 25 0 1 0 231479514 58830848 13931 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 14363 13931 140 302 0 14058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57452

[startup+51.1336 s]
/proc/loadavg: 0.96 0.99 1.08 2/65 26230
/proc/meminfo: memFree=1811968/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=95896 CPUtime=51.08
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 24039 0 0 0 5082 26 0 0 25 0 1 0 231479514 98197504 23553 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 23974 23553 140 302 0 23669 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95896

[startup+102.362 s]
/proc/loadavg: 0.98 0.99 1.08 2/65 26230
/proc/meminfo: memFree=1748672/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=159468 CPUtime=102.28
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 39979 0 0 0 10181 47 0 0 25 0 1 0 231479514 163295232 39428 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 39867 39428 140 302 0 39562 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 159468

[startup+162.404 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 26230
/proc/meminfo: memFree=1693888/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=213668 CPUtime=162.28
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 53568 0 0 0 16167 61 0 0 25 0 1 0 231479514 218796032 52888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 53417 52888 140 302 0 53112 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 213668

[startup+222.448 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 26230
/proc/meminfo: memFree=1635840/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=271716 CPUtime=222.28
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 68111 0 0 0 22150 78 0 0 25 0 1 0 231479514 278237184 67431 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 67929 67431 140 302 0 67624 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 271716

[startup+282.484 s]
/proc/loadavg: 0.99 0.99 1.06 2/65 26230
/proc/meminfo: memFree=1590336/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=317200 CPUtime=282.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 79517 0 0 0 28138 91 0 0 25 0 1 0 231479514 324812800 78837 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 79300 78837 140 302 0 78995 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 317200

[startup+342.526 s]
/proc/loadavg: 0.99 0.99 1.05 2/65 26232
/proc/meminfo: memFree=1534464/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=373060 CPUtime=342.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 93491 0 0 0 34122 107 0 0 25 0 1 0 231479514 382013440 92811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 93265 92811 140 302 0 92960 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 373060

[startup+402.565 s]
/proc/loadavg: 0.99 0.99 1.05 2/65 26232
/proc/meminfo: memFree=1490624/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=416132 CPUtime=402.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 104294 0 0 0 40111 118 0 0 25 0 1 0 231479514 426119168 103614 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 104033 103614 140 302 0 103728 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 416132

[startup+462.613 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 26232
/proc/meminfo: memFree=1455424/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=452420 CPUtime=462.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 113373 0 0 0 46102 128 0 0 25 0 1 0 231479514 463278080 112436 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 113105 112436 140 302 0 112800 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 452420

[startup+522.655 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 26232
/proc/meminfo: memFree=1426368/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=481420 CPUtime=522.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 120631 0 0 0 52094 136 0 0 25 0 1 0 231479514 492974080 119694 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 120355 119694 140 302 0 120050 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 481420

[startup+582.696 s]
/proc/loadavg: 0.99 0.99 1.03 2/65 26232
/proc/meminfo: memFree=1390464/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=516908 CPUtime=582.31
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 129503 0 0 0 58085 146 0 0 25 0 1 0 231479514 529313792 128566 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 129227 128566 140 302 0 128922 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 516908

[startup+642.734 s]
/proc/loadavg: 0.99 0.99 1.02 2/65 26232
/proc/meminfo: memFree=1337472/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=569932 CPUtime=642.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 142804 0 0 0 64071 159 0 0 25 0 1 0 231479514 583610368 141867 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 142483 141867 140 302 0 142178 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 569932

[startup+702.764 s]
/proc/loadavg: 0.99 0.99 1.02 2/65 26232
/proc/meminfo: memFree=1290368/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=617000 CPUtime=702.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 154560 0 0 0 70057 173 0 0 25 0 1 0 231479514 631808000 153623 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 154250 153623 140 302 0 153945 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 617000

[startup+762.803 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 26232
/proc/meminfo: memFree=1248384/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=659036 CPUtime=762.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 165087 0 0 0 76046 183 0 0 25 0 1 0 231479514 674852864 164150 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 164759 164150 140 302 0 164454 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 659036

[startup+822.855 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 26232
/proc/meminfo: memFree=1207296/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=699384 CPUtime=822.31
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 175185 0 0 0 82038 193 0 0 25 0 1 0 231479514 716169216 174248 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 174846 174248 140 302 0 174541 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 699384

[startup+882.889 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 26232
/proc/meminfo: memFree=1171776/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=735016 CPUtime=882.31
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 184079 0 0 0 88024 207 0 0 25 0 1 0 231479514 752656384 183142 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26229/statm: 183754 183142 140 302 0 183449 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 735016

[startup+942.931 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 26232
/proc/meminfo: memFree=1137472/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=769412 CPUtime=942.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 192696 0 0 0 94011 218 0 0 25 0 1 0 231479514 787877888 191759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 192353 191759 140 302 0 192048 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 769412

[startup+1002.97 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 26232
/proc/meminfo: memFree=1105280/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=801748 CPUtime=1002.29
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 200761 0 0 0 100001 228 0 0 25 0 1 0 231479514 820989952 199824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 200437 199824 140 302 0 200132 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 801748

[startup+1063 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 26232
/proc/meminfo: memFree=1073984/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=832416 CPUtime=1062.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 208442 0 0 0 105991 239 0 0 25 0 1 0 231479514 852393984 207505 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 208104 207505 140 302 0 207799 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 832416

[startup+1123.05 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 26232
/proc/meminfo: memFree=1036480/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=869976 CPUtime=1122.3
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 217847 0 0 0 111978 252 0 0 25 0 1 0 231479514 890855424 216910 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 217494 216910 140 302 0 217189 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 869976

[startup+1183.09 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 26232
/proc/meminfo: memFree=1004160/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=902128 CPUtime=1182.31
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 225920 0 0 0 117968 263 0 0 25 0 1 0 231479514 923779072 224983 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 225532 224983 140 302 0 225227 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 902128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.82 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 26232
/proc/meminfo: memFree=994688/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=911216 CPUtime=1200.03
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4194304 228190 0 0 0 119737 266 0 0 25 0 1 0 231479514 933085184 227253 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 227804 227253 140 302 0 227499 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 911216

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

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

[startup+1200.92 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 26232
/proc/meminfo: memFree=994688/2055920 swapFree=4183368/4192956
[pid=26229] ppid=26227 vsize=0 CPUtime=1200.14
/proc/26229/stat : 26229 (Spear-32) R 26227 26229 25298 0 -1 4195332 228190 0 0 0 119737 277 0 0 25 0 1 0 231479514 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/26229/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.95
CPU time (s): 1200.18
CPU user time (s): 1197.38
CPU system time (s): 2.80257
CPU usage (%): 99.9357
Max. virtual memory (cumulated for all children) (KiB): 911216

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

runsolver used 1.16482 second user time and 3.10853 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Thu Feb 22 03:33:38 UTC 2007

IDJOB= 307198
IDBENCH= 20199
IDSOLVER= 131
FILE ID= node69/307198-1172115218

PBS_JOBID= 3892929

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S49237390-14.cnf
COMMAND LINE= /tmp/evaluation/307198-1172115218/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307198-1172115218/instance-307198-1172115218.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-307198-1172115218 -o ROOT/results/node69/solver-307198-1172115218 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307198-1172115218/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307198-1172115218/instance-307198-1172115218.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  247d0c151f4cc557aeb64d98cd6697a8

RANDOM SEED= 229224452

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1905688 kB
Buffers:          8316 kB
Cached:          86792 kB
SwapCached:       3968 kB
Active:          33228 kB
Inactive:        71748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905688 kB
SwapTotal:     4192956 kB
SwapFree:      4183368 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:          15516 kB
Slab:            31196 kB
Committed_AS:   683000 kB
PageTables:       1472 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= 66560 MiB

End job on node69 on Thu Feb 22 03:53:41 UTC 2007