Trace number 3322527

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
borg-sat 11.03.02-industrialUNSAT 16.3095 6.58831

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E03N17.cnf
MD5SUMa7330fdd412cca5ee2ec4c82638d1610
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.04284
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses93544
Sum of the clauses size502355
Maximum clause length55
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 217523
Number of clauses of size 313696
Number of clauses of size 42771
Number of clauses of size 515844
Number of clauses of size over 543677

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3322527-1304353971.cnf
0.32/0.46	c INFO: computing task features
0.81/0.97	c INFO: computed variable-clause graph statistics
0.81/0.99	c INFO: computed clause balance statistics
3.51/3.62	c INFO: computed variable balance statistics
4.71/4.86	c INFO: computed small-clause counts
4.71/4.87	c INFO: computed Horn-clause counts
4.91/5.01	c INFO: computed variable graph statistics
4.91/5.01	c INFO: collected features for HOME/instance-3322527-1304353971.cnf in 4.52 s
4.91/5.03	c INFO: running lingeling-276@0 for 97 with 39995 remaining (b = 0.26)
4.91/5.06	c INFO: running cryptominisat-2.9.0@0 for 485 with 39995 remaining (b = 0.31)
4.91/5.09	c INFO: running lingeling-276@0 for 1261 with 39995 remaining (b = 0.48)
5.01/5.12	c INFO: running cryptominisat-2.9.0@0 for 485 with 39995 remaining (b = 0.23)
5.01/5.15	c INFO: running lingeling-276@0 for 1261 with 39995 remaining (b = 0.40)
5.01/5.19	c INFO: running SApperloT@0 for 97 with 39995 remaining (b = 0.03)
5.11/5.22	c INFO: running precosat-570@0 for 291 with 39995 remaining (b = 0.13)
5.11/5.25	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39995 remaining (b = 0.46)
15.85/6.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322527-1304353971/watcher-3322527-1304353971 -o /tmp/evaluation-result-3322527-1304353971/solver-3322527-1304353971 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322527-1304353971.cnf -seed 909627815 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.57 8.38 8.34 2/241 11422
/proc/meminfo: memFree=22513736/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=15772 CPUtime=0 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 873 0 0 0 0 0 0 0 21 0 1 0 546999450 16150528 754 33554432000 4194304 5683644 140736434090416 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 3943 754 343 364 0 430 0

[startup+0.00981606 s]
/proc/loadavg: 7.57 8.38 8.34 2/241 11422
/proc/meminfo: memFree=22513736/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=15772 CPUtime=0 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 902 0 0 0 0 0 0 0 21 0 1 0 546999450 16150528 782 33554432000 4194304 5683644 140736434090416 18446744073709551615 4874184 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 3943 782 345 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.10072 s]
/proc/loadavg: 7.57 8.38 8.34 2/241 11422
/proc/meminfo: memFree=22513736/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=104228 CPUtime=0.07 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 3084 0 0 0 5 2 0 0 17 0 1 0 546999450 106729472 2764 33554432000 4194304 5683644 140736434090416 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 26057 2764 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300708 s]
/proc/loadavg: 7.57 8.38 8.34 2/241 11422
/proc/meminfo: memFree=22513736/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=187736 CPUtime=0.24 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 6804 935 1 0 17 7 0 0 17 0 1 0 546999450 192241664 4866 33554432000 4194304 5683644 140736434090416 18446744073709551615 212431054741 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 46934 4867 1386 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187736

[startup+0.700597 s]
/proc/loadavg: 7.57 8.38 8.34 2/241 11422
/proc/meminfo: memFree=22513736/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=294168 CPUtime=0.6 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 13111 935 1 0 51 9 0 0 17 0 1 0 546999450 301228032 10790 33554432000 4194304 5683644 140736434090416 18446744073709551615 212435678241 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 73542 10790 1761 364 0 9466 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 294168

[startup+1.50045 s]
/proc/loadavg: 7.57 8.38 8.34 2/242 11427
/proc/meminfo: memFree=22460292/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=310428 CPUtime=1.41 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 21397 935 1 0 130 11 0 0 19 0 1 0 546999450 317878272 14992 33554432000 4194304 5683644 140736434090416 18446744073709551615 4418304 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 77607 14992 1826 364 0 13531 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 310428

