Trace number 3349945

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_NOGL_NOSHR 2011-03-02? (TO) 1300.19 1300.16

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

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: 3.95 3.97 3.09 4/361 20765
/proc/meminfo: memFree=27597932/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=24248 CPUtime=0.01 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 1397 0 0 0 1 0 0 0 23 0 1 0 608551602 24829952 1325 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 6062 1325 222 26 0 2694 0

[startup+0.0875219 s]
/proc/loadavg: 3.95 3.97 3.09 4/361 20765
/proc/meminfo: memFree=27597932/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=29912 CPUtime=0.08 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 2818 0 0 0 8 0 0 0 23 0 1 0 608551602 30629888 2746 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 7478 2746 222 26 0 4110 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29912

[startup+0.100518 s]
/proc/loadavg: 3.95 3.97 3.09 4/361 20765
/proc/meminfo: memFree=27597932/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=29912 CPUtime=0.09 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 2826 0 0 0 9 0 0 0 23 0 1 0 608551602 30629888 2754 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 7478 2754 222 26 0 4110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29912

[startup+0.300498 s]
/proc/loadavg: 3.95 3.97 3.09 4/361 20765
/proc/meminfo: memFree=27597932/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=53220 CPUtime=0.29 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 8066 0 0 0 27 2 0 0 24 0 1 0 608551602 54497280 7654 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 13305 7654 222 26 0 9937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53220

[startup+0.700418 s]
/proc/loadavg: 3.95 3.97 3.09 4/361 20765
/proc/meminfo: memFree=27597932/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=107692 CPUtime=0.69 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 22660 0 0 0 65 4 0 0 25 0 1 0 608551602 110276608 20452 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 26923 20454 222 26 0 23555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107692

[startup+1.50029 s]
/proc/loadavg: 3.95 3.97 3.09 5/359 20769
/proc/meminfo: memFree=27936352/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=231796 CPUtime=1.49 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 54271 0 0 0 140 9 0 0 25 0 1 0 608551602 237359104 48815 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 57949 48816 222 26 0 54581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 231796

[startup+3.10098 s]
/proc/loadavg: 3.95 3.97 3.09 5/359 20769
/proc/meminfo: memFree=27775800/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=522252 CPUtime=3.09 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 115459 0 0 0 288 21 0 0 25 0 1 0 608551602 534786048 104234 33554432000 4194304 4300056 140736759458832 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 130563 104235 222 26 0 127195 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 522252

[startup+6.30043 s]
/proc/loadavg: 3.95 3.97 3.10 5/359 20769
/proc/meminfo: memFree=27425632/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=697664 CPUtime=6.29 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 171165 0 0 0 600 29 0 0 25 0 1 0 608551602 714407936 154743 33554432000 4194304 4300056 140736759458832 18446744073709551615 4230656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 174416 154743 226 26 0 171048 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 697664

[startup+12.7003 s]
/proc/loadavg: 3.96 3.97 3.10 5/359 20787
/proc/meminfo: memFree=27411400/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=845316 CPUtime=12.69 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 192372 0 0 0 1237 32 0 0 25 0 1 0 608551602 865603584 175910 33554432000 4194304 4300056 140736759458832 18446744073709551615 4233048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 211329 175910 228 26 0 207961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 845316

[startup+25.5011 s]
/proc/loadavg: 4.04 3.99 3.12 5/362 20793
/proc/meminfo: memFree=26631740/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=684224 CPUtime=25.5 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 224465 0 0 0 2512 38 0 0 25 0 1 0 608551602 700645376 148009 33554432000 4194304 4300056 140736759458832 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 171056 148009 246 26 0 167688 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 684224

[startup+51.1005 s]
/proc/loadavg: 4.02 3.99 3.14 5/359 20797
/proc/meminfo: memFree=27119564/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=765612 CPUtime=51.09 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 239847 0 0 0 5069 40 0 0 25 0 1 0 608551602 783986688 163389 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 191403 163389 246 26 0 188035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 765612

