Trace number 3317847

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 15.8856 6.21303

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-15.cnf
MD5SUMb5f600e7f9b30a5ff851f80fa6100290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.84172
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses45569
Sum of the clauses size233173
Maximum clause length45
Minimum clause length1
Number of clauses of size 112
Number of clauses of size 212041
Number of clauses of size 38754
Number of clauses of size 41380
Number of clauses of size 52160
Number of clauses of size over 521222

Solver Data

0.38/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.68	c INFO: solving HOME/instance-3317847-1304270688.cnf
0.38/0.68	c INFO: computing task features
0.63/0.91	c INFO: computed variable-clause graph statistics
0.63/0.92	c INFO: computed clause balance statistics
1.83/2.14	c INFO: computed variable balance statistics
2.43/2.74	c INFO: computed small-clause counts
2.43/2.74	c INFO: computed Horn-clause counts
2.53/2.81	c INFO: computed variable graph statistics
2.53/2.81	c INFO: collected features for HOME/instance-3317847-1304270688.cnf in 2.13 s
2.53/2.83	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.28)
2.53/2.86	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.34)
2.53/2.88	c INFO: running lingeling-276@0 for 582 with 4797 remaining (b = 0.38)
2.62/2.91	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.44)
15.43/6.19	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-3317847-1304270688/watcher-3317847-1304270688 -o /tmp/evaluation-result-3317847-1304270688/solver-3317847-1304270688 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317847-1304270688.cnf -seed 26425585 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.04 3.52 3.19 5/205 27328
/proc/meminfo: memFree=25026908/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538666717 15749120 679 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377299456 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/27328/statm: 3845 679 322 364 0 332 0

[startup+0.039639 s]
/proc/loadavg: 4.04 3.52 3.19 5/205 27328
/proc/meminfo: memFree=25026908/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=18888 CPUtime=0.01 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 1270 0 0 0 1 0 0 0 25 0 1 0 538666717 19341312 1122 33554432000 4194304 5683644 140733814793056 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27328/statm: 4722 1122 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100658 s]
/proc/loadavg: 4.04 3.52 3.19 5/205 27328
/proc/meminfo: memFree=25026908/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=87708 CPUtime=0.06 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 2635 0 0 0 4 2 0 0 17 0 1 0 538666717 89812992 2351 33554432000 4194304 5683644 140733814793056 18446744073709551615 255372331808 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27328/statm: 21927 2353 716 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300567 s]
/proc/loadavg: 4.04 3.52 3.19 5/205 27328
/proc/meminfo: memFree=25026908/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 5964 935 1 0 13 6 0 0 17 0 1 0 538666717 139010048 4150 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/27328/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.704532 s]
/proc/loadavg: 4.04 3.52 3.19 5/205 27328
/proc/meminfo: memFree=25026908/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=280176 CPUtime=0.44 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 9690 935 1 0 32 12 0 0 15 0 1 0 538666717 286900224 7369 33554432000 4194304 5683644 140733814793056 18446744073709551615 4961433 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27328/statm: 70044 7369 1761 364 0 5968 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280176

[startup+1.50037 s]
/proc/loadavg: 4.11 3.54 3.20 6/206 27333
/proc/meminfo: memFree=24993544/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=292492 CPUtime=1.23 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 14687 935 1 0 111 12 0 0 16 0 1 0 538666717 299511808 10507 33554432000 4194304 5683644 140733814793056 18446744073709551615 255376957589 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27328/statm: 73123 10507 1826 364 0 9047 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 292492

[startup+3.10104 s]
/proc/loadavg: 4.11 3.54 3.20 6/206 27333
/proc/meminfo: memFree=24991680/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=332616 CPUtime=2.63 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 17372 935 1 0 250 13 0 0 20 0 5 0 538666717 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27328/statm: 83154 10350 1881 364 0 19063 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 332616

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

