Trace number 3381126

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 40.6098 7.94799

General information on the benchmark

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

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3381126-1305505466.cnf
0.35/0.67	c INFO: computing task features
0.62/0.91	c INFO: computed variable-clause graph statistics
0.62/0.91	c INFO: computed clause balance statistics
1.72/2.10	c INFO: computed variable balance statistics
2.32/2.68	c INFO: computed small-clause counts
2.32/2.68	c INFO: computed Horn-clause counts
2.42/2.76	c INFO: computed variable graph statistics
2.42/2.76	c INFO: collected features for HOME/instance-3381126-1305505466.cnf in 2.08 s
2.42/2.78	c INFO: running lingeling-276@0 for 97 with 4997 remaining (b = 0.28)
2.51/2.80	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.34)
2.51/2.83	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.50)
2.51/2.85	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.44)
2.51/2.88	c INFO: running SApperloT@0 for 97 with 4997 remaining (b = 0.03)
2.62/2.90	c INFO: running precosat-570@0 for 291 with 4997 remaining (b = 0.16)
2.62/2.93	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.21)
2.62/2.96	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4997 remaining (b = 0.43)
40.49/7.91	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-3381126-1305505466/watcher-3381126-1305505466 -o /tmp/evaluation-result-3381126-1305505466/solver-3381126-1305505466 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381126-1305505466.cnf -seed 1788591354 -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: 8.06 8.05 8.00 1/426 11856
/proc/meminfo: memFree=10646756/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=15772 CPUtime=0 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 662145269 16150528 776 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11856/statm: 3943 776 343 364 0 430 0

[startup+0.0478061 s]
/proc/loadavg: 8.06 8.05 8.00 1/426 11856
/proc/meminfo: memFree=10646756/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=18880 CPUtime=0.02 cores=0-7
/proc/11856/stat : 11856 (python) R 11854 11856 11562 0 -1 4202496 1287 0 0 0 2 0 0 0 25 0 1 0 662145269 19333120 1140 33554432000 4194304 5683644 140734900329376 18446744073709551615 4672025 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11856/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100797 s]
/proc/loadavg: 8.06 8.05 8.00 1/426 11856
/proc/meminfo: memFree=10646756/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=87704 CPUtime=0.05 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 2637 0 0 0 4 1 0 0 18 0 1 0 662145269 89808896 2354 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11856/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300759 s]
/proc/loadavg: 8.06 8.05 8.00 1/426 11856
/proc/meminfo: memFree=10646756/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=135748 CPUtime=0.18 cores=0-7
/proc/11856/stat : 11856 (python) R 11854 11856 11562 0 -1 4202496 5966 936 1 0 13 5 0 0 18 0 1 0 662145269 139005952 4150 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970546181 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11856/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700691 s]
/proc/loadavg: 8.06 8.05 8.00 1/426 11856
/proc/meminfo: memFree=10646756/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=280172 CPUtime=0.42 cores=0-7
/proc/11856/stat : 11856 (python) R 11854 11856 11562 0 -1 4202496 9689 936 1 0 30 12 0 0 17 0 1 0 662145269 286896128 7368 33554432000 4194304 5683644 140734900329376 18446744073709551615 47593544115004 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11856/statm: 70043 7368 1761 364 0 5967 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280172

[startup+1.50055 s]
/proc/loadavg: 8.06 8.05 8.00 2/427 11861
/proc/meminfo: memFree=10610540/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=292488 CPUtime=1.22 cores=0-7
/proc/11856/stat : 11856 (python) R 11854 11856 11562 0 -1 4202496 14687 936 1 0 110 12 0 0 18 0 1 0 662145269 299507712 10507 33554432000 4194304 5683644 140734900329376 18446744073709551615 47593373485279 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11856/statm: 73122 10507 1826 364 0 9046 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 292488

[startup+3.10024 s]
/proc/loadavg: 7.50 7.94 7.96 2/427 11861
/proc/meminfo: memFree=10609920/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=439172 CPUtime=2.68 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 20475 936 1 0 254 14 0 0 21 0 9 0 662145269 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11856/statm: 109793 10376 1889 364 0 45690 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 439172

