Trace number 3378740

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-par-industrial (fixed)UNSAT 18.8851 8.78626

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.05484
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.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.68	c INFO: solving HOME/instance-3378740-1305466627.cnf
0.33/0.68	c INFO: computing task features
0.83/1.19	c INFO: computed variable-clause graph statistics
0.91/1.21	c INFO: computed clause balance statistics
3.51/3.83	c INFO: computed variable balance statistics
4.81/5.10	c INFO: computed small-clause counts
4.81/5.10	c INFO: computed Horn-clause counts
4.91/5.24	c INFO: computed variable graph statistics
4.91/5.24	c INFO: collected features for HOME/instance-3378740-1305466627.cnf in 4.54 s
4.91/5.25	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.53)
4.91/5.26	c INFO: running cryptominisat-2.9.0@0 for 1195 with 1195 remaining (b = 0.56)
4.91/5.27	c INFO: running lingeling-276@0 for 1195 with 1195 remaining (b = 0.53)
4.91/5.28	c INFO: running precosat-570@0 for 1195 with 1195 remaining (b = 0.49)
18.61/8.75	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: 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-3378740-1305466627/watcher-3378740-1305466627 -o /tmp/evaluation-result-3378740-1305466627/solver-3378740-1305466627 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378740-1305466627.cnf -seed 1051148951 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 5.07 4.40 2.87 5/413 26822
/proc/meminfo: memFree=16884720/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 736893400 16289792 834 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26822/statm: 3977 834 357 364 0 464 0

[startup+0.050168 s]
/proc/loadavg: 5.07 4.40 2.87 5/413 26822
/proc/meminfo: memFree=16884720/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=21104 CPUtime=0.02 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 1302 0 0 0 2 0 0 0 25 0 1 0 736893400 21610496 1154 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26822/statm: 5276 1154 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.101139 s]
/proc/loadavg: 5.07 4.40 2.87 5/413 26822
/proc/meminfo: memFree=16884720/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 2638 0 0 0 4 2 0 0 25 0 1 0 736893400 89808896 2354 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26822/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301108 s]
/proc/loadavg: 5.07 4.40 2.87 5/413 26822
/proc/meminfo: memFree=16884720/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 5961 932 1 0 12 6 0 0 17 0 1 0 736893400 139005952 4150 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26822/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701016 s]
/proc/loadavg: 5.07 4.40 2.87 5/413 26822
/proc/meminfo: memFree=16884720/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=281816 CPUtime=0.41 cores=0,2,4,6
/proc/26822/stat : 26822 (python) R 26820 26822 26612 0 -1 4202496 10087 932 1 0 28 13 0 0 16 0 1 0 736893400 288579584 7771 33554432000 4194304 5683644 140737210593776 18446744073709551615 5007174 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26822/statm: 70454 7771 1761 364 0 6378 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281816

[startup+1.50086 s]
/proc/loadavg: 5.07 4.40 2.87 7/414 26827
/proc/meminfo: memFree=16839328/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=310432 CPUtime=1.21 cores=0,2,4,6
/proc/26822/stat : 26822 (python) R 26820 26822 26612 0 -1 4202496 21393 932 1 0 106 15 0 0 17 0 1 0 736893400 317882368 14993 33554432000 4194304 5683644 140737210593776 18446744073709551615 47699746197790 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26822/statm: 77608 14993 1826 364 0 13532 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 310432

[startup+3.10056 s]
/proc/loadavg: 5.06 4.41 2.88 7/414 26827
/proc/meminfo: memFree=16824820/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=310432 CPUtime=2.81 cores=0,2,4,6
/proc/26822/stat : 26822 (python) R 26820 26822 26612 0 -1 4202496 21393 932 1 0 266 15 0 0 19 0 1 0 736893400 317882368 14993 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415046642 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26822/statm: 77608 14993 1826 364 0 13532 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 310432

