Trace number 3379862

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) 1299.86 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3379862-1305454810/watcher-3379862-1305454810 -o /tmp/evaluation-result-3379862-1305454810/solver-3379862-1305454810 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379862-1305454810.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.09 2.44 3.35 7/405 24609
/proc/meminfo: memFree=20572552/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=17168 CPUtime=0 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 1176 0 0 0 0 0 0 0 21 0 1 0 657078691 17580032 1117 33554432000 4194304 4394578 140733924890496 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 4292 1117 247 49 0 1433 0

[startup+0.0232369 s]
/proc/loadavg: 1.09 2.44 3.35 7/405 24609
/proc/meminfo: memFree=20572552/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=18752 CPUtime=0.02 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 1578 0 0 0 2 0 0 0 21 0 1 0 657078691 19202048 1519 33554432000 4194304 4394578 140733924890496 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 4688 1520 247 49 0 1829 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18752

[startup+0.100248 s]
/proc/loadavg: 1.09 2.44 3.35 7/405 24609
/proc/meminfo: memFree=20572552/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=28256 CPUtime=0.09 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 3948 0 0 0 9 0 0 0 21 0 1 0 657078691 28934144 3889 33554432000 4194304 4394578 140733924890496 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 7064 3889 247 49 0 4205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28256

[startup+0.300214 s]
/proc/loadavg: 1.09 2.44 3.35 7/405 24609
/proc/meminfo: memFree=20572552/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=36908 CPUtime=0.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 6138 0 0 0 28 1 0 0 22 0 1 0 657078691 37793792 6078 33554432000 4194304 4394578 140733924890496 18446744073709551615 218905755543 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 9227 6078 255 49 0 6368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36908

[startup+0.701137 s]
/proc/loadavg: 1.09 2.44 3.35 7/405 24609
/proc/meminfo: memFree=20572552/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=47080 CPUtime=0.69 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 9711 0 0 0 67 2 0 0 24 0 1 0 657078691 48209920 8609 33554432000 4194304 4394578 140733924890496 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 11770 8609 266 49 0 8911 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47080

[startup+1.501 s]
/proc/loadavg: 1.09 2.44 3.35 5/413 24623
/proc/meminfo: memFree=20437704/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=56788 CPUtime=1.49 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 12138 0 0 0 147 2 0 0 25 0 1 0 657078691 58150912 11036 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 14197 11036 266 49 0 11338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56788

[startup+3.10068 s]
/proc/loadavg: 1.09 2.44 3.35 5/413 24623
/proc/meminfo: memFree=20395420/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=70116 CPUtime=3.09 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 15448 0 0 0 306 3 0 0 25 0 1 0 657078691 71798784 14346 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 17529 14346 266 49 0 14670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70116

[startup+6.30113 s]
/proc/loadavg: 1.32 2.47 3.35 5/413 24623
/proc/meminfo: memFree=20313832/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=88128 CPUtime=6.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 19883 0 0 0 625 4 0 0 25 0 1 0 657078691 90243072 18781 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 22032 18781 266 49 0 19173 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88128

[startup+12.701 s]
/proc/loadavg: 1.53 2.49 3.36 5/413 24623
/proc/meminfo: memFree=20209840/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=119132 CPUtime=12.68 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 27428 0 0 0 1263 5 0 0 25 0 1 0 657078691 121991168 26326 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 29783 26326 266 49 0 26924 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119132

[startup+25.5007 s]
/proc/loadavg: 2.08 2.57 3.37 5/413 24624
/proc/meminfo: memFree=20084032/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=165460 CPUtime=25.49 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 38413 0 0 0 2541 8 0 0 25 0 1 0 657078691 169431040 37311 33554432000 4194304 4394578 140733924890496 18446744073709551615 4296311 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 41365 37311 266 49 0 38506 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 165460

[startup+51.101 s]
/proc/loadavg: 2.73 2.68 3.38 5/413 24624
/proc/meminfo: memFree=20040024/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=180772 CPUtime=51.09 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 42044 0 0 0 5100 9 0 0 25 0 1 0 657078691 185110528 40942 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 45193 40942 266 49 0 42334 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180772