[startup+6.30169 s]
/proc/loadavg: 7.50 7.94 7.96 9/451 11885
/proc/meminfo: memFree=10480432/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=439172 CPUtime=2.68 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 20475 936 1 0 254 14 0 0 21 0 9 0 662145269 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11856/statm: 109793 10376 1889 364 0 45690 0
[pid=11862] ppid=11856 vsize=291600 CPUtime=0 cores=0-7
/proc/11862/stat : 11862 (python) S 11856 11856 11562 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 662145548 298598400 8811 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570255 0 0 16781312 514 553684373228978434 0 0 17 1 0 0 0
/proc/11862/statm: 72900 8811 358 364 0 8818 0
[pid=11864] ppid=11862 vsize=10496 CPUtime=3.5 cores=0-7
/proc/11864/stat : 11864 (lingeling) R 11862 11864 11864 0 -1 4202496 3383 0 0 0 350 0 0 0 25 0 1 0 662145548 10747904 1788 33554432000 4194304 4352236 140735236259536 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11864/statm: 2624 1788 129 39 0 1704 0
[pid=11865] ppid=11856 vsize=301856 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (python) S 11856 11856 11562 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 662145550 309100544 8804 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 16164764869160042755 0 0 17 6 0 0 0
/proc/11865/statm: 75464 8804 347 364 0 11379 0
[pid=11867] ppid=11865 vsize=50500 CPUtime=3.47 cores=0-7
/proc/11867/stat : 11867 (cryptominisat-2) R 11865 11867 11867 0 -1 4202496 9074 0 0 0 346 1 0 0 25 0 1 0 662145550 51712000 5675 33554432000 4194304 4677096 140734079625744 18446744073709551615 4336253 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11867/statm: 12625 5675 391 118 0 7584 0
[pid=11868] ppid=11856 vsize=312112 CPUtime=0 cores=0-7
/proc/11868/stat : 11868 (python) S 11856 11856 11562 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 662145552 319602688 8808 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313137588110328067 0 0 17 1 0 0 0
/proc/11868/statm: 78028 8808 347 364 0 13940 0
[pid=11870] ppid=11868 vsize=9284 CPUtime=2.3 cores=0-7
/proc/11870/stat : 11870 (lingeling) R 11868 11870 11870 0 -1 4202496 2054 0 0 0 217 13 0 0 25 0 1 0 662145553 9506816 1485 33554432000 4194304 4352236 140733450730432 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11870/statm: 2321 1485 129 39 0 1401 0
[pid=11871] ppid=11856 vsize=322368 CPUtime=0 cores=0-7
/proc/11871/stat : 11871 (python) S 11856 11856 11562 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 662145555 330104832 8812 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313141436401025282 0 0 17 1 0 0 0
/proc/11871/statm: 80592 8812 347 364 0 16501 0
[pid=11873] ppid=11871 vsize=12584 CPUtime=3.43 cores=0-7
/proc/11873/stat : 11873 (lingeling) R 11871 11873 11873 0 -1 4202496 3393 0 0 0 343 0 0 0 25 0 1 0 662145555 12886016 2310 33554432000 4194304 4352236 140735179643904 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11873/statm: 3146 2310 129 39 0 2226 0
[pid=11874] ppid=11856 vsize=398160 CPUtime=0 cores=0-7
/proc/11874/stat : 11874 (python) S 11856 11856 11562 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 662145557 407715840 8818 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927054650923254019 0 0 17 1 0 0 0
/proc/11874/statm: 99540 8818 347 364 0 35446 0
[pid=11876] ppid=11874 vsize=12504 CPUtime=3.4 cores=0-7
/proc/11876/stat : 11876 (SApperloT-base) R 11874 11876 11876 0 -1 4202496 3110 0 0 0 340 0 0 0 25 0 1 0 662145558 12804096 2843 33554432000 134512640 135674940 4287277120 18446744073709551615 134581546 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11876/statm: 3126 2843 99 284 0 2840 0
[pid=11877] ppid=11856 vsize=408416 CPUtime=0 cores=0-7
/proc/11877/stat : 11877 (python) S 11856 11856 11562 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 662145560 418217984 8822 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927046954341859588 0 0 17 1 0 0 0
/proc/11877/statm: 102104 8822 347 364 0 38007 0
[pid=11879] ppid=11877 vsize=12852 CPUtime=3.32 cores=0-7
/proc/11879/stat : 11879 (precosat) R 11877 11879 11879 0 -1 4202496 3545 0 0 0 332 0 0 0 25 0 1 0 662145560 13160448 2995 33554432000 4194304 4890832 140735011689920 18446744073709551615 4234976 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/11879/statm: 3213 2995 86 171 0 3040 0
[pid=11880] ppid=11856 vsize=418672 CPUtime=0 cores=0-7
/proc/11880/stat : 11880 (python) S 11856 11856 11562 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 662145563 428720128 8826 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 18427397071402139904 0 0 17 1 0 0 0
/proc/11880/statm: 104668 8826 347 364 0 40568 0
[pid=11884] ppid=11880 vsize=48684 CPUtime=3.33 cores=0-7
/proc/11884/stat : 11884 (cryptominisat-2) R 11880 11884 11884 0 -1 4202496 7971 0 0 0 332 1 0 0 25 0 1 0 662145565 49852416 5282 33554432000 4194304 4677096 140736117357664 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11884/statm: 12171 5282 391 118 0 7130 0
[pid=11882] ppid=11856 vsize=428928 CPUtime=0 cores=0-7
/proc/11882/stat : 11882 (python) S 11856 11856 11562 0 -1 4202560 839 0 0 0 0 0 0 0 15 0 1 0 662145565 439222272 8836 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 2925664106365026562 0 0 17 1 0 0 0
/proc/11882/statm: 107232 8836 353 364 0 43129 0
[pid=11885] ppid=11882 vsize=48928 CPUtime=3.3 cores=0-7
/proc/11885/stat : 11885 (cryptominisat-2) R 11882 11885 11885 0 -1 4202496 7991 0 0 0 329 1 0 0 25 0 1 0 662145566 50102272 5285 33554432000 4194304 4677096 140736984710400 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11885/statm: 12232 5285 391 118 0 7191 0
[pid=11856/tid=11863] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11863/stat : 11863 (python) S 11854 11856 11562 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 662145548 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11866] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11866/stat : 11866 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145550 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 6 0 0 0
[pid=11856/tid=11869] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11869/stat : 11869 (python) S 11854 11856 11562 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 9 0 662145553 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 2 0 0 0
[pid=11856/tid=11872] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11872/stat : 11872 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 9 0 662145555 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 5 0 0 0
[pid=11856/tid=11875] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11875/stat : 11875 (python) S 11854 11856 11562 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 662145558 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 0 0 0 0
[pid=11856/tid=11878] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11878/stat : 11878 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145560 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 7 0 0 0
[pid=11856/tid=11881] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11881/stat : 11881 (python) S 11854 11856 11562 0 -1 4202560 41 936 0 0 0 0 0 0 21 0 9 0 662145563 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11883] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11883/stat : 11883 (python) S 11854 11856 11562 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 662145565 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 3527116

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

