Trace number 3350115

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
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3350115-1304968109/watcher-3350115-1304968109 -o /tmp/evaluation-result-3350115-1304968109/solver-3350115-1304968109 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350115-1304968109.cnf -verb=0 -model -no-shrinking 

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: 0.00 0.00 0.00 3/278 18682
/proc/meminfo: memFree=17954480/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=19204 CPUtime=0 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 687041560 19664896 256 33554432000 4194304 4300056 140737041074352 18446744073709551615 260020395776 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 4801 256 213 26 0 1433 0

[startup+0.0403651 s]
/proc/loadavg: 0.00 0.00 0.00 3/278 18682
/proc/meminfo: memFree=17954480/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=23036 CPUtime=0.03 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 1562 0 0 0 3 0 0 0 20 0 1 0 687041560 23588864 1411 33554432000 4194304 4300056 140737041074352 18446744073709551615 4221266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 5759 1412 220 26 0 2391 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23036

[startup+0.100409 s]
/proc/loadavg: 0.00 0.00 0.00 3/278 18682
/proc/meminfo: memFree=17954480/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=29928 CPUtime=0.09 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 3808 0 0 0 9 0 0 0 20 0 1 0 687041560 30646272 3420 33554432000 4194304 4300056 140737041074352 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 7482 3422 220 26 0 4114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29928

[startup+0.300382 s]
/proc/loadavg: 0.00 0.00 0.00 3/278 18682
/proc/meminfo: memFree=17954480/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=40356 CPUtime=0.29 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 6696 0 0 0 28 1 0 0 21 0 1 0 687041560 41324544 6097 33554432000 4194304 4300056 140737041074352 18446744073709551615 4232120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 10089 6097 228 26 0 6721 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40356

[startup+0.700309 s]
/proc/loadavg: 0.00 0.00 0.00 3/278 18682
/proc/meminfo: memFree=17954480/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=34964 CPUtime=0.69 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 7563 0 0 0 68 1 0 0 22 0 1 0 687041560 35803136 5191 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 8741 5191 245 26 0 5373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34964

[startup+1.50115 s]
/proc/loadavg: 0.24 0.05 0.02 4/282 18689
/proc/meminfo: memFree=17864036/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=36640 CPUtime=1.49 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 7994 0 0 0 148 1 0 0 25 0 1 0 687041560 37519360 5618 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 9160 5618 246 26 0 5792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36640

[startup+3.10086 s]
/proc/loadavg: 0.24 0.05 0.02 5/287 18699
/proc/meminfo: memFree=17826024/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=43780 CPUtime=3.09 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 8828 0 0 0 308 1 0 0 25 0 1 0 687041560 44830720 6439 33554432000 4194304 4300056 140737041074352 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 10945 6439 246 26 0 7577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43780

[startup+6.30027 s]
/proc/loadavg: 0.54 0.12 0.04 5/287 18700
/proc/meminfo: memFree=17793208/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=50960 CPUtime=6.29 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 10566 0 0 0 628 1 0 0 25 0 1 0 687041560 52183040 8150 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 12740 8150 246 26 0 9372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50960

[startup+12.7011 s]
/proc/loadavg: 0.82 0.18 0.06 5/287 18700
/proc/meminfo: memFree=17731988/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=64688 CPUtime=12.69 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 14482 0 0 0 1266 3 0 0 25 0 1 0 687041560 66240512 12029 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 16172 12029 246 26 0 12804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64688

[startup+25.5008 s]
/proc/loadavg: 1.31 0.30 0.10 5/287 18700
/proc/meminfo: memFree=17680316/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=116716 CPUtime=25.49 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 20568 0 0 0 2544 5 0 0 25 0 1 0 687041560 119517184 18066 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256102 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 29179 18066 246 26 0 25811 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116716

[startup+51.1011 s]
/proc/loadavg: 2.43 0.67 0.23 5/287 18701
/proc/meminfo: memFree=17578272/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=91856 CPUtime=51.09 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 34666 0 0 0 5100 9 0 0 25 0 1 0 687041560 94060544 16679 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 22964 16679 246 26 0 19596 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91856

