Trace number 337964

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.11 1200.42

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n260-03-S722413478.sat05-482.reshuffled-07.cnf
MD5SUM4427b6c6e836b394ac9974ae65c8137c
Bench CategoryCRAFTED (crafted 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 variables212
Number of clauses399
Sum of the clauses size904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2346
Number of clauses of size 30
Number of clauses of size 453
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/337964-1173677991/instance-337964-1173677991.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node67/watcher-337964-1173677991 -o ROOT/results/node67/solver-337964-1173677991 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337964-1173677991/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/337964-1173677991/instance-337964-1173677991.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.99 1.00 0.99 3/64 15831
/proc/meminfo: memFree=1823344/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=1396 CPUtime=0
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 387756706 1429504 176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 349 176 140 302 0 44 0

[startup+0.06723 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 15831
/proc/meminfo: memFree=1823344/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=1660 CPUtime=0.06
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 261 0 0 0 6 0 0 0 18 0 1 0 387756706 1699840 245 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 415 245 140 302 0 110 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1660

[startup+0.101232 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 15831
/proc/meminfo: memFree=1823344/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=1788 CPUtime=0.09
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 292 0 0 0 9 0 0 0 18 0 1 0 387756706 1830912 276 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 447 276 140 302 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1788

[startup+0.301253 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 15831
/proc/meminfo: memFree=1823344/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=2308 CPUtime=0.29
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 421 0 0 0 29 0 0 0 19 0 1 0 387756706 2363392 405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 577 405 140 302 0 272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2308

[startup+0.701294 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 15831
/proc/meminfo: memFree=1823344/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=3012 CPUtime=0.7
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 585 0 0 0 68 2 0 0 22 0 1 0 387756706 3084288 569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 753 569 140 302 0 448 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3012

[startup+1.50138 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1821224/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=4068 CPUtime=1.49
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 844 0 0 0 147 2 0 0 25 0 1 0 387756706 4165632 828 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 1017 828 140 302 0 712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4068

[startup+3.10154 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1819880/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=5492 CPUtime=3.1
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 1212 0 0 0 306 4 0 0 25 0 1 0 387756706 5623808 1196 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 1373 1196 140 302 0 1068 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 5492

[startup+6.30288 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1817192/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=7940 CPUtime=6.29
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 1817 0 0 0 624 5 0 0 25 0 1 0 387756706 8130560 1768 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 1985 1768 140 302 0 1680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7940

[startup+12.7015 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1813744/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=11080 CPUtime=12.69
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 2606 0 0 0 1260 9 0 0 25 0 1 0 387756706 11345920 2557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 2770 2557 140 302 0 2465 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11080

[startup+25.5019 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1809520/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=15440 CPUtime=25.49
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 3683 0 0 0 2536 13 0 0 25 0 1 0 387756706 15810560 3569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 3860 3569 140 302 0 3555 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15440

[startup+51.1016 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1803888/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=21180 CPUtime=51.08
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 5070 0 0 0 5090 18 0 0 25 0 1 0 387756706 21688320 4956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 5295 4956 140 302 0 4990 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21180

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1796080/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=29520 CPUtime=102.27
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 7134 0 0 0 10202 25 0 0 25 0 1 0 387756706 30228480 6891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 7380 6891 140 302 0 7075 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29520

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1789040/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=36764 CPUtime=162.25
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 8893 0 0 0 16192 33 0 0 25 0 1 0 387756706 37646336 8650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 9191 8650 140 302 0 8886 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36764

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15832
/proc/meminfo: memFree=1783216/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=42312 CPUtime=222.24
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 10328 0 0 0 22184 40 0 0 25 0 1 0 387756706 43327488 10085 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 10578 10085 140 302 0 10273 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 42312

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1778160/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=48552 CPUtime=282.22
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 11832 0 0 0 28176 46 0 0 25 0 1 0 387756706 49717248 11332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 12138 11332 140 302 0 11833 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 48552

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1773232/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=53316 CPUtime=342.2
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 13038 0 0 0 34169 51 0 0 25 0 1 0 387756706 54595584 12538 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 13329 12538 140 302 0 13024 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 53316

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1769392/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=57564 CPUtime=402.18
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 13999 0 0 0 40162 56 0 0 25 0 1 0 387756706 58945536 13499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 14391 13499 140 302 0 14086 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 57564

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1765488/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=61528 CPUtime=462.17
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 14971 0 0 0 46156 61 0 0 25 0 1 0 387756706 63004672 14471 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 15382 14471 140 302 0 15077 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 61528

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1762032/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=65012 CPUtime=522.15
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 15838 0 0 0 52150 65 0 0 25 0 1 0 387756706 66572288 15338 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 16253 15338 140 302 0 15948 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65012

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1759088/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=68024 CPUtime=582.14
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 16563 0 0 0 58145 69 0 0 25 0 1 0 387756706 69656576 16063 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 17006 16063 140 302 0 16701 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 68024

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1755760/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=71364 CPUtime=642.13
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 17384 0 0 0 64139 74 0 0 25 0 1 0 387756706 73076736 16884 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 17841 16884 140 302 0 17536 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 71364

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1752752/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=74464 CPUtime=702.11
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 18149 0 0 0 70132 79 0 0 25 0 1 0 387756706 76251136 17649 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 18616 17649 140 302 0 18311 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 74464

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1749744/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=77296 CPUtime=762.1
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 18883 0 0 0 76126 84 0 0 25 0 1 0 387756706 79151104 18383 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 19324 18383 140 302 0 19019 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 77296

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1746480/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=80628 CPUtime=822.08
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 19687 0 0 0 82119 89 0 0 25 0 1 0 387756706 82563072 19187 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 20157 19187 140 302 0 19852 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 80628

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1743664/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=83228 CPUtime=882.06
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 20382 0 0 0 88112 94 0 0 25 0 1 0 387756706 85225472 19882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 20807 19882 140 302 0 20502 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 83228

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1741040/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=85924 CPUtime=942.05
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 21051 0 0 0 94106 99 0 0 25 0 1 0 387756706 87986176 20551 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 21481 20551 140 302 0 21176 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 85924

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1738224/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=88512 CPUtime=1002.03
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 21739 0 0 0 100100 103 0 0 25 0 1 0 387756706 90636288 21239 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 22128 21239 140 302 0 21823 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 88512

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1735664/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=93156 CPUtime=1062.02
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 22886 0 0 0 106094 108 0 0 25 0 1 0 387756706 95391744 21873 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 23289 21873 140 302 0 22984 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 93156

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1733232/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=95624 CPUtime=1122
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 23531 0 0 0 112088 112 0 0 25 0 1 0 387756706 97918976 22518 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 23906 22518 140 302 0 23601 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 95624

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1730608/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=98344 CPUtime=1181.99
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 24173 0 0 0 118084 115 0 0 25 0 1 0 387756706 100704256 23160 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 24586 23160 140 302 0 24281 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 98344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 15834
/proc/meminfo: memFree=1729904/2055920 swapFree=4180928/4192956
[pid=15831] ppid=15829 vsize=99112 CPUtime=1200.08
/proc/15831/stat : 15831 (Spear-32) R 15829 15831 14316 0 -1 4194304 24341 0 0 0 119893 115 0 0 25 0 1 0 387756706 101490688 23328 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15831/statm: 24778 23328 140 302 0 24473 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 99112

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.42
CPU time (s): 1200.11
CPU user time (s): 1198.94
CPU system time (s): 1.17482
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 99112

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

runsolver used 0.912861 second user time and 2.39764 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar 12 05:39:51 UTC 2007

IDJOB= 337964
IDBENCH= 24711
IDSOLVER= 132
FILE ID= node67/337964-1173677991

PBS_JOBID= 4101698

Free space on /tmp= 66538 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen8-n260-03-S722413478.sat05-482.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337964-1173677991/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337964-1173677991/instance-337964-1173677991.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-337964-1173677991 -o ROOT/results/node67/solver-337964-1173677991 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337964-1173677991/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337964-1173677991/instance-337964-1173677991.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4427b6c6e836b394ac9974ae65c8137c

RANDOM SEED= 634836208

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:       1823816 kB
Buffers:         26724 kB
Cached:         154504 kB
SwapCached:       6248 kB
Active:          80520 kB
Inactive:       113608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823816 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            23932 kB
Committed_AS:   926964 kB
PageTables:       1452 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= 66538 MiB

End job on node67 on Mon Mar 12 05:59:53 UTC 2007