[startup+7.10155 s]
/proc/loadavg: 7.70 7.97 7.98 9/451 11885
/proc/meminfo: memFree=10471552/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=439172 CPUtime=2.68 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 20475 936 1 0 254 14 0 0 21 0 9 0 662145269 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11856/statm: 109793 10376 1889 364 0 45690 0
[pid=11862] ppid=11856 vsize=291600 CPUtime=0.02 cores=0-7
/proc/11862/stat : 11862 (python) S 11856 11856 11562 0 -1 4202560 993 0 0 0 1 1 0 0 18 0 1 0 662145548 298598400 8833 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570255 0 0 16781312 514 553684373228978434 0 0 17 1 0 0 0
/proc/11862/statm: 72900 8833 380 364 0 8818 0
[pid=11864] ppid=11862 vsize=13132 CPUtime=4.31 cores=0-7
/proc/11864/stat : 11864 (lingeling) R 11862 11864 11864 0 -1 4202496 4044 0 0 0 430 1 0 0 25 0 1 0 662145548 13447168 2447 33554432000 4194304 4352236 140735236259536 18446744073709551615 4276751 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11864/statm: 3283 2447 129 39 0 2363 0
[pid=11865] ppid=11856 vsize=301856 CPUtime=0.01 cores=0-7
/proc/11865/stat : 11865 (python) S 11856 11856 11562 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 662145550 309100544 8827 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 16164764869160042755 0 0 17 6 0 0 0
/proc/11865/statm: 75464 8827 370 364 0 11379 0
[pid=11867] ppid=11865 vsize=53432 CPUtime=4.24 cores=0-7
/proc/11867/stat : 11867 (cryptominisat-2) R 11865 11867 11867 0 -1 4202496 10004 0 0 0 423 1 0 0 25 0 1 0 662145550 54714368 6605 33554432000 4194304 4677096 140734079625744 18446744073709551615 242970246801 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11867/statm: 13358 6605 391 118 0 8317 0
[pid=11868] ppid=11856 vsize=312112 CPUtime=0.01 cores=0-7
/proc/11868/stat : 11868 (python) S 11856 11856 11562 0 -1 4202560 926 0 0 0 0 1 0 0 18 0 1 0 662145552 319602688 8831 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313137588110328067 0 0 17 1 0 0 0
/proc/11868/statm: 78028 8831 370 364 0 13940 0
[pid=11870] ppid=11868 vsize=9284 CPUtime=2.63 cores=0-7
/proc/11870/stat : 11870 (lingeling) R 11868 11870 11870 0 -1 4202496 2054 0 0 0 245 18 0 0 25 0 1 0 662145553 9506816 1485 33554432000 4194304 4352236 140733450730432 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11870/statm: 2321 1485 129 39 0 1401 0
[pid=11871] ppid=11856 vsize=322368 CPUtime=0.01 cores=0-7
/proc/11871/stat : 11871 (python) S 11856 11856 11562 0 -1 4202560 937 0 0 0 0 1 0 0 18 0 1 0 662145555 330104832 8835 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313141436401025282 0 0 17 1 0 0 0
/proc/11871/statm: 80592 8835 370 364 0 16501 0
[pid=11873] ppid=11871 vsize=10704 CPUtime=4.23 cores=0-7
/proc/11873/stat : 11873 (lingeling) R 11871 11873 11873 0 -1 4202496 3435 0 0 0 423 0 0 0 25 0 1 0 662145555 10960896 1840 33554432000 4194304 4352236 140735179643904 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11873/statm: 2676 1840 129 39 0 1756 0
[pid=11874] ppid=11856 vsize=398160 CPUtime=0.01 cores=0-7
/proc/11874/stat : 11874 (python) S 11856 11856 11562 0 -1 4202560 939 0 0 0 0 1 0 0 18 0 1 0 662145557 407715840 8840 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927054650923254019 0 0 17 1 0 0 0
/proc/11874/statm: 99540 8840 369 364 0 35446 0
[pid=11876] ppid=11874 vsize=13032 CPUtime=4.2 cores=0-7
/proc/11876/stat : 11876 (SApperloT-base) R 11874 11876 11876 0 -1 4202496 3238 0 0 0 420 0 0 0 25 0 1 0 662145558 13344768 2971 33554432000 134512640 135674940 4287277120 18446744073709551615 134564247 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11876/statm: 3258 2971 99 284 0 2972 0
[pid=11877] ppid=11856 vsize=408416 CPUtime=0.02 cores=0-7
/proc/11877/stat : 11877 (python) S 11856 11856 11562 0 -1 4202560 950 0 0 0 1 1 0 0 18 0 1 0 662145560 418217984 8845 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927046954341859588 0 0 17 1 0 0 0
/proc/11877/statm: 102104 8845 370 364 0 38007 0
[pid=11879] ppid=11877 vsize=13212 CPUtime=4.11 cores=0-7
/proc/11879/stat : 11879 (precosat) R 11877 11879 11879 0 -1 4202496 3643 0 0 0 411 0 0 0 25 0 1 0 662145560 13529088 3093 33554432000 4194304 4890832 140735011689920 18446744073709551615 4273018 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/11879/statm: 3303 3093 86 171 0 3130 0
[pid=11880] ppid=11856 vsize=418672 CPUtime=0.02 cores=0-7
/proc/11880/stat : 11880 (python) S 11856 11856 11562 0 -1 4202560 962 0 0 0 1 1 0 0 15 0 1 0 662145563 428720128 8849 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927050802632556800 0 0 17 1 0 0 0
/proc/11880/statm: 104668 8849 370 364 0 40568 0
[pid=11884] ppid=11880 vsize=48420 CPUtime=4.13 cores=0-7
/proc/11884/stat : 11884 (cryptominisat-2) R 11880 11884 11884 0 -1 4202496 8577 0 0 0 412 1 0 0 25 0 1 0 662145565 49582080 5232 33554432000 4194304 4677096 140736117357664 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11884/statm: 12105 5232 391 118 0 7064 0
[pid=11882] ppid=11856 vsize=428928 CPUtime=0.01 cores=0-7
/proc/11882/stat : 11882 (python) S 11856 11856 11562 0 -1 4202560 1012 0 0 0 0 1 0 0 15 0 1 0 662145565 439222272 8858 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 3557546566900220162 0 0 17 1 0 0 0
/proc/11882/statm: 107232 8858 375 364 0 43129 0
[pid=11885] ppid=11882 vsize=48576 CPUtime=3.95 cores=0-7
/proc/11885/stat : 11885 (cryptominisat-2) R 11882 11885 11885 0 -1 4202496 8485 0 0 0 394 1 0 0 25 0 1 0 662145566 49741824 5132 33554432000 4194304 4677096 140736984710400 18446744073709551615 4318771 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11885/statm: 12144 5132 391 118 0 7103 0
[pid=11856/tid=11863] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11863/stat : 11863 (python) S 11854 11856 11562 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 662145548 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11866] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11866/stat : 11866 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145550 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 6 0 0 0
[pid=11856/tid=11869] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11869/stat : 11869 (python) S 11854 11856 11562 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 9 0 662145553 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 2 0 0 0
[pid=11856/tid=11872] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11872/stat : 11872 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 9 0 662145555 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 5 0 0 0
[pid=11856/tid=11875] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11875/stat : 11875 (python) S 11854 11856 11562 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 662145558 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 0 0 0 0
[pid=11856/tid=11878] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11878/stat : 11878 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145560 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 7 0 0 0
[pid=11856/tid=11881] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11881/stat : 11881 (python) S 11854 11856 11562 0 -1 4202560 41 936 0 0 0 0 0 0 21 0 9 0 662145563 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11883] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11883/stat : 11883 (python) S 11854 11856 11562 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 662145565 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.59
Current children cumulated vsize (KiB) 3531076

