Trace number 3381148

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 24.1623 13.3725

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04N18.cnf
MD5SUM070544eadaf1d78ec6f23d6f8a90e54a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.545916
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses120068
Sum of the clauses size708976
Maximum clause length78
Minimum clause length1
Number of clauses of size 147
Number of clauses of size 220831
Number of clauses of size 316128
Number of clauses of size 47506
Number of clauses of size 516290
Number of clauses of size over 559266

Solver Data

0.38/0.73	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.73	c INFO: solving HOME/instance-3381148-1305505811.cnf
0.38/0.73	c INFO: computing task features
1.06/1.45	c INFO: computed variable-clause graph statistics
1.06/1.47	c INFO: computed clause balance statistics
4.86/5.24	c INFO: computed variable balance statistics
6.56/6.91	c INFO: computed small-clause counts
6.56/6.91	c INFO: computed Horn-clause counts
6.76/7.12	c INFO: computed variable graph statistics
6.76/7.12	c INFO: collected features for HOME/instance-3381148-1305505811.cnf in 6.34 s
6.76/7.16	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.25)
6.76/7.16	c INFO: running cryptominisat-2.9.0@0 for 485 with 4993 remaining (b = 0.30)
6.86/7.20	c INFO: running lingeling-276@0 for 582 with 4993 remaining (b = 0.34)
6.86/7.21	c INFO: running lingeling-276@0 for 1261 with 4993 remaining (b = 0.41)
6.86/7.24	c INFO: running SApperloT@0 for 97 with 4993 remaining (b = 0.03)
6.86/7.27	c INFO: running precosat-570@0 for 291 with 4993 remaining (b = 0.13)
6.95/7.30	c INFO: running cryptominisat-2.9.0@0 for 485 with 4993 remaining (b = 0.18)
6.95/7.33	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4993 remaining (b = 0.40)
23.97/13.25	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-3381148-1305505811/watcher-3381148-1305505811 -o /tmp/evaluation-result-3381148-1305505811/solver-3381148-1305505811 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381148-1305505811.cnf -seed 1357458217 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 5.58 5.74 6.97 2/426 12114
/proc/meminfo: memFree=10638396/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=15772 CPUtime=0 cores=0-7
/proc/12114/stat : 12114 (python) S 12112 12114 11562 0 -1 4202496 894 0 0 0 0 0 0 0 17 0 1 0 662179748 16150528 776 33554432000 4194304 5683644 140734515806640 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/12114/statm: 3943 776 343 364 0 430 0

[startup+0.0336759 s]
/proc/loadavg: 5.58 5.74 6.97 2/426 12114
/proc/meminfo: memFree=10638396/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=16532 CPUtime=0.01 cores=0-7
/proc/12114/stat : 12114 (python) S 12112 12114 11562 0 -1 4202496 1189 0 0 0 1 0 0 0 17 0 1 0 662179748 16928768 1049 33554432000 4194304 5683644 140734515806640 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/12114/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100657 s]
/proc/loadavg: 5.58 5.74 6.97 2/426 12114
/proc/meminfo: memFree=10638396/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=87700 CPUtime=0.06 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 2637 0 0 0 4 2 0 0 17 0 1 0 662179748 89804800 2353 33554432000 4194304 5683644 140734515806640 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12114/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300611 s]
/proc/loadavg: 5.58 5.74 6.97 2/426 12114
/proc/meminfo: memFree=10638396/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=126796 CPUtime=0.16 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 5406 936 1 0 11 5 0 0 18 0 1 0 662179748 129839104 4004 33554432000 4194304 5683644 140734515806640 18446744073709551615 4286978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12114/statm: 31699 4004 1007 364 0 2994 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126796

[startup+0.700536 s]
/proc/loadavg: 5.58 5.74 6.97 2/426 12114
/proc/meminfo: memFree=10638396/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=256996 CPUtime=0.38 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 8524 936 1 0 27 11 0 0 16 0 1 0 662179748 263163904 6388 33554432000 4194304 5683644 140734515806640 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12114/statm: 64249 6388 1648 364 0 5128 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 256996

