Trace number 3378902

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 45.0851 13.2453

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03223
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.67	c INFO: solving HOME/instance-3378902-1305466769.cnf
0.38/0.67	c INFO: computing task features
0.55/0.86	c INFO: computed variable-clause graph statistics
0.55/0.87	c INFO: computed clause balance statistics
1.56/1.84	c INFO: computed variable balance statistics
2.06/2.37	c INFO: computed small-clause counts
2.06/2.37	c INFO: computed Horn-clause counts
2.16/2.44	c INFO: computed variable graph statistics
2.16/2.44	c INFO: collected features for HOME/instance-3378902-1305466769.cnf in 1.76 s
2.16/2.45	c INFO: running lingeling-276@0 for 582 with 1198 remaining (b = 0.56)
2.16/2.46	c INFO: running lingeling-276@0 for 97 with 1198 remaining (b = 0.24)
2.16/2.47	c INFO: running cryptominisat-2.9.0@0 for 1198 with 1198 remaining (b = 0.47)
2.16/2.48	c INFO: running lingeling-276@0 for 1198 with 1198 remaining (b = 0.43)
44.94/13.22	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-3378902-1305466769/watcher-3378902-1305466769 -o /tmp/evaluation-result-3378902-1305466769/solver-3378902-1305466769 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378902-1305466769.cnf -seed 834789308 -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: 8.24 7.26 6.74 5/431 22739
/proc/meminfo: memFree=19805800/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 925 0 0 0 0 0 0 0 23 0 1 0 736907704 16150528 806 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22739/statm: 3943 806 356 364 0 430 0

[startup+0.0510491 s]
/proc/loadavg: 8.24 7.26 6.74 5/431 22739
/proc/meminfo: memFree=19805800/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=21100 CPUtime=0.02 cores=0,2,4,6
/proc/22739/stat : 22739 (python) R 22737 22739 21641 0 -1 4202496 1313 0 0 0 2 0 0 0 24 0 1 0 736907704 21606400 1165 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22739/statm: 5275 1165 428 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21100

[startup+0.101042 s]
/proc/loadavg: 8.24 7.26 6.74 5/431 22739
/proc/meminfo: memFree=19805800/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=87700 CPUtime=0.06 cores=0,2,4,6
/proc/22739/stat : 22739 (python) R 22737 22739 21641 0 -1 4202496 2636 0 0 0 5 1 0 0 24 0 1 0 736907704 89804800 2353 33554432000 4194304 5683644 140735600341552 18446744073709551615 215983668871 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22739/statm: 22441 2355 718 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.301008 s]
/proc/loadavg: 8.24 7.26 6.74 5/431 22739
/proc/meminfo: memFree=19805800/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=135744 CPUtime=0.19 cores=0,2,4,6
/proc/22739/stat : 22739 (python) R 22737 22739 21641 0 -1 4202496 5962 934 1 0 14 5 0 0 25 0 1 0 736907704 139001856 4149 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988588549 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/22739/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.701002 s]
/proc/loadavg: 8.24 7.26 6.74 5/431 22739
/proc/meminfo: memFree=19805800/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=280524 CPUtime=0.45 cores=0,2,4,6
/proc/22739/stat : 22739 (python) R 22737 22739 21641 0 -1 4202496 9769 934 1 0 31 14 0 0 25 0 1 0 736907704 287256576 7448 33554432000 4194304 5683644 140735600341552 18446744073709551615 47886655563073 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22739/statm: 70131 7448 1761 364 0 6055 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280524

[startup+1.50079 s]
/proc/loadavg: 8.24 7.26 6.74 7/432 22746
/proc/meminfo: memFree=19770576/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=290176 CPUtime=1.26 cores=0,2,4,6
/proc/22739/stat : 22739 (python) R 22737 22739 21641 0 -1 4202496 13740 934 1 0 111 15 0 0 25 0 1 0 736907704 297140224 9929 33554432000 4194304 5683644 140735600341552 18446744073709551615 4509423 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22739/statm: 72544 9929 1826 364 0 8468 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 290176

