Trace number 3349934

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.05 1300.05

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
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 variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.20 4.07 3.84 5/351 1334
/proc/meminfo: memFree=10944152/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=19476 CPUtime=0 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 404 0 0 0 0 0 0 0 23 0 1 0 608931632 19943424 345 33554432000 4194304 4300056 140736824474592 18446744073709551615 4221877 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 4869 346 218 26 0 1501 0

[startup+0.108161 s]
/proc/loadavg: 4.20 4.07 3.84 5/351 1334
/proc/meminfo: memFree=10944152/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=28812 CPUtime=0.1 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 3247 0 0 0 10 0 0 0 24 0 1 0 608931632 29503488 3151 33554432000 4194304 4300056 140736824474592 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 7203 3151 220 26 0 3835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28812

[startup+0.201137 s]
/proc/loadavg: 4.20 4.07 3.84 5/351 1334
/proc/meminfo: memFree=10944152/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=39528 CPUtime=0.19 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 5814 0 0 0 19 0 0 0 24 0 1 0 608931632 40476672 5590 33554432000 4194304 4300056 140736824474592 18446744073709551615 228244348672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 9882 5591 222 26 0 6514 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39528

[startup+0.301131 s]
/proc/loadavg: 4.20 4.07 3.84 5/351 1334
/proc/meminfo: memFree=10944152/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=56280 CPUtime=0.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 9396 0 0 0 28 1 0 0 25 0 1 0 608931632 57630720 8818 33554432000 4194304 4300056 140736824474592 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 14070 8819 222 26 0 10702 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56280

[startup+0.701025 s]
/proc/loadavg: 4.20 4.07 3.84 5/351 1334
/proc/meminfo: memFree=10944152/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=121564 CPUtime=0.69 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 24227 0 0 0 65 4 0 0 25 0 1 0 608931632 124481536 21529 33554432000 4194304 4300056 140736824474592 18446744073709551615 228244348672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 30391 21530 222 26 0 27023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121564

[startup+1.50088 s]
/proc/loadavg: 4.20 4.07 3.84 5/352 1335
/proc/meminfo: memFree=10808124/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=208492 CPUtime=1.49 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 47526 0 0 0 141 8 0 0 25 0 1 0 608931632 213495808 42914 33554432000 4194304 4300056 140736824474592 18446744073709551615 4203912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 52123 42915 222 26 0 48755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208492

[startup+3.10063 s]
/proc/loadavg: 4.20 4.07 3.84 5/352 1335
/proc/meminfo: memFree=10731368/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=3.09 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 297 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 310908

[startup+6.30105 s]
/proc/loadavg: 4.19 4.07 3.84 5/352 1335
/proc/meminfo: memFree=10768320/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=6.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 617 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 310908

[startup+12.7009 s]
/proc/loadavg: 4.17 4.06 3.84 5/352 1335
/proc/meminfo: memFree=10762012/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=12.69 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 1257 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 310908

[startup+25.5007 s]
/proc/loadavg: 4.13 4.06 3.84 5/352 1336
/proc/meminfo: memFree=10717680/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=25.49 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 2537 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 310908

[startup+51.1012 s]
/proc/loadavg: 4.22 4.09 3.85 5/352 1336
/proc/meminfo: memFree=10698100/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=51.09 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 5097 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230361 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 310908

[startup+102.301 s]
/proc/loadavg: 4.10 4.07 3.86 5/352 1338
/proc/meminfo: memFree=10693172/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=102.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 10216 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 310908

[startup+162.301 s]
/proc/loadavg: 4.03 4.06 3.87 5/352 1339
/proc/meminfo: memFree=10680976/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=162.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 16216 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230416 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 310908

[startup+222.313 s]
/proc/loadavg: 4.01 4.04 3.87 5/352 1341
/proc/meminfo: memFree=10606180/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=222.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 22217 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 310908

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 3.88 5/352 1343
/proc/meminfo: memFree=10595608/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=282.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67037 0 0 0 28216 12 0 0 25 0 1 0 608931632 318369792 60239 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60239 226 26 0 74359 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 310908

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.88 5/352 1344
/proc/meminfo: memFree=10629668/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=310908 CPUtime=342.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 67038 0 0 0 34216 12 0 0 25 0 1 0 608931632 318369792 60240 33554432000 4194304 4300056 140736824474592 18446744073709551615 4230665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 77727 60240 227 26 0 74359 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 310908

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.89 5/352 1346
/proc/meminfo: memFree=10503388/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=383068 CPUtime=402.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 112353 0 0 0 40206 22 0 0 25 0 1 0 608931632 392261632 79192 33554432000 4194304 4300056 140736824474592 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 95767 79192 247 26 0 92399 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 383068

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 3.90 5/352 1347
/proc/meminfo: memFree=10430580/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=515328 CPUtime=462.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 130348 0 0 0 46200 28 0 0 25 0 1 0 608931632 527695872 97059 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 128832 97059 247 26 0 125464 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 515328

