Trace number 3379996

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

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.56 2.59 3.06 4/444 21148
/proc/meminfo: memFree=17230060/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=21680 CPUtime=0.01 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 1873 0 0 0 1 0 0 0 21 0 1 0 736275035 22200320 1814 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284586693 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 5420 1814 247 49 0 2561 0

[startup+0.0457609 s]
/proc/loadavg: 1.56 2.59 3.06 4/444 21148
/proc/meminfo: memFree=17230060/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=26304 CPUtime=0.03 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 3022 0 0 0 3 0 0 0 21 0 1 0 736275035 26935296 2963 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284586693 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 6576 2963 247 49 0 3717 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26304

[startup+0.100755 s]
/proc/loadavg: 1.56 2.59 3.06 4/444 21148
/proc/meminfo: memFree=17230060/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=34500 CPUtime=0.09 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 5086 0 0 0 9 0 0 0 21 0 1 0 736275035 35328000 5027 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284925696 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 8625 5028 247 49 0 5766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34500

[startup+0.300734 s]
/proc/loadavg: 1.56 2.59 3.06 4/444 21148
/proc/meminfo: memFree=17230060/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=63860 CPUtime=0.28 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 12421 0 0 0 27 1 0 0 22 0 1 0 736275035 65392640 12362 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284925696 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 15965 12363 247 49 0 13106 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63860

[startup+0.700663 s]
/proc/loadavg: 1.56 2.59 3.06 4/444 21148
/proc/meminfo: memFree=17230060/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=105404 CPUtime=0.68 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 22809 0 0 0 65 3 0 0 23 0 1 0 736275035 107933696 22749 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 26351 22749 255 49 0 23492 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 105404

[startup+1.50052 s]
/proc/loadavg: 1.56 2.59 3.06 4/443 21149
/proc/meminfo: memFree=17170804/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=105404 CPUtime=1.48 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 22809 0 0 0 144 4 0 0 25 0 1 0 736275035 107933696 22749 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 26351 22749 255 49 0 23492 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 105404

[startup+3.10025 s]
/proc/loadavg: 1.56 2.59 3.06 5/445 21176
/proc/meminfo: memFree=17154288/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=105404 CPUtime=3.09 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 22809 0 0 0 303 6 0 0 25 0 1 0 736275035 107933696 22749 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 26351 22749 255 49 0 23492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105404

[startup+6.30072 s]
/proc/loadavg: 1.75 2.61 3.06 5/445 21176
/proc/meminfo: memFree=17146756/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=105404 CPUtime=6.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 22809 0 0 0 619 10 0 0 25 0 1 0 736275035 107933696 22749 33554432000 4194304 4394578 140735315942912 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 26351 22749 255 49 0 23492 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105404

[startup+12.7007 s]
/proc/loadavg: 1.93 2.64 3.07 5/445 21203
/proc/meminfo: memFree=17052844/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=190100 CPUtime=12.69 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 46431 0 0 0 1253 16 0 0 25 0 1 0 736275035 194662400 44473 33554432000 4194304 4394578 140735315942912 18446744073709551615 4346385 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 47525 44473 267 49 0 44666 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 190100

[startup+25.5005 s]
/proc/loadavg: 2.39 2.70 3.08 5/445 21205
/proc/meminfo: memFree=17007448/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=224200 CPUtime=25.49 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 54169 0 0 0 2531 18 0 0 25 0 1 0 736275035 229580800 52211 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 56050 52211 267 49 0 53191 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 224200

[startup+51.1002 s]
/proc/loadavg: 2.94 2.81 3.10 5/440 21226
/proc/meminfo: memFree=16831040/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=245184 CPUtime=51.09 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 58571 0 0 0 5090 19 0 0 25 0 1 0 736275035 251068416 56613 33554432000 4194304 4394578 140735315942912 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 61296 56613 267 49 0 58437 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 245184

[startup+102.317 s]
/proc/loadavg: 3.65 3.03 3.16 5/445 21234
/proc/meminfo: memFree=16293052/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=265516 CPUtime=102.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 63015 0 0 0 10206 24 0 0 25 0 1 0 736275035 271888384 61057 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 66379 61057 267 49 0 63520 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 265516

