Trace number 3349413

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_SHR 2011-03-02? (TO) 1300.15 1300.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

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

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: 3.76 3.69 3.65 4/361 9858
/proc/meminfo: memFree=15689820/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=11796 CPUtime=0 cores=5,7
/proc/9858/stat : 9858 (runsolver) R 9856 9858 9331 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 589502329 12079104 49 33554432000 4194304 5432360 140735512046336 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/9858/statm: 2949 49 30 303 0 2643 0

[startup+0.063186 s]
/proc/loadavg: 3.76 3.69 3.65 4/361 9858
/proc/meminfo: memFree=15689820/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=25488 CPUtime=0.04 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 1721 0 0 0 4 0 0 0 23 0 1 0 589502329 26099712 1650 33554432000 4194304 4300056 140735604309856 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 6372 1650 222 26 0 3004 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25488

[startup+0.100184 s]
/proc/loadavg: 3.76 3.69 3.65 4/361 9858
/proc/meminfo: memFree=15689820/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=29912 CPUtime=0.07 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 2824 0 0 0 7 0 0 0 23 0 1 0 589502329 30629888 2753 33554432000 4194304 4300056 140735604309856 18446744073709551615 255106768640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 7478 2753 222 26 0 4110 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29912

[startup+0.300149 s]
/proc/loadavg: 3.76 3.69 3.65 4/361 9858
/proc/meminfo: memFree=15689820/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=53616 CPUtime=0.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 8189 0 0 0 26 2 0 0 24 0 1 0 589502329 54902784 7761 33554432000 4194304 4300056 140735604309856 18446744073709551615 255106768640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 13404 7761 222 26 0 10036 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53616

[startup+0.701089 s]
/proc/loadavg: 3.76 3.69 3.65 4/361 9858
/proc/meminfo: memFree=15689820/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=120728 CPUtime=0.68 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 25332 0 0 0 62 6 0 0 25 0 1 0 589502329 123625472 22441 33554432000 4194304 4300056 140735604309856 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 30182 22445 222 26 0 26814 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 120728

[startup+1.50094 s]
/proc/loadavg: 3.76 3.69 3.65 5/362 9859
/proc/meminfo: memFree=15549328/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=265200 CPUtime=1.47 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 59508 0 0 0 136 11 0 0 25 0 1 0 589502329 271564800 54053 33554432000 4194304 4300056 140735604309856 18446744073709551615 255106768640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 66300 54055 222 26 0 62932 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 265200

[startup+3.10066 s]
/proc/loadavg: 3.78 3.70 3.65 5/362 9859
/proc/meminfo: memFree=15402512/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=346308 CPUtime=3.08 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 77529 0 0 0 293 15 0 0 25 0 1 0 589502329 354619392 69765 33554432000 4194304 4300056 140735604309856 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 86577 69765 226 26 0 83209 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 346308

[startup+6.3011 s]
/proc/loadavg: 3.78 3.70 3.65 5/362 9859
/proc/meminfo: memFree=15356808/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=380500 CPUtime=6.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 86621 0 0 0 612 16 0 0 25 0 1 0 589502329 389632000 78821 33554432000 4194304 4300056 140735604309856 18446744073709551615 4217162 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 95125 78821 228 26 0 91757 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 380500

[startup+12.701 s]
/proc/loadavg: 3.80 3.70 3.65 5/362 9859
/proc/meminfo: memFree=15382248/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=311444 CPUtime=12.68 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 101276 0 0 0 1250 18 0 0 25 0 1 0 589502329 318918656 67440 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 77861 67440 246 26 0 74493 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 311444

[startup+25.5007 s]
/proc/loadavg: 3.84 3.72 3.65 5/362 9860
/proc/meminfo: memFree=15313800/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=342264 CPUtime=25.48 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 108530 0 0 0 2528 20 0 0 25 0 1 0 589502329 350478336 74688 33554432000 4194304 4300056 140735604309856 18446744073709551615 4254643 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 85566 74688 247 26 0 82198 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 342264