[startup+4.70074 s]
/proc/loadavg: 4.11 3.54 3.20 9/218 27345
/proc/meminfo: memFree=24943212/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=332616 CPUtime=2.63 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 17372 935 1 0 250 13 0 0 20 0 5 0 538666717 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27328/statm: 83154 10350 1881 364 0 19063 0
[pid=27334] ppid=27328 vsize=291604 CPUtime=0 cores=1,3,5,7
/proc/27334/stat : 27334 (python) S 27328 27328 26829 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538667001 298602496 8811 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321487 0 0 16781312 514 9723416735322734591 0 0 17 3 0 0 0
/proc/27334/statm: 72901 8811 358 364 0 8819 0
[pid=27336] ppid=27334 vsize=11580 CPUtime=1.83 cores=1,3,5,7
/proc/27336/stat : 27336 (lingeling) R 27334 27336 27336 0 -1 4202496 2626 0 0 0 183 0 0 0 25 0 1 0 538667001 11857920 2059 33554432000 4194304 4352236 140735244628080 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/27336/statm: 2895 2059 129 39 0 1975 0
[pid=27337] ppid=27328 vsize=301860 CPUtime=0 cores=1,3,5,7
/proc/27337/stat : 27337 (python) S 27328 27328 26829 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 538667003 309104640 8804 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 15376133557067940104 0 0 17 5 0 0 0
/proc/27337/statm: 75465 8804 347 364 0 11380 0
[pid=27339] ppid=27337 vsize=44644 CPUtime=1.82 cores=1,3,5,7
/proc/27339/stat : 27339 (cryptominisat-2) R 27337 27339 27339 0 -1 4202496 6388 0 0 0 181 1 0 0 25 0 1 0 538667004 45715456 4279 33554432000 4194304 4677096 140736639971584 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27339/statm: 11161 4279 387 118 0 6120 0
[pid=27340] ppid=27328 vsize=312116 CPUtime=0 cores=1,3,5,7
/proc/27340/stat : 27340 (python) S 27328 27328 26829 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538667006 319606784 8808 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 9723420583613431807 0 0 17 5 0 0 0
/proc/27340/statm: 78029 8808 347 364 0 13941 0
[pid=27342] ppid=27340 vsize=11736 CPUtime=1.79 cores=1,3,5,7
/proc/27342/stat : 27342 (lingeling) R 27340 27342 27342 0 -1 4202496 3178 0 0 0 179 0 0 0 25 0 1 0 538667006 12017664 2098 33554432000 4194304 4352236 140735427279360 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/27342/statm: 2934 2098 129 39 0 2014 0
[pid=27343] ppid=27328 vsize=322372 CPUtime=0 cores=1,3,5,7
/proc/27343/stat : 27343 (python) S 27328 27328 26829 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538667008 330108928 8812 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 5631442925310181375 0 0 17 7 0 0 0
/proc/27343/statm: 80593 8812 347 364 0 16502 0
[pid=27345] ppid=27343 vsize=9840 CPUtime=1.77 cores=1,3,5,7
/proc/27345/stat : 27345 (lingeling) R 27343 27345 27345 0 -1 4202496 2663 0 0 0 177 0 0 0 25 0 1 0 538667009 10076160 1655 33554432000 4194304 4352236 140737356931920 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27345/statm: 2460 1655 129 39 0 1540 0
[pid=27328/tid=27335] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27335/stat : 27335 (python) S 27326 27328 26829 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538667001 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27338] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27338/stat : 27338 (python) S 27326 27328 26829 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538667004 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27341] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27341/stat : 27341 (python) S 27326 27328 26829 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538667006 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 5 0 0 0
[pid=27328/tid=27344] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27344/stat : 27344 (python) S 27326 27328 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 538667009 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 1638368