[startup+3.10014 s]
/proc/loadavg: 7.57 8.38 8.34 2/242 11427
/proc/meminfo: memFree=22459672/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=310428 CPUtime=3.01 cores=0-7
/proc/11422/stat : 11422 (python) R 11420 11422 10653 0 -1 4202496 21397 935 1 0 290 11 0 0 22 0 1 0 546999450 317878272 14992 33554432000 4194304 5683644 140736434090416 18446744073709551615 47058361333622 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11422/statm: 77607 14992 1826 364 0 13531 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 310428

[startup+6.3015 s]
/proc/loadavg: 7.04 8.26 8.30 10/266 11451
/proc/meminfo: memFree=22350128/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=455568 CPUtime=5.17 cores=0-7
/proc/11422/stat : 11422 (python) S 11420 11422 10653 0 -1 4202496 26633 935 1 0 503 14 0 0 25 0 9 0 546999450 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11422/statm: 113892 14603 1889 364 0 49789 0
[pid=11428] ppid=11422 vsize=307996 CPUtime=0 cores=0-7
/proc/11428/stat : 11428 (python) S 11422 11422 10653 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 546999954 315387904 12905 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037135 0 0 16781312 514 4448953079131275263 0 0 17 1 0 0 0
/proc/11428/statm: 76999 12905 353 364 0 12917 0
[pid=11430] ppid=11428 vsize=15304 CPUtime=1.24 cores=0-7
/proc/11430/stat : 11430 (lingeling) R 11428 11430 11430 0 -1 4202496 3622 0 0 0 124 0 0 0 23 0 1 0 546999954 15671296 2987 33554432000 4194304 4352236 140734216517504 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11430/statm: 3826 2987 126 39 0 2906 0
[pid=11431] ppid=11422 vsize=318252 CPUtime=0 cores=0-7
/proc/11431/stat : 11431 (python) S 11422 11422 10653 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 546999957 325890048 12903 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 4234764640627687684 0 0 17 3 0 0 0
/proc/11431/statm: 79563 12903 347 364 0 15478 0
[pid=11433] ppid=11431 vsize=55196 CPUtime=1.22 cores=0-7
/proc/11433/stat : 11433 (cryptominisat-2) R 11431 11433 11433 0 -1 4202496 8709 0 0 0 121 1 0 0 25 0 1 0 546999957 56520704 7559 33554432000 4194304 4677096 140733228644272 18446744073709551615 4320172 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11433/statm: 13799 7559 387 118 0 8758 0
[pid=11434] ppid=11422 vsize=394044 CPUtime=0 cores=0-7
/proc/11434/stat : 11434 (python) S 11422 11422 10653 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 546999960 403501056 13025 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 8172788680809775103 0 0 17 1 0 0 0
/proc/11434/statm: 98511 13025 348 364 0 34423 0
[pid=11436] ppid=11434 vsize=15304 CPUtime=1.18 cores=0-7
/proc/11436/stat : 11436 (lingeling) R 11434 11436 11436 0 -1 4202496 3610 0 0 0 118 0 0 0 25 0 1 0 546999961 15671296 2987 33554432000 4194304 4352236 140736780499184 18446744073709551615 4267945 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11436/statm: 3826 2987 126 39 0 2906 0
[pid=11437] ppid=11422 vsize=404300 CPUtime=0 cores=0-7
/proc/11437/stat : 11437 (python) S 11422 11422 10653 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 546999963 414003200 13009 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 4234760242581176577 0 0 17 1 0 0 0
/proc/11437/statm: 101075 13009 348 364 0 36984 0
[pid=11439] ppid=11437 vsize=55200 CPUtime=1.16 cores=0-7
/proc/11439/stat : 11439 (cryptominisat-2) R 11437 11439 11439 0 -1 4202496 8644 0 0 0 115 1 0 0 25 0 1 0 546999963 56524800 7504 33554432000 4194304 4677096 140734822259952 18446744073709551615 4319878 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11439/statm: 13800 7504 387 118 0 8759 0
[pid=11440] ppid=11422 vsize=414556 CPUtime=0 cores=0-7
/proc/11440/stat : 11440 (python) S 11422 11422 10653 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 546999966 424505344 13082 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 2420479195332214783 0 0 17 1 0 0 0
/proc/11440/statm: 103639 13082 348 364 0 39545 0
[pid=11442] ppid=11440 vsize=15304 CPUtime=1.11 cores=0-7
/proc/11442/stat : 11442 (lingeling) R 11440 11442 11442 0 -1 4202496 3616 0 0 0 111 0 0 0 25 0 1 0 546999966 15671296 2987 33554432000 4194304 4352236 140736612526656 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11442/statm: 3826 2987 126 39 0 2906 0
[pid=11443] ppid=11422 vsize=424812 CPUtime=0 cores=0-7
/proc/11443/stat : 11443 (python) S 11422 11422 10653 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 546999969 435007488 13086 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 14479516734110826495 0 0 17 6 0 0 0
/proc/11443/statm: 106203 13086 348 364 0 42106 0
[pid=11445] ppid=11443 vsize=11576 CPUtime=1.09 cores=0-7
/proc/11445/stat : 11445 (SApperloT-base) R 11443 11445 11445 0 -1 4202496 2885 0 0 0 109 0 0 0 25 0 1 0 546999970 11853824 2627 33554432000 134512640 135674940 4291468208 18446744073709551615 134551944 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11445/statm: 2894 2627 99 284 0 2608 0
[pid=11446] ppid=11422 vsize=435068 CPUtime=0 cores=0-7
/proc/11446/stat : 11446 (python) S 11422 11422 10653 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 546999973 445509632 13043 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 13174314518324445183 0 0 17 0 0 0 0
/proc/11446/statm: 108767 13043 348 364 0 44667 0
[pid=11448] ppid=11446 vsize=20144 CPUtime=1.04 cores=0-7
/proc/11448/stat : 11448 (precosat) R 11446 11448 11448 0 -1 4202496 5323 0 0 0 103 1 0 0 25 0 1 0 546999973 20627456 4859 33554432000 4194304 4890832 140734037868784 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/11448/statm: 5036 4859 86 171 0 4863 0
[pid=11449] ppid=11422 vsize=445324 CPUtime=0 cores=0-7
/proc/11449/stat : 11449 (python) S 11422 11422 10653 0 -1 4202560 788 0 0 0 0 0 0 0 17 0 1 0 546999976 456011776 13064 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 5602157677917470979 0 0 17 6 0 0 0
/proc/11449/statm: 111331 13064 354 364 0 47228 0
[pid=11451] ppid=11449 vsize=55196 CPUtime=0.99 cores=0-7
/proc/11451/stat : 11451 (cryptominisat-2) R 11449 11451 11451 0 -1 4202496 8553 0 0 0 98 1 0 0 25 0 1 0 546999976 56520704 7404 33554432000 4194304 4677096 140736195588752 18446744073709551615 212435713723 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11451/statm: 13799 7404 387 118 0 8758 0
[pid=11422/tid=11429] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11429/stat : 11429 (python) S 11420 11422 10653 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 546999954 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11432] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11432/stat : 11432 (python) S 11420 11422 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546999957 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 3 0 0 0
[pid=11422/tid=11435] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11435/stat : 11435 (python) S 11420 11422 10653 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 546999960 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11438] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11438/stat : 11438 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 546999963 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 5 0 0 0
[pid=11422/tid=11441] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11441/stat : 11441 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 546999966 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11444] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11444/stat : 11444 (python) S 11420 11422 10653 0 -1 4202560 30 935 0 0 0 0 0 0 21 0 9 0 546999969 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 6 0 0 0
[pid=11422/tid=11447] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11447/stat : 11447 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 23 0 9 0 546999973 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11450] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11450/stat : 11450 (python) S 11420 11422 10653 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 546999976 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 3843144

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

