Trace number 336452

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.12 1200.44

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
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 variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

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/336452-1173647075/instance-336452-1173647075.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/node76/watcher-336452-1173647075 -o ROOT/results/node76/solver-336452-1173647075 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336452-1173647075/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336452-1173647075/instance-336452-1173647075.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 1.20 3/69 28432
/proc/meminfo: memFree=1752764/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=1548 CPUtime=0
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 202 0 0 0 0 0 0 0 19 0 1 0 384665853 1585152 187 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 387 187 128 302 0 82 0

[startup+0.0807501 s]
/proc/loadavg: 0.92 0.98 1.20 3/69 28432
/proc/meminfo: memFree=1752764/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=3680 CPUtime=0.07
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 746 0 0 0 7 0 0 0 19 0 1 0 384665853 3768320 698 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 920 699 140 302 0 615 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3680

[startup+0.101752 s]
/proc/loadavg: 0.92 0.98 1.20 3/69 28432
/proc/meminfo: memFree=1752764/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=3808 CPUtime=0.09
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 790 0 0 0 9 0 0 0 19 0 1 0 384665853 3899392 742 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 952 742 140 302 0 647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3808

[startup+0.301774 s]
/proc/loadavg: 0.92 0.98 1.20 3/69 28432
/proc/meminfo: memFree=1752764/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=4836 CPUtime=0.29
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 1038 0 0 0 29 0 0 0 21 0 1 0 384665853 4952064 990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 1209 990 140 302 0 904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4836

[startup+0.701818 s]
/proc/loadavg: 0.92 0.98 1.20 3/69 28432
/proc/meminfo: memFree=1752764/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=6436 CPUtime=0.69
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 1447 0 0 0 68 1 0 0 25 0 1 0 384665853 6590464 1399 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 1609 1399 140 302 0 1304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6436

[startup+1.50191 s]
/proc/loadavg: 0.92 0.98 1.20 2/70 28433
/proc/meminfo: memFree=1746740/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=8744 CPUtime=1.49
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 2003 0 0 0 147 2 0 0 25 0 1 0 384665853 8953856 1955 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 2186 1955 140 302 0 1881 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8744

[startup+3.10109 s]
/proc/loadavg: 0.93 0.98 1.20 2/70 28433
/proc/meminfo: memFree=1744052/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=11828 CPUtime=3.09
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 2801 0 0 0 305 4 0 0 25 0 1 0 384665853 12111872 2753 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 2957 2753 140 302 0 2652 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11828

