Trace number 3378741

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 11.8272 8.16169

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.132979
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3378741-1305466783.cnf
0.31/0.46	c INFO: computing task features
1.01/1.20	c INFO: computed variable-clause graph statistics
1.12/1.22	c INFO: computed clause balance statistics
4.80/4.96	c INFO: computed variable balance statistics
6.51/6.63	c INFO: computed small-clause counts
6.51/6.64	c INFO: computed Horn-clause counts
6.70/6.84	c INFO: computed variable graph statistics
6.70/6.84	c INFO: collected features for HOME/instance-3378741-1305466783.cnf in 6.35 s
6.70/6.85	c INFO: running lingeling-276@0 for 582 with 1193 remaining (b = 0.52)
6.70/6.86	c INFO: running cryptominisat-2.9.0@0 for 1193 with 1193 remaining (b = 0.55)
6.70/6.87	c INFO: running lingeling-276@0 for 1193 with 1193 remaining (b = 0.52)
6.70/6.88	c INFO: running precosat-570@0 for 1193 with 1193 remaining (b = 0.47)
11.60/8.13	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-3378741-1305466783/watcher-3378741-1305466783 -o /tmp/evaluation-result-3378741-1305466783/solver-3378741-1305466783 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378741-1305466783.cnf -seed 1861847655 -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.22 7.29 6.76 7/431 22785
/proc/meminfo: memFree=19800820/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 1000 0 0 0 0 0 0 0 25 0 1 0 736909070 16629760 873 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22785/statm: 4060 873 371 364 0 547 0

[startup+0.106654 s]
/proc/loadavg: 8.22 7.29 6.76 7/431 22785
/proc/meminfo: memFree=19800820/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 3158 0 0 0 5 2 0 0 25 0 1 0 736909070 107126784 2832 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22785/statm: 26154 2832 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.200637 s]
/proc/loadavg: 8.22 7.29 6.76 7/431 22785
/proc/meminfo: memFree=19800820/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=130936 CPUtime=0.15 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 5603 934 1 0 11 4 0 0 25 0 1 0 736909070 134078464 4024 33554432000 4194304 5683644 140736908527216 18446744073709551615 4651650 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 32734 4025 1015 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 130936

[startup+0.300621 s]
/proc/loadavg: 8.22 7.29 6.76 7/431 22785
/proc/meminfo: memFree=19800820/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=182428 CPUtime=0.24 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 6749 934 1 0 17 7 0 0 25 0 1 0 736909070 186806272 4817 33554432000 4194304 5683644 140736908527216 18446744073709551615 215983668871 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 46259 4819 1341 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 182428

[startup+0.700548 s]
/proc/loadavg: 8.22 7.29 6.76 7/431 22785
/proc/meminfo: memFree=19800820/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=293888 CPUtime=0.59 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 13218 934 1 0 50 9 0 0 25 0 1 0 736909070 300941312 10658 33554432000 4194304 5683644 140736908527216 18446744073709551615 4300656 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 73472 10659 1761 364 0 9396 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 293888

[startup+1.50041 s]
/proc/loadavg: 8.22 7.29 6.76 7/432 22790
/proc/meminfo: memFree=19739084/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=322800 CPUtime=1.4 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 26346 934 1 0 128 12 0 0 25 0 1 0 736909070 330547200 18085 33554432000 4194304 5683644 140736908527216 18446744073709551615 47104903877338 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 322800

[startup+3.10013 s]
/proc/loadavg: 8.22 7.29 6.76 6/432 22790
/proc/meminfo: memFree=19732140/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=322800 CPUtime=3 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 26346 934 1 0 288 12 0 0 25 0 1 0 736909070 330547200 18085 33554432000 4194304 5683644 140736908527216 18446744073709551615 47104901358640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 322800

[startup+6.30057 s]
/proc/loadavg: 7.96 7.25 6.75 6/432 22791
/proc/meminfo: memFree=19729660/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=322800 CPUtime=6.2 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 26347 934 1 0 608 12 0 0 25 0 1 0 736909070 330547200 18086 33554432000 4194304 5683644 140736908527216 18446744073709551615 47104901409604 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 80700 18086 1827 364 0 16624 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 322800

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

[startup+6.40055 s]
/proc/loadavg: 7.96 7.25 6.75 6/432 22791
/proc/meminfo: memFree=19729660/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=322800 CPUtime=6.3 cores=0,2,4,6
/proc/22785/stat : 22785 (python) R 22783 22785 21641 0 -1 4202496 26347 934 1 0 618 12 0 0 25 0 1 0 736909070 330547200 18086 33554432000 4194304 5683644 140736908527216 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22785/statm: 80700 18086 1827 364 0 16624 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 322800

