Trace number 3379839

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.06 1300.03

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3379839-1305460281/watcher-3379839-1305460281 -o /tmp/evaluation-result-3379839-1305460281/solver-3379839-1305460281 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379839-1305460281.cnf 

running on 2 cores: 0,2

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.15 2.21 2.83 2/386 30229
/proc/meminfo: memFree=22043792/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=15492 CPUtime=0.01 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 1012 0 0 0 1 0 0 0 23 0 1 0 657625831 15863808 953 33554432000 4194304 4394578 140734618080144 18446744073709551615 212687336133 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 3873 953 247 49 0 1014 0

[startup+0.111718 s]
/proc/loadavg: 1.15 2.21 2.83 2/386 30229
/proc/meminfo: memFree=22043792/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=24548 CPUtime=0.1 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 3292 0 0 0 10 0 0 0 24 0 1 0 657625831 25137152 3232 33554432000 4194304 4394578 140734618080144 18446744073709551615 212687699863 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 6137 3232 255 49 0 3278 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 24548

[startup+0.200743 s]
/proc/loadavg: 1.15 2.21 2.83 2/386 30229
/proc/meminfo: memFree=22043792/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=22856 CPUtime=0.18 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 3394 0 0 0 18 0 0 0 24 0 1 0 657625831 23404544 2816 33554432000 4194304 4394578 140734618080144 18446744073709551615 212687336133 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 5714 2819 259 49 0 2855 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 22856

[startup+0.300697 s]
/proc/loadavg: 1.15 2.21 2.83 2/386 30229
/proc/meminfo: memFree=22043792/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=30248 CPUtime=0.29 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 5241 0 0 0 28 1 0 0 25 0 1 0 657625831 30973952 4663 33554432000 4194304 4394578 140734618080144 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 7562 4663 267 49 0 4703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30248

[startup+0.700637 s]
/proc/loadavg: 1.15 2.21 2.83 2/386 30229
/proc/meminfo: memFree=22043792/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=35100 CPUtime=0.69 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 6462 0 0 0 68 1 0 0 25 0 1 0 657625831 35942400 5884 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 8775 5884 267 49 0 5916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35100

[startup+1.5005 s]
/proc/loadavg: 1.15 2.21 2.83 5/402 30256
/proc/meminfo: memFree=21978744/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=41912 CPUtime=1.49 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 8153 0 0 0 148 1 0 0 25 0 1 0 657625831 42917888 7575 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 10478 7575 267 49 0 7619 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41912

[startup+3.1012 s]
/proc/loadavg: 1.38 2.24 2.83 5/402 30256
/proc/meminfo: memFree=21958408/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=52680 CPUtime=3.09 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 10835 0 0 0 308 1 0 0 25 0 1 0 657625831 53944320 10257 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 13170 10257 267 49 0 10311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52680

[startup+6.30061 s]
/proc/loadavg: 1.38 2.24 2.83 5/402 30310
/proc/meminfo: memFree=21922248/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=66884 CPUtime=6.29 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 14276 0 0 0 627 2 0 0 25 0 1 0 657625831 68489216 13698 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 16721 13698 267 49 0 13862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66884

[startup+12.7004 s]
/proc/loadavg: 1.78 2.29 2.85 5/402 30337
/proc/meminfo: memFree=21888432/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=77572 CPUtime=12.69 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 16675 0 0 0 1267 2 0 0 25 0 1 0 657625831 79433728 16097 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 19393 16097 267 49 0 16534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77572

[startup+25.5011 s]
/proc/loadavg: 2.12 2.35 2.86 5/402 30338
/proc/meminfo: memFree=21856416/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=85764 CPUtime=25.49 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 18462 0 0 0 2546 3 0 0 25 0 1 0 657625831 87822336 17884 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 21441 17884 267 49 0 18582 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85764

[startup+51.1004 s]
/proc/loadavg: 2.76 2.48 2.89 5/402 30338
/proc/meminfo: memFree=21806712/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=103972 CPUtime=51.09 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 22496 0 0 0 5105 4 0 0 25 0 1 0 657625831 106467328 21918 33554432000 4194304 4394578 140734618080144 18446744073709551615 212687336133 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 25993 21918 267 49 0 23134 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103972