[startup+102.313 s]
/proc/loadavg: 4.01 3.99 3.19 5/362 20822
/proc/meminfo: memFree=26897472/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=897872 CPUtime=102.31 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 269773 0 0 0 10186 45 0 0 25 0 1 0 608551602 919420928 193307 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 224468 193307 247 26 0 221100 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 897872

[startup+162.301 s]
/proc/loadavg: 4.06 4.00 3.24 5/362 20824
/proc/meminfo: memFree=26420632/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=1112796 CPUtime=162.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 325412 0 0 0 16178 52 0 0 25 0 1 0 608551602 1139503104 248943 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 278199 248943 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: 4.02 4.00 3.28 5/362 20826
/proc/meminfo: memFree=26058176/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=1462044 CPUtime=222.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 364531 0 0 0 22172 58 0 0 25 0 1 0 608551602 1497133056 288054 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 365511 288054 247 26 0 362143 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1462044

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.33 5/362 20827
/proc/meminfo: memFree=25627968/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=1462044 CPUtime=282.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 415785 0 0 0 28165 65 0 0 25 0 1 0 608551602 1497133056 339299 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 365511 339299 247 26 0 362143 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1462044

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.37 5/362 20829
/proc/meminfo: memFree=25245264/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2029572 CPUtime=342.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 445780 0 0 0 34161 69 0 0 25 0 1 0 608551602 2078281728 369284 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 507393 369284 247 26 0 504025 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2029572

[startup+402.301 s]
/proc/loadavg: 4.11 4.03 3.41 5/362 20830
/proc/meminfo: memFree=25521616/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2029572 CPUtime=402.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 473909 0 0 0 40157 73 0 0 25 0 1 0 608551602 2078281728 397403 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 507393 397403 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.11 4.04 3.45 5/362 20832
/proc/meminfo: memFree=25154540/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2029572 CPUtime=462.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 499337 0 0 0 46153 77 0 0 25 0 1 0 608551602 2078281728 422820 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 507393 422820 247 26 0 504025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2029572

[startup+522.3 s]
/proc/loadavg: 3.92 4.01 3.48 4/356 20851
/proc/meminfo: memFree=25767356/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2029572 CPUtime=522.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 537012 0 0 0 52146 84 0 0 25 0 1 0 608551602 2078281728 460488 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 507393 460488 247 26 0 504025 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2029572

[startup+582.301 s]
/proc/loadavg: 3.34 3.82 3.44 4/356 20852
/proc/meminfo: memFree=25587496/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2029572 CPUtime=582.31 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 565631 0 0 0 58141 90 0 0 25 0 1 0 608551602 2078281728 489099 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 507393 489099 247 26 0 504025 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2029572

[startup+642.301 s]
/proc/loadavg: 3.12 3.67 3.41 4/356 20854
/proc/meminfo: memFree=25731776/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=642.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 597841 0 0 0 64138 94 0 0 25 0 1 0 608551602 3022651392 521304 33554432000 4194304 4300056 140736759458832 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 521304 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: 3.04 3.55 3.39 4/356 20855
/proc/meminfo: memFree=25463780/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=702.3 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 646794 0 0 0 70128 102 0 0 25 0 1 0 608551602 3022651392 570250 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 570250 247 26 0 734584 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2951808

[startup+762.313 s]
/proc/loadavg: 3.01 3.44 3.36 4/356 20857
/proc/meminfo: memFree=25246868/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=762.33 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 682534 0 0 0 76124 109 0 0 25 0 1 0 608551602 3022651392 605981 33554432000 4194304 4300056 140736759458832 18446744073709551615 4263680 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 605981 247 26 0 734584 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 2951808

[startup+822.3 s]
/proc/loadavg: 3.00 3.36 3.33 4/356 20859
/proc/meminfo: memFree=25051036/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=822.31 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 710700 0 0 0 82118 113 0 0 25 0 1 0 608551602 3022651392 634145 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 634145 247 26 0 734584 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2951808

[startup+882.301 s]
/proc/loadavg: 3.00 3.29 3.31 4/356 20860
/proc/meminfo: memFree=24768020/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=882.31 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 741904 0 0 0 88114 117 0 0 25 0 1 0 608551602 3022651392 665343 33554432000 4194304 4300056 140736759458832 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 665343 247 26 0 734584 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2951808