[startup+7.50149 s]
/proc/loadavg: 7.70 7.97 7.98 9/451 11885
/proc/meminfo: memFree=10471552/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=439172 CPUtime=2.68 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 20475 936 1 0 254 14 0 0 21 0 9 0 662145269 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11856/statm: 109793 10376 1889 364 0 45690 0
[pid=11862] ppid=11856 vsize=291600 CPUtime=0.02 cores=0-7
/proc/11862/stat : 11862 (python) S 11856 11856 11562 0 -1 4202560 993 0 0 0 1 1 0 0 18 0 1 0 662145548 298598400 8833 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570255 0 0 16781312 514 553684373228978434 0 0 17 1 0 0 0
/proc/11862/statm: 72900 8833 380 364 0 8818 0
[pid=11864] ppid=11862 vsize=13132 CPUtime=4.71 cores=0-7
/proc/11864/stat : 11864 (lingeling) R 11862 11864 11864 0 -1 4202496 4044 0 0 0 470 1 0 0 25 0 1 0 662145548 13447168 2447 33554432000 4194304 4352236 140735236259536 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11864/statm: 3283 2447 129 39 0 2363 0
[pid=11865] ppid=11856 vsize=301856 CPUtime=0.01 cores=0-7
/proc/11865/stat : 11865 (python) S 11856 11856 11562 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 662145550 309100544 8827 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 16164764869160042755 0 0 17 6 0 0 0
/proc/11865/statm: 75464 8827 370 364 0 11379 0
[pid=11867] ppid=11865 vsize=52924 CPUtime=4.64 cores=0-7
/proc/11867/stat : 11867 (cryptominisat-2) R 11865 11867 11867 0 -1 4202496 10406 0 0 0 463 1 0 0 25 0 1 0 662145550 54194176 6229 33554432000 4194304 4677096 140734079625744 18446744073709551615 4358643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11867/statm: 13231 6229 391 118 0 8190 0
[pid=11868] ppid=11856 vsize=312112 CPUtime=0.01 cores=0-7
/proc/11868/stat : 11868 (python) S 11856 11856 11562 0 -1 4202560 926 0 0 0 0 1 0 0 18 0 1 0 662145552 319602688 8831 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313137588110328067 0 0 17 1 0 0 0
/proc/11868/statm: 78028 8831 370 364 0 13940 0
[pid=11870] ppid=11868 vsize=9284 CPUtime=2.73 cores=0-7
/proc/11870/stat : 11870 (lingeling) R 11868 11870 11870 0 -1 4202496 2054 0 0 0 254 19 0 0 25 0 1 0 662145553 9506816 1485 33554432000 4194304 4352236 140733450730432 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11870/statm: 2321 1485 129 39 0 1401 0
[pid=11871] ppid=11856 vsize=322368 CPUtime=0.01 cores=0-7
/proc/11871/stat : 11871 (python) S 11856 11856 11562 0 -1 4202560 937 0 0 0 0 1 0 0 18 0 1 0 662145555 330104832 8835 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 15313141436401025282 0 0 17 1 0 0 0
/proc/11871/statm: 80592 8835 370 364 0 16501 0
[pid=11873] ppid=11871 vsize=12440 CPUtime=4.63 cores=0-7
/proc/11873/stat : 11873 (lingeling) R 11871 11873 11873 0 -1 4202496 4001 0 0 0 463 0 0 0 25 0 1 0 662145555 12738560 2274 33554432000 4194304 4352236 140735179643904 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11873/statm: 3110 2274 129 39 0 2190 0
[pid=11874] ppid=11856 vsize=398160 CPUtime=0.01 cores=0-7
/proc/11874/stat : 11874 (python) S 11856 11856 11562 0 -1 4202560 939 0 0 0 0 1 0 0 18 0 1 0 662145557 407715840 8840 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927054650923254019 0 0 17 1 0 0 0
/proc/11874/statm: 99540 8840 369 364 0 35446 0
[pid=11876] ppid=11874 vsize=13576 CPUtime=4.61 cores=0-7
/proc/11876/stat : 11876 (SApperloT-base) R 11874 11876 11876 0 -1 4202496 3348 0 0 0 460 1 0 0 25 0 1 0 662145558 13901824 3081 33554432000 134512640 135674940 4287277120 18446744073709551615 134551639 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11876/statm: 3394 3081 99 284 0 3108 0
[pid=11877] ppid=11856 vsize=408416 CPUtime=0.02 cores=0-7
/proc/11877/stat : 11877 (python) S 11856 11856 11562 0 -1 4202560 950 0 0 0 1 1 0 0 18 0 1 0 662145560 418217984 8845 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927046954341859588 0 0 17 1 0 0 0
/proc/11877/statm: 102104 8845 370 364 0 38007 0
[pid=11879] ppid=11877 vsize=13948 CPUtime=4.51 cores=0-7
/proc/11879/stat : 11879 (precosat) R 11877 11879 11879 0 -1 4202496 3823 0 0 0 451 0 0 0 25 0 1 0 662145560 14282752 3273 33554432000 4194304 4890832 140735011689920 18446744073709551615 4238614 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/11879/statm: 3487 3273 86 171 0 3314 0
[pid=11880] ppid=11856 vsize=418672 CPUtime=0.02 cores=0-7
/proc/11880/stat : 11880 (python) S 11856 11856 11562 0 -1 4202560 962 0 0 0 1 1 0 0 15 0 1 0 662145563 428720128 8849 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 18427397071402139904 0 0 17 1 0 0 0
/proc/11880/statm: 104668 8849 370 364 0 40568 0
[pid=11884] ppid=11880 vsize=48420 CPUtime=4.53 cores=0-7
/proc/11884/stat : 11884 (cryptominisat-2) R 11880 11884 11884 0 -1 4202496 8674 0 0 0 452 1 0 0 25 0 1 0 662145565 49582080 5329 33554432000 4194304 4677096 140736117357664 18446744073709551615 4310507 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11884/statm: 12105 5329 391 118 0 7064 0
[pid=11882] ppid=11856 vsize=428928 CPUtime=0.01 cores=0-7
/proc/11882/stat : 11882 (python) S 11856 11856 11562 0 -1 4202560 1013 0 0 0 0 1 0 0 15 0 1 0 662145565 439222272 8858 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 3557546566900220162 0 0 17 1 0 0 0
/proc/11882/statm: 107232 8858 375 364 0 43129 0
[pid=11885] ppid=11882 vsize=48576 CPUtime=4.35 cores=0-7
/proc/11885/stat : 11885 (cryptominisat-2) R 11882 11885 11885 0 -1 4202496 8628 0 0 0 434 1 0 0 25 0 1 0 662145566 49741824 5275 33554432000 4194304 4677096 140736984710400 18446744073709551615 4319403 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11885/statm: 12144 5275 391 118 0 7103 0
[pid=11856/tid=11863] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11863/stat : 11863 (python) S 11854 11856 11562 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 662145548 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11866] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11866/stat : 11866 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145550 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 6 0 0 0
[pid=11856/tid=11869] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11869/stat : 11869 (python) S 11854 11856 11562 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 9 0 662145553 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 2 0 0 0
[pid=11856/tid=11872] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11872/stat : 11872 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 9 0 662145555 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 5 0 0 0
[pid=11856/tid=11875] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11875/stat : 11875 (python) S 11854 11856 11562 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 662145558 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 0 0 0 0
[pid=11856/tid=11878] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11878/stat : 11878 (python) S 11854 11856 11562 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 662145560 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 7 0 0 0
[pid=11856/tid=11881] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11881/stat : 11881 (python) S 11854 11856 11562 0 -1 4202560 41 936 0 0 0 0 0 0 21 0 9 0 662145563 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11883] ppid=11854 vsize=439172 CPUtime=0 cores=0-7
/proc/11856/task/11883/stat : 11883 (python) S 11854 11856 11562 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 662145565 449712128 10376 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.5
Current children cumulated vsize (KiB) 3533584