[startup+51.1002 s]
/proc/loadavg: 3.89 3.74 3.66 5/362 9860
/proc/meminfo: memFree=15158624/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=473740 CPUtime=51.08 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 125261 0 0 0 5085 23 0 0 25 0 1 0 589502329 485109760 91412 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 118435 91412 247 26 0 115067 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 473740

[startup+102.313 s]
/proc/loadavg: 3.96 3.78 3.68 5/362 9862
/proc/meminfo: memFree=14823680/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=606000 CPUtime=102.29 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 160146 0 0 0 10200 29 0 0 25 0 1 0 589502329 620544000 126279 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 151500 126279 247 26 0 148132 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 606000

[startup+162.301 s]
/proc/loadavg: 3.98 3.81 3.69 5/362 9863
/proc/meminfo: memFree=14516032/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=820924 CPUtime=162.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 195073 0 0 0 16193 35 0 0 25 0 1 0 589502329 840626176 161187 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 205231 161187 247 26 0 201863 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 820924

[startup+222.301 s]
/proc/loadavg: 3.99 3.85 3.71 5/362 9865
/proc/meminfo: memFree=14128752/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1170172 CPUtime=222.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 234464 0 0 0 22186 42 0 0 25 0 1 0 589502329 1198256128 200558 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 292543 200558 247 26 0 289175 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1170172

[startup+282.301 s]
/proc/loadavg: 4.04 3.89 3.73 5/362 9867
/proc/meminfo: memFree=13759688/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1170172 CPUtime=282.29 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 272923 0 0 0 28179 50 0 0 25 0 1 0 589502329 1198256128 239004 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 292543 239004 247 26 0 289175 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1170172

[startup+342.301 s]
/proc/loadavg: 4.08 3.92 3.75 5/362 9868
/proc/meminfo: memFree=13384024/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1170172 CPUtime=342.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 309451 0 0 0 34174 54 0 0 25 0 1 0 589502329 1198256128 275516 33554432000 4194304 4300056 140735604309856 18446744073709551615 4263808 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 292543 275516 247 26 0 289175 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1170172

[startup+402.301 s]
/proc/loadavg: 4.15 3.96 3.77 5/362 9879
/proc/meminfo: memFree=13063608/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1737700 CPUtime=402.28 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 342964 0 0 0 40168 60 0 0 25 0 1 0 589502329 1779404800 309011 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 434425 309011 247 26 0 431057 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1737700

[startup+462.301 s]
/proc/loadavg: 4.05 3.97 3.78 5/362 9880
/proc/meminfo: memFree=12758996/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1737700 CPUtime=462.29 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 376575 0 0 0 46163 66 0 0 25 0 1 0 589502329 1779404800 342609 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 434425 342609 247 26 0 431057 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1737700

[startup+522.3 s]
/proc/loadavg: 4.08 3.99 3.80 5/362 9882
/proc/meminfo: memFree=12476984/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1737700 CPUtime=522.29 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 408427 0 0 0 52157 72 0 0 25 0 1 0 589502329 1779404800 374439 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 434425 374439 247 26 0 431057 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1737700

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.81 5/362 9884
/proc/meminfo: memFree=12221632/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=1737700 CPUtime=582.29 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 435447 0 0 0 58153 76 0 0 25 0 1 0 589502329 1779404800 401443 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 434425 401443 247 26 0 431057 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1737700

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.82 5/362 9885
/proc/meminfo: memFree=11927440/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2663712 CPUtime=642.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 468606 0 0 0 64149 82 0 0 25 0 1 0 589502329 2727641088 434586 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252310 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 665928 434586 247 26 0 662560 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2663712

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/362 9887
/proc/meminfo: memFree=11622596/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2667572 CPUtime=702.3 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 502219 0 0 0 70142 88 0 0 25 0 1 0 589502329 2731593728 468177 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 666893 468177 247 26 0 663525 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2667572

[startup+762.313 s]
/proc/loadavg: 4.00 3.99 3.83 5/362 9888
/proc/meminfo: memFree=11270884/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2670772 CPUtime=762.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 528675 0 0 0 76140 91 0 0 25 0 1 0 589502329 2734870528 494615 33554432000 4194304 4300056 140735604309856 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 667693 494615 247 26 0 664325 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2670772