[startup+1.50039 s]
/proc/loadavg: 5.58 5.74 6.97 2/427 12119
/proc/meminfo: memFree=10599204/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=322800 CPUtime=1.16 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 26350 936 1 0 102 14 0 0 17 0 1 0 662179748 330547200 18085 33554432000 4194304 5683644 140734515806640 18446744073709551615 4324482 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12114/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 322800

[startup+3.10113 s]
/proc/loadavg: 5.21 5.66 6.94 2/427 12119
/proc/meminfo: memFree=10571552/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=322800 CPUtime=2.76 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 26350 936 1 0 261 15 0 0 19 0 1 0 662179748 330547200 18085 33554432000 4194304 5683644 140734515806640 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12114/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 322800

[startup+6.30053 s]
/proc/loadavg: 5.21 5.66 6.94 2/427 12119
/proc/meminfo: memFree=10570492/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=322800 CPUtime=5.96 cores=0-7
/proc/12114/stat : 12114 (python) R 12112 12114 11562 0 -1 4202496 26351 936 1 0 581 15 0 0 25 0 1 0 662179748 330547200 18086 33554432000 4194304 5683644 140734515806640 18446744073709551615 242973959088 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12114/statm: 80700 18086 1827 364 0 16624 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 322800

[startup+12.7014 s]
/proc/loadavg: 5.03 5.60 6.91 2/445 12149
/proc/meminfo: memFree=10549560/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=466928 CPUtime=6.98 cores=0-7
/proc/12114/stat : 12114 (python) S 12112 12114 11562 0 -1 4202496 32243 936 1 0 681 17 0 0 15 0 9 0 662179748 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982380351 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12114/statm: 116732 17431 1890 364 0 52629 0
[pid=12120] ppid=12114 vsize=319356 CPUtime=0 cores=0-7
/proc/12120/stat : 12120 (python) S 12114 12114 11562 0 -1 4202560 808 0 0 0 0 0 0 0 23 0 1 0 662180462 327020544 15750 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982380293 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/12120/statm: 79839 15750 358 364 0 15757 0
[pid=12122] ppid=12120 vsize=368 CPUtime=0 cores=0-7
/proc/12122/stat : 12122 (lingeling) D 12120 12122 12122 0 -1 4194304 292 0 0 0 0 0 0 0 25 0 1 0 662180462 376832 29 33554432000 4194304 4352236 140736579575504 18446744073709551615 242965626890 256 0 16781312 0 18446744071696489144 0 0 17 5 0 0 0
/proc/12122/statm: 92 29 23 39 0 22 0
[pid=12123] ppid=12114 vsize=0 CPUtime=1.41 cores=0-7
/proc/12123/stat : 12123 (python) Z 12114 12114 11562 0 -1 4202588 1034 11184 0 0 0 0 139 2 15 0 1 0 662180464 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12123/statm: 0 0 0 0 0 0 0
[pid=12126] ppid=12114 vsize=0 CPUtime=5.28 cores=0-7
/proc/12126/stat : 12126 (python) Z 12114 12114 11562 0 -1 4202588 1164 4837 0 0 1 1 525 1 15 0 1 0 662180467 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12126/statm: 0 0 0 0 0 0 0
[pid=12129] ppid=12114 vsize=0 CPUtime=3.1 cores=0-7
/proc/12129/stat : 12129 (python) Z 12114 12114 11562 0 -1 4202588 1042 4173 0 0 3 2 297 8 17 0 1 0 662180469 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12129/statm: 0 0 0 0 0 0 0
[pid=12132] ppid=12114 vsize=0 CPUtime=0.16 cores=0-7
/proc/12132/stat : 12132 (python) Z 12114 12114 11562 0 -1 4202588 1057 2566 0 0 0 0 16 0 18 0 1 0 662180472 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12132/statm: 0 0 0 0 0 0 0
[pid=12135] ppid=12114 vsize=0 CPUtime=4.53 cores=0-7
/proc/12135/stat : 12135 (python) Z 12114 12114 11562 0 -1 4202588 1191 7003 0 0 0 1 450 2 15 0 1 0 662180475 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12135/statm: 0 0 0 0 0 0 0
[pid=12138] ppid=12114 vsize=0 CPUtime=1.27 cores=0-7
/proc/12138/stat : 12138 (python) Z 12114 12114 11562 0 -1 4202588 1083 11066 0 0 4 2 120 1 17 0 1 0 662180478 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12138/statm: 0 0 0 0 0 0 0
[pid=12141] ppid=12114 vsize=0 CPUtime=1.24 cores=0-7
/proc/12141/stat : 12141 (python) Z 12114 12114 11562 0 -1 4202588 1168 11043 0 0 0 0 122 2 16 0 1 0 662180481 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12141/statm: 0 0 0 0 0 0 0
[pid=12114/tid=12121] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12121/stat : 12121 (python) S 12112 12114 11562 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 662180462 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 6 0 0 0
[pid=12114/tid=12124] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12124/stat : 12124 (python) S 12112 12114 11562 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 662180465 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
[pid=12114/tid=12127] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12127/stat : 12127 (python) S 12112 12114 11562 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 662180467 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 2 0 0 0
[pid=12114/tid=12130] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12130/stat : 12130 (python) S 12112 12114 11562 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 662180470 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
[pid=12114/tid=12133] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12133/stat : 12133 (python) S 12112 12114 11562 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 662180473 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 4 0 0 0
[pid=12114/tid=12136] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12136/stat : 12136 (python) S 12112 12114 11562 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 662180476 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 4 0 0 0
[pid=12114/tid=12139] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12139/stat : 12139 (python) S 12112 12114 11562 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 662180478 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 7 0 0 0
[pid=12114/tid=12142] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12142/stat : 12142 (python) S 12112 12114 11562 0 -1 4202560 86 936 0 0 0 0 0 0 21 0 9 0 662180481 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 786652

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