[startup+522.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/352 1349
/proc/meminfo: memFree=10414796/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=515328 CPUtime=522.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 143362 0 0 0 52195 33 0 0 25 0 1 0 608931632 527695872 109970 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 128832 109970 247 26 0 125464 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 515328

[startup+582.301 s]
/proc/loadavg: 3.96 4.01 3.91 4/346 1369
/proc/meminfo: memFree=10586816/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=515328 CPUtime=582.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 155882 0 0 0 58190 38 0 0 25 0 1 0 608931632 527695872 122389 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 128832 122389 247 26 0 125464 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 515328

[startup+642.3 s]
/proc/loadavg: 3.39 3.84 3.85 4/346 1370
/proc/meminfo: memFree=10612700/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=642.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 165304 0 0 0 64187 42 0 0 25 0 1 0 608931632 747778048 131730 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 131730 247 26 0 179195 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 730252

[startup+702.301 s]
/proc/loadavg: 3.14 3.68 3.80 4/346 1372
/proc/meminfo: memFree=10479124/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=702.28 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 173043 0 0 0 70184 44 0 0 25 0 1 0 608931632 747778048 139409 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 139409 247 26 0 179195 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 730252

[startup+762.301 s]
/proc/loadavg: 3.05 3.55 3.74 4/346 1373
/proc/meminfo: memFree=10403580/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=762.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 178988 0 0 0 76181 48 0 0 25 0 1 0 608931632 747778048 145298 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 145298 247 26 0 179195 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 730252

[startup+822.301 s]
/proc/loadavg: 3.02 3.45 3.70 4/346 1375
/proc/meminfo: memFree=10460704/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=822.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 184458 0 0 0 82179 50 0 0 25 0 1 0 608931632 747778048 150715 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 150715 247 26 0 179195 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 730252

[startup+882.313 s]
/proc/loadavg: 3.00 3.37 3.65 4/346 1377
/proc/meminfo: memFree=10418640/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=882.3 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 192350 0 0 0 88178 52 0 0 25 0 1 0 608931632 747778048 158553 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 158553 247 26 0 179195 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 730252

[startup+942.301 s]
/proc/loadavg: 3.00 3.30 3.61 4/346 1378
/proc/meminfo: memFree=10303416/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=942.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 199056 0 0 0 94174 55 0 0 25 0 1 0 608931632 747778048 165204 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 165204 247 26 0 179195 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 730252

[startup+1002.3 s]
/proc/loadavg: 3.07 3.26 3.57 4/346 1380
/proc/meminfo: memFree=10360432/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=1002.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 205030 0 0 0 100171 58 0 0 25 0 1 0 608931632 747778048 171130 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 171130 247 26 0 179195 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 730252

[startup+1062.3 s]
/proc/loadavg: 3.02 3.21 3.53 4/346 1381
/proc/meminfo: memFree=10302740/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=730252 CPUtime=1062.29 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 210594 0 0 0 106168 61 0 0 25 0 1 0 608931632 747778048 176645 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 182563 176645 247 26 0 179195 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 730252

[startup+1122.3 s]
/proc/loadavg: 3.10 3.20 3.51 4/346 1383
/proc/meminfo: memFree=10249648/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=1079500 CPUtime=1122.3 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 216930 0 0 0 112166 64 0 0 25 0 1 0 608931632 1105408000 182941 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 269875 182941 247 26 0 266507 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1079500

[startup+1182.3 s]
/proc/loadavg: 2.44 2.99 3.41 3/340 1403
/proc/meminfo: memFree=10466796/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=1079500 CPUtime=1182.3 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 222947 0 0 0 118164 66 0 0 25 0 1 0 608931632 1105408000 188918 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 269875 188918 247 26 0 266507 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1079500

[startup+1242.3 s]
/proc/loadavg: 1.63 2.67 3.28 2/334 1422
/proc/meminfo: memFree=10581896/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=1080544 CPUtime=1242.3 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 227621 0 0 0 124162 68 0 0 25 0 1 0 608931632 1106477056 193562 33554432000 4194304 4300056 140736824474592 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 270136 193562 247 26 0 266768 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1080544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.23 2.36 3.13 2/334 1424
/proc/meminfo: memFree=10560800/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=1082984 CPUtime=1300 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 232879 0 0 0 129930 70 0 0 25 0 1 0 608931632 1108975616 198781 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 270746 198781 247 26 0 267378 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1082984

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

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

[startup+1300 s]
/proc/loadavg: 1.23 2.36 3.13 2/334 1424
/proc/meminfo: memFree=10560800/32951124 swapFree=67082152/67111528
[pid=1334] ppid=1332 vsize=1082984 CPUtime=1300 cores=0,2
/proc/1334/stat : 1334 (lr_gl_shr) R 1332 1334 32720 0 -1 4202496 232879 0 0 0 129930 70 0 0 25 0 1 0 608931632 1108975616 198781 33554432000 4194304 4300056 140736824474592 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1334/statm: 270746 198781 247 26 0 267378 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1082984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.05
CPU user time (s): 1299.32
CPU system time (s): 0.737887
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1082984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.32
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1960

runsolver used 4.51631 second user time and 9.67953 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-09 22:35:37
IDJOB=3349934
IDBENCH=83463
IDSOLVER=1814
FILE ID=node136/3349934-1304973333
RUNJOBID= node136-1304971826-923
PBS_JOBID= 13285614
Free space on /tmp= 44436 MiB

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

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1838208559

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
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.809
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:      10944308 kB
Buffers:        218244 kB
Cached:       11791732 kB
SwapCached:       2708 kB
Active:       10556240 kB
Inactive:     10965404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10944308 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:          101536 kB
Writeback:           0 kB
AnonPages:     9510196 kB
Mapped:          28176 kB
Slab:           380396 kB
PageTables:      40732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70399304 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= 44448 MiB
End job on node136 at 2011-05-09 22:57:19