Trace number 339434

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-270-1.sat05-2248.reshuffled-07.cnf
MD5SUM6829b07d42c434b96cd2417ca27ed3f2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
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/339434-1173704807/instance-339434-1173704807.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/node61/watcher-339434-1173704807 -o ROOT/results/node61/solver-339434-1173704807 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339434-1173704807/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/339434-1173704807/instance-339434-1173704807.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/64 30787
/proc/meminfo: memFree=1775896/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=1528 CPUtime=0
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 390437601 1564672 184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 382 184 140 302 0 77 0

[startup+0.037432 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30787
/proc/meminfo: memFree=1775896/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=1528 CPUtime=0.03
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 226 0 0 0 3 0 0 0 18 0 1 0 390437601 1564672 210 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 382 210 140 302 0 77 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528

[startup+0.101436 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30787
/proc/meminfo: memFree=1775896/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=1784 CPUtime=0.09
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 271 0 0 0 9 0 0 0 18 0 1 0 390437601 1826816 255 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 446 255 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.301455 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30787
/proc/meminfo: memFree=1775896/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=2172 CPUtime=0.29
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 376 0 0 0 29 0 0 0 19 0 1 0 390437601 2224128 360 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 543 360 140 302 0 238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2172

[startup+0.701493 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30787
/proc/meminfo: memFree=1775896/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=2824 CPUtime=0.69
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 536 0 0 0 69 0 0 0 22 0 1 0 390437601 2891776 520 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 706 520 140 302 0 401 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2824

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1773904/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=3592 CPUtime=1.49
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 746 0 0 0 148 1 0 0 25 0 1 0 390437601 3678208 730 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 898 730 140 302 0 593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3592

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1772816/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=4884 CPUtime=3.09
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 1056 0 0 0 307 2 0 0 25 0 1 0 390437601 5001216 1040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 1221 1040 140 302 0 916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4884

[startup+6.30103 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1770832/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=6432 CPUtime=6.29
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 1439 0 0 0 626 3 0 0 25 0 1 0 390437601 6586368 1423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 1608 1423 140 302 0 1303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6432

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1768664/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=8484 CPUtime=12.69
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 1963 0 0 0 1264 5 0 0 25 0 1 0 390437601 8687616 1914 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 2121 1914 140 302 0 1816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8484

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1765016/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=12008 CPUtime=25.48
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 2835 0 0 0 2540 8 0 0 25 0 1 0 390437601 12296192 2786 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 3002 2786 140 302 0 2697 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12008

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1760416/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=16740 CPUtime=51.08
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 4055 0 0 0 5094 14 0 0 25 0 1 0 390437601 17141760 3941 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 4185 3941 140 302 0 3880 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16740

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1752864/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=24972 CPUtime=102.26
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 6051 0 0 0 10203 23 0 0 25 0 1 0 390437601 25571328 5808 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 6243 5808 140 302 0 5938 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24972

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1747808/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=30184 CPUtime=162.25
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 7319 0 0 0 16196 29 0 0 25 0 1 0 390437601 30908416 7076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 7546 7076 140 302 0 7241 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30184

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1743264/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=34876 CPUtime=222.23
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 8444 0 0 0 22187 36 0 0 25 0 1 0 390437601 35713024 8201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 8719 8201 140 302 0 8414 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34876

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1739488/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=38764 CPUtime=282.21
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 9383 0 0 0 28179 42 0 0 25 0 1 0 390437601 39694336 9140 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 9691 9140 140 302 0 9386 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38764

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1735904/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=43600 CPUtime=342.2
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 10508 0 0 0 34172 48 0 0 25 0 1 0 390437601 44646400 10008 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 10900 10008 140 302 0 10595 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 43600

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30788
/proc/meminfo: memFree=1733152/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=46488 CPUtime=402.18
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 11242 0 0 0 40165 53 0 0 25 0 1 0 390437601 47603712 10742 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 11622 10742 140 302 0 11317 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 46488

[startup+462.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1730400/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=49116 CPUtime=462.17
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 11910 0 0 0 46160 57 0 0 25 0 1 0 390437601 50294784 11410 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 12279 11410 140 302 0 11974 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 49116

[startup+522.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 30788
/proc/meminfo: memFree=1727904/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=51712 CPUtime=522.15
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 12551 0 0 0 52154 61 0 0 25 0 1 0 390437601 52953088 12051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 12928 12051 140 302 0 12623 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 51712

[startup+582.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 30788
/proc/meminfo: memFree=1725472/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=54160 CPUtime=582.13
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 13149 0 0 0 58148 65 0 0 25 0 1 0 390437601 55459840 12649 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 13540 12649 140 302 0 13235 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 54160

[startup+642.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 30788
/proc/meminfo: memFree=1723360/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=55988 CPUtime=642.12
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 13672 0 0 0 64143 69 0 0 25 0 1 0 390437601 57331712 13172 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 13997 13172 140 302 0 13692 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 55988

[startup+702.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30788
/proc/meminfo: memFree=1721376/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=58060 CPUtime=702.1
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 14168 0 0 0 70137 73 0 0 25 0 1 0 390437601 59453440 13668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527150 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 14515 13668 140 302 0 14210 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 58060

[startup+762.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 30788
/proc/meminfo: memFree=1718944/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=60580 CPUtime=762.09
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 14774 0 0 0 76133 76 0 0 25 0 1 0 390437601 62033920 14274 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 15145 14274 140 302 0 14840 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 60580

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30788
/proc/meminfo: memFree=1716960/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=62772 CPUtime=822.07
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 15267 0 0 0 82127 80 0 0 25 0 1 0 390437601 64278528 14767 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 15693 14767 140 302 0 15388 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 62772

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30788
/proc/meminfo: memFree=1715104/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=64572 CPUtime=882.05
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 15736 0 0 0 88121 84 0 0 25 0 1 0 390437601 66121728 15236 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 16143 15236 140 302 0 15838 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 64572

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1713376/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=66240 CPUtime=942.03
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 16165 0 0 0 94115 88 0 0 25 0 1 0 390437601 67829760 15665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 16560 15665 140 302 0 16255 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 66240

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1711648/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=67912 CPUtime=1002.01
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 16584 0 0 0 100110 91 0 0 25 0 1 0 390437601 69541888 16084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 16978 16084 140 302 0 16673 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 67912

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1709344/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=70660 CPUtime=1062
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 17165 0 0 0 106105 95 0 0 25 0 1 0 390437601 72355840 16665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 17665 16665 140 302 0 17360 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 70660

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1707424/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=72476 CPUtime=1121.98
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 17632 0 0 0 112100 98 0 0 25 0 1 0 390437601 74215424 17132 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 18119 17132 140 302 0 17814 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 72476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1705696/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=74572 CPUtime=1181.96
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 18087 0 0 0 118095 101 0 0 25 0 1 0 390437601 76361728 17587 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 18643 17587 140 302 0 18338 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 74572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1705184/2055920 swapFree=4174080/4192956
[pid=30787] ppid=30785 vsize=74972 CPUtime=1200.07
/proc/30787/stat : 30787 (Spear-32) R 30785 30787 29711 0 -1 4194304 18203 0 0 0 119905 102 0 0 25 0 1 0 390437601 76771328 17703 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30787/statm: 18743 17703 140 302 0 18438 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 74972

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.09
CPU user time (s): 1199.05
CPU system time (s): 1.03784
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 74972

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

runsolver used 0.873867 second user time and 2.42663 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Mar 12 13:06:47 UTC 2007

IDJOB= 339434
IDBENCH= 24746
IDSOLVER= 132
FILE ID= node61/339434-1173704807

PBS_JOBID= 4101750

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6829b07d42c434b96cd2417ca27ed3f2

RANDOM SEED= 449122563

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1776240 kB
Buffers:         31156 kB
Cached:         189776 kB
SwapCached:      13192 kB
Active:         128456 kB
Inactive:       113684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776240 kB
SwapTotal:     4192956 kB
SwapFree:      4174080 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          15596 kB
Slab:            23600 kB
Committed_AS:   928588 kB
PageTables:       1388 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= 66518 MiB

End job on node61 on Mon Mar 12 13:26:49 UTC 2007