Trace number 3350245

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.21 1300.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

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-3350245-1304971002/watcher-3350245-1304971002 -o /tmp/evaluation-result-3350245-1304971002/solver-3350245-1304971002 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350245-1304971002.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: 1.18 1.55 2.33 5/339 5732
/proc/meminfo: memFree=11169284/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=24248 CPUtime=0 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 1397 0 0 0 0 0 0 0 21 0 1 0 589516309 24829952 1325 33554432000 4194304 4300056 140736412719280 18446744073709551615 270338383616 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 6062 1325 222 26 0 2694 0

[startup+0.0704029 s]
/proc/loadavg: 1.18 1.55 2.33 5/339 5732
/proc/meminfo: memFree=11169284/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=29912 CPUtime=0.06 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 2805 0 0 0 6 0 0 0 21 0 1 0 589516309 30629888 2733 33554432000 4194304 4300056 140736412719280 18446744073709551615 4220640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 7478 2733 222 26 0 4110 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29912

[startup+0.100398 s]
/proc/loadavg: 1.18 1.55 2.33 5/339 5732
/proc/meminfo: memFree=11169284/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=29912 CPUtime=0.09 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 2827 0 0 0 9 0 0 0 21 0 1 0 589516309 30629888 2755 33554432000 4194304 4300056 140736412719280 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 7478 2755 222 26 0 4110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29912

[startup+0.300361 s]
/proc/loadavg: 1.18 1.55 2.33 5/339 5732
/proc/meminfo: memFree=11169284/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=53484 CPUtime=0.29 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 8143 0 0 0 28 1 0 0 22 0 1 0 589516309 54767616 7717 33554432000 4194304 4300056 140736412719280 18446744073709551615 4200761 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 13371 7717 222 26 0 10003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53484

[startup+0.700281 s]
/proc/loadavg: 1.18 1.55 2.33 5/339 5732
/proc/meminfo: memFree=11169284/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=109012 CPUtime=0.68 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 23200 0 0 0 64 4 0 0 24 0 1 0 589516309 111628288 20992 33554432000 4194304 4300056 140736412719280 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 27253 20995 222 26 0 23885 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 109012

[startup+1.50112 s]
/proc/loadavg: 1.18 1.55 2.33 5/338 5733
/proc/meminfo: memFree=11004264/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=239748 CPUtime=1.48 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 55823 0 0 0 138 10 0 0 25 0 1 0 589516309 245501952 50367 33554432000 4194304 4300056 140736412719280 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 59937 50368 222 26 0 56569 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 239748

[startup+3.1008 s]
/proc/loadavg: 1.56 1.62 2.35 5/343 5739
/proc/meminfo: memFree=10755604/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=538896 CPUtime=3.09 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 119148 0 0 0 287 22 0 0 25 0 1 0 589516309 551829504 107923 33554432000 4194304 4300056 140736412719280 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 134724 107925 222 26 0 131356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 538896

[startup+6.30117 s]
/proc/loadavg: 1.56 1.62 2.35 5/343 5739
/proc/meminfo: memFree=9963888/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=697664 CPUtime=6.29 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 171165 0 0 0 598 31 0 0 25 0 1 0 589516309 714407936 154743 33554432000 4194304 4300056 140736412719280 18446744073709551615 4230686 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 174416 154743 226 26 0 171048 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 697664

[startup+12.7009 s]
/proc/loadavg: 2.02 1.71 2.37 5/343 5739
/proc/meminfo: memFree=9752492/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=845316 CPUtime=12.69 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 192372 0 0 0 1233 36 0 0 25 0 1 0 589516309 865603584 175910 33554432000 4194304 4300056 140736412719280 18446744073709551615 4230569 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 211329 175910 228 26 0 207961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 845316

[startup+25.5004 s]
/proc/loadavg: 2.32 1.79 2.39 5/341 5770
/proc/meminfo: memFree=10191556/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=684224 CPUtime=25.49 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 224516 0 0 0 2508 41 0 0 25 0 1 0 589516309 700645376 148060 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 171056 148060 246 26 0 167688 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 684224

[startup+51.1003 s]
/proc/loadavg: 2.89 1.97 2.43 5/343 5794
/proc/meminfo: memFree=9647588/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=765612 CPUtime=51.09 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 240575 0 0 0 5065 44 0 0 25 0 1 0 589516309 783986688 164117 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 191403 164117 246 26 0 188035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 765612

