Trace number 3379645

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.11 1300.07

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379645-1305456575/watcher-3379645-1305456575 -o /tmp/evaluation-result-3379645-1305456575/solver-3379645-1305456575 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379645-1305456575.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.63 2.92 3.19 6/313 10599
/proc/meminfo: memFree=24544488/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=23408 CPUtime=0 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 1963 0 0 0 0 0 0 0 20 0 1 0 735888126 23969792 1903 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 5852 1903 247 49 0 2993 0

[startup+0.102608 s]
/proc/loadavg: 1.63 2.92 3.19 6/313 10599
/proc/meminfo: memFree=24544488/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=36740 CPUtime=0.09 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 5298 0 0 0 8 1 0 0 20 0 1 0 735888126 37621760 5238 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 9185 5239 247 49 0 6326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36740

[startup+0.200578 s]
/proc/loadavg: 1.63 2.92 3.19 6/313 10599
/proc/meminfo: memFree=24544488/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=50740 CPUtime=0.19 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 8812 0 0 0 18 1 0 0 20 0 1 0 735888126 51957760 8752 33554432000 4194304 4394578 140734863479712 18446744073709551615 4275879 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 12685 8756 247 49 0 9826 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 50740

[startup+0.300565 s]
/proc/loadavg: 1.63 2.92 3.19 6/313 10599
/proc/meminfo: memFree=24544488/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=66832 CPUtime=0.29 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 12824 0 0 0 27 2 0 0 21 0 1 0 735888126 68435968 12764 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 16708 12765 247 49 0 13849 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66832

[startup+0.700486 s]
/proc/loadavg: 1.63 2.92 3.19 6/313 10599
/proc/meminfo: memFree=24544488/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=96468 CPUtime=0.69 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 20253 0 0 0 63 6 0 0 22 0 1 0 735888126 98783232 20192 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 24117 20192 256 49 0 21258 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96468

[startup+1.50034 s]
/proc/loadavg: 1.82 2.94 3.19 5/315 10655
/proc/meminfo: memFree=24423376/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=96468 CPUtime=1.49 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 20253 0 0 0 142 7 0 0 25 0 1 0 735888126 98783232 20192 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 24117 20192 256 49 0 21258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96468

[startup+3.10105 s]
/proc/loadavg: 1.82 2.94 3.19 5/315 10655
/proc/meminfo: memFree=24346372/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=96468 CPUtime=3.09 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 20253 0 0 0 299 10 0 0 25 0 1 0 735888126 98783232 20192 33554432000 4194304 4394578 140734863479712 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 24117 20192 256 49 0 21258 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96468

[startup+6.30046 s]
/proc/loadavg: 2.00 2.95 3.20 5/315 10655
/proc/meminfo: memFree=24208120/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=194316 CPUtime=6.29 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 47402 0 0 0 614 15 0 0 25 0 1 0 735888126 198979584 44728 33554432000 4194304 4394578 140734863479712 18446744073709551615 4345902 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 48579 44728 267 49 0 45720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 194316

[startup+12.7003 s]
/proc/loadavg: 2.16 2.97 3.20 5/315 10655
/proc/meminfo: memFree=24118152/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=215212 CPUtime=12.69 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 53140 0 0 0 1253 16 0 0 25 0 1 0 735888126 220377088 50466 33554432000 4194304 4394578 140734863479712 18446744073709551615 4290890 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 53803 50466 267 49 0 50944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 215212

[startup+25.5009 s]
/proc/loadavg: 2.56 3.02 3.21 5/315 10656
/proc/meminfo: memFree=23976024/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=262840 CPUtime=25.49 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 64803 0 0 0 2531 18 0 0 25 0 1 0 735888126 269148160 62129 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 65710 62129 267 49 0 62851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262840

[startup+51.1012 s]
/proc/loadavg: 3.11 3.11 3.24 5/315 10656
/proc/meminfo: memFree=23795984/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=334460 CPUtime=51.1 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 80567 0 0 0 5087 23 0 0 25 0 1 0 735888126 342487040 77893 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 83615 77893 267 49 0 80756 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 334460

