Trace number 337839

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 2007-02-12? (TO) 1200.1 1200.53

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
MD5SUMe6cd66a115f70af2c02b5cac2d51607a
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 variables650
Number of clauses2756
Sum of the clauses size8268
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32756
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/337839-1173675366/instance-337839-1173675366.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/node59/watcher-337839-1173675366 -o ROOT/results/node59/solver-337839-1173675366 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337839-1173675366/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337839-1173675366/instance-337839-1173675366.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 0.97 0.98 3/64 24519
/proc/meminfo: memFree=1839024/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=1548 CPUtime=0
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 387493291 1585152 185 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 387 185 129 302 0 82 0

[startup+0.060674 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24519
/proc/meminfo: memFree=1839024/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=1808 CPUtime=0.05
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 278 0 0 0 5 0 0 0 18 0 1 0 387493291 1851392 262 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 452 262 141 302 0 147 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1808

[startup+0.101677 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24519
/proc/meminfo: memFree=1839024/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=1936 CPUtime=0.09
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 309 0 0 0 9 0 0 0 18 0 1 0 387493291 1982464 293 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 484 293 141 302 0 179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1936

[startup+0.301699 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24519
/proc/meminfo: memFree=1839024/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=2456 CPUtime=0.29
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 432 0 0 0 29 0 0 0 19 0 1 0 387493291 2514944 416 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 614 417 141 302 0 309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2456

[startup+0.701742 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 24519
/proc/meminfo: memFree=1839024/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=3224 CPUtime=0.69
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 638 0 0 0 68 1 0 0 22 0 1 0 387493291 3301376 622 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 806 622 141 302 0 501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3224

[startup+1.50183 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1836520/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=4524 CPUtime=1.49
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 964 0 0 0 147 2 0 0 25 0 1 0 387493291 4632576 948 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 1131 948 141 302 0 826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4524

[startup+3.10201 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1834792/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=6456 CPUtime=3.09
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 1429 0 0 0 306 3 0 0 25 0 1 0 387493291 6610944 1413 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 1614 1413 141 302 0 1309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6456

[startup+6.30136 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1831720/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=9164 CPUtime=6.29
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 2121 0 0 0 624 5 0 0 25 0 1 0 387493291 9383936 2072 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 2291 2072 141 302 0 1986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9164

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1827304/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=13168 CPUtime=12.69
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 3127 0 0 0 1261 8 0 0 25 0 1 0 387493291 13484032 3078 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 3292 3078 141 302 0 2987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13168

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1821480/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=18848 CPUtime=25.48
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 4576 0 0 0 2537 11 0 0 25 0 1 0 387493291 19300352 4462 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 4712 4462 141 302 0 4407 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18848

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1813480/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=26908 CPUtime=51.08
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 6604 0 0 0 5089 19 0 0 25 0 1 0 387493291 27553792 6490 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 6727 6490 141 302 0 6422 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26908

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1801832/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=38900 CPUtime=102.27
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 9608 0 0 0 10199 28 0 0 25 0 1 0 387493291 39833600 9365 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 9725 9365 141 302 0 9420 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38900

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1791400/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=49492 CPUtime=162.24
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 12231 0 0 0 16185 39 0 0 25 0 1 0 387493291 50679808 11988 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527086 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 12373 11988 141 302 0 12068 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 49492

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1782568/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=58300 CPUtime=222.23
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 14415 0 0 0 22176 47 0 0 25 0 1 0 387493291 59699200 14172 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 14575 14172 141 302 0 14270 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58300

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24520
/proc/meminfo: memFree=1775912/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=65972 CPUtime=282.22
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 16337 0 0 0 28167 55 0 0 25 0 1 0 387493291 67555328 15837 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 16493 15837 141 302 0 16188 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 65972

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 24644
/proc/meminfo: memFree=1767992/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=72864 CPUtime=342.14
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 18018 0 0 0 34152 62 0 0 25 0 1 0 387493291 74612736 17518 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 18216 17518 141 302 0 17911 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 72864

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1762920/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=78996 CPUtime=402.07
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 19551 0 0 0 40137 70 0 0 25 0 1 0 387493291 80891904 19051 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 19749 19051 141 302 0 19444 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 78996

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1757288/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=84580 CPUtime=462.05
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 20941 0 0 0 46129 76 0 0 25 0 1 0 387493291 86609920 20441 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 21145 20441 141 302 0 20840 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 84580

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1752168/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=89856 CPUtime=522.04
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 22221 0 0 0 52122 82 0 0 25 0 1 0 387493291 92012544 21721 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 22464 21721 141 302 0 22159 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 89856

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1746984/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=95160 CPUtime=582.02
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 23516 0 0 0 58115 87 0 0 25 0 1 0 387493291 97443840 23016 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 23790 23016 141 302 0 23485 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 95160

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1742376/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=99552 CPUtime=642.01
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 24643 0 0 0 64109 92 0 0 25 0 1 0 387493291 101941248 24143 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 24888 24143 141 302 0 24583 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 99552

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1737320/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=105008 CPUtime=701.99
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 25923 0 0 0 70101 98 0 0 25 0 1 0 387493291 107528192 25423 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 26252 25423 141 302 0 25947 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 105008

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1733352/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=108924 CPUtime=761.98
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 26895 0 0 0 76094 104 0 0 25 0 1 0 387493291 111538176 26395 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 27231 26395 141 302 0 26926 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 108924

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1729512/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=112852 CPUtime=821.96
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 27877 0 0 0 82088 108 0 0 25 0 1 0 387493291 115560448 27377 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 28213 27377 141 302 0 27908 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 112852

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1725544/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=116764 CPUtime=881.94
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 28860 0 0 0 88080 114 0 0 25 0 1 0 387493291 119566336 28360 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 29191 28360 141 302 0 28886 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 116764

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1721768/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=122680 CPUtime=941.93
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 30326 0 0 0 94073 120 0 0 25 0 1 0 387493291 125624320 29313 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 30670 29313 141 302 0 30365 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 122680

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1717992/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=126404 CPUtime=1001.91
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 31256 0 0 0 100067 124 0 0 25 0 1 0 387493291 129437696 30243 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 31601 30243 141 302 0 31296 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 126404

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1714280/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=130132 CPUtime=1061.89
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 32186 0 0 0 106060 129 0 0 25 0 1 0 387493291 133255168 31173 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 32533 31173 141 302 0 32228 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 130132

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1710632/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=133728 CPUtime=1121.88
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 33092 0 0 0 112055 133 0 0 25 0 1 0 387493291 136937472 32079 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 33432 32079 141 302 0 33127 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 133728

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1707176/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=137152 CPUtime=1181.86
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 33963 0 0 0 118050 136 0 0 25 0 1 0 387493291 140443648 32950 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 34288 32950 141 302 0 33983 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 137152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1706088/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=138196 CPUtime=1200.07
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 34225 0 0 0 119869 138 0 0 25 0 1 0 387493291 141512704 33212 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 34549 33212 141 302 0 34244 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 138196

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24718
/proc/meminfo: memFree=1706088/2055920 swapFree=4174680/4192956
[pid=24519] ppid=24517 vsize=138196 CPUtime=1200.07
/proc/24519/stat : 24519 (Spear-32) R 24517 24519 24028 0 -1 4194304 34225 0 0 0 119869 138 0 0 25 0 1 0 387493291 141512704 33212 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24519/statm: 34549 33212 141 302 0 34244 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 138196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1198.69
CPU system time (s): 1.40179
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 138196

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

runsolver used 0.972852 second user time and 2.40163 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Mar 12 04:56:06 UTC 2007

IDJOB= 337839
IDBENCH= 24708
IDSOLVER= 133
FILE ID= node59/337839-1173675366

PBS_JOBID= 4101717

Free space on /tmp= 66537 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337839-1173675366/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337839-1173675366/instance-337839-1173675366.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-337839-1173675366 -o ROOT/results/node59/solver-337839-1173675366 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337839-1173675366/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337839-1173675366/instance-337839-1173675366.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e6cd66a115f70af2c02b5cac2d51607a

RANDOM SEED= 540198128

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1839432 kB
Buffers:         25200 kB
Cached:         134636 kB
SwapCached:      12680 kB
Active:          68968 kB
Inactive:       110376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839432 kB
SwapTotal:     4192956 kB
SwapFree:      4174680 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            23136 kB
Committed_AS:   710476 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= 66537 MiB

End job on node59 on Mon Mar 12 05:16:09 UTC 2007