[startup+5.50859 s]
/proc/loadavg: 4.11 3.54 3.20 9/218 27345
/proc/meminfo: memFree=24930688/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=332616 CPUtime=2.63 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 17372 935 1 0 250 13 0 0 20 0 5 0 538666717 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27328/statm: 83154 10350 1881 364 0 19063 0
[pid=27334] ppid=27328 vsize=291604 CPUtime=0 cores=1,3,5,7
/proc/27334/stat : 27334 (python) S 27328 27328 26829 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538667001 298602496 8811 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321487 0 0 16781312 514 9723416735322702087 0 0 17 3 0 0 0
/proc/27334/statm: 72901 8811 358 364 0 8819 0
[pid=27336] ppid=27334 vsize=12608 CPUtime=2.63 cores=1,3,5,7
/proc/27336/stat : 27336 (lingeling) R 27334 27336 27336 0 -1 4202496 2883 0 0 0 263 0 0 0 25 0 1 0 538667001 12910592 2316 33554432000 4194304 4352236 140735244628080 18446744073709551615 4328166 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/27336/statm: 3152 2316 129 39 0 2232 0
[pid=27337] ppid=27328 vsize=301860 CPUtime=0 cores=1,3,5,7
/proc/27337/stat : 27337 (python) S 27328 27328 26829 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 538667003 309104640 8804 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 15376133557067940104 0 0 17 5 0 0 0
/proc/27337/statm: 75465 8804 347 364 0 11380 0
[pid=27339] ppid=27337 vsize=49072 CPUtime=2.63 cores=1,3,5,7
/proc/27339/stat : 27339 (cryptominisat-2) R 27337 27339 27339 0 -1 4202496 7924 0 0 0 262 1 0 0 25 0 1 0 538667004 50249728 5253 33554432000 4194304 4677096 140736639971584 18446744073709551615 4465744 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27339/statm: 12268 5253 391 118 0 7227 0
[pid=27340] ppid=27328 vsize=312116 CPUtime=0 cores=1,3,5,7
/proc/27340/stat : 27340 (python) S 27328 27328 26829 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538667006 319606784 8808 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 9723420583613399304 0 0 17 5 0 0 0
/proc/27340/statm: 78029 8808 347 364 0 13941 0
[pid=27342] ppid=27340 vsize=12252 CPUtime=2.6 cores=1,3,5,7
/proc/27342/stat : 27342 (lingeling) R 27340 27342 27342 0 -1 4202496 3307 0 0 0 260 0 0 0 25 0 1 0 538667006 12546048 2227 33554432000 4194304 4352236 140735427279360 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/27342/statm: 3063 2227 129 39 0 2143 0
[pid=27343] ppid=27328 vsize=322372 CPUtime=0 cores=1,3,5,7
/proc/27343/stat : 27343 (python) S 27328 27328 26829 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538667008 330108928 8812 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 5631442925310148872 0 0 17 7 0 0 0
/proc/27343/statm: 80593 8812 347 364 0 16502 0
[pid=27345] ppid=27343 vsize=12072 CPUtime=2.58 cores=1,3,5,7
/proc/27345/stat : 27345 (lingeling) R 27343 27345 27345 0 -1 4202496 3261 0 0 0 258 0 0 0 25 0 1 0 538667009 12361728 2181 33554432000 4194304 4352236 140737356931920 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27345/statm: 3018 2181 129 39 0 2098 0
[pid=27328/tid=27335] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27335/stat : 27335 (python) S 27326 27328 26829 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538667001 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27338] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27338/stat : 27338 (python) S 27326 27328 26829 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538667004 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27341] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27341/stat : 27341 (python) S 27326 27328 26829 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538667006 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 5 0 0 0
[pid=27328/tid=27344] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27344/stat : 27344 (python) S 27326 27328 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 538667009 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 1646572