[startup+6.50146 s]
/proc/loadavg: 7.04 8.26 8.30 10/266 11452
/proc/meminfo: memFree=22316152/32951124 swapFree=67111416/67111528
[pid=11422] ppid=11420 vsize=455568 CPUtime=5.17 cores=0-7
/proc/11422/stat : 11422 (python) S 11420 11422 10653 0 -1 4202496 26633 935 1 0 503 14 0 0 25 0 9 0 546999450 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11422/statm: 113892 14603 1889 364 0 49789 0
[pid=11428] ppid=11422 vsize=307996 CPUtime=0 cores=0-7
/proc/11428/stat : 11428 (python) S 11422 11422 10653 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 546999954 315387904 12905 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037135 0 0 16781312 514 4448953079131275263 0 0 17 1 0 0 0
/proc/11428/statm: 76999 12905 353 364 0 12917 0
[pid=11430] ppid=11428 vsize=11208 CPUtime=1.45 cores=0-7
/proc/11430/stat : 11430 (lingeling) R 11428 11430 11430 0 -1 4202496 3625 0 0 0 145 0 0 0 23 0 1 0 546999954 11476992 1966 33554432000 4194304 4352236 140734216517504 18446744073709551615 4330942 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11430/statm: 2802 1966 129 39 0 1882 0
[pid=11431] ppid=11422 vsize=318252 CPUtime=0.06 cores=0-7
/proc/11431/stat : 11431 (python) R 11422 11422 10653 0 -1 4202560 753 0 0 0 5 1 0 0 15 0 1 0 546999957 325890048 12903 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/11431/statm: 79563 12903 347 364 0 15478 0
[pid=11433] ppid=11431 vsize=0 CPUtime=1.35 cores=0-7
/proc/11433/stat : 11433 (cryptominisat-2) R 11431 11433 11433 0 -1 4202500 8781 0 0 0 134 1 0 0 25 0 1 0 546999957 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11433/statm: 0 0 0 0 0 0 0
[pid=11434] ppid=11422 vsize=394044 CPUtime=0 cores=0-7
/proc/11434/stat : 11434 (python) S 11422 11422 10653 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 546999960 403501056 13025 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 8172788680809775103 0 0 17 1 0 0 0
/proc/11434/statm: 98511 13025 348 364 0 34423 0
[pid=11436] ppid=11434 vsize=15304 CPUtime=1.39 cores=0-7
/proc/11436/stat : 11436 (lingeling) R 11434 11436 11436 0 -1 4202496 3610 0 0 0 139 0 0 0 25 0 1 0 546999961 15671296 2987 33554432000 4194304 4352236 140736780499184 18446744073709551615 4267929 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11436/statm: 3826 2987 126 39 0 2906 0
[pid=11437] ppid=11422 vsize=404300 CPUtime=0 cores=0-7
/proc/11437/stat : 11437 (python) S 11422 11422 10653 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 546999963 414003200 13009 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 4234760242581176577 0 0 17 1 0 0 0
/proc/11437/statm: 101075 13009 348 364 0 36984 0
[pid=11439] ppid=11437 vsize=55200 CPUtime=1.37 cores=0-7
/proc/11439/stat : 11439 (cryptominisat-2) R 11437 11439 11439 0 -1 4202496 8728 0 0 0 136 1 0 0 25 0 1 0 546999963 56524800 7588 33554432000 4194304 4677096 140734822259952 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11439/statm: 13800 7588 387 118 0 8759 0
[pid=11440] ppid=11422 vsize=414556 CPUtime=0 cores=0-7
/proc/11440/stat : 11440 (python) S 11422 11422 10653 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 546999966 424505344 13082 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 2420479195332214783 0 0 17 1 0 0 0
/proc/11440/statm: 103639 13082 348 364 0 39545 0
[pid=11442] ppid=11440 vsize=15304 CPUtime=1.31 cores=0-7
/proc/11442/stat : 11442 (lingeling) R 11440 11442 11442 0 -1 4202496 3616 0 0 0 131 0 0 0 25 0 1 0 546999966 15671296 2987 33554432000 4194304 4352236 140736612526656 18446744073709551615 4267826 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11442/statm: 3826 2987 126 39 0 2906 0
[pid=11443] ppid=11422 vsize=424812 CPUtime=0 cores=0-7
/proc/11443/stat : 11443 (python) S 11422 11422 10653 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 546999969 435007488 13086 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 14479516734110826495 0 0 17 6 0 0 0
/proc/11443/statm: 106203 13086 348 364 0 42106 0
[pid=11445] ppid=11443 vsize=11976 CPUtime=1.3 cores=0-7
/proc/11445/stat : 11445 (SApperloT-base) R 11443 11445 11445 0 -1 4202496 2994 0 0 0 130 0 0 0 25 0 1 0 546999970 12263424 2736 33554432000 134512640 135674940 4291468208 18446744073709551615 134564833 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11445/statm: 2994 2736 99 284 0 2708 0
[pid=11446] ppid=11422 vsize=435068 CPUtime=0 cores=0-7
/proc/11446/stat : 11446 (python) S 11422 11422 10653 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 546999973 445509632 13043 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 13174314518324445183 0 0 17 0 0 0 0
/proc/11446/statm: 108767 13043 348 364 0 44667 0
[pid=11448] ppid=11446 vsize=20144 CPUtime=1.25 cores=0-7
/proc/11448/stat : 11448 (precosat) R 11446 11448 11448 0 -1 4202496 5323 0 0 0 124 1 0 0 25 0 1 0 546999973 20627456 4859 33554432000 4194304 4890832 140734037868784 18446744073709551615 4219626 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/11448/statm: 5036 4859 86 171 0 4863 0
[pid=11449] ppid=11422 vsize=445324 CPUtime=0 cores=0-7
/proc/11449/stat : 11449 (python) S 11422 11422 10653 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 546999976 456011776 13064 33554432000 4194304 5683644 140736434090416 18446744073709551615 212436037190 0 0 16781312 514 2129204271483158787 0 0 17 6 0 0 0
/proc/11449/statm: 111331 13064 354 364 0 47228 0
[pid=11451] ppid=11449 vsize=55196 CPUtime=1.2 cores=0-7
/proc/11451/stat : 11451 (cryptominisat-2) R 11449 11451 11451 0 -1 4202496 8661 0 0 0 119 1 0 0 25 0 1 0 546999976 56520704 7512 33554432000 4194304 4677096 140736195588752 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11451/statm: 13799 7512 387 118 0 8758 0
[pid=11422/tid=11429] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11429/stat : 11429 (python) S 11420 11422 10653 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 546999954 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11432] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11432/stat : 11432 (python) S 11420 11422 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546999957 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 3 0 0 0
[pid=11422/tid=11435] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11435/stat : 11435 (python) S 11420 11422 10653 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 546999960 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11438] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11438/stat : 11438 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 546999963 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 5 0 0 0
[pid=11422/tid=11441] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11441/stat : 11441 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 546999966 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11444] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11444/stat : 11444 (python) S 11420 11422 10653 0 -1 4202560 30 935 0 0 0 0 0 0 21 0 9 0 546999969 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 6 0 0 0
[pid=11422/tid=11447] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11447/stat : 11447 (python) S 11420 11422 10653 0 -1 4202560 32 935 0 0 0 0 0 0 23 0 9 0 546999973 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 0 0 0 0
[pid=11422/tid=11450] ppid=11420 vsize=455568 CPUtime=0 cores=0-7
/proc/11422/task/11450/stat : 11450 (python) S 11420 11422 10653 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 546999976 466501632 14603 33554432000 4194304 5683644 140736434090416 18446744073709551615 212447840689 0 0 16781312 2 18446604443095177280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 3784252

