Trace number 3379609

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3379609-1305461150/watcher-3379609-1305461150 -o /tmp/evaluation-result-3379609-1305461150/solver-3379609-1305461150 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379609-1305461150.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: 4.07 4.04 3.92 4/378 5398
/proc/meminfo: memFree=24261504/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=21996 CPUtime=0 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 1767 0 0 0 0 0 0 0 25 0 1 0 657715484 22523904 1708 33554432000 4194304 4394578 140733694605824 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 5499 1709 247 49 0 2640 0

[startup+0.079883 s]
/proc/loadavg: 4.07 4.04 3.92 4/378 5398
/proc/meminfo: memFree=24261504/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=30056 CPUtime=0.07 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 3782 0 0 0 7 0 0 0 25 0 1 0 657715484 30777344 3723 33554432000 4194304 4394578 140733694605824 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 7514 3723 247 49 0 4655 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30056

[startup+0.100879 s]
/proc/loadavg: 4.07 4.04 3.92 4/378 5398
/proc/meminfo: memFree=24261504/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=33108 CPUtime=0.09 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 4563 0 0 0 9 0 0 0 25 0 1 0 657715484 33902592 4504 33554432000 4194304 4394578 140733694605824 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 8277 4505 247 49 0 5418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33108

[startup+0.300852 s]
/proc/loadavg: 4.07 4.04 3.92 4/378 5398
/proc/meminfo: memFree=24261504/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=67128 CPUtime=0.29 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 12754 0 0 0 27 2 0 0 25 0 1 0 657715484 68739072 12694 33554432000 4194304 4394578 140733694605824 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 16782 12697 253 49 0 13923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67128

[startup+0.700776 s]
/proc/loadavg: 4.07 4.04 3.92 4/378 5398
/proc/meminfo: memFree=24261504/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=67128 CPUtime=0.69 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 13067 0 0 0 66 3 0 0 25 0 1 0 657715484 68739072 13007 33554432000 4194304 4394578 140733694605824 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 16782 13007 256 49 0 13923 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67128