[startup+7.90144 s]
/proc/loadavg: 7.70 7.97 7.98 9/451 11885
/proc/meminfo: memFree=10463244/32951132 swapFree=67093844/67111528
[pid=11856] ppid=11854 vsize=439172 CPUtime=25.63 cores=0-7
/proc/11856/stat : 11856 (python) S 11854 11856 11562 0 -1 4202496 20523 35465 1 0 254 14 2262 33 17 0 9 0 662145269 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982380351 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11856/statm: 109793 10377 1890 364 0 45690 0
[pid=11874] ppid=11856 vsize=0 CPUtime=5.02 cores=0-7
/proc/11874/stat : 11874 (python) R 11856 11856 11562 0 -1 4202564 986 3370 0 0 0 1 500 1 18 0 1 0 662145557 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11874/statm: 0 0 0 0 0 0 0
[pid=11877] ppid=11856 vsize=408416 CPUtime=0.02 cores=0-7
/proc/11877/stat : 11877 (python) S 11856 11856 11562 0 -1 4202560 950 0 0 0 1 1 0 0 18 0 1 0 662145560 418217984 8845 33554432000 4194304 5683644 140734900329376 18446744073709551615 242970570310 0 0 16781312 514 6927046954341859588 0 0 17 1 0 0 0
/proc/11877/statm: 102104 8845 370 364 0 38007 0
[pid=11879] ppid=11877 vsize=13948 CPUtime=4.89 cores=0-7
/proc/11879/stat : 11879 (precosat) R 11877 11879 11879 0 -1 4202496 3823 0 0 0 489 0 0 0 25 0 1 0 662145560 14282752 3273 33554432000 4194304 4890832 140735011689920 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/11879/statm: 3487 3273 86 171 0 3314 0
[pid=11880] ppid=11856 vsize=0 CPUtime=4.93 cores=0-7
/proc/11880/stat : 11880 (python) Z 11856 11856 11562 0 -1 4202588 1196 9457 0 0 1 1 490 1 15 0 1 0 662145563 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11880/statm: 0 0 0 0 0 0 0
[pid=11856/tid=11863] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11863/stat : 11863 (python) S 11854 11856 11562 0 -1 4202560 23 35465 0 0 0 0 2262 33 21 0 9 0 662145548 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11866] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11866/stat : 11866 (python) S 11854 11856 11562 0 -1 4202560 19 35465 0 0 0 0 2262 33 20 0 9 0 662145550 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 6 0 0 0
[pid=11856/tid=11869] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11869/stat : 11869 (python) S 11854 11856 11562 0 -1 4202560 22 35465 0 0 0 0 2262 33 21 0 9 0 662145553 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 2 0 0 0
[pid=11856/tid=11872] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11872/stat : 11872 (python) S 11854 11856 11562 0 -1 4202560 19 35465 0 0 0 0 2262 33 18 0 9 0 662145555 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 5 0 0 0
[pid=11856/tid=11875] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11875/stat : 11875 (python) S 11854 11856 11562 0 -1 4202560 28 35465 0 0 0 0 2262 33 19 0 9 0 662145558 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 0 0 0 0
[pid=11856/tid=11878] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11878/stat : 11878 (python) S 11854 11856 11562 0 -1 4202560 19 35465 0 0 0 0 2262 33 20 0 9 0 662145560 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 7 0 0 0
[pid=11856/tid=11881] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11881/stat : 11881 (python) S 11854 11856 11562 0 -1 4202560 41 35465 0 0 0 0 2262 33 21 0 9 0 662145563 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 4 0 0 0
[pid=11856/tid=11883] ppid=11854 vsize=439172 CPUtime=22.95 cores=0-7
/proc/11856/task/11883/stat : 11883 (python) S 11854 11856 11562 0 -1 4202560 24 35465 0 0 0 0 2262 33 22 0 9 0 662145565 449712128 10377 33554432000 4194304 5683644 140734900329376 18446744073709551615 242982373809 0 0 16781312 2 18446604448403974336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.49
Current children cumulated vsize (KiB) 861536