[startup+3.10052 s]
/proc/loadavg: 7.98 7.22 6.73 6/432 22746
/proc/meminfo: memFree=19769212/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=330492 CPUtime=2.23 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 16360 934 1 0 208 15 0 0 25 0 5 0 736907704 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22739/statm: 82623 9820 1881 364 0 18532 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 330492
heavy processes:

[startup+6.30096 s]
/proc/loadavg: 7.98 7.22 6.73 9/444 22758
/proc/meminfo: memFree=19702772/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=330492 CPUtime=2.23 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 16360 934 1 0 208 15 0 0 25 0 5 0 736907704 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22739/statm: 82623 9820 1881 364 0 18532 0
[pid=22747] ppid=22739 vsize=289480 CPUtime=0 cores=0,2,4,6
/proc/22747/stat : 22747 (python) S 22739 22739 21641 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736907950 296427520 8276 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612623 0 0 16781312 514 14977753281411907842 0 0 17 2 0 0 0
/proc/22747/statm: 72370 8276 353 364 0 8288 0
[pid=22749] ppid=22747 vsize=12576 CPUtime=3.83 cores=0,2,4,6
/proc/22749/stat : 22749 (lingeling) R 22747 22749 22749 0 -1 4202496 3293 0 0 0 382 1 0 0 25 0 1 0 736907950 12877824 2308 33554432000 4194304 4352236 140735619494848 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22749/statm: 3144 2308 129 39 0 2224 0
[pid=22750] ppid=22739 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22739 22739 21641 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 736907951 306929664 8274 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 8127954170041827588 0 0 17 6 0 0 0
/proc/22750/statm: 74934 8274 347 364 0 10849 0
[pid=22752] ppid=22750 vsize=13024 CPUtime=3.83 cores=0,2,4,6
/proc/22752/stat : 22752 (lingeling) R 22750 22752 22752 0 -1 4202496 3201 0 0 0 383 0 0 0 25 0 1 0 736907951 13336576 2421 33554432000 4194304 4352236 140734538259840 18446744073709551615 4238966 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22752/statm: 3256 2421 129 39 0 2336 0
[pid=22753] ppid=22739 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22739 22739 21641 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 736907951 317431808 8278 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 3209716338331189505 0 0 17 6 0 0 0
/proc/22753/statm: 77498 8278 347 364 0 13410 0
[pid=22755] ppid=22753 vsize=59256 CPUtime=3.75 cores=0,2,4,6
/proc/22755/stat : 22755 (cryptominisat-2) R 22753 22755 22755 0 -1 4202496 8892 0 0 0 375 0 0 0 25 0 1 0 736907952 60678144 5960 33554432000 4194304 4677096 140733266097040 18446744073709551615 4236634 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22755/statm: 14814 5960 391 118 0 9773 0
[pid=22756] ppid=22739 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22739 22739 21641 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 736907952 327933952 8282 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 14977741736539816193 0 0 17 2 0 0 0
/proc/22756/statm: 80062 8282 347 364 0 15971 0
[pid=22758] ppid=22756 vsize=12632 CPUtime=3.81 cores=0,2,4,6
/proc/22758/stat : 22758 (lingeling) R 22756 22758 22758 0 -1 4202496 3098 0 0 0 381 0 0 0 25 0 1 0 736907953 12935168 2322 33554432000 4194304 4352236 140735744327424 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22758/statm: 3158 2322 129 39 0 2238 0
[pid=22739/tid=22748] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22748/stat : 22748 (python) S 22737 22739 21641 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736907950 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22751/stat : 22751 (python) S 22737 22739 21641 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 5 0 736907951 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22754/stat : 22754 (python) S 22737 22739 21641 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 736907952 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22757/stat : 22757 (python) S 22737 22739 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736907953 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 1647436

