Trace number 3349488

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.05 1300.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04F19.cnf
MD5SUM724ced5489ef7e836f9b05218003acd5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0565
Satisfiable
(Un)Satisfiability was proved
Number of variables9044
Number of clauses295685
Sum of the clauses size2135252
Maximum clause length66
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 223461
Number of clauses of size 319584
Number of clauses of size 413813
Number of clauses of size 522420
Number of clauses of size over 5216401

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-3349488-1304973576/watcher-3349488-1304973576 -o /tmp/evaluation-result-3349488-1304973576/solver-3349488-1304973576 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349488-1304973576.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.77 4.00 3.89 4/348 19643
/proc/meminfo: memFree=7629164/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=20016 CPUtime=0 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 604 0 0 0 0 0 0 0 21 0 1 0 608958620 20496384 540 33554432000 4194304 4300056 140735713783904 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 5004 542 218 26 0 1636 0

[startup+0.039619 s]
/proc/loadavg: 3.77 4.00 3.89 4/348 19643
/proc/meminfo: memFree=7629164/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=22948 CPUtime=0.03 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 1661 0 0 0 3 0 0 0 21 0 1 0 608958620 23498752 1570 33554432000 4194304 4300056 140735713783904 18446744073709551615 270613110528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 5737 1570 222 26 0 2369 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22948

[startup+0.100605 s]
/proc/loadavg: 3.77 4.00 3.89 4/348 19643
/proc/meminfo: memFree=7629164/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=31592 CPUtime=0.09 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 4119 0 0 0 9 0 0 0 21 0 1 0 608958620 32350208 3758 33554432000 4194304 4300056 140735713783904 18446744073709551615 270613110528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 7898 3759 222 26 0 4530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31592

[startup+0.300575 s]
/proc/loadavg: 3.77 4.00 3.89 4/348 19643
/proc/meminfo: memFree=7629164/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=47828 CPUtime=0.29 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 9134 0 0 0 28 1 0 0 22 0 1 0 608958620 48975872 8288 33554432000 4194304 4300056 140735713783904 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 11957 8288 226 26 0 8589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47828

[startup+0.700499 s]
/proc/loadavg: 3.77 4.00 3.89 4/348 19643
/proc/meminfo: memFree=7629164/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=47828 CPUtime=0.69 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 9134 0 0 0 68 1 0 0 23 0 1 0 608958620 48975872 8288 33554432000 4194304 4300056 140735713783904 18446744073709551615 4230399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 11957 8288 226 26 0 8589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47828

[startup+1.50036 s]
/proc/loadavg: 3.79 4.00 3.89 4/347 19644
/proc/meminfo: memFree=7588880/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=47828 CPUtime=1.49 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 9134 0 0 0 148 1 0 0 25 0 1 0 608958620 48975872 8288 33554432000 4194304 4300056 140735713783904 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 11957 8288 226 26 0 8589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47828

[startup+3.10107 s]
/proc/loadavg: 3.79 4.00 3.89 5/349 19671
/proc/meminfo: memFree=7571688/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=47828 CPUtime=3.09 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 9134 0 0 0 308 1 0 0 25 0 1 0 608958620 48975872 8288 33554432000 4194304 4300056 140735713783904 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 11957 8288 226 26 0 8589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47828

[startup+6.30051 s]
/proc/loadavg: 3.80 4.00 3.89 5/349 19671
/proc/meminfo: memFree=7560900/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=48184 CPUtime=6.29 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 9256 0 0 0 628 1 0 0 25 0 1 0 608958620 49340416 8406 33554432000 4194304 4300056 140735713783904 18446744073709551615 4230328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 12046 8406 228 26 0 8678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48184

[startup+12.7004 s]
/proc/loadavg: 3.82 4.00 3.89 5/349 19671
/proc/meminfo: memFree=7551356/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=53976 CPUtime=12.69 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 13314 0 0 0 1267 2 0 0 25 0 1 0 608958620 55271424 9106 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 13494 9106 247 26 0 10126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53976