[startup+162.301 s]
/proc/loadavg: 3.87 3.20 3.21 5/445 21234
/proc/meminfo: memFree=16168644/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=290068 CPUtime=162.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 68514 0 0 0 16203 26 0 0 25 0 1 0 736275035 297029632 66556 33554432000 4194304 4394578 140735315942912 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 72517 66556 267 49 0 69658 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 290068

[startup+222.301 s]
/proc/loadavg: 3.95 3.35 3.26 5/445 21236
/proc/meminfo: memFree=16071276/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=300456 CPUtime=222.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 70852 0 0 0 22202 27 0 0 25 0 1 0 736275035 307666944 68894 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 75114 68894 267 49 0 72255 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 300456

[startup+282.301 s]
/proc/loadavg: 3.98 3.46 3.30 5/445 21238
/proc/meminfo: memFree=15988792/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=316348 CPUtime=282.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 74568 0 0 0 28201 28 0 0 25 0 1 0 736275035 323940352 72610 33554432000 4194304 4394578 140735315942912 18446744073709551615 4346733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 79087 72610 267 49 0 76228 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 316348

[startup+342.301 s]
/proc/loadavg: 4.04 3.57 3.35 5/445 21240
/proc/meminfo: memFree=15894256/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=331160 CPUtime=342.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 77944 0 0 0 34200 29 0 0 25 0 1 0 736275035 339107840 75986 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 82790 75986 267 49 0 79931 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 331160

[startup+402.301 s]
/proc/loadavg: 4.09 3.66 3.39 5/445 21242
/proc/meminfo: memFree=15773452/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=352484 CPUtime=402.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 82710 0 0 0 40199 31 0 0 25 0 1 0 736275035 360943616 80752 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 88121 80752 267 49 0 85262 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 352484

[startup+462.301 s]
/proc/loadavg: 4.03 3.72 3.43 5/445 21251
/proc/meminfo: memFree=15698120/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=357492 CPUtime=462.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 83737 0 0 0 46198 31 0 0 25 0 1 0 736275035 366071808 81779 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 89373 81779 267 49 0 86514 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 357492

[startup+522.301 s]
/proc/loadavg: 4.08 3.80 3.47 5/445 21253
/proc/meminfo: memFree=15620952/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=360692 CPUtime=522.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 84473 0 0 0 52198 31 0 0 25 0 1 0 736275035 369348608 82515 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 90173 82515 267 49 0 87314 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 360692

[startup+582.301 s]
/proc/loadavg: 4.12 3.86 3.51 5/445 21255
/proc/meminfo: memFree=15571820/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=364520 CPUtime=582.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 85260 0 0 0 58198 32 0 0 25 0 1 0 736275035 373268480 83302 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 91130 83302 267 49 0 88271 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 364520

[startup+642.301 s]
/proc/loadavg: 4.09 3.90 3.55 5/445 21257
/proc/meminfo: memFree=15495156/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=370044 CPUtime=642.31 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 86435 0 0 0 64199 32 0 0 25 0 1 0 736275035 378925056 84477 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 92511 84477 267 49 0 89652 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 370044

[startup+702.3 s]
/proc/loadavg: 4.03 3.91 3.57 5/445 21259
/proc/meminfo: memFree=15401000/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=405116 CPUtime=702.29 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 93830 0 0 0 70195 34 0 0 25 0 1 0 736275035 414838784 91872 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 101279 91872 267 49 0 98420 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 405116

[startup+762.316 s]
/proc/loadavg: 4.01 3.93 3.59 5/445 21259
/proc/meminfo: memFree=15305484/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=437480 CPUtime=762.31 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 100773 0 0 0 76194 37 0 0 25 0 1 0 736275035 447979520 98815 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 109370 98815 267 49 0 106511 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 437480

[startup+822.3 s]
/proc/loadavg: 4.00 3.94 3.62 5/445 21261
/proc/meminfo: memFree=15246296/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=441560 CPUtime=822.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 101562 0 0 0 82192 38 0 0 25 0 1 0 736275035 452157440 99604 33554432000 4194304 4394578 140735315942912 18446744073709551615 4285706 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 110390 99604 267 49 0 107531 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 441560