[startup+942.301 s]
/proc/loadavg: 3.16 3.27 3.30 3/351 20879
/proc/meminfo: memFree=25007804/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=942.31 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 765660 0 0 0 94110 121 0 0 25 0 1 0 608551602 3022651392 689094 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 689094 247 26 0 734584 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2951808

[startup+1002.3 s]
/proc/loadavg: 2.50 3.05 3.22 3/350 20880
/proc/meminfo: memFree=24786968/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=2951808 CPUtime=1002.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 795935 0 0 0 100106 126 0 0 25 0 1 0 608551602 3022651392 719363 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 737952 719363 247 26 0 734584 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2951808

[startup+1062.3 s]
/proc/loadavg: 2.22 2.87 3.14 3/350 20882
/proc/meminfo: memFree=24639100/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=4450440 CPUtime=1062.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 815429 0 0 0 106103 129 0 0 25 0 1 0 608551602 4557250560 738850 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 1112610 738850 247 26 0 1109242 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4450440

[startup+1122.3 s]
/proc/loadavg: 1.68 2.62 3.04 2/344 20901
/proc/meminfo: memFree=25681944/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=4450440 CPUtime=1122.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 825666 0 0 0 112101 131 0 0 25 0 1 0 608551602 4557250560 749083 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252399 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 1112610 749083 247 26 0 1109242 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4450440

[startup+1182.3 s]
/proc/loadavg: 1.25 2.32 2.91 2/344 20902
/proc/meminfo: memFree=25530876/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=4450440 CPUtime=1182.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 863495 0 0 0 118096 136 0 0 25 0 1 0 608551602 4557250560 786901 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 1112610 786901 247 26 0 1109242 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4450440

[startup+1242.3 s]
/proc/loadavg: 1.09 2.08 2.79 2/344 20904
/proc/meminfo: memFree=25437464/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=4450440 CPUtime=1242.32 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 886745 0 0 0 124094 138 0 0 25 0 1 0 608551602 4557250560 810148 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 1112610 810148 247 26 0 1109242 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4450440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.88 2.67 2/344 20905
/proc/meminfo: memFree=25352848/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=4450440 CPUtime=1300.04 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4202496 907496 0 0 0 129863 141 0 0 25 0 1 0 608551602 4557250560 830899 33554432000 4194304 4300056 140736759458832 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20765/statm: 1112610 830899 247 26 0 1109242 0
Current children cumulated CPU time (s) 1300.04
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: 1.03 1.88 2.67 2/345 20906
/proc/meminfo: memFree=27667920/32951124 swapFree=53501176/67111528
[pid=20765] ppid=20763 vsize=0 CPUtime=1300.15 cores=0,2
/proc/20765/stat : 20765 (lr_gl_shr) R 20763 20765 20502 0 -1 4203524 907496 0 0 0 129863 152 0 0 25 0 1 0 608551602 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/20765/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.19
CPU user time (s): 1298.63
CPU system time (s): 1.56076
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4450440

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

runsolver used 4.48732 second user time and 9.71952 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 21:31:30
IDJOB=3349945
IDBENCH=82404
IDSOLVER=1814
FILE ID=node103/3349945-1304969484
RUNJOBID= node103-1304968099-20520
PBS_JOBID= 13285647
Free space on /tmp= 48496 MiB

SOLVER NAME= minisat hack: LR_NOGL_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 -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349945-1304969484/watcher-3349945-1304969484 -o /tmp/evaluation-result-3349945-1304969484/solver-3349945-1304969484 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349945-1304969484.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=719779040

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.77
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.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27597964 kB
Buffers:        186868 kB
Cached:        1756196 kB
SwapCached:     339736 kB
Active:        1929332 kB
Inactive:      3178016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27597964 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:          364600 kB
Writeback:           0 kB
AnonPages:     2835040 kB
Mapped:          11116 kB
Slab:           125856 kB
PageTables:      55556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79464700 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= 48704 MiB
End job on node103 at 2011-05-09 21:53:12