[startup+25.5011 s]
/proc/loadavg: 3.86 4.00 3.90 5/349 19671
/proc/meminfo: memFree=7494588/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=66612 CPUtime=25.49 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 17115 0 0 0 2546 3 0 0 25 0 1 0 608958620 68210688 12826 33554432000 4194304 4300056 140735713783904 18446744073709551615 4251360 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 16653 12826 249 26 0 13285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66612

[startup+51.1006 s]
/proc/loadavg: 3.91 4.00 3.90 5/349 19699
/proc/meminfo: memFree=7454276/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=91440 CPUtime=51.1 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 22341 0 0 0 5105 5 0 0 25 0 1 0 608958620 93634560 17967 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 22860 17967 249 26 0 19492 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 91440

[startup+102.314 s]
/proc/loadavg: 3.96 4.00 3.90 5/349 19727
/proc/meminfo: memFree=7176928/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=130248 CPUtime=102.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 30043 0 0 0 10222 8 0 0 25 0 1 0 608958620 133373952 25562 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 32562 25562 249 26 0 29194 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130248

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.91 5/349 19729
/proc/meminfo: memFree=7091752/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=185956 CPUtime=162.29 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 36052 0 0 0 16219 10 0 0 25 0 1 0 608958620 190418944 31484 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 46489 31484 249 26 0 43121 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 185956

[startup+222.3 s]
/proc/loadavg: 4.14 4.04 3.92 5/349 19731
/proc/meminfo: memFree=7025732/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=191908 CPUtime=222.29 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 42209 0 0 0 22216 13 0 0 25 0 1 0 608958620 196513792 37558 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 47977 37558 249 26 0 44609 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191908

[startup+282.301 s]
/proc/loadavg: 4.09 4.04 3.93 5/349 19732
/proc/meminfo: memFree=6970616/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=195848 CPUtime=282.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 47040 0 0 0 28214 16 0 0 25 0 1 0 608958620 200548352 42313 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 48962 42313 249 26 0 45594 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 195848

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/349 19734
/proc/meminfo: memFree=6994756/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=128204 CPUtime=342.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 63101 0 0 0 34208 22 0 0 25 0 1 0 608958620 131280896 26864 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 32051 26864 249 26 0 28683 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128204

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/349 19735
/proc/meminfo: memFree=6909768/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=159024 CPUtime=402.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 69097 0 0 0 40205 25 0 0 25 0 1 0 608958620 162840576 32753 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 39756 32753 249 26 0 36388 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159024

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/349 19737
/proc/meminfo: memFree=6828244/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=209112 CPUtime=462.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 74100 0 0 0 46202 28 0 0 25 0 1 0 608958620 214130688 37667 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 52278 37667 249 26 0 48910 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209112