[startup+102.311 s]
/proc/loadavg: 3.32 1.18 0.42 5/287 18702
/proc/meminfo: memFree=17516104/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=98064 CPUtime=102.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 60273 0 0 0 10212 18 0 0 25 0 1 0 687041560 100417536 16730 33554432000 4194304 4300056 140737041074352 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 24516 16730 246 26 0 21148 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 98064

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/287 18704
/proc/meminfo: memFree=17499936/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=134028 CPUtime=162.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 86613 0 0 0 16204 26 0 0 25 0 1 0 687041560 137244672 29204 33554432000 4194304 4300056 140737041074352 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 33507 29204 246 26 0 30139 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134028

[startup+222.301 s]
/proc/loadavg: 3.96 2.13 0.86 5/287 18705
/proc/meminfo: memFree=17563116/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=106332 CPUtime=222.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 113300 0 0 0 22196 34 0 0 25 0 1 0 687041560 108883968 19713 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 26583 19713 246 26 0 23215 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106332

[startup+282.301 s]
/proc/loadavg: 4.03 2.48 1.06 5/287 18707
/proc/meminfo: memFree=17484188/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=140036 CPUtime=282.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 140359 0 0 0 28188 42 0 0 25 0 1 0 687041560 143396864 24838 33554432000 4194304 4300056 140737041074352 18446744073709551615 4255948 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 35009 24838 246 26 0 31641 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140036

[startup+342.301 s]
/proc/loadavg: 4.01 2.75 1.24 5/287 18735
/proc/meminfo: memFree=17588936/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=111976 CPUtime=342.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 163952 0 0 0 34181 49 0 0 25 0 1 0 687041560 114663424 23477 33554432000 4194304 4300056 140737041074352 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 27994 23477 246 26 0 24626 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111976

[startup+402.301 s]
/proc/loadavg: 4.00 2.98 1.41 5/287 18737
/proc/meminfo: memFree=17509128/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=146104 CPUtime=402.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 189263 0 0 0 40174 56 0 0 25 0 1 0 687041560 149610496 27001 33554432000 4194304 4300056 140737041074352 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 36526 27001 246 26 0 33158 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146104

[startup+462.301 s]
/proc/loadavg: 4.00 3.16 1.57 5/287 18739
/proc/meminfo: memFree=17613360/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=116728 CPUtime=462.31 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 205796 0 0 0 46168 63 0 0 25 0 1 0 687041560 119529472 23288 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 29182 23288 246 26 0 25814 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 116728

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.72 5/287 18740
/proc/meminfo: memFree=17631412/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=101800 CPUtime=522.3 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 229710 0 0 0 52161 69 0 0 25 0 1 0 687041560 104243200 18868 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 25450 18868 246 26 0 22082 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101800

[startup+582.301 s]
/proc/loadavg: 4.04 3.45 1.86 5/287 18742
/proc/meminfo: memFree=17467692/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=121596 CPUtime=582.31 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 256019 0 0 0 58154 77 0 0 25 0 1 0 687041560 124514304 24242 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 30399 24242 246 26 0 27031 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 121596

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 5/287 18743
/proc/meminfo: memFree=17416672/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=154136 CPUtime=642.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 286504 0 0 0 64146 86 0 0 25 0 1 0 687041560 157835264 29226 33554432000 4194304 4300056 140737041074352 18446744073709551615 4275013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 38534 29226 246 26 0 35166 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 154136

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.11 5/287 18745
/proc/meminfo: memFree=17469200/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=156452 CPUtime=702.31 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 312139 0 0 0 70137 94 0 0 25 0 1 0 687041560 160206848 33398 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 39113 33398 246 26 0 35745 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 156452

[startup+762.311 s]
/proc/loadavg: 4.08 3.71 2.23 5/287 18747
/proc/meminfo: memFree=17397108/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=160056 CPUtime=762.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 338355 0 0 0 76131 101 0 0 25 0 1 0 687041560 163897344 33973 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 40014 33973 246 26 0 36646 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 160056

