Trace number 3350113

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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

running on 2 cores: 5,7

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.24 0.05 0.02 4/286 18698
/proc/meminfo: memFree=17852836/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=19476 CPUtime=0 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 396 0 0 0 0 0 0 0 21 0 1 0 687041681 19943424 335 33554432000 4194304 4300056 140735046617552 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 4869 338 217 26 0 1501 0

[startup+0.0442749 s]
/proc/loadavg: 0.24 0.05 0.02 4/286 18698
/proc/meminfo: memFree=17852836/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=23940 CPUtime=0.03 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 1829 0 0 0 3 0 0 0 21 0 1 0 687041681 24514560 1673 33554432000 4194304 4300056 140735046617552 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 5985 1673 220 26 0 2617 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23940

[startup+0.100257 s]
/proc/loadavg: 0.24 0.05 0.02 4/286 18698
/proc/meminfo: memFree=17852836/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=29028 CPUtime=0.08 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 3761 0 0 0 8 0 0 0 21 0 1 0 687041681 29724672 3395 33554432000 4194304 4300056 140735046617552 18446744073709551615 4230531 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 7257 3395 227 26 0 3889 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29028

[startup+0.300219 s]
/proc/loadavg: 0.24 0.05 0.02 4/286 18698
/proc/meminfo: memFree=17852836/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=30984 CPUtime=0.28 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 5984 0 0 0 28 0 0 0 22 0 1 0 687041681 31727616 4118 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 7746 4118 236 26 0 4378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30984

[startup+0.700155 s]
/proc/loadavg: 0.24 0.05 0.02 4/286 18698
/proc/meminfo: memFree=17852836/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=32660 CPUtime=0.68 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 6238 0 0 0 68 0 0 0 23 0 1 0 687041681 33443840 4370 33554432000 4194304 4300056 140735046617552 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 8165 4370 246 26 0 4797 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32660

[startup+1.501 s]
/proc/loadavg: 0.24 0.05 0.02 5/287 18699
/proc/meminfo: memFree=17823792/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=35380 CPUtime=1.49 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 6796 0 0 0 148 1 0 0 25 0 1 0 687041681 36229120 4917 33554432000 4194304 4300056 140735046617552 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 8845 4917 246 26 0 5477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35380

[startup+3.10071 s]
/proc/loadavg: 0.24 0.05 0.02 5/287 18699
/proc/meminfo: memFree=17812880/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=39800 CPUtime=3.09 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 7907 0 0 0 308 1 0 0 25 0 1 0 687041681 40755200 6015 33554432000 4194304 4300056 140735046617552 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 9950 6015 246 26 0 6582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39800

[startup+6.30112 s]
/proc/loadavg: 0.54 0.12 0.04 5/287 18700
/proc/meminfo: memFree=17781552/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=47724 CPUtime=6.29 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 10229 0 0 0 627 2 0 0 25 0 1 0 687041681 48869376 8313 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 11931 8313 246 26 0 8563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47724

[startup+12.701 s]
/proc/loadavg: 0.82 0.18 0.06 5/287 18700
/proc/meminfo: memFree=17691600/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=81092 CPUtime=12.69 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 14885 0 0 0 1266 3 0 0 25 0 1 0 687041681 83038208 12905 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256171 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 20273 12905 246 26 0 16905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81092

[startup+25.5006 s]
/proc/loadavg: 1.52 0.37 0.12 5/287 18700
/proc/meminfo: memFree=17669900/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=65824 CPUtime=25.49 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 25587 0 0 0 2544 5 0 0 25 0 1 0 687041681 67403776 10413 33554432000 4194304 4300056 140735046617552 18446744073709551615 4263712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 16456 10413 246 26 0 13088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65824

[startup+51.1009 s]
/proc/loadavg: 2.43 0.67 0.23 5/287 18701
/proc/meminfo: memFree=17570708/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=90040 CPUtime=51.09 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 41590 0 0 0 5100 9 0 0 25 0 1 0 687041681 92200960 15749 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 22510 15749 246 26 0 19142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90040