[startup+5.90052 s]
/proc/loadavg: 4.11 3.54 3.20 9/218 27345
/proc/meminfo: memFree=24930688/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=332616 CPUtime=2.63 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 17372 935 1 0 250 13 0 0 20 0 5 0 538666717 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27328/statm: 83154 10350 1881 364 0 19063 0
[pid=27334] ppid=27328 vsize=291604 CPUtime=0 cores=1,3,5,7
/proc/27334/stat : 27334 (python) S 27328 27328 26829 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538667001 298602496 8811 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321487 0 0 16781312 514 9723416735322702087 0 0 17 3 0 0 0
/proc/27334/statm: 72901 8811 358 364 0 8819 0
[pid=27336] ppid=27334 vsize=12608 CPUtime=3.02 cores=1,3,5,7
/proc/27336/stat : 27336 (lingeling) R 27334 27336 27336 0 -1 4202496 2883 0 0 0 302 0 0 0 25 0 1 0 538667001 12910592 2316 33554432000 4194304 4352236 140735244628080 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/27336/statm: 3152 2316 129 39 0 2232 0
[pid=27337] ppid=27328 vsize=301860 CPUtime=0 cores=1,3,5,7
/proc/27337/stat : 27337 (python) S 27328 27328 26829 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 538667003 309104640 8804 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 15376133557067940104 0 0 17 5 0 0 0
/proc/27337/statm: 75465 8804 347 364 0 11380 0
[pid=27339] ppid=27337 vsize=49072 CPUtime=3.02 cores=1,3,5,7
/proc/27339/stat : 27339 (cryptominisat-2) R 27337 27339 27339 0 -1 4202496 8051 0 0 0 301 1 0 0 25 0 1 0 538667004 50249728 5380 33554432000 4194304 4677096 140736639971584 18446744073709551615 4319384 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27339/statm: 12268 5380 391 118 0 7227 0
[pid=27340] ppid=27328 vsize=312116 CPUtime=0 cores=1,3,5,7
/proc/27340/stat : 27340 (python) S 27328 27328 26829 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538667006 319606784 8808 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 9723420583613399304 0 0 17 5 0 0 0
/proc/27340/statm: 78029 8808 347 364 0 13941 0
[pid=27342] ppid=27340 vsize=12252 CPUtime=2.99 cores=1,3,5,7
/proc/27342/stat : 27342 (lingeling) R 27340 27342 27342 0 -1 4202496 3307 0 0 0 299 0 0 0 25 0 1 0 538667006 12546048 2227 33554432000 4194304 4352236 140735427279360 18446744073709551615 4267826 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/27342/statm: 3063 2227 129 39 0 2143 0
[pid=27343] ppid=27328 vsize=322372 CPUtime=0 cores=1,3,5,7
/proc/27343/stat : 27343 (python) S 27328 27328 26829 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538667008 330108928 8812 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 5631442925310148872 0 0 17 7 0 0 0
/proc/27343/statm: 80593 8812 347 364 0 16502 0
[pid=27345] ppid=27343 vsize=12072 CPUtime=2.97 cores=1,3,5,7
/proc/27345/stat : 27345 (lingeling) R 27343 27345 27345 0 -1 4202496 3271 0 0 0 297 0 0 0 25 0 1 0 538667009 12361728 2191 33554432000 4194304 4352236 140737356931920 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27345/statm: 3018 2191 129 39 0 2098 0
[pid=27328/tid=27335] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27335/stat : 27335 (python) S 27326 27328 26829 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538667001 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27338] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27338/stat : 27338 (python) S 27326 27328 26829 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538667004 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27341] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27341/stat : 27341 (python) S 27326 27328 26829 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538667006 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 5 0 0 0
[pid=27328/tid=27344] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27344/stat : 27344 (python) S 27326 27328 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 538667009 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 1646572