[startup+6.30088 s]
/proc/loadavg: 5.06 4.41 2.88 10/426 26839
/proc/meminfo: memFree=16782948/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=349012 CPUtime=4.99 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 24002 932 1 0 483 16 0 0 23 0 5 0 736893400 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26822/statm: 87253 14442 1873 364 0 23162 0
[pid=26828] ppid=26822 vsize=308000 CPUtime=0 cores=0,2,4,6
/proc/26828/stat : 26828 (python) S 26822 26822 26612 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736893926 315392000 12906 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411727 0 0 16781312 514 18008535093143928831 0 0 17 6 0 0 0
/proc/26828/statm: 77000 12906 353 364 0 12918 0
[pid=26830] ppid=26828 vsize=15304 CPUtime=1.01 cores=0,2,4,6
/proc/26830/stat : 26830 (lingeling) R 26828 26830 26830 0 -1 4202496 3618 0 0 0 101 0 0 0 25 0 1 0 736893926 15671296 2986 33554432000 4194304 4352236 140733731999904 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26830/statm: 3826 2986 126 39 0 2906 0
[pid=26831] ppid=26822 vsize=318256 CPUtime=0 cores=0,2,4,6
/proc/26831/stat : 26831 (python) S 26822 26822 26612 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 736893927 325894144 12904 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 5606936499049169156 0 0 17 2 0 0 0
/proc/26831/statm: 79564 12904 347 364 0 15479 0
[pid=26833] ppid=26831 vsize=55200 CPUtime=1.02 cores=0,2,4,6
/proc/26833/stat : 26833 (cryptominisat-2) R 26831 26833 26833 0 -1 4202496 8576 0 0 0 101 1 0 0 23 0 1 0 736893927 56524800 7426 33554432000 4194304 4677096 140733543129280 18446744073709551615 4336380 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26833/statm: 13800 7426 387 118 0 8759 0
[pid=26834] ppid=26822 vsize=328512 CPUtime=0 cores=0,2,4,6
/proc/26834/stat : 26834 (python) S 26822 26822 26612 0 -1 4202560 722 0 0 0 0 0 0 0 21 0 1 0 736893928 336396288 12904 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106292426331914239 0 0 17 4 0 0 0
/proc/26834/statm: 82128 12904 343 364 0 18040 0
[pid=26838] ppid=26834 vsize=15304 CPUtime=1 cores=0,2,4,6
/proc/26838/stat : 26838 (lingeling) R 26834 26838 26838 0 -1 4202496 3620 0 0 0 100 0 0 0 25 0 1 0 736893929 15671296 2986 33554432000 4194304 4352236 140735439876608 18446744073709551615 4267906 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26838/statm: 3826 2986 126 39 0 2906 0
[pid=26836] ppid=26822 vsize=338768 CPUtime=0 cores=0,2,4,6
/proc/26836/stat : 26836 (python) S 26822 26822 26612 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 736893929 346898432 12912 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106296274622611455 0 0 17 6 0 0 0
/proc/26836/statm: 84692 12912 347 364 0 20601 0
[pid=26839] ppid=26836 vsize=20220 CPUtime=0.99 cores=0,2,4,6
/proc/26839/stat : 26839 (precosat) R 26836 26839 26839 0 -1 4202496 5178 0 0 0 99 0 0 0 25 0 1 0 736893930 20705280 4879 33554432000 4194304 4890832 140736591410272 18446744073709551615 4293677 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26839/statm: 5055 4879 86 171 0 4882 0
[pid=26822/tid=26829] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26829/stat : 26829 (python) S 26820 26822 26612 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 736893926 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26832] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26832/stat : 26832 (python) S 26820 26822 26612 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 736893927 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 2 0 0 0
[pid=26822/tid=26835] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26835/stat : 26835 (python) S 26820 26822 26612 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 5 0 736893928 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26837] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26837/stat : 26837 (python) S 26820 26822 26612 0 -1 4202560 20 932 0 0 0 0 0 0 24 0 5 0 736893929 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 1748576

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