[startup+882.3 s]
/proc/loadavg: 4.13 3.98 3.65 5/445 21263
/proc/meminfo: memFree=15212912/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=447384 CPUtime=882.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 102784 0 0 0 88191 39 0 0 25 0 1 0 736275035 458121216 100826 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 111846 100826 267 49 0 108987 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 447384

[startup+942.3 s]
/proc/loadavg: 4.11 3.99 3.67 5/445 21265
/proc/meminfo: memFree=15189804/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=451772 CPUtime=942.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 103730 0 0 0 94190 40 0 0 25 0 1 0 736275035 462614528 101772 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 112943 101772 267 49 0 110084 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 451772

[startup+1002.3 s]
/proc/loadavg: 4.11 4.02 3.70 5/445 21267
/proc/meminfo: memFree=15165588/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=453820 CPUtime=1002.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 104102 0 0 0 100190 40 0 0 25 0 1 0 736275035 464711680 102144 33554432000 4194304 4394578 140735315942912 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 113455 102144 267 49 0 110596 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 453820

[startup+1062.3 s]
/proc/loadavg: 4.12 4.05 3.73 5/445 21267
/proc/meminfo: memFree=15127360/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=474264 CPUtime=1062.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 108753 0 0 0 106188 42 0 0 25 0 1 0 736275035 485646336 106795 33554432000 4194304 4394578 140735315942912 18446744073709551615 4290882 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 118566 106795 267 49 0 115707 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 474264

[startup+1122.3 s]
/proc/loadavg: 4.29 4.10 3.76 5/445 21269
/proc/meminfo: memFree=15074372/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=480780 CPUtime=1122.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 110290 0 0 0 112187 43 0 0 25 0 1 0 736275035 492318720 108332 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 120195 108332 267 49 0 117336 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 480780

[startup+1182.3 s]
/proc/loadavg: 4.22 4.11 3.78 5/445 21271
/proc/meminfo: memFree=15008376/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=480780 CPUtime=1182.31 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 110366 0 0 0 118187 44 0 0 25 0 1 0 736275035 492318720 108408 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298346 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 120195 108408 267 49 0 117336 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 480780

[startup+1242.3 s]
/proc/loadavg: 4.08 4.08 3.80 5/445 21273
/proc/meminfo: memFree=14986520/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=484188 CPUtime=1242.3 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 111133 0 0 0 124186 44 0 0 25 0 1 0 736275035 495808512 109175 33554432000 4194304 4394578 140735315942912 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 121047 109175 267 49 0 118188 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 484188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.07 3.81 3/441 21277
/proc/meminfo: memFree=15375512/32951124 swapFree=45193372/67111528
[pid=21148] ppid=21146 vsize=486476 CPUtime=1300.03 cores=1,3
/proc/21148/stat : 21148 (SApperloT2010) R 21146 21148 21088 0 -1 4202496 111607 0 0 0 129958 45 0 0 25 0 1 0 736275035 498151424 109649 33554432000 4194304 4394578 140735315942912 18446744073709551615 4346684 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21148/statm: 121619 109649 267 49 0 118760 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 486476

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.05
CPU user time (s): 1299.58
CPU system time (s): 0.468928
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 486476

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

runsolver used 5.64014 second user time and 13.238 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 13:54:04
IDJOB=3379996
IDBENCH=84806
IDSOLVER=1862
FILE ID=node118/3379996-1305460443
RUNJOBID= node118-1305460443-21108
PBS_JOBID= 13324919
Free space on /tmp= 73240 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379996-1305460443/watcher-3379996-1305460443 -o /tmp/evaluation-result-3379996-1305460443/solver-3379996-1305460443 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379996-1305460443.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1076474929

node118.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.842
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17223892 kB
Buffers:        301292 kB
Cached:        4623700 kB
SwapCached:      22076 kB
Active:       12761596 kB
Inactive:      2640248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17223892 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:           28696 kB
Writeback:          12 kB
AnonPages:    10468308 kB
Mapped:          22416 kB
Slab:           157544 kB
PageTables:      99256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125971972 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= 73092 MiB
End job on node118 at 2011-05-15 14:15:46