Trace number 3379604

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 4,6

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: 3.86 3.95 3.74 4/253 20977
/proc/meminfo: memFree=22903992/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=18692 CPUtime=0 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 1297 0 0 0 0 0 0 0 25 0 1 0 657719987 19140608 1237 33554432000 4194304 4394578 140734557862432 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 4673 1238 247 49 0 1814 0

[startup+0.020071 s]
/proc/loadavg: 3.86 3.95 3.74 4/253 20977
/proc/meminfo: memFree=22903992/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=20540 CPUtime=0.01 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 1746 0 0 0 1 0 0 0 25 0 1 0 657719987 21032960 1686 33554432000 4194304 4394578 140734557862432 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 5135 1687 247 49 0 2276 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20540

[startup+0.101058 s]
/proc/loadavg: 3.86 3.95 3.74 4/253 20977
/proc/meminfo: memFree=22903992/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=31900 CPUtime=0.09 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 4592 0 0 0 9 0 0 0 25 0 1 0 657719987 32665600 4532 33554432000 4194304 4394578 140734557862432 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 7975 4534 247 49 0 5116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31900

[startup+0.301049 s]
/proc/loadavg: 3.86 3.95 3.74 4/253 20977
/proc/meminfo: memFree=22903992/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=50028 CPUtime=0.29 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 9134 0 0 0 27 2 0 0 25 0 1 0 657719987 51228672 9073 33554432000 4194304 4394578 140734557862432 18446744073709551615 222921801623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 12507 9073 256 49 0 9648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50028

[startup+0.700977 s]
/proc/loadavg: 3.86 3.95 3.74 4/253 20977
/proc/meminfo: memFree=22903992/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=50028 CPUtime=0.69 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 9134 0 0 0 67 2 0 0 25 0 1 0 657719987 51228672 9073 33554432000 4194304 4394578 140734557862432 18446744073709551615 222921801623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 12507 9073 256 49 0 9648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50028

[startup+1.50084 s]
/proc/loadavg: 3.86 3.95 3.74 5/257 20984
/proc/meminfo: memFree=22802416/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=63796 CPUtime=1.49 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 14009 0 0 0 145 4 0 0 25 0 1 0 657719987 65327104 12357 33554432000 4194304 4394578 140734557862432 18446744073709551615 4285392 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 15949 12357 267 49 0 13090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63796

[startup+3.10053 s]
/proc/loadavg: 3.86 3.95 3.74 5/257 20984
/proc/meminfo: memFree=22749488/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=81952 CPUtime=3.09 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 18436 0 0 0 304 5 0 0 25 0 1 0 657719987 83918848 16784 33554432000 4194304 4394578 140734557862432 18446744073709551615 4291296 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 20488 16784 267 49 0 17629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81952

[startup+6.30095 s]
/proc/loadavg: 3.87 3.95 3.74 5/257 20984
/proc/meminfo: memFree=22676212/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=103924 CPUtime=6.29 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 23681 0 0 0 622 7 0 0 25 0 1 0 657719987 106418176 22029 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 25981 22030 267 49 0 23122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103924

[startup+12.7008 s]
/proc/loadavg: 3.88 3.95 3.74 5/257 20985
/proc/meminfo: memFree=22586380/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=135608 CPUtime=12.69 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 31126 0 0 0 1261 8 0 0 25 0 1 0 657719987 138862592 29474 33554432000 4194304 4394578 140734557862432 18446744073709551615 4287256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 33902 29474 267 49 0 31043 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135608

[startup+25.5004 s]
/proc/loadavg: 3.91 3.96 3.75 5/257 20985
/proc/meminfo: memFree=22483964/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=180212 CPUtime=25.49 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 41669 0 0 0 2539 10 0 0 25 0 1 0 657719987 184537088 40017 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 45053 40017 267 49 0 42194 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 180212

[startup+51.1007 s]
/proc/loadavg: 3.94 3.96 3.75 5/257 20986
/proc/meminfo: memFree=22329264/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=252364 CPUtime=51.09 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 58200 0 0 0 5095 14 0 0 25 0 1 0 657719987 258420736 56548 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 63091 56548 267 49 0 60232 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 252364

[startup+102.309 s]
/proc/loadavg: 3.97 3.96 3.76 5/257 20987
/proc/meminfo: memFree=22175736/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=305404 CPUtime=102.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 70133 0 0 0 10214 16 0 0 25 0 1 0 657719987 312733696 68481 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 76351 68481 267 49 0 73492 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 305404

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.77 5/257 20989
/proc/meminfo: memFree=22094964/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=340576 CPUtime=162.29 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 77947 0 0 0 16211 18 0 0 25 0 1 0 657719987 348749824 76295 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 85144 76295 267 49 0 82285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 340576

[startup+222.3 s]
/proc/loadavg: 4.03 3.99 3.79 5/257 20990
/proc/meminfo: memFree=22025596/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=370200 CPUtime=222.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 84431 0 0 0 22209 21 0 0 25 0 1 0 657719987 379084800 82779 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 92550 82779 267 49 0 89691 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 370200

[startup+282.3 s]
/proc/loadavg: 4.01 3.99 3.80 5/257 20992
/proc/meminfo: memFree=21983648/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=381180 CPUtime=282.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 86683 0 0 0 28209 21 0 0 25 0 1 0 657719987 390328320 85031 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 95295 85031 267 49 0 92436 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 381180

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/257 20993
/proc/meminfo: memFree=21937728/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=406140 CPUtime=342.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 92090 0 0 0 34207 23 0 0 25 0 1 0 657719987 415887360 90438 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 101535 90438 267 49 0 98676 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 406140

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/257 20995
/proc/meminfo: memFree=21885724/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=423744 CPUtime=402.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 95622 0 0 0 40206 24 0 0 25 0 1 0 657719987 433913856 93970 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 105936 93970 267 49 0 103077 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 423744

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/257 20997
/proc/meminfo: memFree=21842772/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=440000 CPUtime=462.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 98880 0 0 0 46205 25 0 0 25 0 1 0 657719987 450560000 97228 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 110000 97228 267 49 0 107141 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 440000