[startup+822.301 s]
/proc/loadavg: 4.12 4.02 3.85 5/362 9890
/proc/meminfo: memFree=10927472/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2674384 CPUtime=822.3 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 560112 0 0 0 82134 96 0 0 25 0 1 0 589502329 2738569216 526035 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 668596 526035 247 26 0 665228 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 2674384

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.86 5/362 9892
/proc/meminfo: memFree=10594360/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2679468 CPUtime=882.3 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 591027 0 0 0 88129 101 0 0 25 0 1 0 589502329 2743775232 556935 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 669867 556935 247 26 0 666499 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2679468

[startup+942.301 s]
/proc/loadavg: 4.09 4.02 3.87 5/362 9893
/proc/meminfo: memFree=10283072/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2681640 CPUtime=942.3 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 619614 0 0 0 94125 105 0 0 25 0 1 0 589502329 2745999360 585511 33554432000 4194304 4300056 140735604309856 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 670410 585511 247 26 0 667042 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2681640

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.88 5/362 9895
/proc/meminfo: memFree=9957020/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2684588 CPUtime=1002.3 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 649068 0 0 0 100119 111 0 0 25 0 1 0 589502329 2749018112 614950 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 671147 614950 247 26 0 667779 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2684588

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/362 9896
/proc/meminfo: memFree=9646228/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=2688188 CPUtime=1062.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 678829 0 0 0 106114 117 0 0 25 0 1 0 589502329 2752704512 644696 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 672047 644696 247 26 0 668679 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2688188

[startup+1122.3 s]
/proc/loadavg: 4.08 4.05 3.90 5/362 9898
/proc/meminfo: memFree=9353672/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=4190180 CPUtime=1122.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 707195 0 0 0 112108 123 0 0 25 0 1 0 589502329 4290744320 673042 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 1047545 673042 247 26 0 1044177 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 4190180

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 3.91 5/362 9900
/proc/meminfo: memFree=9041896/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=4193216 CPUtime=1182.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 740051 0 0 0 118103 128 0 0 25 0 1 0 589502329 4293853184 705878 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 1048304 705878 247 26 0 1044936 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4193216

[startup+1242.3 s]
/proc/loadavg: 2.64 3.68 3.79 2/344 9955
/proc/meminfo: memFree=13732204/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=4196512 CPUtime=1242.31 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 769087 0 0 0 124097 134 0 0 25 0 1 0 589502329 4297228288 734901 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 1049128 734901 247 26 0 1045760 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 4196512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.60 3.19 3.61 2/344 9957
/proc/meminfo: memFree=13632108/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=4199608 CPUtime=1300.02 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4202496 794036 0 0 0 129863 139 0 0 25 0 1 0 589502329 4300398592 759836 33554432000 4194304 4300056 140735604309856 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9858/statm: 1049902 759836 247 26 0 1046534 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 4199608

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.60 3.19 3.61 2/345 9958
/proc/meminfo: memFree=16133056/32951124 swapFree=67111348/67111528
[pid=9858] ppid=9856 vsize=0 CPUtime=1300.13 cores=5,7
/proc/9858/stat : 9858 (lr_gl_shr) R 9856 9858 9331 0 -1 4203524 794036 0 0 0 129863 150 0 0 25 0 1 0 589502329 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/9858/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.14
CPU time (s): 1300.15
CPU user time (s): 1298.64
CPU system time (s): 1.51877
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4199608

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

runsolver used 4.10738 second user time and 10.1795 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 21:54:22
IDJOB=3349413
IDBENCH=82387
IDSOLVER=1813
FILE ID=node144/3349413-1304970859
RUNJOBID= node144-1304970750-9735
PBS_JOBID= 13285606
Free space on /tmp= 37424 MiB

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

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1404837598

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15689852 kB
Buffers:        202204 kB
Cached:        8656412 kB
SwapCached:          0 kB
Active:        8644544 kB
Inactive:      8138304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15689852 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          225576 kB
Writeback:           0 kB
AnonPages:     7924084 kB
Mapped:          27776 kB
Slab:           374776 kB
PageTables:      39568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83038352 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= 37608 MiB
End job on node144 at 2011-05-09 22:16:04