Child status: 0
Real time (s): 7.94799
CPU time (s): 40.6098
CPU user time (s): 40.0169
CPU system time (s): 0.592909
CPU usage (%): 510.944
Max. virtual memory (cumulated for all children) (KiB): 3536464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.0169
system time used= 0.592909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81463
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= 3379
involuntary context switches= 504

runsolver used 0.043993 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-16 02:24:26
IDJOB=3381126
IDBENCH=83433
IDSOLVER=1864
FILE ID=node128/3381126-1305505466
RUNJOBID= node128-1305500174-11576
PBS_JOBID= 13325453
Free space on /tmp= 73592 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-15.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3381126-1305505466/watcher-3381126-1305505466 -o /tmp/evaluation-result-3381126-1305505466/solver-3381126-1305505466 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381126-1305505466.cnf -seed 1788591354 -budget 40000 -cores 8

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

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=1788591354

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:      10647160 kB
Buffers:        294116 kB
Cached:        3267944 kB
SwapCached:       1440 kB
Active:       19807356 kB
Inactive:      2167108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      10647160 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           32984 kB
Writeback:           0 kB
AnonPages:    18411328 kB
Mapped:          36636 kB
Slab:           191508 kB
PageTables:      70244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 123666528 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= 73560 MiB
End job on node128 at 2011-05-16 02:24:34