[startup+522.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/349 19739
/proc/meminfo: memFree=6755780/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=209112 CPUtime=522.3 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 78724 0 0 0 52199 31 0 0 25 0 1 0 608958620 214130688 42200 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 52278 42200 249 26 0 48910 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 209112

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/349 19740
/proc/meminfo: memFree=6694968/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=209112 CPUtime=582.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 82610 0 0 0 58198 33 0 0 25 0 1 0 608958620 214130688 46015 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 52278 46015 249 26 0 48910 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 209112

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.93 5/349 19769
/proc/meminfo: memFree=6357180/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=290500 CPUtime=642.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 86312 0 0 0 64197 34 0 0 25 0 1 0 608958620 297472000 49654 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 72625 49654 249 26 0 69257 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 290500

[startup+702.3 s]
/proc/loadavg: 4.05 4.03 3.94 6/349 19770
/proc/meminfo: memFree=6371336/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=290500 CPUtime=702.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 89010 0 0 0 70195 36 0 0 25 0 1 0 608958620 297472000 52309 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 72625 52309 249 26 0 69257 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 290500

[startup+762.314 s]
/proc/loadavg: 4.10 4.04 3.95 5/349 19772
/proc/meminfo: memFree=6317660/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=293764 CPUtime=762.32 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 92382 0 0 0 76194 38 0 0 25 0 1 0 608958620 300814336 55630 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 73441 55630 249 26 0 70073 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 293764

[startup+822.301 s]
/proc/loadavg: 4.10 4.06 3.96 5/349 19774
/proc/meminfo: memFree=6371256/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=173780 CPUtime=822.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 109543 0 0 0 82188 43 0 0 25 0 1 0 608958620 177950720 33008 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 43445 33008 249 26 0 40077 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 173780

[startup+882.301 s]
/proc/loadavg: 4.04 4.04 3.96 5/349 19775
/proc/meminfo: memFree=6311244/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=173780 CPUtime=882.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 114807 0 0 0 88184 47 0 0 25 0 1 0 608958620 177950720 38170 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 43445 38170 249 26 0 40077 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 173780

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 3.96 5/349 19777
/proc/meminfo: memFree=6292064/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=223868 CPUtime=942.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 118974 0 0 0 94182 49 0 0 25 0 1 0 608958620 229240832 42274 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 55967 42274 249 26 0 52599 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 223868

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/349 19778
/proc/meminfo: memFree=6245816/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=223868 CPUtime=1002.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 122379 0 0 0 100181 50 0 0 25 0 1 0 608958620 229240832 45626 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 55967 45626 249 26 0 52599 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 223868

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/349 19780
/proc/meminfo: memFree=6255756/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=223868 CPUtime=1062.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 126293 0 0 0 106178 53 0 0 25 0 1 0 608958620 229240832 49470 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 55967 49470 249 26 0 52599 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 223868

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 3.96 5/349 19782
/proc/meminfo: memFree=6201068/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=305256 CPUtime=1122.31 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 130410 0 0 0 112177 54 0 0 25 0 1 0 608958620 312582144 53494 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256255 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 76314 53494 249 26 0 72946 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 305256

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/349 19783
/proc/meminfo: memFree=6158192/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=305256 CPUtime=1182.32 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 133309 0 0 0 118175 57 0 0 25 0 1 0 608958620 312582144 56354 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 76314 56354 249 26 0 72946 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 305256

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.97 5/349 19785
/proc/meminfo: memFree=6118392/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=305256 CPUtime=1242.32 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 136049 0 0 0 124173 59 0 0 25 0 1 0 608958620 312582144 59044 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 76314 59044 249 26 0 72946 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 305256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.97 5/349 19795
/proc/meminfo: memFree=6084288/32951124 swapFree=67056804/67111528
[pid=19643] ppid=19641 vsize=305256 CPUtime=1300.03 cores=5,7
/proc/19643/stat : 19643 (lr_gl_shr) R 19641 19643 18685 0 -1 4202496 138093 0 0 0 129943 60 0 0 25 0 1 0 608958620 312582144 61047 33554432000 4194304 4300056 140735713783904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19643/statm: 76314 61047 249 26 0 72946 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 305256

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.43
CPU system time (s): 0.618905
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 305256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2136

runsolver used 3.9164 second user time and 10.2954 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-09 22:39:37
IDJOB=3349488
IDBENCH=83443
IDSOLVER=1813
FILE ID=node108/3349488-1304973576
RUNJOBID= node108-1304973576-19604
PBS_JOBID= 13285642
Free space on /tmp= 35412 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04F19.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349488-1304973576/watcher-3349488-1304973576 -o /tmp/evaluation-result-3349488-1304973576/solver-3349488-1304973576 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349488-1304973576.cnf -verb=0 -model

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

MD5SUM BENCH= 724ced5489ef7e836f9b05218003acd5
RANDOM SEED=1593273969

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:       7629940 kB
Buffers:        230292 kB
Cached:       14368156 kB
SwapCached:       8348 kB
Active:       12976232 kB
Inactive:     11773524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7629940 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           31948 kB
Writeback:           0 kB
AnonPages:    10148600 kB
Mapped:          27212 kB
Slab:           468432 kB
PageTables:      38936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52368772 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= 35208 MiB
End job on node108 at 2011-05-09 23:01:19