[startup+7.20042 s]
/proc/loadavg: 7.96 7.25 6.75 6/432 22791
/proc/meminfo: memFree=19728544/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=360368 CPUtime=6.78 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 28936 934 1 0 665 13 0 0 25 0 5 0 736909070 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22785/statm: 90092 17281 1873 364 0 26001 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 360368

[startup+7.60034 s]
/proc/loadavg: 7.96 7.25 6.75 6/432 22791
/proc/meminfo: memFree=19728544/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=360368 CPUtime=6.78 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 28936 934 1 0 665 13 0 0 25 0 5 0 736909070 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22785/statm: 90092 17281 1873 364 0 26001 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 360368

[startup+8.00127 s]
/proc/loadavg: 7.96 7.25 6.75 9/444 22803
/proc/meminfo: memFree=19630876/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=360368 CPUtime=6.78 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 28936 934 1 0 665 13 0 0 25 0 5 0 736909070 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22785/statm: 90092 17281 1873 364 0 26001 0
[pid=22792] ppid=22785 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/22792/stat : 22792 (python) S 22785 22785 21641 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 736909756 327020544 15745 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612623 0 0 16781312 514 17589296532153171967 0 0 17 2 0 0 0
/proc/22792/statm: 79839 15745 353 364 0 15757 0
[pid=22794] ppid=22792 vsize=16232 CPUtime=1.12 cores=0,2,4,6
/proc/22794/stat : 22794 (lingeling) R 22792 22794 22794 0 -1 4202496 4208 0 0 0 112 0 0 0 25 0 1 0 736909756 16621568 3219 33554432000 4194304 4352236 140735281290016 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22794/statm: 4058 3219 126 39 0 3138 0
[pid=22795] ppid=22785 vsize=329612 CPUtime=0 cores=0,2,4,6
/proc/22795/stat : 22795 (python) S 22785 22785 21641 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 736909757 337522688 15743 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 7747594340209230083 0 0 17 6 0 0 0
/proc/22795/statm: 82403 15743 347 364 0 18318 0
[pid=22797] ppid=22795 vsize=63380 CPUtime=1.12 cores=0,2,4,6
/proc/22797/stat : 22797 (cryptominisat-2) R 22795 22797 22797 0 -1 4202496 10994 0 0 0 110 2 0 0 25 0 1 0 736909757 64901120 9420 33554432000 4194304 4677096 140733811831808 18446744073709551615 4309710 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22797/statm: 15845 9420 384 118 0 10804 0
[pid=22798] ppid=22785 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/22798/stat : 22798 (python) S 22785 22785 21641 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 736909758 348024832 15747 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 3985162581860941823 0 0 17 6 0 0 0
/proc/22798/statm: 84967 15747 347 364 0 20879 0
[pid=22800] ppid=22798 vsize=15940 CPUtime=1.09 cores=0,2,4,6
/proc/22800/stat : 22800 (lingeling) R 22798 22800 22800 0 -1 4202496 4165 0 0 0 109 0 0 0 25 0 1 0 736909758 16322560 3178 33554432000 4194304 4352236 140737089965120 18446744073709551615 4267646 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22800/statm: 3985 3178 126 39 0 3065 0
[pid=22801] ppid=22785 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/22801/stat : 22801 (python) S 22785 22785 21641 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 736909759 358526976 15751 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 3985166430151639039 0 0 17 2 0 0 0
/proc/22801/statm: 87531 15751 347 364 0 23440 0
[pid=22803] ppid=22801 vsize=26112 CPUtime=1.09 cores=0,2,4,6
/proc/22803/stat : 22803 (precosat) R 22801 22803 22803 0 -1 4202496 6879 0 0 0 109 0 0 0 25 0 1 0 736909759 26738688 6342 33554432000 4194304 4890832 140734513352016 18446744073709551615 4236011 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/22803/statm: 6528 6342 86 171 0 6355 0
[pid=22785/tid=22793] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22793/stat : 22793 (python) S 22783 22785 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736909756 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 2 0 0 0
[pid=22785/tid=22796] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22796/stat : 22796 (python) S 22783 22785 21641 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 736909757 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 6 0 0 0
[pid=22785/tid=22799] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22799/stat : 22799 (python) S 22783 22785 21641 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 736909758 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 6 0 0 0
[pid=22785/tid=22802] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22802/stat : 22802 (python) S 22783 22785 21641 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 736909759 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 1820992

