Trace number 3349638

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.12 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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-3349638-1304970965/watcher-3349638-1304970965 -o /tmp/evaluation-result-3349638-1304970965/solver-3349638-1304970965 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349638-1304970965.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: 0.95 1.51 2.29 4/345 19327
/proc/meminfo: memFree=7037136/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=20528 CPUtime=0 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 608697506 21020672 593 33554432000 4194304 4300056 140735194486416 18446744073709551615 270613110528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 5132 593 222 26 0 1764 0

[startup+0.0924381 s]
/proc/loadavg: 0.95 1.51 2.29 4/345 19327
/proc/meminfo: memFree=7037136/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=31444 CPUtime=0.09 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 4067 0 0 0 8 1 0 0 20 0 1 0 608697506 32198656 3636 33554432000 4194304 4300056 140735194486416 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 7861 3637 222 26 0 4493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31444

[startup+0.100433 s]
/proc/loadavg: 0.95 1.51 2.29 4/345 19327
/proc/meminfo: memFree=7037136/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=33596 CPUtime=0.09 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 4430 0 0 0 8 1 0 0 20 0 1 0 608697506 34402304 3956 33554432000 4194304 4300056 140735194486416 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 8399 3956 222 26 0 5031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33596

[startup+0.300401 s]
/proc/loadavg: 0.95 1.51 2.29 4/345 19327
/proc/meminfo: memFree=7037136/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=66040 CPUtime=0.29 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 13306 0 0 0 27 2 0 0 21 0 1 0 608697506 67624960 11372 33554432000 4194304 4300056 140735194486416 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 16510 11372 226 26 0 13142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66040

[startup+0.700331 s]
/proc/loadavg: 0.95 1.51 2.29 4/345 19327
/proc/meminfo: memFree=7037136/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=71960 CPUtime=0.69 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 15203 0 0 0 67 2 0 0 22 0 1 0 608697506 73687040 13028 33554432000 4194304 4300056 140735194486416 18446744073709551615 4230656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 17990 13028 228 26 0 14622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71960

[startup+1.50019 s]
/proc/loadavg: 0.95 1.51 2.29 5/346 19328
/proc/meminfo: memFree=6923108/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=61024 CPUtime=1.49 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 17090 0 0 0 146 3 0 0 25 0 1 0 608697506 62488576 11008 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 15256 11008 244 26 0 11888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61024

[startup+3.1009 s]
/proc/loadavg: 1.19 1.55 2.30 6/346 19328
/proc/meminfo: memFree=6878112/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=65444 CPUtime=3.09 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 17426 0 0 0 306 3 0 0 25 0 1 0 608697506 67014656 11344 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 16361 11344 246 26 0 12993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65444

[startup+6.30033 s]
/proc/loadavg: 1.19 1.55 2.30 5/349 19334
/proc/meminfo: memFree=6744432/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=72624 CPUtime=6.29 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 18833 0 0 0 626 3 0 0 25 0 1 0 608697506 74366976 12747 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 18156 12747 246 26 0 14788 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72624

[startup+12.7002 s]
/proc/loadavg: 1.62 1.63 2.32 5/349 19334
/proc/meminfo: memFree=6074940/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=84300 CPUtime=12.69 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 21413 0 0 0 1266 3 0 0 25 0 1 0 608697506 86323200 15326 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252431 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 21075 15326 246 26 0 17707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84300

[startup+25.5009 s]
/proc/loadavg: 2.07 1.72 2.34 5/349 19335
/proc/meminfo: memFree=5924320/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=103268 CPUtime=25.49 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 25563 0 0 0 2545 4 0 0 25 0 1 0 608697506 105746432 19475 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 25817 19475 246 26 0 22449 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103268

[startup+51.1004 s]
/proc/loadavg: 2.73 1.90 2.38 5/349 19335
/proc/meminfo: memFree=5918056/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=134088 CPUtime=51.09 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 33725 0 0 0 5103 6 0 0 25 0 1 0 608697506 137306112 27628 33554432000 4194304 4300056 140735194486416 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 33522 27628 246 26 0 30154 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134088

