Trace number 3350239

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.1 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3350239-1304969811/watcher-3350239-1304969811 -o /tmp/evaluation-result-3350239-1304969811/solver-3350239-1304969811 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350239-1304969811.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: 3.99 3.97 3.35 5/366 29446
/proc/meminfo: memFree=22372308/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=20528 CPUtime=0 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 651 0 0 0 0 0 0 0 24 0 1 0 608578816 21020672 593 33554432000 4194304 4300056 140736896674000 18446744073709551615 218905730816 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 5132 593 222 26 0 1764 0

[startup+0.0641841 s]
/proc/loadavg: 3.99 3.97 3.35 5/366 29446
/proc/meminfo: memFree=22372308/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=26888 CPUtime=0.05 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 2505 0 0 0 5 0 0 0 24 0 1 0 608578816 27533312 2304 33554432000 4194304 4300056 140736896674000 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 6722 2306 222 26 0 3354 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26888

[startup+0.101203 s]
/proc/loadavg: 3.99 3.97 3.35 5/366 29446
/proc/meminfo: memFree=22372308/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=31496 CPUtime=0.09 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 4077 0 0 0 8 1 0 0 24 0 1 0 608578816 32251904 3640 33554432000 4194304 4300056 140736896674000 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 7874 3641 222 26 0 4506 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31496

[startup+0.301144 s]
/proc/loadavg: 3.99 3.97 3.35 5/366 29446
/proc/meminfo: memFree=22372308/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=65972 CPUtime=0.29 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 12822 0 0 0 27 2 0 0 25 0 1 0 608578816 67555328 10950 33554432000 4194304 4300056 140736896674000 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 16493 10952 222 26 0 13125 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65972

[startup+0.701074 s]
/proc/loadavg: 3.99 3.97 3.35 5/366 29446
/proc/meminfo: memFree=22372308/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=72088 CPUtime=0.69 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 15283 0 0 0 67 2 0 0 25 0 1 0 608578816 73818112 13087 33554432000 4194304 4300056 140736896674000 18446744073709551615 4230496 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 18022 13087 228 26 0 14654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72088

[startup+1.50093 s]
/proc/loadavg: 3.99 3.97 3.35 5/367 29447
/proc/meminfo: memFree=22323948/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=61152 CPUtime=1.49 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 17134 0 0 0 147 2 0 0 25 0 1 0 608578816 62619648 10997 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 15288 10997 246 26 0 11920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61152

[startup+3.10062 s]
/proc/loadavg: 3.99 3.97 3.35 5/367 29447
/proc/meminfo: memFree=22315144/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=65572 CPUtime=3.09 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 17720 0 0 0 307 2 0 0 25 0 1 0 608578816 67145728 11583 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 16393 11583 246 26 0 13025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65572

[startup+6.30106 s]
/proc/loadavg: 3.99 3.97 3.35 5/367 29447
/proc/meminfo: memFree=22294892/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=65572 CPUtime=6.29 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 18217 0 0 0 627 2 0 0 25 0 1 0 608578816 67145728 12080 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 16393 12080 246 26 0 13025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65572

[startup+12.7009 s]
/proc/loadavg: 4.07 3.99 3.36 5/367 29447
/proc/meminfo: memFree=22260428/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=72752 CPUtime=12.69 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 19598 0 0 0 1266 3 0 0 25 0 1 0 608578816 74498048 13460 33554432000 4194304 4300056 140736896674000 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 18188 13460 246 26 0 14820 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72752

[startup+25.5006 s]
/proc/loadavg: 4.05 3.99 3.37 5/367 29448
/proc/meminfo: memFree=22183148/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=84428 CPUtime=25.49 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 21732 0 0 0 2546 3 0 0 25 0 1 0 608578816 86454272 15591 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 21107 15591 246 26 0 17739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84428

[startup+51.101 s]
/proc/loadavg: 4.03 3.99 3.38 5/367 29448
/proc/meminfo: memFree=22046708/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=103396 CPUtime=51.1 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 26493 0 0 0 5106 4 0 0 25 0 1 0 608578816 105877504 20347 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 25849 20347 246 26 0 22481 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 103396