[startup+522.3 s]
/proc/loadavg: 4.06 4.00 3.84 5/257 20998
/proc/meminfo: memFree=21803044/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=451036 CPUtime=522.3 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 101302 0 0 0 52204 26 0 0 25 0 1 0 657719987 461860864 99650 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 112759 99650 267 49 0 109900 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 451036

[startup+582.3 s]
/proc/loadavg: 4.07 4.01 3.85 5/257 21000
/proc/meminfo: memFree=21768148/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=471520 CPUtime=582.31 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 105724 0 0 0 58203 28 0 0 25 0 1 0 657719987 482836480 104072 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 117880 104072 267 49 0 115021 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 471520

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.86 5/257 21001
/proc/meminfo: memFree=21742312/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=488224 CPUtime=642.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 109138 0 0 0 64203 29 0 0 25 0 1 0 657719987 499941376 107486 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 122056 107486 267 49 0 119197 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 488224

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/257 21003
/proc/meminfo: memFree=21672592/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=501856 CPUtime=702.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 112066 0 0 0 70202 30 0 0 25 0 1 0 657719987 513900544 110414 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 125464 110414 267 49 0 122605 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 501856

[startup+762.309 s]
/proc/loadavg: 4.05 4.01 3.87 5/257 21005
/proc/meminfo: memFree=21640672/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=512032 CPUtime=762.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 114264 0 0 0 76202 30 0 0 25 0 1 0 657719987 524320768 112612 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 128008 112612 267 49 0 125149 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 512032

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.88 5/257 21006
/proc/meminfo: memFree=21621656/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=518052 CPUtime=822.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 115702 0 0 0 82201 31 0 0 25 0 1 0 657719987 530485248 114050 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 129513 114050 267 49 0 126654 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 518052

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/257 21008
/proc/meminfo: memFree=21608328/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=521636 CPUtime=882.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 116296 0 0 0 88201 31 0 0 25 0 1 0 657719987 534155264 114644 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 130409 114644 267 49 0 127550 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 521636

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.90 5/257 21009
/proc/meminfo: memFree=21576416/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=546284 CPUtime=942.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 122144 0 0 0 94199 33 0 0 25 0 1 0 657719987 559394816 120492 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 136571 120492 267 49 0 133712 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 546284

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.90 5/257 21011
/proc/meminfo: memFree=21548960/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=561644 CPUtime=1002.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 125350 0 0 0 100199 33 0 0 25 0 1 0 657719987 575123456 123698 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 140411 123698 267 49 0 137552 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 561644

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/257 21013
/proc/meminfo: memFree=21528320/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=564716 CPUtime=1062.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 126048 0 0 0 106199 33 0 0 25 0 1 0 657719987 578269184 124396 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 141179 124396 267 49 0 138320 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 564716

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/257 21014
/proc/meminfo: memFree=21508680/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=571248 CPUtime=1122.33 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 127529 0 0 0 112199 34 0 0 25 0 1 0 657719987 584957952 125877 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 142812 125877 267 49 0 139953 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 571248

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/257 21016
/proc/meminfo: memFree=21485324/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=585044 CPUtime=1182.32 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 130388 0 0 0 118197 35 0 0 25 0 1 0 657719987 599085056 128736 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 146261 128736 267 49 0 143402 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 585044

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.92 5/257 21017
/proc/meminfo: memFree=21472384/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=588116 CPUtime=1242.33 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 131102 0 0 0 124197 36 0 0 25 0 1 0 657719987 602230784 129450 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 147029 129450 267 49 0 144170 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 588116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.92 3/254 21021
/proc/meminfo: memFree=22070288/32951124 swapFree=61559568/67111528
[pid=20977] ppid=20975 vsize=596820 CPUtime=1300.04 cores=4,6
/proc/20977/stat : 20977 (SApperloT2010) R 20975 20977 20765 0 -1 4202496 132775 0 0 0 129968 36 0 0 25 0 1 0 657719987 611143680 131123 33554432000 4194304 4394578 140734557862432 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20977/statm: 149205 131123 267 49 0 146346 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 596820

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): 1300.07
CPU user time (s): 1299.68
CPU system time (s): 0.38894
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 596820

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

runsolver used 3.18851 second user time and 6.50301 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 14:06:32
IDJOB=3379604
IDBENCH=88211
IDSOLVER=1862
FILE ID=node109/3379604-1305461192
RUNJOBID= node109-1305459890-20784
PBS_JOBID= 13324914
Free space on /tmp= 73256 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379604-1305461192/watcher-3379604-1305461192 -o /tmp/evaluation-result-3379604-1305461192/solver-3379604-1305461192 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379604-1305461192.cnf

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=1950650984

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      22904888 kB
Buffers:        271924 kB
Cached:        2543628 kB
SwapCached:      28404 kB
Active:        1320452 kB
Inactive:      8497384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22904888 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           11276 kB
Writeback:           0 kB
AnonPages:     6979896 kB
Mapped:          18612 kB
Slab:           131980 kB
PageTables:      32452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19101376 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= 73260 MiB
End job on node109 at 2011-05-15 14:28:14