[startup+102.301 s]
/proc/loadavg: 3.50 2.73 2.95 5/402 30340
/proc/meminfo: memFree=21738876/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=126228 CPUtime=102.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 27399 0 0 0 10226 5 0 0 25 0 1 0 657625831 129257472 26821 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 31557 26821 267 49 0 28698 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 126228

[startup+162.301 s]
/proc/loadavg: 3.89 2.99 3.02 5/402 30341
/proc/meminfo: memFree=21678348/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=147196 CPUtime=162.29 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 32035 0 0 0 16223 6 0 0 25 0 1 0 657625831 150728704 31457 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 36799 31457 267 49 0 33940 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 147196

[startup+222.315 s]
/proc/loadavg: 3.99 3.19 3.08 5/402 30343
/proc/meminfo: memFree=21643608/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=160380 CPUtime=222.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 35071 0 0 0 22224 7 0 0 25 0 1 0 657625831 164229120 34493 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 40095 34493 267 49 0 37236 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 160380

[startup+282.3 s]
/proc/loadavg: 4.04 3.35 3.14 5/402 30344
/proc/meminfo: memFree=21603032/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=169760 CPUtime=282.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 36989 0 0 0 28222 8 0 0 25 0 1 0 657625831 173834240 36411 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 42440 36411 267 49 0 39581 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169760

[startup+342.301 s]
/proc/loadavg: 4.05 3.48 3.20 5/402 30346
/proc/meminfo: memFree=21554528/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=179904 CPUtime=342.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 39154 0 0 0 34221 9 0 0 25 0 1 0 657625831 184221696 38576 33554432000 4194304 4394578 140734618080144 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 44976 38576 267 49 0 42117 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 179904

[startup+402.3 s]
/proc/loadavg: 4.12 3.60 3.26 5/402 30348
/proc/meminfo: memFree=21509624/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=187204 CPUtime=402.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 40617 0 0 0 40220 10 0 0 25 0 1 0 657625831 191696896 40039 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 46801 40039 267 49 0 43942 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187204

[startup+462.3 s]
/proc/loadavg: 4.15 3.70 3.31 5/402 30349
/proc/meminfo: memFree=21457660/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=196660 CPUtime=462.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 42755 0 0 0 46220 10 0 0 25 0 1 0 657625831 201379840 42177 33554432000 4194304 4394578 140734618080144 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 49165 42177 267 49 0 46306 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 196660

[startup+522.3 s]
/proc/loadavg: 4.05 3.75 3.35 5/402 30351
/proc/meminfo: memFree=21430864/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=204404 CPUtime=522.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 44277 0 0 0 52220 10 0 0 25 0 1 0 657625831 209309696 43699 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 51101 43699 267 49 0 48242 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 204404

[startup+582.3 s]
/proc/loadavg: 4.02 3.79 3.39 5/402 30361
/proc/meminfo: memFree=21396376/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=206964 CPUtime=582.3 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 44869 0 0 0 58219 11 0 0 25 0 1 0 657625831 211931136 44291 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 51741 44291 267 49 0 48882 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 206964

[startup+642.301 s]
/proc/loadavg: 4.00 3.83 3.42 5/402 30363
/proc/meminfo: memFree=21373784/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=211828 CPUtime=642.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 45792 0 0 0 64219 12 0 0 25 0 1 0 657625831 216911872 45214 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 52957 45214 267 49 0 50098 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 211828

[startup+702.301 s]
/proc/loadavg: 4.10 3.89 3.47 5/402 30365
/proc/meminfo: memFree=21343268/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=214516 CPUtime=702.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 46302 0 0 0 70219 12 0 0 25 0 1 0 657625831 219664384 45724 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 53629 45724 267 49 0 50770 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 214516

[startup+762.301 s]
/proc/loadavg: 4.08 3.92 3.50 5/402 30366
/proc/meminfo: memFree=21302460/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=219572 CPUtime=762.32 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 47282 0 0 0 76220 12 0 0 25 0 1 0 657625831 224841728 46704 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 54893 46704 267 49 0 52034 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 219572

