Trace number 336578

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.06 1200.56

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-30-19-20.sat05-1256.reshuffled-07.cnf
MD5SUM08b968293abd73d1b678d4f1e29187a3
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 variables1605
Number of clauses179315
Sum of the clauses size533265
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25700
Number of clauses of size 3173565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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/336578-1173649593/instance-336578-1173649593.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/node13/watcher-336578-1173649593 -o ROOT/results/node13/solver-336578-1173649593 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336578-1173649593/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336578-1173649593/instance-336578-1173649593.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.92 0.98 0.99 3/77 10918
/proc/meminfo: memFree=1774912/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=1716 CPUtime=0
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 384913847 1757184 216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 429 216 128 302 0 124 0

[startup+0.0125409 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10918
/proc/meminfo: memFree=1774912/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=1860 CPUtime=0.01
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 266 0 0 0 1 0 0 0 18 0 1 0 384913847 1904640 250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 465 250 128 302 0 160 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1860

[startup+0.101553 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10918
/proc/meminfo: memFree=1774912/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=3968 CPUtime=0.09
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 814 0 0 0 9 0 0 0 18 0 1 0 384913847 4063232 765 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 992 765 129 302 0 687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3968

[startup+0.301579 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10918
/proc/meminfo: memFree=1774912/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=8828 CPUtime=0.29
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 2135 0 0 0 29 0 0 0 19 0 1 0 384913847 9039872 1892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 2207 1892 129 302 0 1902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8828

[startup+0.701633 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10918
/proc/meminfo: memFree=1774912/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=12348 CPUtime=0.69
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 3076 0 0 0 68 1 0 0 22 0 1 0 384913847 12644352 2833 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 3087 2833 140 302 0 2782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12348

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1762936/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=15296 CPUtime=1.49
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 3793 0 0 0 147 2 0 0 25 0 1 0 384913847 15663104 3550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 3824 3550 140 302 0 3519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15296

[startup+3.10195 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1759288/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=19668 CPUtime=3.09
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 4879 0 0 0 303 6 0 0 25 0 1 0 384913847 20140032 4636 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 4917 4636 140 302 0 4612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19668

[startup+6.30138 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 10919
/proc/meminfo: memFree=1752504/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=24828 CPUtime=6.29
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 6193 0 0 0 616 13 0 0 25 0 1 0 384913847 25423872 5917 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 6207 5917 140 302 0 5902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24828

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1745208/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=31804 CPUtime=12.69
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 7948 0 0 0 1247 22 0 0 25 0 1 0 384913847 32567296 7607 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 7951 7607 140 302 0 7646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31804

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1733688/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=43360 CPUtime=25.48
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 10802 0 0 0 2503 45 0 0 25 0 1 0 384913847 44400640 10461 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 10840 10462 140 302 0 10535 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43360

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1716664/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=60916 CPUtime=51.07
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 15208 0 0 0 5033 74 0 0 25 0 1 0 384913847 62377984 14738 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 15229 14738 140 302 0 14924 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60916

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1692280/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=85696 CPUtime=102.27
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 21436 0 0 0 10088 139 0 0 25 0 1 0 384913847 87752704 20709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 21424 20709 140 302 0 21119 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 85696

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1672248/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=105800 CPUtime=162.24
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 26479 0 0 0 16036 188 0 0 25 0 1 0 384913847 108339200 25752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 26450 25752 140 302 0 26145 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 105800

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1654520/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=123536 CPUtime=222.22
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 30860 0 0 0 21991 231 0 0 25 0 1 0 384913847 126500864 30133 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 30884 30133 140 302 0 30579 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 123536

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1633016/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=147840 CPUtime=282.2
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 36766 0 0 0 27939 281 0 0 25 0 1 0 384913847 151388160 35526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 36960 35526 140 302 0 36655 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 147840

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1613688/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=166492 CPUtime=342.19
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 41541 0 0 0 33907 312 0 0 25 0 1 0 384913847 170487808 40301 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 41623 40301 140 302 0 41318 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166492

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1599160/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=181444 CPUtime=402.17
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 45182 0 0 0 39873 344 0 0 25 0 1 0 384913847 185798656 43942 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 45361 43942 140 302 0 45056 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 181444

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1585656/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=194812 CPUtime=462.15
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 48528 0 0 0 45837 378 0 0 25 0 1 0 384913847 199487488 47288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48703 47288 140 302 0 48398 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 194812

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1572408/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=208060 CPUtime=522.13
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 51879 0 0 0 51805 408 0 0 25 0 1 0 384913847 213053440 50639 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 52015 50639 140 302 0 51710 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 208060

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1560504/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=219960 CPUtime=582.11
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 54823 0 0 0 57778 433 0 0 25 0 1 0 384913847 225239040 53583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 54990 53583 140 302 0 54685 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 219960

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1548408/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=231864 CPUtime=642.1
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 57814 0 0 0 63753 457 0 0 25 0 1 0 384913847 237428736 56574 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 57966 56574 140 302 0 57661 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 231864

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1536760/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=243476 CPUtime=702.08
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 60737 0 0 0 69734 474 0 0 25 0 1 0 384913847 249319424 59497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 60869 59497 140 302 0 60564 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 243476

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1525176/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=255560 CPUtime=762.06
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 63588 0 0 0 75708 498 0 0 25 0 1 0 384913847 261693440 62348 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 63890 62348 140 302 0 63585 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 255560

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10919
/proc/meminfo: memFree=1515512/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=269188 CPUtime=822.04
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 67046 0 0 0 81686 518 0 0 25 0 1 0 384913847 275648512 64781 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 67297 64781 140 302 0 66992 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 269188

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 10993
/proc/meminfo: memFree=1503664/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=279620 CPUtime=881.97
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 69675 0 0 0 87664 533 0 0 25 0 1 0 384913847 286330880 67410 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 69905 67410 140 302 0 69600 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 279620

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 11091
/proc/meminfo: memFree=1494384/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=288904 CPUtime=941.89
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 72014 0 0 0 93640 549 0 0 25 0 1 0 384913847 295837696 69749 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 72226 69749 140 302 0 71921 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 288904

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11117
/proc/meminfo: memFree=1487536/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=297368 CPUtime=1001.86
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 73999 0 0 0 99619 567 0 0 25 0 1 0 384913847 304504832 71734 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 74342 71734 140 302 0 74037 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 297368

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11117
/proc/meminfo: memFree=1479408/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=305620 CPUtime=1061.84
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 76036 0 0 0 105602 582 0 0 25 0 1 0 384913847 312954880 73771 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 76405 73771 140 302 0 76100 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 305620

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11117
/proc/meminfo: memFree=1471600/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=313620 CPUtime=1121.82
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 77960 0 0 0 111583 599 0 0 25 0 1 0 384913847 321146880 75695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 78405 75695 140 302 0 78100 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 313620

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11117
/proc/meminfo: memFree=1462768/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=322148 CPUtime=1181.81
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 80175 0 0 0 117566 615 0 0 25 0 1 0 384913847 329879552 77910 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 80537 77910 140 302 0 80232 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 322148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11117
/proc/meminfo: memFree=1460336/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=324584 CPUtime=1200
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 80753 0 0 0 119381 619 0 0 25 0 1 0 384913847 332374016 78488 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 81146 78488 140 302 0 80841 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 324584

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.98 0.99 2/78 11117
/proc/meminfo: memFree=1460336/2055920 swapFree=4158788/4192956
[pid=10918] ppid=10916 vsize=324584 CPUtime=1200
/proc/10918/stat : 10918 (Spear-32) R 10916 10918 9688 0 -1 4194304 80753 0 0 0 119381 619 0 0 25 0 1 0 384913847 332374016 78488 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 81146 78488 140 302 0 80841 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 324584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.06
CPU user time (s): 1193.82
CPU system time (s): 6.24605
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 324584

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

runsolver used 1.3068 second user time and 3.07053 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar 11 21:46:34 UTC 2007

IDJOB= 336578
IDBENCH= 24678
IDSOLVER= 132
FILE ID= node13/336578-1173649593

PBS_JOBID= 4101331

Free space on /tmp= 66450 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-30-19-20.sat05-1256.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336578-1173649593/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336578-1173649593/instance-336578-1173649593.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-336578-1173649593 -o ROOT/results/node13/solver-336578-1173649593 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336578-1173649593/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336578-1173649593/instance-336578-1173649593.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  08b968293abd73d1b678d4f1e29187a3

RANDOM SEED= 481902681

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:       1775384 kB
Buffers:         32852 kB
Cached:         163224 kB
SwapCached:       2076 kB
Active:         140860 kB
Inactive:        77796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775384 kB
SwapTotal:     4192956 kB
SwapFree:      4158788 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          30568 kB
Slab:            47468 kB
Committed_AS:  1666460 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= 66450 MiB

End job on node13 on Sun Mar 11 22:06:36 UTC 2007