[startup+7.90058 s]
/proc/loadavg: 5.38 4.49 2.91 11/426 26839
/proc/meminfo: memFree=16776004/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=349012 CPUtime=4.99 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 24002 932 1 0 483 16 0 0 23 0 5 0 736893400 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26822/statm: 87253 14442 1873 364 0 23162 0
[pid=26828] ppid=26822 vsize=308000 CPUtime=0 cores=0,2,4,6
/proc/26828/stat : 26828 (python) S 26822 26822 26612 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736893926 315392000 12906 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411727 0 0 16781312 514 18008535093143896323 0 0 17 6 0 0 0
/proc/26828/statm: 77000 12906 353 364 0 12918 0
[pid=26830] ppid=26828 vsize=12832 CPUtime=2.58 cores=0,2,4,6
/proc/26830/stat : 26830 (lingeling) R 26828 26830 26830 0 -1 4202496 4282 0 0 0 258 0 0 0 25 0 1 0 736893926 13139968 2371 33554432000 4194304 4352236 140733731999904 18446744073709551615 4231036 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26830/statm: 3208 2371 129 39 0 2288 0
[pid=26831] ppid=26822 vsize=318256 CPUtime=1.34 cores=0,2,4,6
/proc/26831/stat : 26831 (python) R 26822 26822 26612 0 -1 4202560 751 0 0 0 114 20 0 0 17 0 1 0 736893927 325894144 12904 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/26831/statm: 79564 12904 347 364 0 15479 0
[pid=26833] ppid=26831 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/26833/stat : 26833 (cryptominisat-2) R 26831 26833 26833 0 -1 4202500 8694 0 0 0 126 1 0 0 25 0 1 0 736893927 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26833/statm: 0 0 0 0 0 0 0
[pid=26834] ppid=26822 vsize=328512 CPUtime=0 cores=0,2,4,6
/proc/26834/stat : 26834 (python) S 26822 26822 26612 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736893928 336396288 12908 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106292426331881729 0 0 17 4 0 0 0
/proc/26834/statm: 82128 12908 347 364 0 18040 0
[pid=26838] ppid=26834 vsize=12536 CPUtime=2.6 cores=0,2,4,6
/proc/26838/stat : 26838 (lingeling) R 26834 26838 26838 0 -1 4202496 4212 0 0 0 260 0 0 0 25 0 1 0 736893929 12836864 2297 33554432000 4194304 4352236 140735439876608 18446744073709551615 4278531 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26838/statm: 3134 2297 129 39 0 2214 0
[pid=26836] ppid=26822 vsize=338768 CPUtime=0 cores=0,2,4,6
/proc/26836/stat : 26836 (python) S 26822 26822 26612 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 736893929 346898432 12912 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106296274622578945 0 0 17 6 0 0 0
/proc/26836/statm: 84692 12912 347 364 0 20601 0
[pid=26839] ppid=26836 vsize=20220 CPUtime=2.59 cores=0,2,4,6
/proc/26839/stat : 26839 (precosat) R 26836 26839 26839 0 -1 4202496 5195 0 0 0 259 0 0 0 25 0 1 0 736893930 20705280 4896 33554432000 4194304 4890832 140736591410272 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26839/statm: 5055 4896 86 171 0 4882 0
[pid=26822/tid=26829] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26829/stat : 26829 (python) S 26820 26822 26612 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 736893926 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26832] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26832/stat : 26832 (python) S 26820 26822 26612 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 736893927 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 2 0 0 0
[pid=26822/tid=26835] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26835/stat : 26835 (python) S 26820 26822 26612 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 5 0 736893928 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26837] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26837/stat : 26837 (python) S 26820 26822 26612 0 -1 4202560 20 932 0 0 0 0 0 0 24 0 5 0 736893929 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (KiB) 1688136