[startup+8.10126 s]
/proc/loadavg: 7.96 7.25 6.75 9/444 22803
/proc/meminfo: memFree=19630876/32950940 swapFree=67111356/67111528
[pid=22785] ppid=22783 vsize=360368 CPUtime=6.78 cores=0,2,4,6
/proc/22785/stat : 22785 (python) S 22783 22785 21641 0 -1 4202496 28936 934 1 0 665 13 0 0 25 0 5 0 736909070 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22785/statm: 90092 17281 1873 364 0 26001 0
[pid=22792] ppid=22785 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/22792/stat : 22792 (python) S 22785 22785 21641 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 736909756 327020544 15745 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612623 0 0 16781312 514 17589296532153171967 0 0 17 2 0 0 0
/proc/22792/statm: 79839 15745 353 364 0 15757 0
[pid=22794] ppid=22792 vsize=16232 CPUtime=1.22 cores=0,2,4,6
/proc/22794/stat : 22794 (lingeling) R 22792 22794 22794 0 -1 4202496 4208 0 0 0 122 0 0 0 25 0 1 0 736909756 16621568 3219 33554432000 4194304 4352236 140735281290016 18446744073709551615 4268413 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22794/statm: 4058 3219 126 39 0 3138 0
[pid=22795] ppid=22785 vsize=329612 CPUtime=0 cores=0,2,4,6
/proc/22795/stat : 22795 (python) S 22785 22785 21641 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 736909757 337522688 15743 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 7747594340209230083 0 0 17 6 0 0 0
/proc/22795/statm: 82403 15743 347 364 0 18318 0
[pid=22797] ppid=22795 vsize=63380 CPUtime=1.22 cores=0,2,4,6
/proc/22797/stat : 22797 (cryptominisat-2) R 22795 22797 22797 0 -1 4202496 11047 0 0 0 120 2 0 0 25 0 1 0 736909757 64901120 9473 33554432000 4194304 4677096 140733811831808 18446744073709551615 4318801 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22797/statm: 15845 9473 387 118 0 10804 0
[pid=22798] ppid=22785 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/22798/stat : 22798 (python) S 22785 22785 21641 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 736909758 348024832 15747 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 3985162581860941823 0 0 17 6 0 0 0
/proc/22798/statm: 84967 15747 347 364 0 20879 0
[pid=22800] ppid=22798 vsize=15940 CPUtime=1.19 cores=0,2,4,6
/proc/22800/stat : 22800 (lingeling) R 22798 22800 22800 0 -1 4202496 4165 0 0 0 119 0 0 0 25 0 1 0 736909758 16322560 3178 33554432000 4194304 4352236 140737089965120 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22800/statm: 3985 3178 126 39 0 3065 0
[pid=22801] ppid=22785 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/22801/stat : 22801 (python) S 22785 22785 21641 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 736909759 358526976 15751 33554432000 4194304 5683644 140736908527216 18446744073709551615 215988612678 0 0 16781312 514 3985166430151639039 0 0 17 2 0 0 0
/proc/22801/statm: 87531 15751 347 364 0 23440 0
[pid=22803] ppid=22801 vsize=26112 CPUtime=1.19 cores=0,2,4,6
/proc/22803/stat : 22803 (precosat) R 22801 22803 22803 0 -1 4202496 6879 0 0 0 119 0 0 0 25 0 1 0 736909759 26738688 6342 33554432000 4194304 4890832 140734513352016 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/22803/statm: 6528 6342 86 171 0 6355 0
[pid=22785/tid=22793] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22793/stat : 22793 (python) S 22783 22785 21641 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736909756 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 2 0 0 0
[pid=22785/tid=22796] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22796/stat : 22796 (python) S 22783 22785 21641 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 736909757 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 6 0 0 0
[pid=22785/tid=22799] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22799/stat : 22799 (python) S 22783 22785 21641 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 736909758 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 6 0 0 0
[pid=22785/tid=22802] ppid=22783 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/22785/task/22802/stat : 22802 (python) S 22783 22785 21641 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 736909759 369016832 17281 33554432000 4194304 5683644 140736908527216 18446744073709551615 216000416177 0 0 16781312 2 18446604447810036800 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 1820992

Child status: 0
Real time (s): 8.16169
CPU time (s): 11.8272
CPU user time (s): 11.6042
CPU system time (s): 0.222966
CPU usage (%): 144.911
Max. virtual memory (cumulated for all children) (KiB): 1822964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6042
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68419
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= 1263
involuntary context switches= 94

runsolver used 0.038994 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 15:39:43
IDJOB=3378741
IDBENCH=83457
IDSOLVER=1860
FILE ID=node117/3378741-1305466783
RUNJOBID= node117-1305463204-21659
PBS_JOBID= 13324986
Free space on /tmp= 73472 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-3378741-1305466783/watcher-3378741-1305466783 -o /tmp/evaluation-result-3378741-1305466783/solver-3378741-1305466783 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378741-1305466783.cnf -seed 1861847655 -budget 4800 -cores 4

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=1861847655

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:      19800976 kB
Buffers:        330252 kB
Cached:        3798100 kB
SwapCached:          0 kB
Active:       10424004 kB
Inactive:      2362860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19800976 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           35984 kB
Writeback:           0 kB
AnonPages:     8658076 kB
Mapped:          38912 kB
Slab:           246596 kB
PageTables:      49280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103592472 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:51