[startup+13.1014 s]
/proc/loadavg: 5.03 5.60 6.91 1/444 12150
/proc/meminfo: memFree=10562464/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=466928 CPUtime=6.98 cores=0-7
/proc/12114/stat : 12114 (python) S 12112 12114 11562 0 -1 4202496 32243 936 1 0 681 17 0 0 15 0 9 0 662179748 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982380351 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12114/statm: 116732 17431 1890 364 0 52629 0
[pid=12120] ppid=12114 vsize=319356 CPUtime=0 cores=0-7
/proc/12120/stat : 12120 (python) S 12114 12114 11562 0 -1 4202560 808 0 0 0 0 0 0 0 23 0 1 0 662180462 327020544 15750 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982380293 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/12120/statm: 79839 15750 358 364 0 15757 0
[pid=12122] ppid=12120 vsize=368 CPUtime=0 cores=0-7
/proc/12122/stat : 12122 (lingeling) D 12120 12122 12122 0 -1 4194304 292 0 0 0 0 0 0 0 25 0 1 0 662180462 376832 29 33554432000 4194304 4352236 140736579575504 18446744073709551615 242965626890 256 0 16781312 0 18446744071696489144 0 0 17 5 0 0 0
/proc/12122/statm: 92 29 23 39 0 22 0
[pid=12123] ppid=12114 vsize=0 CPUtime=1.41 cores=0-7
/proc/12123/stat : 12123 (python) Z 12114 12114 11562 0 -1 4202588 1034 11184 0 0 0 0 139 2 15 0 1 0 662180464 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12123/statm: 0 0 0 0 0 0 0
[pid=12126] ppid=12114 vsize=0 CPUtime=5.28 cores=0-7
/proc/12126/stat : 12126 (python) Z 12114 12114 11562 0 -1 4202588 1164 4837 0 0 1 1 525 1 15 0 1 0 662180467 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12126/statm: 0 0 0 0 0 0 0
[pid=12129] ppid=12114 vsize=0 CPUtime=3.1 cores=0-7
/proc/12129/stat : 12129 (python) Z 12114 12114 11562 0 -1 4202588 1042 4173 0 0 3 2 297 8 17 0 1 0 662180469 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12129/statm: 0 0 0 0 0 0 0
[pid=12132] ppid=12114 vsize=0 CPUtime=0.16 cores=0-7
/proc/12132/stat : 12132 (python) Z 12114 12114 11562 0 -1 4202588 1057 2566 0 0 0 0 16 0 18 0 1 0 662180472 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12132/statm: 0 0 0 0 0 0 0
[pid=12135] ppid=12114 vsize=0 CPUtime=4.53 cores=0-7
/proc/12135/stat : 12135 (python) Z 12114 12114 11562 0 -1 4202588 1191 7003 0 0 0 1 450 2 15 0 1 0 662180475 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12135/statm: 0 0 0 0 0 0 0
[pid=12138] ppid=12114 vsize=0 CPUtime=1.27 cores=0-7
/proc/12138/stat : 12138 (python) Z 12114 12114 11562 0 -1 4202588 1083 11066 0 0 4 2 120 1 17 0 1 0 662180478 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12138/statm: 0 0 0 0 0 0 0
[pid=12141] ppid=12114 vsize=0 CPUtime=1.24 cores=0-7
/proc/12141/stat : 12141 (python) Z 12114 12114 11562 0 -1 4202588 1168 11043 0 0 0 0 122 2 16 0 1 0 662180481 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12141/statm: 0 0 0 0 0 0 0
[pid=12114/tid=12121] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12121/stat : 12121 (python) S 12112 12114 11562 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 662180462 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 6 0 0 0
[pid=12114/tid=12124] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12124/stat : 12124 (python) S 12112 12114 11562 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 662180465 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
[pid=12114/tid=12127] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12127/stat : 12127 (python) S 12112 12114 11562 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 662180467 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 2 0 0 0
[pid=12114/tid=12130] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12130/stat : 12130 (python) S 12112 12114 11562 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 662180470 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
[pid=12114/tid=12133] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12133/stat : 12133 (python) S 12112 12114 11562 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 662180473 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 4 0 0 0
[pid=12114/tid=12136] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12136/stat : 12136 (python) S 12112 12114 11562 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 662180476 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 4 0 0 0
[pid=12114/tid=12139] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12139/stat : 12139 (python) S 12112 12114 11562 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 662180478 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 7 0 0 0
[pid=12114/tid=12142] ppid=12112 vsize=466928 CPUtime=0 cores=0-7
/proc/12114/task/12142/stat : 12142 (python) S 12112 12114 11562 0 -1 4202560 86 936 0 0 0 0 0 0 21 0 9 0 662180481 478134272 17431 33554432000 4194304 5683644 140734515806640 18446744073709551615 242982373809 0 0 16781312 2 18446604442344567104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 786652