[startup+822.301 s]
/proc/loadavg: 4.13 3.96 3.54 5/402 30371
/proc/meminfo: memFree=21271384/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=223160 CPUtime=822.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 48065 0 0 0 82219 12 0 0 25 0 1 0 657625831 228515840 47487 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 55790 47487 267 49 0 52931 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 223160

[startup+882.315 s]
/proc/loadavg: 4.05 3.97 3.57 5/402 30372
/proc/meminfo: memFree=21227480/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=226808 CPUtime=882.33 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 48729 0 0 0 88221 12 0 0 25 0 1 0 657625831 232251392 48151 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 56702 48151 267 49 0 53843 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 226808

[startup+942.301 s]
/proc/loadavg: 4.09 3.99 3.60 5/402 30374
/proc/meminfo: memFree=21185800/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=231032 CPUtime=942.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 49523 0 0 0 94219 12 0 0 25 0 1 0 657625831 236576768 48945 33554432000 4194304 4394578 140734618080144 18446744073709551615 4295955 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 57758 48945 267 49 0 54899 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 231032

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.62 5/402 30376
/proc/meminfo: memFree=21159992/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=235896 CPUtime=1002.31 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 50483 0 0 0 100219 12 0 0 25 0 1 0 657625831 241557504 49905 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 58974 49905 267 49 0 56115 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 235896

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.65 5/402 30377
/proc/meminfo: memFree=21131948/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=239712 CPUtime=1062.32 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 51328 0 0 0 106219 13 0 0 25 0 1 0 657625831 245465088 50750 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 59928 50750 267 49 0 57069 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 239712

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/402 30379
/proc/meminfo: memFree=21102788/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=242336 CPUtime=1122.32 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 51831 0 0 0 112219 13 0 0 25 0 1 0 657625831 248152064 51253 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 60584 51253 267 49 0 57725 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 242336

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/402 30380
/proc/meminfo: memFree=21078964/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=252788 CPUtime=1182.32 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 54204 0 0 0 118218 14 0 0 25 0 1 0 657625831 258854912 53626 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 63197 53626 267 49 0 60338 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 252788

[startup+1242.3 s]
/proc/loadavg: 4.15 4.03 3.71 5/402 30382
/proc/meminfo: memFree=21024140/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=268128 CPUtime=1242.32 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 57805 0 0 0 124217 15 0 0 25 0 1 0 657625831 274563072 57227 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 67032 57227 267 49 0 64173 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 268128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.03 3.72 5/402 30384
/proc/meminfo: memFree=20994604/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=270688 CPUtime=1300.04 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 58451 0 0 0 129989 15 0 0 25 0 1 0 657625831 277184512 57873 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 67672 57873 267 49 0 64813 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 270688

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: 4.06 4.03 3.72 5/402 30384
/proc/meminfo: memFree=20994604/32951124 swapFree=67111348/67111528
[pid=30229] ppid=30227 vsize=270688 CPUtime=1300.04 cores=0,2
/proc/30229/stat : 30229 (SApperloT2010) R 30227 30229 30195 0 -1 4202496 58451 0 0 0 129989 15 0 0 25 0 1 0 657625831 277184512 57873 33554432000 4194304 4394578 140734618080144 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30229/statm: 67672 57873 267 49 0 64813 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 270688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.89
CPU system time (s): 0.171973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 270688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58451
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= 8
involuntary context switches= 2341

runsolver used 5.10322 second user time and 11.4583 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 13:51:21
IDJOB=3379839
IDBENCH=84560
IDSOLVER=1862
FILE ID=node139/3379839-1305460281
RUNJOBID= node139-1305460281-30213
PBS_JOBID= 13324918
Free space on /tmp= 73400 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379839-1305460281/watcher-3379839-1305460281 -o /tmp/evaluation-result-3379839-1305460281/solver-3379839-1305460281 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379839-1305460281.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=2027079650

node139.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.852
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.70
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.852
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.75
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.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22040724 kB
Buffers:        317284 kB
Cached:        2999328 kB
SwapCached:          0 kB
Active:        8541380 kB
Inactive:      2057232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22040724 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3576 kB
Writeback:           0 kB
AnonPages:     7282332 kB
Mapped:          29764 kB
Slab:           203648 kB
PageTables:      40952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81753940 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= 73396 MiB
End job on node139 at 2011-05-15 14:13:03