[startup+102.301 s]
/proc/loadavg: 3.69 3.26 3.28 5/315 10658
/proc/meminfo: memFree=23419392/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=433184 CPUtime=102.3 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 103816 0 0 0 10203 27 0 0 25 0 1 0 735888126 443580416 101142 33554432000 4194304 4394578 140734863479712 18446744073709551615 4346684 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 108296 101142 267 49 0 105437 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 433184

[startup+162.301 s]
/proc/loadavg: 3.98 3.43 3.33 5/315 10659
/proc/meminfo: memFree=23105608/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=534028 CPUtime=162.29 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 127822 0 0 0 16198 31 0 0 25 0 1 0 735888126 546844672 125148 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 133507 125148 267 49 0 130648 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 534028

[startup+222.312 s]
/proc/loadavg: 3.99 3.53 3.37 5/315 10661
/proc/meminfo: memFree=22723108/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=607996 CPUtime=222.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 145655 0 0 0 22195 36 0 0 25 0 1 0 735888126 622587904 142981 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 151999 142981 267 49 0 149140 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 607996

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.41 5/315 10662
/proc/meminfo: memFree=22421356/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=675852 CPUtime=282.3 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 162245 0 0 0 28190 40 0 0 25 0 1 0 735888126 692072448 159571 33554432000 4194304 4394578 140734863479712 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 168963 159571 267 49 0 166104 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 675852

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.44 5/315 10664
/proc/meminfo: memFree=22259600/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=741400 CPUtime=342.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 178005 0 0 0 34187 44 0 0 25 0 1 0 735888126 759193600 175331 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 185350 175331 267 49 0 182491 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 741400

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.47 5/315 10666
/proc/meminfo: memFree=21988220/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=777740 CPUtime=402.3 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 185833 0 0 0 40185 45 0 0 25 0 1 0 735888126 796405760 183159 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 194435 183159 267 49 0 191576 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 777740

[startup+462.301 s]
/proc/loadavg: 3.99 3.78 3.50 5/315 10667
/proc/meminfo: memFree=21636360/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=864904 CPUtime=462.3 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 207026 0 0 0 46180 50 0 0 25 0 1 0 735888126 885661696 204352 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 216226 204352 267 49 0 213367 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 864904

[startup+522.301 s]
/proc/loadavg: 3.99 3.82 3.53 5/315 10669
/proc/meminfo: memFree=21425860/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=900840 CPUtime=522.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 215924 0 0 0 52179 52 0 0 25 0 1 0 735888126 922460160 213250 33554432000 4194304 4394578 140734863479712 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 225210 213250 267 49 0 222351 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 900840

[startup+582.301 s]
/proc/loadavg: 4.05 3.86 3.56 5/315 10670
/proc/meminfo: memFree=21147536/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=961328 CPUtime=582.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 230167 0 0 0 58175 56 0 0 25 0 1 0 735888126 984399872 227493 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 240332 227493 267 49 0 237473 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 961328

[startup+642.301 s]
/proc/loadavg: 4.10 3.91 3.60 5/315 10672
/proc/meminfo: memFree=20967420/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1005656 CPUtime=642.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 240959 0 0 0 64173 58 0 0 25 0 1 0 735888126 1029791744 238285 33554432000 4194304 4394578 140734863479712 18446744073709551615 4345972 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 251414 238285 267 49 0 248555 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1005656

[startup+702.301 s]
/proc/loadavg: 4.17 3.96 3.63 5/315 10683
/proc/meminfo: memFree=20825692/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1118680 CPUtime=702.31 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 268550 0 0 0 70167 64 0 0 25 0 1 0 735888126 1145528320 265876 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 279670 265876 267 49 0 276811 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1118680

[startup+762.301 s]
/proc/loadavg: 4.06 3.96 3.65 5/315 10684
/proc/meminfo: memFree=20749720/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1177256 CPUtime=762.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 282086 0 0 0 76165 67 0 0 25 0 1 0 735888126 1205510144 279412 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 294314 279412 267 49 0 291455 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1177256

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.67 5/315 10686
/proc/meminfo: memFree=20644148/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1187240 CPUtime=822.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 284307 0 0 0 82164 68 0 0 25 0 1 0 735888126 1215733760 281633 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 296810 281633 267 49 0 293951 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1187240