[startup+102.314 s]
/proc/loadavg: 4.01 3.99 3.41 5/367 29451
/proc/meminfo: memFree=21785644/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=134216 CPUtime=102.31 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 33896 0 0 0 10226 5 0 0 25 0 1 0 608578816 137437184 27741 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252335 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 33554 27741 246 26 0 30186 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 134216

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21489000/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=184304 CPUtime=162.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 46076 0 0 0 16223 7 0 0 25 0 1 0 608578816 188727296 39919 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 46076 39919 246 26 0 42708 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 184304

[startup+222.301 s]
/proc/loadavg: 3.54 3.85 3.44 4/361 29472
/proc/meminfo: memFree=22044472/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=265692 CPUtime=222.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 56114 0 0 0 22221 9 0 0 25 0 1 0 608578816 272068608 49951 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 66423 49951 246 26 0 63055 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 265692

[startup+282.3 s]
/proc/loadavg: 3.20 3.69 3.41 4/361 29473
/proc/meminfo: memFree=21781188/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=397952 CPUtime=282.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 70015 0 0 0 28220 10 0 0 25 0 1 0 608578816 407502848 63851 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 99488 63851 246 26 0 96120 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 397952

[startup+342.3 s]
/proc/loadavg: 3.07 3.56 3.38 4/361 29475
/proc/meminfo: memFree=21488488/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=398764 CPUtime=342.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 89437 0 0 0 34217 13 0 0 25 0 1 0 608578816 408334336 83264 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 99691 83264 246 26 0 96323 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 398764

[startup+402.301 s]
/proc/loadavg: 3.02 3.46 3.35 4/361 29477
/proc/meminfo: memFree=21229500/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=614940 CPUtime=402.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 104331 0 0 0 40214 16 0 0 25 0 1 0 608578816 629698560 98145 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 153735 98145 246 26 0 150367 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 614940

[startup+462.301 s]
/proc/loadavg: 3.01 3.37 3.33 4/361 29478
/proc/meminfo: memFree=20948080/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=615904 CPUtime=462.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 120533 0 0 0 46211 19 0 0 25 0 1 0 608578816 630685696 114339 33554432000 4194304 4300056 140736896674000 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 153976 114339 246 26 0 150608 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 615904

[startup+522.301 s]
/proc/loadavg: 3.07 3.32 3.31 4/361 29480
/proc/meminfo: memFree=20689488/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=616840 CPUtime=522.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 138539 0 0 0 52208 22 0 0 25 0 1 0 608578816 631644160 132333 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 154210 132333 246 26 0 150842 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 616840

[startup+582.301 s]
/proc/loadavg: 3.09 3.27 3.29 4/361 29481
/proc/meminfo: memFree=20451720/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=618028 CPUtime=582.3 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 150405 0 0 0 58206 24 0 0 25 0 1 0 608578816 632860672 144195 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 154507 144195 246 26 0 151139 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 618028

[startup+642.3 s]
/proc/loadavg: 3.03 3.22 3.27 4/361 29483
/proc/meminfo: memFree=20207856/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=968552 CPUtime=642.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 165010 0 0 0 64205 27 0 0 25 0 1 0 608578816 991797248 158787 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 242138 158787 246 26 0 238770 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 968552

[startup+702.3 s]
/proc/loadavg: 3.01 3.18 3.25 4/361 29485
/proc/meminfo: memFree=19990548/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=969408 CPUtime=702.31 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 175942 0 0 0 70202 29 0 0 25 0 1 0 608578816 992673792 169714 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 242352 169714 246 26 0 238984 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 969408

[startup+762.314 s]
/proc/loadavg: 3.17 3.19 3.25 4/361 29486
/proc/meminfo: memFree=19724980/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=970652 CPUtime=762.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 198992 0 0 0 76201 31 0 0 25 0 1 0 608578816 993947648 192749 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 242663 192749 246 26 0 239295 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 970652

[startup+822.301 s]
/proc/loadavg: 3.10 3.17 3.24 4/361 29488
/proc/meminfo: memFree=19477552/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=971936 CPUtime=822.31 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 217374 0 0 0 82197 34 0 0 25 0 1 0 608578816 995262464 211123 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 242984 211123 246 26 0 239616 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 971936