[startup+12.7008 s]
/proc/loadavg: 8.22 7.29 6.76 9/444 22758
/proc/meminfo: memFree=19706416/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=330492 CPUtime=2.23 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 16360 934 1 0 208 15 0 0 25 0 5 0 736907704 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22739/statm: 82623 9820 1881 364 0 18532 0
[pid=22747] ppid=22739 vsize=289480 CPUtime=0.03 cores=0,2,4,6
/proc/22747/stat : 22747 (python) S 22739 22739 21641 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 736907950 296427520 8299 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612623 0 0 16781312 514 7926247383241818370 0 0 17 2 0 0 0
/proc/22747/statm: 72370 8299 376 364 0 8288 0
[pid=22749] ppid=22747 vsize=13992 CPUtime=10.2 cores=0,2,4,6
/proc/22749/stat : 22749 (lingeling) R 22747 22749 22749 0 -1 4202496 4385 0 0 0 1019 1 0 0 25 0 1 0 736907950 14327808 2662 33554432000 4194304 4352236 140735619494848 18446744073709551615 4281233 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22749/statm: 3498 2662 129 39 0 2578 0
[pid=22750] ppid=22739 vsize=299736 CPUtime=0.03 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22739 22739 21641 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 736907951 306929664 8297 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818372 0 0 17 4 0 0 0
/proc/22750/statm: 74934 8297 370 364 0 10849 0
[pid=22752] ppid=22750 vsize=14296 CPUtime=10.22 cores=0,2,4,6
/proc/22752/stat : 22752 (lingeling) R 22750 22752 22752 0 -1 4202496 4068 0 0 0 1022 0 0 0 25 0 1 0 736907951 14639104 2770 33554432000 4194304 4352236 140734538259840 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22752/statm: 3574 2770 129 39 0 2654 0
[pid=22753] ppid=22739 vsize=309992 CPUtime=0.43 cores=0,2,4,6
/proc/22753/stat : 22753 (python) R 22739 22739 21641 0 -1 4202560 940 0 0 0 36 7 0 0 16 0 1 0 736907951 317431808 8301 33554432000 4194304 5683644 140735600341552 18446744073709551615 4426576 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22753/statm: 77498 8301 370 364 0 13410 0
[pid=22755] ppid=22753 vsize=0 CPUtime=9.6 cores=0,2,4,6
/proc/22755/stat : 22755 (cryptominisat-2) R 22753 22755 22755 0 -1 4202500 12058 0 0 0 958 2 0 0 25 0 1 0 736907952 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22755/statm: 0 0 0 0 0 0 0
[pid=22756] ppid=22739 vsize=320248 CPUtime=0.03 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22739 22739 21641 0 -1 4202560 923 0 0 0 2 1 0 0 18 0 1 0 736907952 327933952 8305 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818369 0 0 17 2 0 0 0
/proc/22756/statm: 80062 8305 370 364 0 15971 0
[pid=22758] ppid=22756 vsize=14176 CPUtime=10.13 cores=0,2,4,6
/proc/22758/stat : 22758 (lingeling) R 22756 22758 22758 0 -1 4202496 3998 0 0 0 1013 0 0 0 25 0 1 0 736907953 14516224 2740 33554432000 4194304 4352236 140735744327424 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22758/statm: 3544 2740 129 39 0 2624 0
[pid=22739/tid=22748] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22748/stat : 22748 (python) S 22737 22739 21641 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736907950 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22751/stat : 22751 (python) S 22737 22739 21641 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 5 0 736907951 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22754/stat : 22754 (python) S 22737 22739 21641 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 736907952 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22757/stat : 22757 (python) S 22737 22739 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736907953 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 42.9
Current children cumulated vsize (KiB) 1592412

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

