Trace number 337082

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.04 1200.43

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark696.65
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
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/337082-1173659796/instance-337082-1173659796.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/node29/watcher-337082-1173659796 -o ROOT/results/node29/solver-337082-1173659796 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337082-1173659796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/337082-1173659796/instance-337082-1173659796.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 2370
/proc/meminfo: memFree=1874328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=1932 CPUtime=0
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 22286463 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 483 247 126 302 0 178 0

[startup+0.076088 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2370
/proc/meminfo: memFree=1874328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=4236 CPUtime=0.06
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 930 0 0 0 6 0 0 0 18 0 1 0 22286463 4337664 782 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1059 782 129 302 0 754 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4236

[startup+0.102093 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2370
/proc/meminfo: memFree=1874328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=4500 CPUtime=0.09
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1010 0 0 0 9 0 0 0 18 0 1 0 22286463 4608000 862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1125 862 140 302 0 820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4500

[startup+0.302121 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2370
/proc/meminfo: memFree=1874328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=4628 CPUtime=0.29
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1035 0 0 0 29 0 0 0 19 0 1 0 22286463 4739072 887 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1157 887 140 302 0 852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4628

[startup+0.701178 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2370
/proc/meminfo: memFree=1874328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=4876 CPUtime=0.69
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1103 0 0 0 68 1 0 0 22 0 1 0 22286463 4993024 955 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524686 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1219 955 140 302 0 914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4876

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1870864/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=5340 CPUtime=1.49
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1203 0 0 0 148 1 0 0 25 0 1 0 22286463 5468160 1055 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1335 1055 140 302 0 1030 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5340

[startup+3.10156 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1870160/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=6132 CPUtime=3.09
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1402 0 0 0 308 1 0 0 25 0 1 0 22286463 6279168 1254 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1533 1254 140 302 0 1228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6132

[startup+6.30197 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1868560/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=7396 CPUtime=6.29
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 1717 0 0 0 627 2 0 0 25 0 1 0 22286463 7573504 1569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 1849 1569 140 302 0 1544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7396

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1866192/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=9648 CPUtime=12.69
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 2275 0 0 0 1265 4 0 0 25 0 1 0 22286463 9879552 2127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 2412 2127 140 302 0 2107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9648

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1861392/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=14312 CPUtime=25.48
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 3462 0 0 0 2541 7 0 0 25 0 1 0 22286463 14655488 3314 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 3578 3314 140 302 0 3273 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14312

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1853328/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=22552 CPUtime=51.08
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 5527 0 0 0 5095 13 0 0 25 0 1 0 22286463 23093248 5346 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 5638 5346 140 302 0 5333 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22552

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1843920/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=31948 CPUtime=102.27
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 7896 0 0 0 10206 21 0 0 25 0 1 0 22286463 32714752 7650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 7987 7650 140 302 0 7682 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31948

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1830416/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=45468 CPUtime=162.24
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 11285 0 0 0 16196 28 0 0 25 0 1 0 22286463 46559232 11039 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 11367 11039 140 302 0 11062 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45468

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1818832/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=57132 CPUtime=222.22
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 14257 0 0 0 22184 38 0 0 25 0 1 0 22286463 58503168 13882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 14283 13882 140 302 0 13978 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 57132

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1809744/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=66320 CPUtime=282.2
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 16532 0 0 0 28175 45 0 0 25 0 1 0 22286463 67911680 16157 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 16580 16157 140 302 0 16275 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 66320

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1801872/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=74104 CPUtime=342.18
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 18484 0 0 0 34167 51 0 0 25 0 1 0 22286463 75882496 18109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 18526 18109 140 302 0 18221 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 74104

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2371
/proc/meminfo: memFree=1793360/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=82520 CPUtime=402.16
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 20607 0 0 0 40157 59 0 0 25 0 1 0 22286463 84500480 20232 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 20630 20232 140 302 0 20325 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 82520

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1787152/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=88584 CPUtime=462.14
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 22134 0 0 0 46150 64 0 0 25 0 1 0 22286463 90710016 21759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 22146 21759 140 302 0 21841 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 88584

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1781072/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=94704 CPUtime=522.12
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 23669 0 0 0 52142 70 0 0 25 0 1 0 22286463 96976896 23294 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 23676 23294 140 302 0 23371 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 94704

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1775952/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=100644 CPUtime=582.1
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 25177 0 0 0 58136 74 0 0 25 0 1 0 22286463 103059456 24545 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 25161 24545 140 302 0 24856 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 100644

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1771280/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=105468 CPUtime=642.09
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 26346 0 0 0 64130 79 0 0 25 0 1 0 22286463 107999232 25714 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 26367 25714 140 302 0 26062 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 105468

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1766992/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=109660 CPUtime=702.06
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 27434 0 0 0 70123 83 0 0 25 0 1 0 22286463 112291840 26802 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 27415 26802 140 302 0 27110 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 109660

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1762384/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=114256 CPUtime=762.04
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 28562 0 0 0 76116 88 0 0 25 0 1 0 22286463 116998144 27930 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 28564 27930 140 302 0 28259 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 114256

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1758352/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=118280 CPUtime=822.03
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 29584 0 0 0 82111 92 0 0 25 0 1 0 22286463 121118720 28952 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 29570 28952 140 302 0 29265 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 118280

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1753936/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=122676 CPUtime=882
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 30688 0 0 0 88104 96 0 0 25 0 1 0 22286463 125620224 30056 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524777 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 30669 30056 140 302 0 30364 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 122676

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1749968/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=126592 CPUtime=941.99
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 31670 0 0 0 94097 102 0 0 25 0 1 0 22286463 129630208 31038 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 31648 31038 140 302 0 31343 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 126592

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1746768/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=129808 CPUtime=1001.96
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 32486 0 0 0 100090 106 0 0 25 0 1 0 22286463 132923392 31854 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 32452 31854 140 302 0 32147 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 129808

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1744208/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=132504 CPUtime=1061.95
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 33141 0 0 0 106084 111 0 0 25 0 1 0 22286463 135684096 32509 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 33126 32509 140 302 0 32821 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 132504

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2373
/proc/meminfo: memFree=1741520/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=135076 CPUtime=1121.93
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 33794 0 0 0 112078 115 0 0 25 0 1 0 22286463 138317824 33162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 33769 33162 140 302 0 33464 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 135076

[startup+1182.3 s]
/proc/loadavg: 1.06 1.00 0.99 2/78 2373
/proc/meminfo: memFree=1738000/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=138804 CPUtime=1181.91
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 34672 0 0 0 118072 119 0 0 25 0 1 0 22286463 142135296 34040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 34701 34040 140 302 0 34396 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 138804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.00 0.99 2/78 2373
/proc/meminfo: memFree=1736912/2055920 swapFree=4144052/4192956
[pid=2370] ppid=2368 vsize=139836 CPUtime=1200.01
/proc/2370/stat : 2370 (Spear-32) R 2368 2370 1916 0 -1 4194304 34941 0 0 0 119881 120 0 0 25 0 1 0 22286463 143192064 34309 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539593 0 0 4096 0 0 0 0 17 1 0 0
/proc/2370/statm: 34959 34309 140 302 0 34654 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 139836

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.43
CPU time (s): 1200.04
CPU user time (s): 1198.81
CPU system time (s): 1.22281
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 139836

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

runsolver used 1.43178 second user time and 2.93755 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Mar 12 00:36:36 UTC 2007

IDJOB= 337082
IDBENCH= 24690
IDSOLVER= 132
FILE ID= node29/337082-1173659796

PBS_JOBID= 4101434

Free space on /tmp= 66555 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337082-1173659796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337082-1173659796/instance-337082-1173659796.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-337082-1173659796 -o ROOT/results/node29/solver-337082-1173659796 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337082-1173659796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337082-1173659796/instance-337082-1173659796.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ad877d677446ba8c798f8e71c4c035c2

RANDOM SEED= 725696505

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.270
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.270
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:       1874736 kB
Buffers:         33340 kB
Cached:          94532 kB
SwapCached:      17648 kB
Active:          88136 kB
Inactive:        64944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874736 kB
SwapTotal:     4192956 kB
SwapFree:      4144052 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          31532 kB
Slab:            13644 kB
Committed_AS:   160928 kB
PageTables:       1760 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= 66555 MiB

End job on node29 on Mon Mar 12 00:56:39 UTC 2007