Trace number 339266

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.07 1200.42

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
MD5SUMd84d2f51f14938d23f8344f062b55708
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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/339266-1173701652/instance-339266-1173701652.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/node38/watcher-339266-1173701652 -o ROOT/results/node38/solver-339266-1173701652 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339266-1173701652/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/339266-1173701652/instance-339266-1173701652.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12333
/proc/meminfo: memFree=1801152/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=1528 CPUtime=0
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 390121023 1564672 184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 382 184 140 302 0 77 0

[startup+0.056031 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12333
/proc/meminfo: memFree=1801152/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=1656 CPUtime=0.05
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 246 0 0 0 5 0 0 0 18 0 1 0 390121023 1695744 230 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 414 230 140 302 0 109 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1656

[startup+0.101036 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12333
/proc/meminfo: memFree=1801152/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=1784 CPUtime=0.09
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 273 0 0 0 9 0 0 0 18 0 1 0 390121023 1826816 257 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 446 257 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.301057 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12333
/proc/meminfo: memFree=1801152/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=2168 CPUtime=0.29
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 379 0 0 0 29 0 0 0 19 0 1 0 390121023 2220032 363 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 542 363 140 302 0 237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2168

[startup+0.701102 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12333
/proc/meminfo: memFree=1801152/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=2684 CPUtime=0.69
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 518 0 0 0 68 1 0 0 22 0 1 0 390121023 2748416 502 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 671 502 140 302 0 366 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2684

[startup+1.50119 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1799288/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=3508 CPUtime=1.48
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 703 0 0 0 147 1 0 0 25 0 1 0 390121023 3592192 687 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 877 687 140 302 0 572 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3508

[startup+3.10137 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1798392/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=4536 CPUtime=3.09
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 955 0 0 0 306 3 0 0 25 0 1 0 390121023 4644864 939 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 1134 939 140 302 0 829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4536

[startup+6.30273 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1796344/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=6348 CPUtime=6.29
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 1397 0 0 0 625 4 0 0 25 0 1 0 390121023 6500352 1381 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 1587 1381 140 302 0 1282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6348

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1793792/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=8592 CPUtime=12.69
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 1980 0 0 0 1262 7 0 0 25 0 1 0 390121023 8798208 1931 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 2148 1931 140 302 0 1843 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8592

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1790528/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=11868 CPUtime=25.48
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 2810 0 0 0 2538 10 0 0 25 0 1 0 390121023 12152832 2696 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 2967 2696 140 302 0 2662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11868

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1786176/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=16372 CPUtime=51.08
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 3915 0 0 0 5093 15 0 0 25 0 1 0 390121023 16764928 3801 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 4093 3801 140 302 0 3788 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16372

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1780992/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=21916 CPUtime=102.26
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 5317 0 0 0 10204 22 0 0 25 0 1 0 390121023 22441984 5074 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 5479 5074 140 302 0 5174 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21916

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1776192/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=26920 CPUtime=162.24
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 6545 0 0 0 16196 28 0 0 25 0 1 0 390121023 27566080 6302 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 6730 6302 140 302 0 6425 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26920

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1771712/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=31400 CPUtime=222.22
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 7638 0 0 0 22188 34 0 0 25 0 1 0 390121023 32153600 7395 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 7850 7395 140 302 0 7545 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31400

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1767424/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=35680 CPUtime=282.21
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 8710 0 0 0 28181 40 0 0 25 0 1 0 390121023 36536320 8467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 8920 8467 140 302 0 8615 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35680

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1763648/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=39572 CPUtime=342.19
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 9636 0 0 0 34174 45 0 0 25 0 1 0 390121023 40521728 9393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 9893 9393 140 302 0 9588 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39572

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1760064/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=44300 CPUtime=402.17
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 10793 0 0 0 40167 50 0 0 25 0 1 0 390121023 45363200 10293 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 11075 10293 140 302 0 10770 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 44300

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1756800/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=47348 CPUtime=462.16
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 11590 0 0 0 46160 56 0 0 25 0 1 0 390121023 48484352 11090 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 11837 11090 140 302 0 11532 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 47348

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1753792/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=50480 CPUtime=522.14
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 12389 0 0 0 52154 60 0 0 25 0 1 0 390121023 51691520 11889 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 12620 11889 140 302 0 12315 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 50480

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1751232/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=52852 CPUtime=582.12
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 13021 0 0 0 58149 63 0 0 25 0 1 0 390121023 54120448 12521 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 13213 12521 140 302 0 12908 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 52852

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1748416/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=55944 CPUtime=642.1
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 13705 0 0 0 64142 68 0 0 25 0 1 0 390121023 57286656 13205 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 13986 13205 140 302 0 13681 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 55944

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1745984/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=58284 CPUtime=702.09
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 14306 0 0 0 70138 71 0 0 25 0 1 0 390121023 59682816 13806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 14571 13806 140 302 0 14266 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 58284

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1743616/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=60628 CPUtime=762.08
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 14891 0 0 0 76133 75 0 0 25 0 1 0 390121023 62083072 14391 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 15157 14391 140 302 0 14852 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 60628

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1741248/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=63072 CPUtime=822.05
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 15470 0 0 0 82127 78 0 0 25 0 1 0 390121023 64585728 14970 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 15768 14970 140 302 0 15463 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 63072

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1738816/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=65636 CPUtime=882.03
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 16067 0 0 0 88121 82 0 0 25 0 1 0 390121023 67211264 15567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 16409 15567 140 302 0 16104 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 65636

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1736640/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=68268 CPUtime=942.01
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 16620 0 0 0 94115 86 0 0 25 0 1 0 390121023 69906432 16120 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 17067 16120 140 302 0 16762 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 68268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1734720/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=70236 CPUtime=1002
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 17104 0 0 0 100110 90 0 0 25 0 1 0 390121023 71921664 16604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 17559 16604 140 302 0 17254 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 70236

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1732800/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=72160 CPUtime=1061.98
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 17587 0 0 0 106104 94 0 0 25 0 1 0 390121023 73891840 17087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 18040 17087 140 302 0 17735 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 72160

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1731008/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=74208 CPUtime=1121.97
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 18047 0 0 0 112100 97 0 0 25 0 1 0 390121023 75988992 17547 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 18552 17547 140 302 0 18247 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 74208

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1729280/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=76024 CPUtime=1181.95
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 18471 0 0 0 118095 100 0 0 25 0 1 0 390121023 77848576 17971 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 19006 17971 140 302 0 18701 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 76024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12334
/proc/meminfo: memFree=1728640/2055920 swapFree=4177272/4192956
[pid=12333] ppid=12331 vsize=76536 CPUtime=1200.05
/proc/12333/stat : 12333 (Spear-32) R 12331 12333 9941 0 -1 4194304 18622 0 0 0 119904 101 0 0 25 0 1 0 390121023 78372864 18122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12333/statm: 19134 18122 140 302 0 18829 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 76536

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.05
CPU system time (s): 1.02284
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 76536

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

runsolver used 1.02384 second user time and 2.34564 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Mar 12 12:14:12 UTC 2007

IDJOB= 339266
IDBENCH= 24742
IDSOLVER= 132
FILE ID= node38/339266-1173701652

PBS_JOBID= 4101483

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339266-1173701652/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/339266-1173701652/instance-339266-1173701652.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-339266-1173701652 -o ROOT/results/node38/solver-339266-1173701652 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339266-1173701652/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/339266-1173701652/instance-339266-1173701652.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d84d2f51f14938d23f8344f062b55708

RANDOM SEED= 988234923

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1801496 kB
Buffers:         30568 kB
Cached:         168408 kB
SwapCached:       9988 kB
Active:          98636 kB
Inactive:       117660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801496 kB
SwapTotal:     4192956 kB
SwapFree:      4177272 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          16072 kB
Slab:            24064 kB
Committed_AS:   715132 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node38 on Mon Mar 12 12:34:14 UTC 2007