[startup+6.30246 s]
/proc/loadavg: 0.93 0.98 1.20 2/70 28433
/proc/meminfo: memFree=1738484/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=16464 CPUtime=6.29
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 3968 0 0 0 623 6 0 0 25 0 1 0 384665853 16859136 3887 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 4116 3887 140 302 0 3811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16464

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 1.20 2/70 28433
/proc/meminfo: memFree=1732212/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=22272 CPUtime=12.69
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 5442 0 0 0 1258 11 0 0 25 0 1 0 384665853 22806528 5296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 5568 5296 140 302 0 5263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22272

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.19 2/70 28433
/proc/meminfo: memFree=1724724/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=29460 CPUtime=25.48
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 7244 0 0 0 2531 17 0 0 25 0 1 0 384665853 30167040 7098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 7365 7098 140 302 0 7060 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29460

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 1.19 2/70 28433
/proc/meminfo: memFree=1713844/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=40952 CPUtime=51.08
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 10106 0 0 0 5079 29 0 0 25 0 1 0 384665853 41934848 9831 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 10238 9831 140 302 0 9933 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40952

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.17 2/70 28433
/proc/meminfo: memFree=1697396/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=57668 CPUtime=102.27
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 14140 0 0 0 10181 46 0 0 25 0 1 0 384665853 59052032 13865 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 14417 13865 140 302 0 14112 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 57668

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.16 2/70 28433
/proc/meminfo: memFree=1684468/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=71716 CPUtime=162.25
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 17659 0 0 0 16163 62 0 0 25 0 1 0 384665853 73437184 17127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 17929 17127 140 302 0 17624 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 71716

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.15 2/70 28433
/proc/meminfo: memFree=1673652/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=82420 CPUtime=222.23
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 20329 0 0 0 22150 73 0 0 25 0 1 0 384665853 84398080 19797 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 20605 19797 140 302 0 20300 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 82420

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.14 2/70 28433
/proc/meminfo: memFree=1663604/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=92648 CPUtime=282.21
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 22847 0 0 0 28136 85 0 0 25 0 1 0 384665853 94871552 22315 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 23162 22315 140 302 0 22857 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 92648

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.13 2/70 28433
/proc/meminfo: memFree=1653876/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=102624 CPUtime=342.2
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 25260 0 0 0 34121 99 0 0 25 0 1 0 384665853 105086976 24728 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 25656 24728 140 302 0 25351 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102624

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.12 2/70 28433
/proc/meminfo: memFree=1645492/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=112960 CPUtime=402.18
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 27883 0 0 0 40109 109 0 0 25 0 1 0 384665853 115671040 26838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 28240 26838 140 302 0 27935 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 112960

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.10 2/70 28433
/proc/meminfo: memFree=1636788/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=122388 CPUtime=462.16
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 30043 0 0 0 46099 117 0 0 25 0 1 0 384665853 125325312 28998 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 30597 28998 140 302 0 30292 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 122388

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/70 28433
/proc/meminfo: memFree=1629172/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=130048 CPUtime=522.16
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 31958 0 0 0 52091 125 0 0 25 0 1 0 384665853 133169152 30913 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 32512 30913 140 302 0 32207 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 130048

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/70 28433
/proc/meminfo: memFree=1621812/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=137064 CPUtime=582.13
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 33769 0 0 0 58082 131 0 0 25 0 1 0 384665853 140353536 32724 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 34266 32724 140 302 0 33961 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 137064

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.08 2/70 28433
/proc/meminfo: memFree=1613748/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=145320 CPUtime=642.13
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 35771 0 0 0 64074 139 0 0 25 0 1 0 384665853 148807680 34726 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 36330 34726 140 302 0 36025 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 145320

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/70 28433
/proc/meminfo: memFree=1605556/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=153836 CPUtime=702.1
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 37816 0 0 0 70063 147 0 0 25 0 1 0 384665853 157528064 36771 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 38459 36771 140 302 0 38154 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 153836

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.07 2/70 28433
/proc/meminfo: memFree=1598004/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=161200 CPUtime=762.09
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 39694 0 0 0 76055 154 0 0 25 0 1 0 384665853 165068800 38649 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 40300 38649 140 302 0 39995 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 161200

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/70 28433
/proc/meminfo: memFree=1590644/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=168652 CPUtime=822.07
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 41542 0 0 0 82042 165 0 0 25 0 1 0 384665853 172699648 40497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 42163 40497 140 302 0 41858 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 168652

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/70 28433
/proc/meminfo: memFree=1583284/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=175972 CPUtime=882.06
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 43368 0 0 0 88032 174 0 0 25 0 1 0 384665853 180195328 42323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 43993 42323 140 302 0 43688 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 175972

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/70 28433
/proc/meminfo: memFree=1576180/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=183176 CPUtime=942.04
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 45145 0 0 0 94023 181 0 0 25 0 1 0 384665853 187572224 44100 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 45794 44100 140 302 0 45489 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 183176

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.04 2/70 28433
/proc/meminfo: memFree=1569780/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=189544 CPUtime=1002.03
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 46734 0 0 0 100014 189 0 0 25 0 1 0 384665853 194093056 45689 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 47386 45689 140 302 0 47081 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 189544

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.04 2/70 28433
/proc/meminfo: memFree=1563124/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=196300 CPUtime=1062.01
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 48415 0 0 0 106006 195 0 0 25 0 1 0 384665853 201011200 47370 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 49075 47370 140 302 0 48770 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 196300

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/70 28433
/proc/meminfo: memFree=1556980/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=202148 CPUtime=1122
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 49935 0 0 0 111999 201 0 0 25 0 1 0 384665853 206999552 48890 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 50537 48890 140 302 0 50232 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 202148

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/70 28433
/proc/meminfo: memFree=1551028/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=208172 CPUtime=1181.98
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 51427 0 0 0 117991 207 0 0 25 0 1 0 384665853 213168128 50382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 52043 50382 140 302 0 51738 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 208172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.03 2/70 28433
/proc/meminfo: memFree=1549044/2055888 swapFree=3938024/4096564
[pid=28432] ppid=28430 vsize=209972 CPUtime=1200.08
/proc/28432/stat : 28432 (Spear-32) R 28430 28432 27659 0 -1 4194304 51902 0 0 0 119799 209 0 0 25 0 1 0 384665853 215011328 50857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 52493 50857 140 302 0 52188 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 209972

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.44
CPU time (s): 1200.12
CPU user time (s): 1197.99
CPU system time (s): 2.12468
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 209972

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

runsolver used 1.01185 second user time and 2.27965 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Mar 11 21:04:36 UTC 2007

IDJOB= 336452
IDBENCH= 24675
IDSOLVER= 132
FILE ID= node76/336452-1173647075

PBS_JOBID= 4101359

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 670507777

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1753172 kB
Buffers:         16752 kB
Cached:         100060 kB
SwapCached:     152264 kB
Active:          49388 kB
Inactive:       225956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1753172 kB
SwapTotal:     4096564 kB
SwapFree:      3938024 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          15532 kB
Slab:            13752 kB
Committed_AS:  1195392 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB

End job on node76 on Sun Mar 11 21:24:38 UTC 2007