[startup+13.3013 s]
/proc/loadavg: 5.03 5.60 6.91 1/444 12150
/proc/meminfo: memFree=10562464/32951132 swapFree=67093844/67111528
[pid=12114] ppid=12112 vsize=0 CPUtime=24.15 cores=0-7
/proc/12114/stat : 12114 (python) Z 12112 12114 11562 0 -1 4202524 41008 61684 1 0 683 19 1683 30 16 0 2 0 662179748 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12114/statm: 0 0 0 0 0 0 0
[pid=12114/tid=12133] ppid=12112 vsize=0 CPUtime=17.13 cores=0-7
/proc/12114/task/12133/stat : 12133 (python) D 12112 12114 11562 0 -1 4203588 26 61684 0 0 0 0 1683 30 17 0 2 0 662180473 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 13.3725
CPU time (s): 24.1623
CPU user time (s): 23.6644
CPU system time (s): 0.497924
CPU usage (%): 180.687
Max. virtual memory (cumulated for all children) (KiB): 3596344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6644
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102692
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= 3427
involuntary context switches= 361

runsolver used 0.06499 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-16 02:30:11
IDJOB=3381148
IDBENCH=83457
IDSOLVER=1864
FILE ID=node128/3381148-1305505811
RUNJOBID= node128-1305500174-11576
PBS_JOBID= 13325453
Free space on /tmp= 73588 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04N18.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-3381148-1305505811/watcher-3381148-1305505811 -o /tmp/evaluation-result-3381148-1305505811/solver-3381148-1305505811 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381148-1305505811.cnf -seed 1357458217 -budget 40000 -cores 8

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=1357458217

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      10638684 kB
Buffers:        294984 kB
Cached:        3275600 kB
SwapCached:       1440 kB
Active:       19811424 kB
Inactive:      2171880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      10638684 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           35448 kB
Writeback:           0 kB
AnonPages:    18411512 kB
Mapped:          36868 kB
Slab:           191880 kB
PageTables:      69452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 123663848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node128 at 2011-05-16 02:30:24