[startup+882.301 s]
/proc/loadavg: 3.04 3.13 3.22 4/361 29489
/proc/meminfo: memFree=19276992/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=972964 CPUtime=882.31 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 227797 0 0 0 88195 36 0 0 25 0 1 0 608578816 996315136 221538 33554432000 4194304 4300056 140736896674000 18446744073709551615 4262788 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 243241 221538 246 26 0 239873 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 972964

[startup+942.301 s]
/proc/loadavg: 3.01 3.11 3.20 4/361 29491
/proc/meminfo: memFree=19025828/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1541028 CPUtime=942.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 246372 0 0 0 94193 39 0 0 25 0 1 0 608578816 1578012672 240103 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 385257 240103 246 26 0 381889 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1541028

[startup+1002.3 s]
/proc/loadavg: 2.72 3.02 3.16 3/355 29514
/proc/meminfo: memFree=20531232/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1541972 CPUtime=1002.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 266330 0 0 0 100190 42 0 0 25 0 1 0 608578816 1578979328 260048 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 385493 260048 246 26 0 382125 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1541972

[startup+1062.3 s]
/proc/loadavg: 2.26 2.83 3.09 3/355 29515
/proc/meminfo: memFree=20434452/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1542508 CPUtime=1062.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 275029 0 0 0 106188 44 0 0 25 0 1 0 608578816 1579528192 268747 33554432000 4194304 4300056 140736896674000 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 385627 268747 246 26 0 382259 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1542508

[startup+1122.3 s]
/proc/loadavg: 2.17 2.71 3.03 3/355 29517
/proc/meminfo: memFree=20303592/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1542652 CPUtime=1122.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 286767 0 0 0 112186 46 0 0 25 0 1 0 608578816 1579675648 280481 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 385663 280481 246 26 0 382295 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1542652

[startup+1182.3 s]
/proc/loadavg: 1.70 2.49 2.93 2/349 29540
/proc/meminfo: memFree=22809856/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1542788 CPUtime=1182.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 297934 0 0 0 118184 48 0 0 25 0 1 0 608578816 1579814912 291645 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 385697 291645 246 26 0 382329 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1542788

[startup+1242.3 s]
/proc/loadavg: 1.26 2.22 2.81 2/349 29542
/proc/meminfo: memFree=22759088/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1544036 CPUtime=1242.32 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 310469 0 0 0 124182 50 0 0 25 0 1 0 608578816 1581092864 304170 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 386009 304170 246 26 0 382641 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1544036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 1.99 2.69 2/349 29544
/proc/meminfo: memFree=22727796/32951124 swapFree=65580836/67111528
[pid=29446] ppid=29444 vsize=1544472 CPUtime=1300.03 cores=0,2
/proc/29446/stat : 29446 (lr_gl_shr) R 29444 29446 28937 0 -1 4202496 318155 0 0 0 129952 51 0 0 25 0 1 0 608578816 1581539328 311851 33554432000 4194304 4300056 140736896674000 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29446/statm: 386118 311851 246 26 0 382750 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1544472

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.1
CPU user time (s): 1299.53
CPU system time (s): 0.573912
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1544472

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

runsolver used 4.5843 second user time and 9.70452 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 21:36:51
IDJOB=3350239
IDBENCH=82372
IDSOLVER=1815
FILE ID=node137/3350239-1304969811
RUNJOBID= node137-1304968093-28955
PBS_JOBID= 13285613
Free space on /tmp= 37880 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350239-1304969811/watcher-3350239-1304969811 -o /tmp/evaluation-result-3350239-1304969811/solver-3350239-1304969811 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350239-1304969811.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1492405897

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22372588 kB
Buffers:        137572 kB
Cached:        1283100 kB
SwapCached:      36192 kB
Active:        2693024 kB
Inactive:      7691244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22372588 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:           12384 kB
Writeback:           0 kB
AnonPages:     8937108 kB
Mapped:          19592 kB
Slab:            88980 kB
PageTables:      41980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77934416 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= 37956 MiB
End job on node137 at 2011-05-09 21:58:33