[startup+102.315 s]
/proc/loadavg: 3.45 2.88 3.41 5/413 24626
/proc/meminfo: memFree=19927896/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=215324 CPUtime=102.3 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 49633 0 0 0 10220 10 0 0 25 0 1 0 657078691 220491776 48531 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 53831 48531 266 49 0 50972 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 215324

[startup+162.301 s]
/proc/loadavg: 3.88 3.10 3.45 5/413 24627
/proc/meminfo: memFree=19852340/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=240804 CPUtime=162.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 55187 0 0 0 16217 12 0 0 25 0 1 0 657078691 246583296 54085 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 60201 54085 266 49 0 57342 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 240804

[startup+222.301 s]
/proc/loadavg: 4.09 3.29 3.49 5/413 24629
/proc/meminfo: memFree=19789924/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=251204 CPUtime=222.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 57331 0 0 0 22216 13 0 0 25 0 1 0 657078691 257232896 56229 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 62801 56229 266 49 0 59942 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 251204

[startup+282.3 s]
/proc/loadavg: 4.10 3.43 3.53 5/413 24631
/proc/meminfo: memFree=19736820/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=272868 CPUtime=282.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 62295 0 0 0 28215 14 0 0 25 0 1 0 657078691 279416832 61193 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 68217 61193 266 49 0 65358 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 272868

[startup+342.3 s]
/proc/loadavg: 4.03 3.53 3.56 5/413 24632
/proc/meminfo: memFree=19679364/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=286604 CPUtime=342.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 65350 0 0 0 34214 14 0 0 25 0 1 0 657078691 293482496 64248 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 71651 64248 266 49 0 68792 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 286604

[startup+402.301 s]
/proc/loadavg: 4.01 3.62 3.58 5/413 24634
/proc/meminfo: memFree=19635192/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=304340 CPUtime=402.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 68946 0 0 0 40213 15 0 0 25 0 1 0 657078691 311644160 67844 33554432000 4194304 4394578 140733924890496 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 76085 67844 266 49 0 73226 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 304340

[startup+462.301 s]
/proc/loadavg: 4.16 3.73 3.62 5/413 24635
/proc/meminfo: memFree=19598080/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=320428 CPUtime=462.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 72437 0 0 0 46212 16 0 0 25 0 1 0 657078691 328118272 71335 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 80107 71335 266 49 0 77248 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 320428

[startup+522.301 s]
/proc/loadavg: 4.10 3.79 3.64 5/413 24637
/proc/meminfo: memFree=19554152/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=336128 CPUtime=522.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 75682 0 0 0 52211 17 0 0 25 0 1 0 657078691 344195072 74580 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 84032 74580 266 49 0 81173 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 336128

[startup+582.301 s]
/proc/loadavg: 4.04 3.83 3.66 5/413 24639
/proc/meminfo: memFree=19536628/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=338112 CPUtime=582.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 76149 0 0 0 58211 17 0 0 25 0 1 0 657078691 346226688 75047 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 84528 75047 266 49 0 81669 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 338112

[startup+642.301 s]
/proc/loadavg: 4.01 3.86 3.68 5/413 24640
/proc/meminfo: memFree=19511800/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=345120 CPUtime=642.29 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 77687 0 0 0 64211 18 0 0 25 0 1 0 657078691 353402880 76585 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 86280 76585 266 49 0 83421 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 345120

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 3.70 5/413 24642
/proc/meminfo: memFree=19493784/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=355488 CPUtime=702.28 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 79881 0 0 0 70209 19 0 0 25 0 1 0 657078691 364019712 78779 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 88872 78779 266 49 0 86013 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 355488

[startup+762.315 s]
/proc/loadavg: 4.04 3.91 3.72 5/413 24643
/proc/meminfo: memFree=19472788/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=366496 CPUtime=762.14 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 82100 0 0 0 76195 19 0 0 25 0 1 0 657078691 375291904 80998 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298709 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 91624 80998 266 49 0 88765 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 366496

[startup+822.301 s]
/proc/loadavg: 4.04 3.94 3.74 5/413 24645
/proc/meminfo: memFree=19455772/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=369008 CPUtime=822.13 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 82740 0 0 0 82193 20 0 0 25 0 1 0 657078691 377864192 81638 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 92252 81638 266 49 0 89393 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 369008