[startup+102.311 s]
/proc/loadavg: 3.32 1.18 0.42 5/287 18702
/proc/meminfo: memFree=17509036/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=95672 CPUtime=102.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 72081 0 0 0 10214 16 0 0 25 0 1 0 687041681 97968128 18076 33554432000 4194304 4300056 140735046617552 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 23918 18076 246 26 0 20550 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95672

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/287 18704
/proc/meminfo: memFree=17494232/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=82020 CPUtime=162.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 107233 0 0 0 16205 25 0 0 25 0 1 0 687041681 83988480 16811 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 20505 16811 246 26 0 17137 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82020

[startup+222.301 s]
/proc/loadavg: 3.96 2.13 0.86 5/287 18705
/proc/meminfo: memFree=17555428/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=105780 CPUtime=222.29 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 142329 0 0 0 22193 36 0 0 25 0 1 0 687041681 108318720 18516 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 26445 18516 246 26 0 23077 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105780

[startup+282.301 s]
/proc/loadavg: 4.03 2.48 1.06 5/287 18707
/proc/meminfo: memFree=17475384/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=139672 CPUtime=282.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 177505 0 0 0 28185 45 0 0 25 0 1 0 687041681 143024128 24776 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 34918 24776 246 26 0 31550 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139672

[startup+342.301 s]
/proc/loadavg: 4.01 2.75 1.24 5/287 18735
/proc/meminfo: memFree=17578520/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=193604 CPUtime=342.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 210257 0 0 0 34176 54 0 0 25 0 1 0 687041681 198250496 36180 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 48401 36180 246 26 0 45033 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 193604

[startup+402.301 s]
/proc/loadavg: 4.00 2.98 1.41 5/287 18737
/proc/meminfo: memFree=17500820/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=277984 CPUtime=402.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 254143 0 0 0 40166 64 0 0 25 0 1 0 687041681 284655616 48237 33554432000 4194304 4300056 140735046617552 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 69496 48237 246 26 0 66128 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 277984

[startup+462.301 s]
/proc/loadavg: 4.00 3.16 1.57 6/287 18739
/proc/meminfo: memFree=17606292/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=198060 CPUtime=462.3 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 288579 0 0 0 46156 74 0 0 25 0 1 0 687041681 202813440 34256 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 49515 34256 246 26 0 46147 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 198060

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.72 5/287 18740
/proc/meminfo: memFree=17680516/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=82660 CPUtime=522.31 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 327141 0 0 0 52146 85 0 0 25 0 1 0 687041681 84643840 16476 33554432000 4194304 4300056 140735046617552 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 20665 16476 246 26 0 17297 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 82660

[startup+582.301 s]
/proc/loadavg: 4.04 3.45 1.86 5/287 18742
/proc/meminfo: memFree=17457028/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=122176 CPUtime=582.31 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 363178 0 0 0 58137 94 0 0 25 0 1 0 687041681 125108224 25623 33554432000 4194304 4300056 140735046617552 18446744073709551615 4252404 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 30544 25624 246 26 0 27176 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122176

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 5/287 18743
/proc/meminfo: memFree=17408364/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=288028 CPUtime=642.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 393476 0 0 0 64129 103 0 0 25 0 1 0 687041681 294940672 55822 33554432000 4194304 4300056 140735046617552 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 72007 55822 246 26 0 68639 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 288028

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.11 5/287 18745
/proc/meminfo: memFree=17461760/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=158256 CPUtime=702.31 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 432130 0 0 0 70116 115 0 0 25 0 1 0 687041681 162054144 32695 33554432000 4194304 4300056 140735046617552 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 39564 32695 246 26 0 36196 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 158256

[startup+762.311 s]
/proc/loadavg: 4.08 3.71 2.23 6/287 18747
/proc/meminfo: memFree=17385452/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=159672 CPUtime=762.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 467031 0 0 0 76107 125 0 0 25 0 1 0 687041681 163504128 29246 33554432000 4194304 4300056 140735046617552 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 39918 29246 246 26 0 36550 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 159672