[startup+102.312 s]
/proc/loadavg: 3.69 2.34 2.53 5/343 5796
/proc/meminfo: memFree=9192612/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=897872 CPUtime=102.31 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 271063 0 0 0 10183 48 0 0 25 0 1 0 589516309 919420928 194597 33554432000 4194304 4300056 140736412719280 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 224468 194597 247 26 0 221100 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 897872

[startup+162.3 s]
/proc/loadavg: 3.89 2.64 2.62 4/340 5845
/proc/meminfo: memFree=8876564/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=1112796 CPUtime=162.3 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 326669 0 0 0 16176 54 0 0 25 0 1 0 589516309 1139503104 250198 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 278199 250198 247 26 0 274831 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1112796

[startup+222.3 s]
/proc/loadavg: 3.96 2.88 2.70 5/341 5862
/proc/meminfo: memFree=9258464/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=1462044 CPUtime=222.3 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 369011 0 0 0 22170 60 0 0 25 0 1 0 589516309 1497133056 292534 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 365511 292534 247 26 0 362143 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1462044

[startup+282.3 s]
/proc/loadavg: 3.98 3.08 2.78 5/343 5971
/proc/meminfo: memFree=8821664/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=1462044 CPUtime=282.3 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 417133 0 0 0 28161 69 0 0 25 0 1 0 589516309 1497133056 340647 33554432000 4194304 4300056 140736412719280 18446744073709551615 4262747 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 365511 340647 247 26 0 362143 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1462044

[startup+342.3 s]
/proc/loadavg: 3.99 3.25 2.85 5/343 5973
/proc/meminfo: memFree=8485552/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2029572 CPUtime=342.31 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 446916 0 0 0 34157 74 0 0 25 0 1 0 589516309 2078281728 370420 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 507393 370420 247 26 0 504025 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 2029572

[startup+402.301 s]
/proc/loadavg: 3.99 3.38 2.92 5/343 5975
/proc/meminfo: memFree=8259072/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2029572 CPUtime=402.3 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 474480 0 0 0 40151 79 0 0 25 0 1 0 589516309 2078281728 397974 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 507393 397974 247 26 0 504025 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2029572

[startup+462.301 s]
/proc/loadavg: 4.05 3.51 2.99 5/343 5976
/proc/meminfo: memFree=7914164/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2029572 CPUtime=462.3 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 500134 0 0 0 46147 83 0 0 25 0 1 0 589516309 2078281728 423617 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 507393 423617 247 26 0 504025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2029572

[startup+522.301 s]
/proc/loadavg: 4.11 3.62 3.06 5/343 5978
/proc/meminfo: memFree=7557108/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2029572 CPUtime=522.32 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 537478 0 0 0 52143 89 0 0 25 0 1 0 589516309 2078281728 460954 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 507393 460954 247 26 0 504025 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 2029572

[startup+582.301 s]
/proc/loadavg: 4.04 3.69 3.12 5/343 5979
/proc/meminfo: memFree=7335828/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2029572 CPUtime=582.32 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 566434 0 0 0 58139 93 0 0 25 0 1 0 589516309 2078281728 489902 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 507393 489902 247 26 0 504025 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 2029572

[startup+642.301 s]
/proc/loadavg: 4.05 3.76 3.18 5/343 5981
/proc/meminfo: memFree=7074128/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=642.32 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 598216 0 0 0 64134 98 0 0 25 0 1 0 589516309 3022651392 521679 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 521679 247 26 0 734584 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2951808

[startup+702.301 s]
/proc/loadavg: 4.02 3.80 3.22 5/343 5983
/proc/meminfo: memFree=6826188/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=702.32 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 647083 0 0 0 70127 105 0 0 25 0 1 0 589516309 3022651392 570539 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 570539 247 26 0 734584 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 2951808

[startup+762.313 s]
/proc/loadavg: 4.00 3.83 3.27 5/343 5984
/proc/meminfo: memFree=6434420/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=762.33 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 682654 0 0 0 76122 111 0 0 25 0 1 0 589516309 3022651392 606101 33554432000 4194304 4300056 140736412719280 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 606101 247 26 0 734584 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 2951808

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.31 5/343 5986
/proc/meminfo: memFree=6132304/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=822.33 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 711597 0 0 0 82117 116 0 0 25 0 1 0 589516309 3022651392 635042 33554432000 4194304 4300056 140736412719280 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 635042 247 26 0 734584 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 2951808