[startup+882.312 s]
/proc/loadavg: 4.01 3.97 3.69 5/315 10687
/proc/meminfo: memFree=20421644/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1196716 CPUtime=882.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 286192 0 0 0 88164 68 0 0 25 0 1 0 735888126 1225437184 283518 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 299179 283518 267 49 0 296320 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1196716

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.70 5/315 10689
/proc/meminfo: memFree=20239924/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1219244 CPUtime=942.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 290863 0 0 0 94163 69 0 0 25 0 1 0 735888126 1248505856 288189 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 304811 288189 267 49 0 301952 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1219244

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/315 10691
/proc/meminfo: memFree=20026332/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1219244 CPUtime=1002.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 291064 0 0 0 100162 70 0 0 25 0 1 0 735888126 1248505856 288390 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 304811 288390 267 49 0 301952 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1219244

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/315 10692
/proc/meminfo: memFree=19785200/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1255856 CPUtime=1062.33 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 299887 0 0 0 106160 73 0 0 25 0 1 0 735888126 1285996544 297213 33554432000 4194304 4394578 140734863479712 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 313964 297213 267 49 0 311105 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1255856

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.75 5/315 10694
/proc/meminfo: memFree=19615116/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1326900 CPUtime=1122.32 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 316835 0 0 0 112154 78 0 0 25 0 1 0 735888126 1358745600 314161 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 331725 314161 267 49 0 328866 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1326900

[startup+1182.3 s]
/proc/loadavg: 4.25 4.04 3.78 5/315 10695
/proc/meminfo: memFree=19445796/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1387232 CPUtime=1182.33 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 331543 0 0 0 118150 83 0 0 25 0 1 0 735888126 1420525568 328869 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 346808 328869 267 49 0 343949 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1387232

[startup+1242.3 s]
/proc/loadavg: 4.21 4.06 3.80 5/315 10697
/proc/meminfo: memFree=19200936/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1483268 CPUtime=1242.33 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 355256 0 0 0 124145 88 0 0 25 0 1 0 735888126 1518866432 352582 33554432000 4194304 4394578 140734863479712 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 370817 352582 267 49 0 367958 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1483268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.91 4.01 3.80 3/311 10701
/proc/meminfo: memFree=21483500/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1573776 CPUtime=1300.03 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 376018 0 0 0 129910 93 0 0 25 0 1 0 735888126 1611546624 373344 33554432000 4194304 4394578 140734863479712 18446744073709551615 4346134 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 393444 373344 267 49 0 390585 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1573776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.91 4.01 3.80 3/311 10701
/proc/meminfo: memFree=21483500/32951124 swapFree=67083432/67111528
[pid=10599] ppid=10597 vsize=1573776 CPUtime=1300.03 cores=1,3
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 8612 0 -1 4202496 376018 0 0 0 129910 93 0 0 25 0 1 0 735888126 1611546624 373344 33554432000 4194304 4394578 140734863479712 18446744073709551615 4346134 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10599/statm: 393444 373344 267 49 0 390585 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1573776

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.11
CPU user time (s): 1299.11
CPU system time (s): 0.996848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1573776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.11
system time used= 0.996848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376018
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= 5
involuntary context switches= 847

runsolver used 3.88641 second user time and 9.10262 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 12:49:35
IDJOB=3379645
IDBENCH=83166
IDSOLVER=1862
FILE ID=node110/3379645-1305456575
RUNJOBID= node110-1305456575-10533
PBS_JOBID= 13324859
Free space on /tmp= 73584 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379645-1305456575/watcher-3379645-1305456575 -o /tmp/evaluation-result-3379645-1305456575/solver-3379645-1305456575 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379645-1305456575.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=606965291

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24545164 kB
Buffers:        292440 kB
Cached:        4296204 kB
SwapCached:       1440 kB
Active:        4765216 kB
Inactive:      3307128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24545164 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           28772 kB
Writeback:           0 kB
AnonPages:     3481480 kB
Mapped:          26680 kB
Slab:           246636 kB
PageTables:      24276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63532364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node110 at 2011-05-15 13:11:18