[startup+102.312 s]
/proc/loadavg: 3.49 2.25 2.47 5/349 19337
/proc/meminfo: memFree=5570808/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=266896 CPUtime=102.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 52695 0 0 0 10222 9 0 0 25 0 1 0 608697506 273301504 46575 33554432000 4194304 4300056 140735194486416 18446744073709551615 4264266 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 66724 46575 246 26 0 63356 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 266896

[startup+162.301 s]
/proc/loadavg: 3.79 2.55 2.56 5/349 19338
/proc/meminfo: memFree=5253796/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=402112 CPUtime=162.29 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 70872 0 0 0 16218 11 0 0 25 0 1 0 608697506 411762688 64735 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 100528 64735 246 26 0 97160 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 402112

[startup+222.301 s]
/proc/loadavg: 4.05 2.86 2.66 5/349 19340
/proc/meminfo: memFree=4868032/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=403628 CPUtime=222.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 92613 0 0 0 22216 14 0 0 25 0 1 0 608697506 413315072 86470 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 100907 86470 246 26 0 97539 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 403628

[startup+282.3 s]
/proc/loadavg: 4.21 3.11 2.76 5/349 19342
/proc/meminfo: memFree=4513664/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=618952 CPUtime=282.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 110560 0 0 0 28214 16 0 0 25 0 1 0 608697506 633806848 104410 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 154738 104410 246 26 0 151370 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 618952

[startup+342.301 s]
/proc/loadavg: 4.07 3.28 2.84 5/349 19352
/proc/meminfo: memFree=4132784/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=623100 CPUtime=342.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 130575 0 0 0 34211 19 0 0 25 0 1 0 608697506 638054400 124401 33554432000 4194304 4300056 140735194486416 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 155775 124401 246 26 0 152407 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 623100

[startup+402.3 s]
/proc/loadavg: 4.03 3.40 2.90 5/349 19354
/proc/meminfo: memFree=3777676/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=626228 CPUtime=402.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 153416 0 0 0 40207 23 0 0 25 0 1 0 608697506 641257472 147225 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 156557 147225 246 26 0 153189 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 626228

[startup+462.301 s]
/proc/loadavg: 4.01 3.51 2.97 5/349 19357
/proc/meminfo: memFree=3398244/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=979368 CPUtime=462.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 174041 0 0 0 46203 27 0 0 25 0 1 0 608697506 1002872832 167832 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 244842 167832 246 26 0 241474 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 979368

[startup+522.301 s]
/proc/loadavg: 4.00 3.59 3.03 5/349 19360
/proc/meminfo: memFree=3033264/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=981972 CPUtime=522.3 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 194692 0 0 0 52199 31 0 0 25 0 1 0 608697506 1005539328 188459 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 245493 188459 246 26 0 242125 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 981972

[startup+582.3 s]
/proc/loadavg: 4.08 3.69 3.10 5/349 19362
/proc/meminfo: memFree=2639648/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=982164 CPUtime=582.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 211963 0 0 0 58197 34 0 0 25 0 1 0 608697506 1005735936 205722 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 245541 205722 246 26 0 242173 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 982164

[startup+642.301 s]
/proc/loadavg: 4.03 3.74 3.15 5/349 19363
/proc/meminfo: memFree=2241440/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=982560 CPUtime=642.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 228065 0 0 0 64195 37 0 0 25 0 1 0 608697506 1006141440 221818 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 245640 221818 246 26 0 242272 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 982560

[startup+702.301 s]
/proc/loadavg: 4.01 3.78 3.20 5/349 19365
/proc/meminfo: memFree=1861000/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=982692 CPUtime=702.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 243353 0 0 0 70192 39 0 0 25 0 1 0 608697506 1006276608 237098 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 245673 237098 246 26 0 242305 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 982692