[startup+1.50059 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=24063740/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=67128 CPUtime=1.49 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 13067 0 0 0 145 4 0 0 25 0 1 0 657715484 68739072 13007 33554432000 4194304 4394578 140733694605824 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 16782 13007 256 49 0 13923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67128

[startup+3.10029 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=24048872/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=94888 CPUtime=3.09 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 21805 0 0 0 303 6 0 0 25 0 1 0 657715484 97165312 19446 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 23722 19446 267 49 0 20863 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94888

[startup+6.30073 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23983024/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=119572 CPUtime=6.29 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 27817 0 0 0 622 7 0 0 25 0 1 0 657715484 122441728 25458 33554432000 4194304 4394578 140733694605824 18446744073709551615 4297090 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 29893 25458 267 49 0 27034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119572

[startup+12.7005 s]
/proc/loadavg: 4.06 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23828312/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=152352 CPUtime=12.69 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 35730 0 0 0 1260 9 0 0 25 0 1 0 657715484 156008448 33371 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298751 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 38088 33371 267 49 0 35229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152352

[startup+25.5012 s]
/proc/loadavg: 4.05 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23703460/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=195708 CPUtime=25.49 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 46036 0 0 0 2538 11 0 0 25 0 1 0 657715484 200404992 43677 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 48927 43677 267 49 0 46068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 195708

[startup+51.1004 s]
/proc/loadavg: 4.10 4.05 3.93 5/385 5413
/proc/meminfo: memFree=23538272/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=264012 CPUtime=51.09 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 62022 0 0 0 5095 14 0 0 25 0 1 0 657715484 270348288 59663 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 66003 59663 267 49 0 63144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 264012

[startup+102.315 s]
/proc/loadavg: 4.04 4.04 3.93 5/385 5414
/proc/meminfo: memFree=23285428/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=366260 CPUtime=102.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 85409 0 0 0 10212 19 0 0 25 0 1 0 657715484 375050240 83050 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 91565 83050 267 49 0 88706 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 366260

[startup+162.301 s]
/proc/loadavg: 4.07 4.04 3.93 5/385 5416
/proc/meminfo: memFree=23095928/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=435444 CPUtime=162.29 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 101353 0 0 0 16206 23 0 0 25 0 1 0 657715484 445894656 98994 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 108861 98994 267 49 0 106002 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 435444

[startup+222.301 s]
/proc/loadavg: 4.02 4.03 3.93 5/385 5417
/proc/meminfo: memFree=22971008/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=451864 CPUtime=222.3 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 105021 0 0 0 22206 24 0 0 25 0 1 0 657715484 462708736 102662 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 112966 102662 267 49 0 110107 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 451864

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/385 5419
/proc/meminfo: memFree=22829620/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=461208 CPUtime=282.3 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 106925 0 0 0 28205 25 0 0 25 0 1 0 657715484 472276992 104566 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 115302 104566 267 49 0 112443 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 461208

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/385 5421
/proc/meminfo: memFree=22711660/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=502152 CPUtime=342.3 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 116260 0 0 0 34202 28 0 0 25 0 1 0 657715484 514203648 113901 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 125538 113901 267 49 0 122679 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 502152

[startup+402.301 s]
/proc/loadavg: 4.13 4.04 3.94 5/385 5422
/proc/meminfo: memFree=22670708/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=521856 CPUtime=402.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 120418 0 0 0 40202 29 0 0 25 0 1 0 657715484 534380544 118059 33554432000 4194304 4394578 140733694605824 18446744073709551615 4309171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 130464 118059 267 49 0 127605 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 521856

[startup+462.301 s]
/proc/loadavg: 4.10 4.05 3.95 5/385 5424
/proc/meminfo: memFree=22615256/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=552204 CPUtime=462.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 127001 0 0 0 46200 31 0 0 25 0 1 0 657715484 565456896 124642 33554432000 4194304 4394578 140733694605824 18446744073709551615 4338097 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 138051 124642 267 49 0 135192 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 552204

[startup+522.301 s]
/proc/loadavg: 4.04 4.04 3.95 5/385 5425
/proc/meminfo: memFree=22577900/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=573268 CPUtime=522.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 131709 0 0 0 52199 32 0 0 25 0 1 0 657715484 587026432 129350 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 143317 129350 267 49 0 140458 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 573268

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.95 5/385 5427
/proc/meminfo: memFree=22544492/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=590228 CPUtime=582.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 135315 0 0 0 58198 33 0 0 25 0 1 0 657715484 604393472 132956 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 147557 132956 267 49 0 144698 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 590228

[startup+642.3 s]
/proc/loadavg: 4.02 4.03 3.95 5/385 5429
/proc/meminfo: memFree=22504656/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=611672 CPUtime=642.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 139905 0 0 0 64198 34 0 0 25 0 1 0 657715484 626352128 137546 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 152918 137546 267 49 0 150059 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 611672

[startup+702.3 s]
/proc/loadavg: 4.07 4.05 3.97 5/385 5430
/proc/meminfo: memFree=22435928/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=624024 CPUtime=702.31 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 142483 0 0 0 70196 35 0 0 25 0 1 0 657715484 639000576 140124 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 156006 140124 267 49 0 153147 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 624024

[startup+762.314 s]
/proc/loadavg: 4.06 4.05 3.97 5/385 5432
/proc/meminfo: memFree=22420904/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=633240 CPUtime=762.33 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 144353 0 0 0 76197 36 0 0 25 0 1 0 657715484 648437760 141994 33554432000 4194304 4394578 140733694605824 18446744073709551615 4296350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 158310 141994 267 49 0 155451 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 633240

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.97 5/385 5433
/proc/meminfo: memFree=22374720/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=646872 CPUtime=822.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 147297 0 0 0 82196 36 0 0 25 0 1 0 657715484 662396928 144938 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 161718 144938 267 49 0 158859 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 646872

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.97 5/385 5435
/proc/meminfo: memFree=22355472/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=649944 CPUtime=882.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 147899 0 0 0 88195 37 0 0 25 0 1 0 657715484 665542656 145540 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 162486 145540 267 49 0 159627 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 649944

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.98 5/385 5437
/proc/meminfo: memFree=22336464/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=655800 CPUtime=942.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 149132 0 0 0 94194 38 0 0 25 0 1 0 657715484 671539200 146773 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 163950 146773 267 49 0 161091 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 655800

[startup+1002.3 s]
/proc/loadavg: 4.11 4.07 3.99 5/385 5438
/proc/meminfo: memFree=22308156/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=682152 CPUtime=1002.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 155471 0 0 0 100191 41 0 0 25 0 1 0 657715484 698523648 153112 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 170538 153112 267 49 0 167679 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 682152

[startup+1062.3 s]
/proc/loadavg: 4.16 4.08 4.00 5/385 5440
/proc/meminfo: memFree=22298464/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=684680 CPUtime=1062.33 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 155990 0 0 0 106191 42 0 0 25 0 1 0 657715484 701112320 153631 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 171170 153631 267 49 0 168311 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 684680

[startup+1122.3 s]
/proc/loadavg: 4.12 4.08 4.00 5/385 5441
/proc/meminfo: memFree=22272516/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=701416 CPUtime=1122.32 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 159857 0 0 0 112190 42 0 0 25 0 1 0 657715484 718249984 157498 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 175354 157498 267 49 0 172495 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 701416

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/385 5443
/proc/meminfo: memFree=22223880/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=740740 CPUtime=1182.33 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 168334 0 0 0 118189 44 0 0 25 0 1 0 657715484 758517760 165975 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 185185 165975 267 49 0 182326 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 740740

[startup+1242.3 s]
/proc/loadavg: 4.11 4.08 4.01 5/385 5445
/proc/meminfo: memFree=22191836/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=751876 CPUtime=1242.33 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 171251 0 0 0 124189 44 0 0 25 0 1 0 657715484 769921024 168892 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 187969 168892 267 49 0 185110 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 751876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.06 4.00 5/386 5447
/proc/meminfo: memFree=22468924/32951124 swapFree=44485764/67111528
[pid=5398] ppid=5396 vsize=768344 CPUtime=1300.04 cores=0,2
/proc/5398/stat : 5398 (SApperloT2010) R 5396 5398 5018 0 -1 4202496 174943 0 0 0 129959 45 0 0 25 0 1 0 657715484 786784256 172584 33554432000 4194304 4394578 140733694605824 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5398/statm: 192086 172584 267 49 0 189227 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 768344

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.04
CPU time (s): 1300.09
CPU user time (s): 1299.6
CPU system time (s): 0.488925
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 768344

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

runsolver used 5.21521 second user time and 10.7134 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 14:05:50
IDJOB=3379609
IDBENCH=88204
IDSOLVER=1862
FILE ID=node105/3379609-1305461150
RUNJOBID= node105-1305459848-5210
PBS_JOBID= 13324905
Free space on /tmp= 73560 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379609-1305461150/watcher-3379609-1305461150 -o /tmp/evaluation-result-3379609-1305461150/solver-3379609-1305461150 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379609-1305461150.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=118681960

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24262340 kB
Buffers:        304724 kB
Cached:        6260364 kB
SwapCached:      39656 kB
Active:        1572008 kB
Inactive:      6837276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24262340 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           21368 kB
Writeback:           0 kB
AnonPages:     1811108 kB
Mapped:          15792 kB
Slab:           140264 kB
PageTables:      72348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91357412 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= 73556 MiB
End job on node105 at 2011-05-15 14:27:32