[startup+12.8008 s]
/proc/loadavg: 8.22 7.29 6.76 9/444 22758
/proc/meminfo: memFree=19706416/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=330492 CPUtime=2.23 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 16360 934 1 0 208 15 0 0 25 0 5 0 736907704 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22739/statm: 82623 9820 1881 364 0 18532 0
[pid=22747] ppid=22739 vsize=289480 CPUtime=0.03 cores=0,2,4,6
/proc/22747/stat : 22747 (python) S 22739 22739 21641 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 736907950 296427520 8299 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612623 0 0 16781312 514 7926247383241818370 0 0 17 2 0 0 0
/proc/22747/statm: 72370 8299 376 364 0 8288 0
[pid=22749] ppid=22747 vsize=14248 CPUtime=10.3 cores=0,2,4,6
/proc/22749/stat : 22749 (lingeling) R 22747 22749 22749 0 -1 4202496 4449 0 0 0 1029 1 0 0 25 0 1 0 736907950 14589952 2726 33554432000 4194304 4352236 140735619494848 18446744073709551615 4329189 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22749/statm: 3562 2726 129 39 0 2642 0
[pid=22750] ppid=22739 vsize=299736 CPUtime=0.03 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22739 22739 21641 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 736907951 306929664 8297 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818372 0 0 17 4 0 0 0
/proc/22750/statm: 74934 8297 370 364 0 10849 0
[pid=22752] ppid=22750 vsize=14296 CPUtime=10.32 cores=0,2,4,6
/proc/22752/stat : 22752 (lingeling) R 22750 22752 22752 0 -1 4202496 4068 0 0 0 1032 0 0 0 25 0 1 0 736907951 14639104 2770 33554432000 4194304 4352236 140734538259840 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22752/statm: 3574 2770 129 39 0 2654 0
[pid=22753] ppid=22739 vsize=309992 CPUtime=0.54 cores=0,2,4,6
/proc/22753/stat : 22753 (python) R 22739 22739 21641 0 -1 4202560 940 0 0 0 45 9 0 0 16 0 1 0 736907951 317431808 8301 33554432000 4194304 5683644 140735600341552 18446744073709551615 4299168 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22753/statm: 77498 8301 370 364 0 13410 0
[pid=22755] ppid=22753 vsize=0 CPUtime=9.6 cores=0,2,4,6
/proc/22755/stat : 22755 (cryptominisat-2) R 22753 22755 22755 0 -1 4202500 12058 0 0 0 958 2 0 0 25 0 1 0 736907952 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22755/statm: 0 0 0 0 0 0 0
[pid=22756] ppid=22739 vsize=320248 CPUtime=0.03 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22739 22739 21641 0 -1 4202560 923 0 0 0 2 1 0 0 18 0 1 0 736907952 327933952 8305 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818369 0 0 17 2 0 0 0
/proc/22756/statm: 80062 8305 370 364 0 15971 0
[pid=22758] ppid=22756 vsize=14176 CPUtime=10.23 cores=0,2,4,6
/proc/22758/stat : 22758 (lingeling) R 22756 22758 22758 0 -1 4202496 3998 0 0 0 1023 0 0 0 25 0 1 0 736907953 14516224 2740 33554432000 4194304 4352236 140735744327424 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22758/statm: 3544 2740 129 39 0 2624 0
[pid=22739/tid=22748] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22748/stat : 22748 (python) S 22737 22739 21641 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736907950 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22751/stat : 22751 (python) S 22737 22739 21641 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 5 0 736907951 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22754/stat : 22754 (python) S 22737 22739 21641 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 736907952 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22757/stat : 22757 (python) S 22737 22739 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736907953 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.31
Current children cumulated vsize (KiB) 1592668

