Trace number 339517

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.07 1200.42

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
MD5SUM19ef5308d30d988d80538312a4c92391
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of clauses832
Sum of the clauses size2818
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3482
Number of clauses of size 4336
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/339517-1173706205/instance-339517-1173706205.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/node47/watcher-339517-1173706205 -o ROOT/results/node47/solver-339517-1173706205 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339517-1173706205/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339517-1173706205/instance-339517-1173706205.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.97 0.96 3/64 16571
/proc/meminfo: memFree=1795920/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=1396 CPUtime=0
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 96595623 1429504 175 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135256019 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 349 175 140 302 0 44 0

[startup+0.0496129 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 16571
/proc/meminfo: memFree=1795920/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=1524 CPUtime=0.04
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 230 0 0 0 4 0 0 0 18 0 1 0 96595623 1560576 214 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 381 214 140 302 0 76 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1524

[startup+0.101617 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 16571
/proc/meminfo: memFree=1795920/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=1656 CPUtime=0.09
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 262 0 0 0 9 0 0 0 18 0 1 0 96595623 1695744 246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 414 247 140 302 0 109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1656

[startup+0.30164 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 16571
/proc/meminfo: memFree=1795920/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=2172 CPUtime=0.29
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 365 0 0 0 29 0 0 0 19 0 1 0 96595623 2224128 349 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 543 349 140 302 0 238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2172

[startup+0.701683 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 16571
/proc/meminfo: memFree=1795920/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=2720 CPUtime=0.69
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 513 0 0 0 69 0 0 0 22 0 1 0 96595623 2785280 497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 680 497 140 302 0 375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2720

[startup+1.50277 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1794120/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=3640 CPUtime=1.49
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 724 0 0 0 148 1 0 0 25 0 1 0 96595623 3727360 708 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 910 708 140 302 0 605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3640

[startup+3.10194 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1793032/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=4680 CPUtime=3.08
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 984 0 0 0 306 2 0 0 25 0 1 0 96595623 4792320 968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 1170 968 140 302 0 865 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4680

[startup+6.30129 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1791240/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=6224 CPUtime=6.29
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 1397 0 0 0 625 4 0 0 25 0 1 0 96595623 6373376 1348 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 1556 1348 140 302 0 1251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6224

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1788944/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=8312 CPUtime=12.69
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 1904 0 0 0 1263 6 0 0 25 0 1 0 96595623 8511488 1855 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 2078 1855 140 302 0 1773 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8312

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1785872/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=11500 CPUtime=25.48
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 2704 0 0 0 2539 9 0 0 25 0 1 0 96595623 11776000 2590 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 2875 2590 140 302 0 2570 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11500

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1781904/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=15424 CPUtime=51.08
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 3692 0 0 0 5094 14 0 0 25 0 1 0 96595623 15794176 3578 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 3856 3578 140 302 0 3551 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15424

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1776080/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=21860 CPUtime=102.27
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 5236 0 0 0 10206 21 0 0 25 0 1 0 96595623 22384640 4993 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 5465 4993 140 302 0 5160 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21860

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1771344/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=26908 CPUtime=162.24
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 6440 0 0 0 16197 27 0 0 25 0 1 0 96595623 27553792 6197 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 6727 6197 140 302 0 6422 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26908

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1766864/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=31408 CPUtime=222.23
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 7540 0 0 0 22190 33 0 0 25 0 1 0 96595623 32161792 7297 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 7852 7297 140 302 0 7547 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31408

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1763152/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=35144 CPUtime=282.21
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 8483 0 0 0 28183 38 0 0 25 0 1 0 96595623 35987456 8240 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 8786 8240 140 302 0 8481 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35144

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1759952/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=39256 CPUtime=342.19
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 9517 0 0 0 34175 44 0 0 25 0 1 0 96595623 40198144 9017 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 9814 9017 140 302 0 9509 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39256

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1756368/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=42924 CPUtime=402.17
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 10410 0 0 0 40169 48 0 0 25 0 1 0 96595623 43954176 9910 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 10731 9910 140 302 0 10426 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 42924

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1753360/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=45748 CPUtime=462.16
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 11158 0 0 0 46163 53 0 0 25 0 1 0 96595623 46845952 10658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 11437 10658 140 302 0 11132 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 45748

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1750736/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=48316 CPUtime=522.13
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 11813 0 0 0 52156 57 0 0 25 0 1 0 96595623 49475584 11313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 12079 11313 140 302 0 11774 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 48316

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1748048/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=51044 CPUtime=582.12
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 12472 0 0 0 58149 63 0 0 25 0 1 0 96595623 52269056 11972 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 12761 11972 140 302 0 12456 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 51044

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1746000/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=53104 CPUtime=642.11
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 12983 0 0 0 64145 66 0 0 25 0 1 0 96595623 54378496 12483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 13276 12483 140 302 0 12971 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 53104

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1743824/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=55212 CPUtime=702.09
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 13536 0 0 0 70140 69 0 0 25 0 1 0 96595623 56537088 13036 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 13803 13036 140 302 0 13498 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 55212

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1741264/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=58204 CPUtime=762.07
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 14157 0 0 0 76134 73 0 0 25 0 1 0 96595623 59600896 13657 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 14551 13657 140 302 0 14246 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 58204

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1738960/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=60800 CPUtime=822.06
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 14723 0 0 0 82129 77 0 0 25 0 1 0 96595623 62259200 14223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 15200 14223 140 302 0 14895 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 60800

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1737104/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=62532 CPUtime=882.04
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 15195 0 0 0 88123 81 0 0 25 0 1 0 96595623 64032768 14695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 15633 14695 140 302 0 15328 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 62532

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1734864/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=65224 CPUtime=942.02
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 15752 0 0 0 94118 84 0 0 25 0 1 0 96595623 66789376 15252 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 16306 15252 140 302 0 16001 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 65224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1733264/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=66648 CPUtime=1002.01
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 16148 0 0 0 100113 88 0 0 25 0 1 0 96595623 68247552 15648 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 16662 15648 140 302 0 16357 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 66648

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1731536/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=68848 CPUtime=1061.99
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 16578 0 0 0 106108 91 0 0 25 0 1 0 96595623 70500352 16078 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 17212 16078 140 302 0 16907 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 68848

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1729744/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=72696 CPUtime=1121.96
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 17525 0 0 0 112102 94 0 0 25 0 1 0 96595623 74440704 16512 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 18174 16512 140 302 0 17869 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 72696

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1728208/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=74232 CPUtime=1181.95
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 17914 0 0 0 118098 97 0 0 25 0 1 0 96595623 76013568 16901 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 18558 16901 140 302 0 18253 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 74232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 16572
/proc/meminfo: memFree=1727696/2055920 swapFree=4166212/4192956
[pid=16571] ppid=16569 vsize=74620 CPUtime=1200.05
/proc/16571/stat : 16571 (Spear-32) R 16569 16571 15443 0 -1 4194304 18033 0 0 0 119907 98 0 0 25 0 1 0 96595623 76410880 17020 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16571/statm: 18655 17020 140 302 0 18350 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 74620

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.07
CPU user time (s): 1199.07
CPU system time (s): 0.997848
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 74620

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

runsolver used 0.889864 second user time and 2.42463 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Mar 12 13:30:05 UTC 2007

IDJOB= 339517
IDBENCH= 24748
IDSOLVER= 131
FILE ID= node47/339517-1173706205

PBS_JOBID= 4101745

Free space on /tmp= 66542 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339517-1173706205/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339517-1173706205/instance-339517-1173706205.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-339517-1173706205 -o ROOT/results/node47/solver-339517-1173706205 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339517-1173706205/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339517-1173706205/instance-339517-1173706205.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  19ef5308d30d988d80538312a4c92391

RANDOM SEED= 103051939

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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:       1796392 kB
Buffers:         30708 kB
Cached:         163320 kB
SwapCached:      21056 kB
Active:          83948 kB
Inactive:       137976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796392 kB
SwapTotal:     4192956 kB
SwapFree:      4166212 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          15592 kB
Slab:            23600 kB
Committed_AS:   188372 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= 66542 MiB

End job on node47 on Mon Mar 12 13:50:07 UTC 2007