[startup+6.10148 s]
/proc/loadavg: 4.11 3.54 3.20 9/218 27345
/proc/meminfo: memFree=24930688/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=332616 CPUtime=2.63 cores=1,3,5,7
/proc/27328/stat : 27328 (python) S 27326 27328 26829 0 -1 4202496 17372 935 1 0 250 13 0 0 20 0 5 0 538666717 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27328/statm: 83154 10350 1881 364 0 19063 0
[pid=27334] ppid=27328 vsize=291604 CPUtime=0 cores=1,3,5,7
/proc/27334/stat : 27334 (python) S 27328 27328 26829 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538667001 298602496 8811 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321487 0 0 16781312 514 9723416735322702087 0 0 17 3 0 0 0
/proc/27334/statm: 72901 8811 358 364 0 8819 0
[pid=27336] ppid=27334 vsize=10560 CPUtime=3.22 cores=1,3,5,7
/proc/27336/stat : 27336 (lingeling) R 27334 27336 27336 0 -1 4202496 2883 0 0 0 322 0 0 0 25 0 1 0 538667001 10813440 1804 33554432000 4194304 4352236 140735244628080 18446744073709551615 4294498 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/27336/statm: 2640 1804 129 39 0 1720 0
[pid=27337] ppid=27328 vsize=301860 CPUtime=0 cores=1,3,5,7
/proc/27337/stat : 27337 (python) S 27328 27328 26829 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 538667003 309104640 8804 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 15376133557067940104 0 0 17 5 0 0 0
/proc/27337/statm: 75465 8804 347 364 0 11380 0
[pid=27339] ppid=27337 vsize=49072 CPUtime=3.22 cores=1,3,5,7
/proc/27339/stat : 27339 (cryptominisat-2) R 27337 27339 27339 0 -1 4202496 8137 0 0 0 321 1 0 0 25 0 1 0 538667004 50249728 5466 33554432000 4194304 4677096 140736639971584 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27339/statm: 12268 5466 391 118 0 7227 0
[pid=27340] ppid=27328 vsize=312116 CPUtime=0 cores=1,3,5,7
/proc/27340/stat : 27340 (python) S 27328 27328 26829 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538667006 319606784 8808 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 9723420583613399304 0 0 17 5 0 0 0
/proc/27340/statm: 78029 8808 347 364 0 13941 0
[pid=27342] ppid=27340 vsize=10204 CPUtime=3.19 cores=1,3,5,7
/proc/27342/stat : 27342 (lingeling) R 27340 27342 27342 0 -1 4202496 3307 0 0 0 319 0 0 0 25 0 1 0 538667006 10448896 1715 33554432000 4194304 4352236 140735427279360 18446744073709551615 4295564 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/27342/statm: 2551 1715 129 39 0 1631 0
[pid=27343] ppid=27328 vsize=322372 CPUtime=0 cores=1,3,5,7
/proc/27343/stat : 27343 (python) S 27328 27328 26829 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538667008 330108928 8812 33554432000 4194304 5683644 140733814793056 18446744073709551615 255377321542 0 0 16781312 514 5631442925310148872 0 0 17 7 0 0 0
/proc/27343/statm: 80593 8812 347 364 0 16502 0
[pid=27345] ppid=27343 vsize=12368 CPUtime=3.17 cores=1,3,5,7
/proc/27345/stat : 27345 (lingeling) R 27343 27345 27345 0 -1 4202496 3335 0 0 0 317 0 0 0 25 0 1 0 538667009 12664832 2255 33554432000 4194304 4352236 140737356931920 18446744073709551615 4319064 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27345/statm: 3092 2255 129 39 0 2172 0
[pid=27328/tid=27335] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27335/stat : 27335 (python) S 27326 27328 26829 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538667001 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27338] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27338/stat : 27338 (python) S 27326 27328 26829 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538667004 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 3 0 0 0
[pid=27328/tid=27341] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27341/stat : 27341 (python) S 27326 27328 26829 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538667006 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 5 0 0 0
[pid=27328/tid=27344] ppid=27326 vsize=332616 CPUtime=0 cores=1,3,5,7
/proc/27328/task/27344/stat : 27344 (python) S 27326 27328 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 538667009 340598784 10350 33554432000 4194304 5683644 140733814793056 18446744073709551615 255389125041 0 0 16781312 2 18446604471138828480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 1642772

[startup+6.20151 s]
/proc/loadavg: 4.11 3.54 3.20 9/218 27345
/proc/meminfo: memFree=24930688/32951124 swapFree=67111352/67111528
[pid=27328] ppid=27326 vsize=322312 CPUtime=15.86 cores=1,3,5,7
/proc/27328/stat : 27328 (python) R 27326 27328 26829 0 -1 4202496 21363 22141 1 0 251 14 1316 5 17 0 1 0 538666717 330047488 10339 33554432000 4194304 5683644 140733814793056 18446744073709551615 255376957520 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27328/statm: 80578 10339 1874 364 0 16502 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 322312

Child status: 0
Real time (s): 6.21303
CPU time (s): 15.8856
CPU user time (s): 15.6886
CPU system time (s): 0.19697
CPU usage (%): 255.682
Max. virtual memory (cumulated for all children) (KiB): 1646868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6886
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45190
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= 3025
involuntary context switches= 396

runsolver used 0.009998 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-01 19:24:48
IDJOB=3317847
IDBENCH=83433
IDSOLVER=1706
FILE ID=node135/3317847-1304270688
RUNJOBID= node135-1304267282-26848
PBS_JOBID= 13173944
Free space on /tmp= 72104 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-15.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-3317847-1304270688/watcher-3317847-1304270688 -o /tmp/evaluation-result-3317847-1304270688/solver-3317847-1304270688 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317847-1304270688.cnf -seed 26425585 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=26425585

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25027064 kB
Buffers:        980624 kB
Cached:        2430148 kB
SwapCached:        172 kB
Active:        4299420 kB
Inactive:      3077416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25027064 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           33016 kB
Writeback:           0 kB
AnonPages:     3965300 kB
Mapped:          22576 kB
Slab:           470184 kB
PageTables:      17496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5154536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72072 MiB
End job on node135 at 2011-05-01 19:24:55