[startup+822.301 s]
/proc/loadavg: 4.16 3.79 2.35 5/287 18748
/proc/meminfo: memFree=17436724/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=211696 CPUtime=822.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 504774 0 0 0 82098 134 0 0 25 0 1 0 687041681 216776704 40672 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 52924 40672 246 26 0 49556 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 211696

[startup+882.301 s]
/proc/loadavg: 4.06 3.83 2.45 5/287 18750
/proc/meminfo: memFree=17527316/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=163384 CPUtime=882.31 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 539602 0 0 0 88087 144 0 0 25 0 1 0 687041681 167305216 32912 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 40846 32912 246 26 0 37478 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 163384

[startup+942.301 s]
/proc/loadavg: 4.02 3.85 2.55 5/287 18751
/proc/meminfo: memFree=17478272/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=217252 CPUtime=942.31 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 591248 0 0 0 94075 156 0 0 25 0 1 0 687041681 222466048 41652 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 54313 41652 246 26 0 50945 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 217252

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.64 5/287 18753
/proc/meminfo: memFree=17288244/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=219304 CPUtime=1002.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 628079 0 0 0 100066 166 0 0 25 0 1 0 687041681 224567296 41433 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 54826 41433 246 26 0 51458 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 219304

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.72 5/287 18755
/proc/meminfo: memFree=17538916/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=101324 CPUtime=1062.33 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 659570 0 0 0 106056 177 0 0 25 0 1 0 687041681 103755776 20809 33554432000 4194304 4300056 140735046617552 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 25331 20809 246 26 0 21963 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 101324

[startup+1122.3 s]
/proc/loadavg: 4.06 3.93 2.80 5/287 18756
/proc/meminfo: memFree=17360688/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=140160 CPUtime=1122.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 691115 0 0 0 112047 185 0 0 25 0 1 0 687041681 143523840 30182 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 35040 30182 246 26 0 31672 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 140160

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.87 5/287 18758
/proc/meminfo: memFree=17269504/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=173580 CPUtime=1182.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 720667 0 0 0 118039 193 0 0 25 0 1 0 687041681 177745920 32576 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 43395 32576 246 26 0 40027 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 173580

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 2.94 5/287 18759
/proc/meminfo: memFree=17300696/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=125648 CPUtime=1242.32 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 751770 0 0 0 124030 202 0 0 25 0 1 0 687041681 128663552 24826 33554432000 4194304 4300056 140735046617552 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 31412 24826 246 26 0 28044 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 125648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.01 3/283 18763
/proc/meminfo: memFree=17537392/32951124 swapFree=67083432/67111528
[pid=18698] ppid=18696 vsize=177376 CPUtime=1300.03 cores=5,7
/proc/18698/stat : 18698 (lr_gl_shr) R 18696 18698 18638 0 -1 4202496 792801 0 0 0 129793 210 0 0 25 0 1 0 687041681 181633024 34695 33554432000 4194304 4300056 140735046617552 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18698/statm: 44344 34695 246 26 0 40976 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 177376

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.05
CPU user time (s): 1297.94
CPU system time (s): 2.11568
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 305572

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

runsolver used 3.52746 second user time and 7.77082 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 21:08:31
IDJOB=3350113
IDBENCH=20529
IDSOLVER=1815
FILE ID=node110/3350113-1304968109
RUNJOBID= node110-1304968104-18659
PBS_JOBID= 13285640
Free space on /tmp= 50436 MiB

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

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
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:      17853000 kB
Buffers:        200328 kB
Cached:       10989508 kB
SwapCached:       1408 kB
Active:        4397596 kB
Inactive:     10098412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17853000 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           26872 kB
Writeback:           0 kB
AnonPages:     3303292 kB
Mapped:          23036 kB
Slab:           518640 kB
PageTables:      21700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46337612 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= 50412 MiB
End job on node110 at 2011-05-09 21:30:13