Child status: 0
Real time (s): 6.58831
CPU time (s): 16.3095
CPU user time (s): 15.9996
CPU system time (s): 0.309952
CPU usage (%): 247.553
Max. virtual memory (cumulated for all children) (KiB): 3843144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9996
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87687
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1494
involuntary context switches= 211

runsolver used 0.016997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-02 18:32:51
IDJOB=3322527
IDBENCH=83441
IDSOLVER=1710
FILE ID=node102/3322527-1304353971
RUNJOBID= node102-1304347539-10667
PBS_JOBID= 13178657
Free space on /tmp= 73448 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E03N17.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322527-1304353971/watcher-3322527-1304353971 -o /tmp/evaluation-result-3322527-1304353971/solver-3322527-1304353971 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322527-1304353971.cnf -seed 909627815 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a7330fdd412cca5ee2ec4c82638d1610
RANDOM SEED=909627815

node102.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.828
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.65
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.828
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.828
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.828
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.75
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.828
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.828
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22514388 kB
Buffers:        668200 kB
Cached:        1899468 kB
SwapCached:          0 kB
Active:        7887488 kB
Inactive:      2100340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22514388 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           34804 kB
Writeback:           0 kB
AnonPages:     7421392 kB
Mapped:          20920 kB
Slab:           357776 kB
PageTables:      26800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31491440 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= 73416 MiB
End job on node102 at 2011-05-02 18:32:58