[startup+762.312 s]
/proc/loadavg: 4.00 3.82 3.25 5/349 19366
/proc/meminfo: memFree=1513956/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1552800 CPUtime=762.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 262208 0 0 0 76189 43 0 0 25 0 1 0 608697506 1590067200 255935 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 388200 255935 246 26 0 384832 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1552800

[startup+822.301 s]
/proc/loadavg: 4.25 3.92 3.31 5/349 19368
/proc/meminfo: memFree=1155784/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1555368 CPUtime=822.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 282882 0 0 0 82185 46 0 0 25 0 1 0 608697506 1592696832 276595 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252701 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 388842 276595 246 26 0 385474 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1555368

[startup+882.3 s]
/proc/loadavg: 4.11 3.95 3.36 5/349 19370
/proc/meminfo: memFree=2022820/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1557988 CPUtime=882.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 300063 0 0 0 88183 48 0 0 25 0 1 0 608697506 1595379712 293769 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 389497 293769 246 26 0 386129 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1557988

[startup+942.301 s]
/proc/loadavg: 4.04 3.95 3.40 5/349 19371
/proc/meminfo: memFree=1652356/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1560364 CPUtime=942.31 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 321237 0 0 0 94178 53 0 0 25 0 1 0 608697506 1597812736 314930 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 390091 314930 246 26 0 386723 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1560364

[startup+1002.3 s]
/proc/loadavg: 4.01 3.96 3.43 5/349 19373
/proc/meminfo: memFree=1286360/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1563640 CPUtime=1002.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 345146 0 0 0 100174 58 0 0 25 0 1 0 608697506 1601167360 338824 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 390910 338825 246 26 0 387542 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1563640

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.47 5/349 19374
/proc/meminfo: memFree=926276/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=1567824 CPUtime=1062.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 369784 0 0 0 106170 62 0 0 25 0 1 0 608697506 1605451776 363444 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 391956 363444 246 26 0 388588 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1567824

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.50 5/349 19376
/proc/meminfo: memFree=498688/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=2493928 CPUtime=1122.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 396798 0 0 0 112166 66 0 0 25 0 1 0 608697506 2553782272 390444 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 623482 390444 246 26 0 620114 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2493928

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.53 5/349 19378
/proc/meminfo: memFree=189080/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=2498504 CPUtime=1182.33 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 417774 0 0 0 118163 70 0 0 25 0 1 0 608697506 2558468096 411390 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 624626 411390 246 26 0 621258 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2498504

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.56 5/349 19379
/proc/meminfo: memFree=96740/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=2501344 CPUtime=1242.32 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 439819 0 0 0 124158 74 0 0 25 0 1 0 608697506 2561376256 433407 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 625336 433407 246 26 0 621968 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2501344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.58 3/345 19383
/proc/meminfo: memFree=2713304/32951124 swapFree=67056804/67111528
[pid=19327] ppid=19325 vsize=2501616 CPUtime=1300.03 cores=5,7
/proc/19327/stat : 19327 (lr_gl_shr) R 19325 19327 18685 0 -1 4202496 458416 0 0 0 129926 77 0 0 25 0 1 0 608697506 2561654784 451997 33554432000 4194304 4300056 140735194486416 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19327/statm: 625404 451997 246 26 0 622036 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2501616

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.09
CPU time (s): 1300.12
CPU user time (s): 1299.27
CPU system time (s): 0.847871
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2501616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.27
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1994

runsolver used 4.29135 second user time and 9.91449 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-09 21:56:06
IDJOB=3349638
IDBENCH=82392
IDSOLVER=1813
FILE ID=node108/3349638-1304970965
RUNJOBID= node108-1304970965-19294
PBS_JOBID= 13285642
Free space on /tmp= 35388 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1107694937

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7037548 kB
Buffers:        230660 kB
Cached:       14941072 kB
SwapCached:       8348 kB
Active:       13223616 kB
Inactive:     12110496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7037548 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           58452 kB
Writeback:           0 kB
AnonPages:    10159992 kB
Mapped:          26760 kB
Slab:           476684 kB
PageTables:      39188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52366704 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= 35264 MiB
End job on node108 at 2011-05-09 22:17:48