[startup+882.301 s]
/proc/loadavg: 4.05 3.96 3.76 5/413 24647
/proc/meminfo: memFree=19432168/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=375724 CPUtime=882.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 84145 0 0 0 88192 20 0 0 25 0 1 0 657078691 384741376 83043 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 93931 83043 266 49 0 91072 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 375724

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.77 5/413 24648
/proc/meminfo: memFree=19421104/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=380524 CPUtime=942.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 85120 0 0 0 94192 20 0 0 25 0 1 0 657078691 389656576 84018 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 95131 84018 266 49 0 92272 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 380524

[startup+1002.3 s]
/proc/loadavg: 4.15 4.00 3.79 5/413 24650
/proc/meminfo: memFree=19382384/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=384204 CPUtime=1002.13 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 85917 0 0 0 100192 21 0 0 25 0 1 0 657078691 393424896 84815 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 96051 84815 266 49 0 93192 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 384204

[startup+1062.3 s]
/proc/loadavg: 4.12 4.02 3.81 5/413 24651
/proc/meminfo: memFree=19351364/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=391920 CPUtime=1062.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 87530 0 0 0 106191 21 0 0 25 0 1 0 657078691 401326080 86428 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 97980 86428 266 49 0 95121 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 391920

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.82 5/413 24653
/proc/meminfo: memFree=19335568/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=397808 CPUtime=1122.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 88669 0 0 0 112191 21 0 0 25 0 1 0 657078691 407355392 87567 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 99452 87567 266 49 0 96593 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 397808

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.82 5/413 24655
/proc/meminfo: memFree=19316928/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=400112 CPUtime=1182.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 89126 0 0 0 118190 22 0 0 25 0 1 0 657078691 409714688 88024 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 100028 88024 266 49 0 97169 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 400112

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/413 24656
/proc/meminfo: memFree=19286388/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=419400 CPUtime=1242.12 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 93511 0 0 0 124189 23 0 0 25 0 1 0 657078691 429465600 92409 33554432000 4194304 4394578 140733924890496 18446744073709551615 4313484 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 104850 92409 266 49 0 101991 0
Current children cumulated CPU time (s) 1242.12
Current children cumulated vsize (KiB) 419400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.01 3.84 6/413 24658
/proc/meminfo: memFree=19265648/32951124 swapFree=65581052/67111528
[pid=24609] ppid=24607 vsize=424440 CPUtime=1299.83 cores=0,2
/proc/24609/stat : 24609 (SApperloT2010) R 24607 24609 22815 0 -1 4202496 94627 0 0 0 129959 24 0 0 25 0 1 0 657078691 434626560 93525 33554432000 4194304 4394578 140733924890496 18446744073709551615 4298798 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24609/statm: 106110 93525 266 49 0 103251 0
Current children cumulated CPU time (s) 1299.83
Current children cumulated vsize (KiB) 424440

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): 1300.03
CPU time (s): 1299.86
CPU user time (s): 1299.6
CPU system time (s): 0.25896
CPU usage (%): 99.9868
Max. virtual memory (cumulated for all children) (KiB): 424440

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

runsolver used 5.18321 second user time and 11.4003 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 12:20:10
IDJOB=3379862
IDBENCH=71366
IDSOLVER=1862
FILE ID=node137/3379862-1305454810
RUNJOBID= node137-1305454810-24580
PBS_JOBID= 13324880
Free space on /tmp= 73748 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes6.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379862-1305454810/watcher-3379862-1305454810 -o /tmp/evaluation-result-3379862-1305454810/solver-3379862-1305454810 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379862-1305454810.cnf

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=1592501705

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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:      20574328 kB
Buffers:        302332 kB
Cached:        3867676 kB
SwapCached:      36328 kB
Active:        2305292 kB
Inactive:      9830016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20574328 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            6784 kB
Writeback:           0 kB
AnonPages:     7938332 kB
Mapped:          24312 kB
Slab:           131324 kB
PageTables:      45352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102379272 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= 73740 MiB
End job on node137 at 2011-05-15 12:41:52