[startup+13.2007 s]
/proc/loadavg: 8.22 7.29 6.76 10/444 22758
/proc/meminfo: memFree=19720312/32950940 swapFree=67111356/67111528
[pid=22739] ppid=22737 vsize=330492 CPUtime=2.23 cores=0,2,4,6
/proc/22739/stat : 22739 (python) S 22737 22739 21641 0 -1 4202496 16360 934 1 0 208 15 0 0 25 0 5 0 736907704 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22739/statm: 82623 9820 1881 364 0 18532 0
[pid=22747] ppid=22739 vsize=289480 CPUtime=0.03 cores=0,2,4,6
/proc/22747/stat : 22747 (python) S 22739 22739 21641 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 736907950 296427520 8299 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612623 0 0 16781312 514 7926247383241818370 0 0 17 2 0 0 0
/proc/22747/statm: 72370 8299 376 364 0 8288 0
[pid=22749] ppid=22747 vsize=14616 CPUtime=10.71 cores=0,2,4,6
/proc/22749/stat : 22749 (lingeling) R 22747 22749 22749 0 -1 4202496 4545 0 0 0 1070 1 0 0 25 0 1 0 736907950 14966784 2818 33554432000 4194304 4352236 140735619494848 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22749/statm: 3654 2818 129 39 0 2734 0
[pid=22750] ppid=22739 vsize=299736 CPUtime=0.03 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22739 22739 21641 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 736907951 306929664 8297 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818372 0 0 17 4 0 0 0
/proc/22750/statm: 74934 8297 370 364 0 10849 0
[pid=22752] ppid=22750 vsize=14296 CPUtime=10.73 cores=0,2,4,6
/proc/22752/stat : 22752 (lingeling) R 22750 22752 22752 0 -1 4202496 4068 0 0 0 1073 0 0 0 25 0 1 0 736907951 14639104 2770 33554432000 4194304 4352236 140734538259840 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22752/statm: 3574 2770 129 39 0 2654 0
[pid=22753] ppid=22739 vsize=309992 CPUtime=0.94 cores=0,2,4,6
/proc/22753/stat : 22753 (python) R 22739 22739 21641 0 -1 4202560 940 0 0 0 80 14 0 0 16 0 1 0 736907951 317431808 8301 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000422719 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/22753/statm: 77498 8301 370 364 0 13410 0
[pid=22755] ppid=22753 vsize=0 CPUtime=9.6 cores=0,2,4,6
/proc/22755/stat : 22755 (cryptominisat-2) R 22753 22755 22755 0 -1 4202500 12058 0 0 0 958 2 0 0 25 0 1 0 736907952 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22755/statm: 0 0 0 0 0 0 0
[pid=22756] ppid=22739 vsize=320248 CPUtime=0.03 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22739 22739 21641 0 -1 4202560 923 0 0 0 2 1 0 0 18 0 1 0 736907952 327933952 8305 33554432000 4194304 5683644 140735600341552 18446744073709551615 215988612678 0 0 16781312 514 7926247383241818369 0 0 17 2 0 0 0
/proc/22756/statm: 80062 8305 370 364 0 15971 0
[pid=22758] ppid=22756 vsize=13776 CPUtime=10.64 cores=0,2,4,6
/proc/22758/stat : 22758 (lingeling) R 22756 22758 22758 0 -1 4202496 4062 0 0 0 1064 0 0 0 25 0 1 0 736907953 14106624 2640 33554432000 4194304 4352236 140735744327424 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22758/statm: 3444 2640 129 39 0 2524 0
[pid=22739/tid=22748] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22748/stat : 22748 (python) S 22737 22739 21641 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736907950 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22751/stat : 22751 (python) S 22737 22739 21641 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 5 0 736907951 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22754/stat : 22754 (python) S 22737 22739 21641 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 736907952 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 6 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=330492 CPUtime=0 cores=0,2,4,6
/proc/22739/task/22757/stat : 22757 (python) S 22737 22739 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736907953 338423808 9820 33554432000 4194304 5683644 140735600341552 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.94
Current children cumulated vsize (KiB) 1592636

Child status: 0
Real time (s): 13.2453
CPU time (s): 45.0851
CPU user time (s): 44.6532
CPU system time (s): 0.431934
CPU usage (%): 340.387
Max. virtual memory (cumulated for all children) (KiB): 1652348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6532
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51610
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= 3318
involuntary context switches= 439

runsolver used 0.06399 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 15:39:29
IDJOB=3378902
IDBENCH=83454
IDSOLVER=1860
FILE ID=node117/3378902-1305466769
RUNJOBID= node117-1305463204-21659
PBS_JOBID= 13324986
Free space on /tmp= 73476 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E05X15.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-3378902-1305466769/watcher-3378902-1305466769 -o /tmp/evaluation-result-3378902-1305466769/solver-3378902-1305466769 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378902-1305466769.cnf -seed 834789308 -budget 4800 -cores 4

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=834789308

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19805964 kB
Buffers:        329964 kB
Cached:        3795208 kB
SwapCached:          0 kB
Active:       10419872 kB
Inactive:      2362484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19805964 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           33968 kB
Writeback:           0 kB
AnonPages:     8657164 kB
Mapped:          39300 kB
Slab:           246068 kB
PageTables:      49136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103593632 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= 73444 MiB
End job on node117 at 2011-05-15 15:39:43