[startup+8.3015 s]
/proc/loadavg: 5.38 4.49 2.91 11/426 26839
/proc/meminfo: memFree=16776004/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=349012 CPUtime=4.99 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 24002 932 1 0 483 16 0 0 23 0 5 0 736893400 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26822/statm: 87253 14442 1873 364 0 23162 0
[pid=26828] ppid=26822 vsize=308000 CPUtime=0.17 cores=0,2,4,6
/proc/26828/stat : 26828 (python) R 26822 26822 26612 0 -1 4202560 738 0 0 0 14 3 0 0 18 0 1 0 736893926 315392000 12906 33554432000 4194304 5683644 140737210593776 18446744073709551615 4878732 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26828/statm: 77000 12906 353 364 0 12918 0
[pid=26830] ppid=26828 vsize=0 CPUtime=2.8 cores=0,2,4,6
/proc/26830/stat : 26830 (lingeling) R 26828 26830 26830 0 -1 4202500 4285 0 0 0 280 0 0 0 25 0 1 0 736893926 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26830/statm: 0 0 0 0 0 0 0
[pid=26831] ppid=26822 vsize=318256 CPUtime=1.74 cores=0,2,4,6
/proc/26831/stat : 26831 (python) R 26822 26822 26612 0 -1 4202560 751 0 0 0 148 26 0 0 17 0 1 0 736893927 325894144 12904 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/26831/statm: 79564 12904 347 364 0 15479 0
[pid=26833] ppid=26831 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/26833/stat : 26833 (cryptominisat-2) R 26831 26833 26833 0 -1 4202500 8694 0 0 0 126 1 0 0 25 0 1 0 736893927 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26833/statm: 0 0 0 0 0 0 0
[pid=26834] ppid=26822 vsize=328512 CPUtime=0 cores=0,2,4,6
/proc/26834/stat : 26834 (python) S 26822 26822 26612 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736893928 336396288 12908 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106292426331881729 0 0 17 4 0 0 0
/proc/26834/statm: 82128 12908 347 364 0 18040 0
[pid=26838] ppid=26834 vsize=12536 CPUtime=3 cores=0,2,4,6
/proc/26838/stat : 26838 (lingeling) R 26834 26838 26838 0 -1 4202496 4212 0 0 0 300 0 0 0 25 0 1 0 736893929 12836864 2297 33554432000 4194304 4352236 140735439876608 18446744073709551615 4241257 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26838/statm: 3134 2297 129 39 0 2214 0
[pid=26836] ppid=26822 vsize=338768 CPUtime=0 cores=0,2,4,6
/proc/26836/stat : 26836 (python) R 26822 26822 26612 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 736893929 346898432 12912 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26836/statm: 84692 12912 347 364 0 20601 0
[pid=26839] ppid=26836 vsize=20296 CPUtime=2.99 cores=0,2,4,6
/proc/26839/stat : 26839 (precosat) R 26836 26839 26839 0 -1 4202496 5234 0 0 0 299 0 0 0 25 0 1 0 736893930 20783104 4920 33554432000 4194304 4890832 140736591410272 18446744073709551615 4263347 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26839/statm: 5074 4920 86 171 0 4901 0
[pid=26822/tid=26829] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26829/stat : 26829 (python) S 26820 26822 26612 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 736893926 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26832] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26832/stat : 26832 (python) S 26820 26822 26612 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 736893927 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 2 0 0 0
[pid=26822/tid=26835] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26835/stat : 26835 (python) S 26820 26822 26612 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 5 0 736893928 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26837] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26837/stat : 26837 (python) S 26820 26822 26612 0 -1 4202560 20 932 0 0 0 0 0 0 24 0 5 0 736893929 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.96
Current children cumulated vsize (KiB) 1675380