[startup+882.3 s]
/proc/loadavg: 4.00 3.88 3.35 5/343 5987
/proc/meminfo: memFree=5904080/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=882.33 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 743188 0 0 0 88112 121 0 0 25 0 1 0 589516309 3022651392 666627 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 666627 247 26 0 734584 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2951808

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 3.39 5/343 5989
/proc/meminfo: memFree=5642868/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=942.33 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 765892 0 0 0 94108 125 0 0 25 0 1 0 589516309 3022651392 689326 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 689326 247 26 0 734584 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 2951808

[startup+1002.3 s]
/proc/loadavg: 4.12 3.96 3.44 5/343 5991
/proc/meminfo: memFree=5430504/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=2951808 CPUtime=1002.34 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 796121 0 0 0 100104 130 0 0 25 0 1 0 589516309 3022651392 719549 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 737952 719549 247 26 0 734584 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2951808

[startup+1062.3 s]
/proc/loadavg: 4.07 3.98 3.48 5/343 5992
/proc/meminfo: memFree=5171772/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=4450440 CPUtime=1062.34 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 815679 0 0 0 106100 134 0 0 25 0 1 0 589516309 4557250560 739100 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 1112610 739100 247 26 0 1109242 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 4450440

[startup+1122.3 s]
/proc/loadavg: 4.14 4.01 3.52 5/343 5994
/proc/meminfo: memFree=4960672/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=4450440 CPUtime=1122.33 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 826887 0 0 0 112098 135 0 0 25 0 1 0 589516309 4557250560 750302 33554432000 4194304 4300056 140736412719280 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 1112610 750302 247 26 0 1109242 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4450440

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 3.55 5/343 5995
/proc/meminfo: memFree=4748928/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=4450440 CPUtime=1182.34 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 863543 0 0 0 118093 141 0 0 25 0 1 0 589516309 4557250560 786949 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 1112610 786949 247 26 0 1109242 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 4450440

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.57 5/343 5997
/proc/meminfo: memFree=4421392/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=4450440 CPUtime=1242.34 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 886569 0 0 0 124091 143 0 0 25 0 1 0 589516309 4557250560 809972 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 1112610 809972 247 26 0 1109242 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4450440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.59 5/343 5999
/proc/meminfo: memFree=4165156/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=4450440 CPUtime=1300.06 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4202496 907234 0 0 0 129860 146 0 0 25 0 1 0 589516309 4557250560 830637 33554432000 4194304 4300056 140736412719280 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5732/statm: 1112610 830637 247 26 0 1109242 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 4450440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300.11 s]
/proc/loadavg: 4.00 4.00 3.59 5/344 6000
/proc/meminfo: memFree=6462868/32951124 swapFree=67111352/67111528
[pid=5732] ppid=5730 vsize=0 CPUtime=1300.17 cores=0,2
/proc/5732/stat : 5732 (lr_gl_shr) R 5730 5732 5129 0 -1 4203524 907234 0 0 0 129860 157 0 0 25 0 1 0 589516309 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/5732/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 1300.21
CPU user time (s): 1298.61
CPU system time (s): 1.60476
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4450440

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

runsolver used 4.40933 second user time and 9.69952 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 21:56:47
IDJOB=3350245
IDBENCH=82404
IDSOLVER=1815
FILE ID=node143/3350245-1304971002
RUNJOBID= node143-1304971001-5696
PBS_JOBID= 13285607
Free space on /tmp= 40880 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350245-1304971002/watcher-3350245-1304971002 -o /tmp/evaluation-result-3350245-1304971002/solver-3350245-1304971002 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350245-1304971002.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1960931857

node143.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.846
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.69
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.75
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.846
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.846
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.846
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:      11169564 kB
Buffers:        187452 kB
Cached:        4875020 kB
SwapCached:          0 kB
Active:       17053348 kB
Inactive:      4400408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11169564 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          416816 kB
Writeback:           0 kB
AnonPages:    16391532 kB
Mapped:          29140 kB
Slab:           209132 kB
PageTables:      54240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70204716 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= 40992 MiB
End job on node143 at 2011-05-09 22:18:29