[startup+822.301 s]
/proc/loadavg: 4.16 3.79 2.35 5/287 18748
/proc/meminfo: memFree=17446396/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=161644 CPUtime=822.31 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 363615 0 0 0 82122 109 0 0 25 0 1 0 687041560 165523456 35474 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 40411 35474 246 26 0 37043 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 161644

[startup+882.301 s]
/proc/loadavg: 4.06 3.83 2.45 5/287 18750
/proc/meminfo: memFree=17541700/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=95056 CPUtime=882.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 397307 0 0 0 88112 120 0 0 25 0 1 0 687041560 97337344 19625 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 23764 19625 246 26 0 20396 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 95056

[startup+942.301 s]
/proc/loadavg: 4.02 3.85 2.55 5/287 18751
/proc/meminfo: memFree=17491416/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=134488 CPUtime=942.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 425811 0 0 0 94103 129 0 0 25 0 1 0 687041560 137715712 27527 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 33622 27527 246 26 0 30254 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 134488

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.64 5/287 18753
/proc/meminfo: memFree=17295064/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=298636 CPUtime=1002.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 449841 0 0 0 100095 137 0 0 25 0 1 0 687041560 305803264 51480 33554432000 4194304 4300056 140737041074352 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 74659 51480 246 26 0 71291 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 298636

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.72 5/287 18755
/proc/meminfo: memFree=17546604/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=138044 CPUtime=1062.33 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 475050 0 0 0 106085 148 0 0 25 0 1 0 687041560 141357056 27960 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 34511 27960 246 26 0 31143 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 138044

[startup+1122.3 s]
/proc/loadavg: 4.06 3.93 2.80 5/287 18756
/proc/meminfo: memFree=17369120/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=302020 CPUtime=1122.33 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 503872 0 0 0 112079 154 0 0 25 0 1 0 687041560 309268480 56615 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 75505 56615 246 26 0 72137 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 302020

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.87 5/287 18758
/proc/meminfo: memFree=17275704/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=172236 CPUtime=1182.32 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 528534 0 0 0 118070 162 0 0 25 0 1 0 687041560 176369664 37451 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 43059 37451 246 26 0 39691 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 172236

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 2.94 5/287 18759
/proc/meminfo: memFree=17313840/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=305784 CPUtime=1242.33 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 545014 0 0 0 124064 169 0 0 25 0 1 0 687041560 313122816 53869 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 76446 53869 246 26 0 73078 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 305784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 5/287 18761
/proc/meminfo: memFree=17242860/32951124 swapFree=67083432/67111528
[pid=18682] ppid=18680 vsize=228180 CPUtime=1300.04 cores=0,2
/proc/18682/stat : 18682 (lr_gl_shr) R 18680 18682 18638 0 -1 4202496 575436 0 0 0 129825 179 0 0 25 0 1 0 687041560 233656320 46060 33554432000 4194304 4300056 140737041074352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18682/statm: 57045 46060 246 26 0 53677 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 228180

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.02
CPU time (s): 1300.06
CPU user time (s): 1298.26
CPU system time (s): 1.79973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 321516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.26
system time used= 1.79973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575436
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= 11
involuntary context switches= 2821

runsolver used 3.66644 second user time and 7.42287 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 21:08:30
IDJOB=3350115
IDBENCH=20521
IDSOLVER=1815
FILE ID=node110/3350115-1304968109
RUNJOBID= node110-1304968104-18656
PBS_JOBID= 13285640
Free space on /tmp= 50444 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350115-1304968109/watcher-3350115-1304968109 -o /tmp/evaluation-result-3350115-1304968109/solver-3350115-1304968109 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350115-1304968109.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1478059705

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17955288 kB
Buffers:        200292 kB
Cached:       10980472 kB
SwapCached:       1408 kB
Active:        4295936 kB
Inactive:     10097432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17955288 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           19508 kB
Writeback:          12 kB
AnonPages:     3211008 kB
Mapped:          22936 kB
Slab:           518432 kB
PageTables:      21212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46201496 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= 50448 MiB
End job on node110 at 2011-05-09 21:30:12