[startup+8.70143 s]
/proc/loadavg: 5.38 4.49 2.91 12/426 26839
/proc/meminfo: memFree=16782840/32950928 swapFree=67111200/67111528
[pid=26822] ppid=26820 vsize=349012 CPUtime=4.99 cores=0,2,4,6
/proc/26822/stat : 26822 (python) S 26820 26822 26612 0 -1 4202496 24002 932 1 0 483 16 0 0 23 0 5 0 736893400 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26822/statm: 87253 14442 1873 364 0 23162 0
[pid=26828] ppid=26822 vsize=308000 CPUtime=0.57 cores=0,2,4,6
/proc/26828/stat : 26828 (python) R 26822 26822 26612 0 -1 4202560 738 0 0 0 47 10 0 0 18 0 1 0 736893926 315392000 12906 33554432000 4194304 5683644 140737210593776 18446744073709551615 47699719518282 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26828/statm: 77000 12906 353 364 0 12918 0
[pid=26830] ppid=26828 vsize=0 CPUtime=2.8 cores=0,2,4,6
/proc/26830/stat : 26830 (lingeling) R 26828 26830 26830 0 -1 4202500 4285 0 0 0 280 0 0 0 25 0 1 0 736893926 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26830/statm: 0 0 0 0 0 0 0
[pid=26831] ppid=26822 vsize=318256 CPUtime=2.15 cores=0,2,4,6
/proc/26831/stat : 26831 (python) R 26822 26822 26612 0 -1 4202560 751 0 0 0 183 32 0 0 18 0 1 0 736893927 325894144 12904 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/26831/statm: 79564 12904 347 364 0 15479 0
[pid=26833] ppid=26831 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/26833/stat : 26833 (cryptominisat-2) R 26831 26833 26833 0 -1 4202500 8694 0 0 0 126 1 0 0 25 0 1 0 736893927 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26833/statm: 0 0 0 0 0 0 0
[pid=26834] ppid=26822 vsize=328512 CPUtime=0 cores=0,2,4,6
/proc/26834/stat : 26834 (python) S 26822 26822 26612 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736893928 336396288 12908 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106292426331881729 0 0 17 4 0 0 0
/proc/26834/statm: 82128 12908 347 364 0 18040 0
[pid=26838] ppid=26834 vsize=12536 CPUtime=3.42 cores=0,2,4,6
/proc/26838/stat : 26838 (lingeling) R 26834 26838 26838 0 -1 4202496 4212 0 0 0 342 0 0 0 25 0 1 0 736893929 12836864 2297 33554432000 4194304 4352236 140735439876608 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26838/statm: 3134 2297 129 39 0 2214 0
[pid=26836] ppid=26822 vsize=338768 CPUtime=0 cores=0,2,4,6
/proc/26836/stat : 26836 (python) S 26822 26822 26612 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 736893929 346898432 12912 33554432000 4194304 5683644 140737210593776 18446744073709551615 256415411782 0 0 16781312 514 3106296274622578945 0 0 17 6 0 0 0
/proc/26836/statm: 84692 12912 347 364 0 20601 0
[pid=26839] ppid=26836 vsize=20296 CPUtime=3.41 cores=0,2,4,6
/proc/26839/stat : 26839 (precosat) R 26836 26839 26839 0 -1 4202496 5536 0 0 0 341 0 0 0 25 0 1 0 736893930 20783104 4928 33554432000 4194304 4890832 140736591410272 18446744073709551615 4238604 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26839/statm: 5074 4928 86 171 0 4901 0
[pid=26822/tid=26829] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26829/stat : 26829 (python) S 26820 26822 26612 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 736893926 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26832] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26832/stat : 26832 (python) S 26820 26822 26612 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 736893927 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 2 0 0 0
[pid=26822/tid=26835] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26835/stat : 26835 (python) S 26820 26822 26612 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 5 0 736893928 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
[pid=26822/tid=26837] ppid=26820 vsize=349012 CPUtime=0 cores=0,2,4,6
/proc/26822/task/26837/stat : 26837 (python) S 26820 26822 26612 0 -1 4202560 20 932 0 0 0 0 0 0 24 0 5 0 736893929 357388288 14442 33554432000 4194304 5683644 140737210593776 18446744073709551615 256427215281 0 0 16781312 2 18446604440447412096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.61
Current children cumulated vsize (KiB) 1675380

Child status: 0
Real time (s): 8.78626
CPU time (s): 18.8851
CPU user time (s): 18.2192
CPU system time (s): 0.665898
CPU usage (%): 214.939
Max. virtual memory (cumulated for all children) (KiB): 1748576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2192
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58973
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= 3027
involuntary context switches= 222

runsolver used 0.026995 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 15:37:07
IDJOB=3378740
IDBENCH=83441
IDSOLVER=1860
FILE ID=node115/3378740-1305466627
RUNJOBID= node115-1305465319-26630
PBS_JOBID= 13325056
Free space on /tmp= 73216 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3378740-1305466627/watcher-3378740-1305466627 -o /tmp/evaluation-result-3378740-1305466627/solver-3378740-1305466627 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378740-1305466627.cnf -seed 1051148951 -budget 4800 -cores 4

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

MD5SUM BENCH= a7330fdd412cca5ee2ec4c82638d1610
RANDOM SEED=1051148951

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      16884884 kB
Buffers:        269272 kB
Cached:        3159404 kB
SwapCached:          0 kB
Active:       12634612 kB
Inactive:      3111356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16884884 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           34204 kB
Writeback:           0 kB
AnonPages:    12317100 kB
Mapped:          39816 kB
Slab:           199348 kB
PageTables:      54748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 97650900 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= 73184 MiB
End job on node115 at 2011-05-15 15:37:16