Trace number 3381146

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 72.311 11.3643

General information on the benchmark

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

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3381146-1305505800.cnf
0.34/0.68	c INFO: computing task features
0.52/0.86	c INFO: computed variable-clause graph statistics
0.52/0.87	c INFO: computed clause balance statistics
1.52/1.84	c INFO: computed variable balance statistics
2.03/2.38	c INFO: computed small-clause counts
2.03/2.39	c INFO: computed Horn-clause counts
2.12/2.45	c INFO: computed variable graph statistics
2.12/2.45	c INFO: collected features for HOME/instance-3381146-1305505800.cnf in 1.77 s
2.12/2.47	c INFO: running lingeling-276@0 for 97 with 4998 remaining (b = 0.28)
2.22/2.50	c INFO: running cryptominisat-2.9.0@0 for 485 with 4998 remaining (b = 0.34)
2.22/2.52	c INFO: running lingeling-276@0 for 1261 with 4998 remaining (b = 0.51)
2.22/2.55	c INFO: running lingeling-276@0 for 1261 with 4998 remaining (b = 0.44)
2.22/2.57	c INFO: running SApperloT@0 for 97 with 4998 remaining (b = 0.03)
2.32/2.60	c INFO: running precosat-570@0 for 291 with 4998 remaining (b = 0.16)
2.32/2.62	c INFO: running cryptominisat-2.9.0@0 for 485 with 4998 remaining (b = 0.21)
2.32/2.65	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4998 remaining (b = 0.43)
71.84/11.34	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-3381146-1305505800/watcher-3381146-1305505800 -o /tmp/evaluation-result-3381146-1305505800/solver-3381146-1305505800 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381146-1305505800.cnf -seed 828778877 -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: 7.62 7.98 7.98 2/383 12036
/proc/meminfo: memFree=20837412/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=15780 CPUtime=0 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 869 0 0 0 0 0 0 0 17 0 1 0 642996153 16158720 751 33554432000 4194304 5683644 140736739722896 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12036/statm: 3945 751 343 364 0 432 0

[startup+0.104027 s]
/proc/loadavg: 7.62 7.98 7.98 2/383 12036
/proc/meminfo: memFree=20837412/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=93964 CPUtime=0.06 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 2692 0 0 0 4 2 0 0 17 0 1 0 642996153 96219136 2407 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106764645 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/12036/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.20101 s]
/proc/loadavg: 7.62 7.98 7.98 2/383 12036
/proc/meminfo: memFree=20837412/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=124236 CPUtime=0.12 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 4260 0 1 0 8 4 0 0 17 0 1 0 642996153 127217664 3868 33554432000 4194304 5683644 140736739722896 18446744073709551615 5295371 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12036/statm: 31059 3868 995 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.301 s]
/proc/loadavg: 7.62 7.98 7.98 2/383 12036
/proc/meminfo: memFree=20837412/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=135752 CPUtime=0.18 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 5962 934 1 0 13 5 0 0 17 0 1 0 642996153 139010048 4150 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12036/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700929 s]
/proc/loadavg: 7.62 7.98 7.98 2/383 12036
/proc/meminfo: memFree=20837412/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=280248 CPUtime=0.42 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 9690 934 1 0 32 10 0 0 16 0 1 0 642996153 286973952 7373 33554432000 4194304 5683644 140736739722896 18446744073709551615 47042486481961 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12036/statm: 70062 7373 1761 364 0 5986 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280248

[startup+1.50077 s]
/proc/loadavg: 7.62 7.98 7.98 2/384 12041
/proc/meminfo: memFree=20804148/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=290180 CPUtime=1.22 cores=0-7
/proc/12036/stat : 12036 (python) R 12034 12036 11774 0 -1 4202496 13736 934 1 0 111 11 0 0 17 0 1 0 642996153 297144320 9929 33554432000 4194304 5683644 140736739722896 18446744073709551615 4662290 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12036/statm: 72545 9929 1826 364 0 8469 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 290180

[startup+3.10042 s]
/proc/loadavg: 7.62 7.98 7.98 2/384 12041
/proc/meminfo: memFree=20803280/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=437056 CPUtime=2.37 cores=0-7
/proc/12036/stat : 12036 (python) S 12034 12036 11774 0 -1 4202496 18960 934 1 0 224 13 0 0 25 0 9 0 642996153 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12036/statm: 109264 9966 1889 364 0 45161 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 437056
heavy processes:

[startup+6.30186 s]
/proc/loadavg: 7.81 8.02 7.99 9/408 12065
/proc/meminfo: memFree=20666288/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=437056 CPUtime=2.37 cores=0-7
/proc/12036/stat : 12036 (python) S 12034 12036 11774 0 -1 4202496 18960 934 1 0 224 13 0 0 25 0 9 0 642996153 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12036/statm: 109264 9966 1889 364 0 45161 0
[pid=12042] ppid=12036 vsize=289484 CPUtime=0 cores=0-7
/proc/12042/stat : 12042 (python) S 12036 12036 11774 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 642996401 296431616 8281 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788879 0 0 16781312 514 10810266112315326724 0 0 17 1 0 0 0
/proc/12042/statm: 72371 8281 358 364 0 8289 0
[pid=12044] ppid=12042 vsize=12416 CPUtime=3.8 cores=0-7
/proc/12044/stat : 12044 (lingeling) R 12042 12044 12044 0 -1 4202496 3111 0 0 0 380 0 0 0 25 0 1 0 642996401 12713984 2268 33554432000 4194304 4352236 140735592572768 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12044/statm: 3104 2268 129 39 0 2184 0
[pid=12045] ppid=12036 vsize=299740 CPUtime=0 cores=0-7
/proc/12045/stat : 12045 (python) S 12036 12036 11774 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 642996403 306933760 8274 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 2282449804116066563 0 0 17 1 0 0 0
/proc/12045/statm: 74935 8274 347 364 0 10850 0
[pid=12047] ppid=12045 vsize=58644 CPUtime=3.79 cores=0-7
/proc/12047/stat : 12047 (cryptominisat-2) R 12045 12047 12047 0 -1 4202496 8694 0 0 0 378 1 0 0 25 0 1 0 642996403 60051456 5808 33554432000 4194304 4677096 140736001799200 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12047/statm: 14661 5808 391 118 0 9620 0
[pid=12048] ppid=12036 vsize=375532 CPUtime=0 cores=0-7
/proc/12048/stat : 12048 (python) S 12036 12036 11774 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 642996406 384544768 8396 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 10810262264024629505 0 0 17 1 0 0 0
/proc/12048/statm: 93883 8396 348 364 0 29795 0
[pid=12050] ppid=12048 vsize=12488 CPUtime=3.76 cores=0-7
/proc/12050/stat : 12050 (lingeling) R 12048 12050 12050 0 -1 4202496 3052 0 0 0 376 0 0 0 25 0 1 0 642996406 12787712 2285 33554432000 4194304 4352236 140733320658880 18446744073709551615 4235649 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12050/statm: 3122 2285 129 39 0 2202 0
[pid=12051] ppid=12036 vsize=385788 CPUtime=0 cores=0-7
/proc/12051/stat : 12051 (python) S 12036 12036 11774 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 642996408 395046912 8380 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 5014380232249934083 0 0 17 1 0 0 0
/proc/12051/statm: 96447 8380 348 364 0 32356 0
[pid=12053] ppid=12051 vsize=13072 CPUtime=3.74 cores=0-7
/proc/12053/stat : 12053 (lingeling) R 12051 12053 12053 0 -1 4202496 3231 0 0 0 374 0 0 0 25 0 1 0 642996408 13385728 2462 33554432000 4194304 4352236 140733674403664 18446744073709551615 4277608 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12053/statm: 3268 2462 129 39 0 2348 0
[pid=12054] ppid=12036 vsize=396044 CPUtime=0 cores=0-7
/proc/12054/stat : 12054 (python) S 12036 12036 11774 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 642996411 405549056 8387 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 17553070647674896643 0 0 17 1 0 0 0
/proc/12054/statm: 99011 8387 348 364 0 34917 0
[pid=12056] ppid=12054 vsize=10884 CPUtime=3.65 cores=0-7
/proc/12056/stat : 12056 (SApperloT-base) R 12054 12056 12056 0 -1 4202496 2680 0 0 0 365 0 0 0 25 0 1 0 642996411 11145216 2421 33554432000 134512640 135674940 4287481408 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12056/statm: 2721 2421 99 284 0 2435 0
[pid=12057] ppid=12036 vsize=406300 CPUtime=0 cores=0-7
/proc/12057/stat : 12057 (python) S 12036 12036 11774 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 642996413 416051200 8402 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 6359900714793140484 0 0 17 6 0 0 0
/proc/12057/statm: 101575 8402 348 364 0 37478 0
[pid=12059] ppid=12057 vsize=13888 CPUtime=3.68 cores=0-7
/proc/12059/stat : 12059 (precosat) R 12057 12059 12059 0 -1 4202496 3726 0 0 0 367 1 0 0 25 0 1 0 642996413 14221312 3253 33554432000 4194304 4890832 140736926768304 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/12059/statm: 3472 3253 86 171 0 3299 0
[pid=12060] ppid=12036 vsize=416556 CPUtime=0 cores=0-7
/proc/12060/stat : 12060 (python) S 12036 12036 11774 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 642996416 426553344 8406 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 4568215731006570754 0 0 17 0 0 0 0
/proc/12060/statm: 104139 8406 348 364 0 40039 0
[pid=12062] ppid=12060 vsize=48824 CPUtime=3.57 cores=0-7
/proc/12062/stat : 12062 (cryptominisat-2) R 12060 12062 12062 0 -1 4202496 8363 0 0 0 356 1 0 0 25 0 1 0 642996416 49995776 5401 33554432000 4194304 4677096 140736060985232 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12062/statm: 12206 5401 391 118 0 7165 0
[pid=12063] ppid=12036 vsize=426812 CPUtime=0 cores=0-7
/proc/12063/stat : 12063 (python) S 12036 12036 11774 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 642996418 437055488 8427 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 3035544900398448897 0 0 17 0 0 0 0
/proc/12063/statm: 106703 8427 354 364 0 42600 0
[pid=12065] ppid=12063 vsize=59392 CPUtime=3.63 cores=0-7
/proc/12065/stat : 12065 (cryptominisat-2) R 12063 12065 12065 0 -1 4202496 8901 0 0 0 362 1 0 0 25 0 1 0 642996419 60817408 5956 33554432000 4194304 4677096 140737437408656 18446744073709551615 255106465425 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12065/statm: 14848 5956 391 118 0 9807 0
[pid=12036/tid=12043] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12043/stat : 12043 (python) S 12034 12036 11774 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 642996401 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12046] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12046/stat : 12046 (python) S 12034 12036 11774 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 642996403 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 3 0 0 0
[pid=12036/tid=12049] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12049/stat : 12049 (python) S 12034 12036 11774 0 -1 4202560 81 934 0 0 0 0 0 0 19 0 9 0 642996406 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12052] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12052/stat : 12052 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 642996408 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 5 0 0 0
[pid=12036/tid=12055] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12055/stat : 12055 (python) S 12034 12036 11774 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 642996411 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12058] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12058/stat : 12058 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 642996413 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
[pid=12036/tid=12061] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12061/stat : 12061 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 642996416 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12064] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12064/stat : 12064 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 642996419 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 3662920

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

[startup+6.40184 s]
/proc/loadavg: 7.81 8.02 7.99 9/408 12065
/proc/meminfo: memFree=20666288/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=437056 CPUtime=2.37 cores=0-7
/proc/12036/stat : 12036 (python) S 12034 12036 11774 0 -1 4202496 18960 934 1 0 224 13 0 0 25 0 9 0 642996153 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12036/statm: 109264 9966 1889 364 0 45161 0
[pid=12042] ppid=12036 vsize=289484 CPUtime=0 cores=0-7
/proc/12042/stat : 12042 (python) S 12036 12036 11774 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 642996401 296431616 8281 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788879 0 0 16781312 514 10810266112315326724 0 0 17 1 0 0 0
/proc/12042/statm: 72371 8281 358 364 0 8289 0
[pid=12044] ppid=12042 vsize=12416 CPUtime=3.9 cores=0-7
/proc/12044/stat : 12044 (lingeling) R 12042 12044 12044 0 -1 4202496 3111 0 0 0 390 0 0 0 25 0 1 0 642996401 12713984 2268 33554432000 4194304 4352236 140735592572768 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12044/statm: 3104 2268 129 39 0 2184 0
[pid=12045] ppid=12036 vsize=299740 CPUtime=0 cores=0-7
/proc/12045/stat : 12045 (python) S 12036 12036 11774 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 642996403 306933760 8274 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 2282449804116066563 0 0 17 1 0 0 0
/proc/12045/statm: 74935 8274 347 364 0 10850 0
[pid=12047] ppid=12045 vsize=58644 CPUtime=3.89 cores=0-7
/proc/12047/stat : 12047 (cryptominisat-2) R 12045 12047 12047 0 -1 4202496 8699 0 0 0 388 1 0 0 25 0 1 0 642996403 60051456 5813 33554432000 4194304 4677096 140736001799200 18446744073709551615 4569155 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12047/statm: 14661 5813 391 118 0 9620 0
[pid=12048] ppid=12036 vsize=375532 CPUtime=0 cores=0-7
/proc/12048/stat : 12048 (python) S 12036 12036 11774 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 642996406 384544768 8396 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 10810262264024629505 0 0 17 1 0 0 0
/proc/12048/statm: 93883 8396 348 364 0 29795 0
[pid=12050] ppid=12048 vsize=12484 CPUtime=3.86 cores=0-7
/proc/12050/stat : 12050 (lingeling) R 12048 12050 12050 0 -1 4202496 3052 0 0 0 386 0 0 0 25 0 1 0 642996406 12783616 2284 33554432000 4194304 4352236 140733320658880 18446744073709551615 4328464 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12050/statm: 3121 2284 129 39 0 2201 0
[pid=12051] ppid=12036 vsize=385788 CPUtime=0 cores=0-7
/proc/12051/stat : 12051 (python) S 12036 12036 11774 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 642996408 395046912 8380 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 5014380232249934083 0 0 17 1 0 0 0
/proc/12051/statm: 96447 8380 348 364 0 32356 0
[pid=12053] ppid=12051 vsize=12868 CPUtime=3.84 cores=0-7
/proc/12053/stat : 12053 (lingeling) R 12051 12053 12053 0 -1 4202496 3296 0 0 0 384 0 0 0 25 0 1 0 642996408 13176832 2381 33554432000 4194304 4352236 140733674403664 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12053/statm: 3217 2381 129 39 0 2297 0
[pid=12054] ppid=12036 vsize=396044 CPUtime=0 cores=0-7
/proc/12054/stat : 12054 (python) S 12036 12036 11774 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 642996411 405549056 8387 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 17553070647674896643 0 0 17 1 0 0 0
/proc/12054/statm: 99011 8387 348 364 0 34917 0
[pid=12056] ppid=12054 vsize=10884 CPUtime=3.74 cores=0-7
/proc/12056/stat : 12056 (SApperloT-base) R 12054 12056 12056 0 -1 4202496 2707 0 0 0 374 0 0 0 25 0 1 0 642996411 11145216 2448 33554432000 134512640 135674940 4287481408 18446744073709551615 134564059 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12056/statm: 2721 2448 99 284 0 2435 0
[pid=12057] ppid=12036 vsize=406300 CPUtime=0 cores=0-7
/proc/12057/stat : 12057 (python) S 12036 12036 11774 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 642996413 416051200 8402 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 6359900714793140484 0 0 17 6 0 0 0
/proc/12057/statm: 101575 8402 348 364 0 37478 0
[pid=12059] ppid=12057 vsize=13888 CPUtime=3.78 cores=0-7
/proc/12059/stat : 12059 (precosat) R 12057 12059 12059 0 -1 4202496 3726 0 0 0 377 1 0 0 25 0 1 0 642996413 14221312 3253 33554432000 4194304 4890832 140736926768304 18446744073709551615 4238340 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/12059/statm: 3472 3253 86 171 0 3299 0

################
# More data... #
################

[pid=12063] ppid=12036 vsize=426812 CPUtime=0.02 cores=0-7
/proc/12063/stat : 12063 (python) S 12036 12036 11774 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 642996418 437055488 8450 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 3035544900398448897 0 0 17 0 0 0 0
/proc/12063/statm: 106703 8450 377 364 0 42600 0
[pid=12065] ppid=12063 vsize=59556 CPUtime=8.11 cores=0-7
/proc/12065/stat : 12065 (cryptominisat-2) R 12063 12065 12065 0 -1 4202496 11301 0 0 0 810 1 0 0 25 0 1 0 642996419 60985344 6161 33554432000 4194304 4677096 140737437408656 18446744073709551615 255106427122 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12065/statm: 14889 6161 391 118 0 9848 0
[pid=12036/tid=12043] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12043/stat : 12043 (python) S 12034 12036 11774 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 642996401 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12046] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12046/stat : 12046 (python) S 12034 12036 11774 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 642996403 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 3 0 0 0
[pid=12036/tid=12049] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12049/stat : 12049 (python) S 12034 12036 11774 0 -1 4202560 81 934 0 0 0 0 0 0 19 0 9 0 642996406 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12052] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12052/stat : 12052 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 642996408 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 5 0 0 0
[pid=12036/tid=12055] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12055/stat : 12055 (python) S 12034 12036 11774 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 642996411 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12058] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12058/stat : 12058 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 642996413 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
[pid=12036/tid=12061] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12061/stat : 12061 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 642996416 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12064] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12064/stat : 12064 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 642996419 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 67.85
Current children cumulated vsize (KiB) 3679832

[startup+11.201 s]
/proc/loadavg: 7.90 8.03 8.00 9/408 12065
/proc/meminfo: memFree=20647468/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=437056 CPUtime=2.37 cores=0-7
/proc/12036/stat : 12036 (python) S 12034 12036 11774 0 -1 4202496 18960 934 1 0 224 13 0 0 25 0 9 0 642996153 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12036/statm: 109264 9966 1889 364 0 45161 0
[pid=12042] ppid=12036 vsize=289484 CPUtime=0.01 cores=0-7
/proc/12042/stat : 12042 (python) S 12036 12036 11774 0 -1 4202560 990 0 0 0 1 0 0 0 18 0 1 0 642996401 296431616 8303 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788879 0 0 16781312 514 10810266112315326724 0 0 17 1 0 0 0
/proc/12042/statm: 72371 8303 380 364 0 8289 0
[pid=12044] ppid=12042 vsize=14344 CPUtime=8.71 cores=0-7
/proc/12044/stat : 12044 (lingeling) R 12042 12044 12044 0 -1 4202496 4268 0 0 0 870 1 0 0 25 0 1 0 642996401 14688256 2750 33554432000 4194304 4352236 140735592572768 18446744073709551615 4327899 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12044/statm: 3586 2750 129 39 0 2666 0
[pid=12045] ppid=12036 vsize=299740 CPUtime=0.02 cores=0-7
/proc/12045/stat : 12045 (python) S 12036 12036 11774 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 642996403 306933760 8297 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 2282449804116066563 0 0 17 1 0 0 0
/proc/12045/statm: 74935 8297 370 364 0 10850 0
[pid=12047] ppid=12045 vsize=58772 CPUtime=8.68 cores=0-7
/proc/12047/stat : 12047 (cryptominisat-2) R 12045 12047 12047 0 -1 4202496 11311 0 0 0 867 1 0 0 25 0 1 0 642996403 60182528 6225 33554432000 4194304 4677096 140736001799200 18446744073709551615 255106465467 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12047/statm: 14693 6225 391 118 0 9652 0
[pid=12048] ppid=12036 vsize=375532 CPUtime=0.01 cores=0-7
/proc/12048/stat : 12048 (python) S 12036 12036 11774 0 -1 4202560 785 0 0 0 1 0 0 0 18 0 1 0 642996406 384544768 8419 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 10810262264024629505 0 0 17 1 0 0 0
/proc/12048/statm: 93883 8419 371 364 0 29795 0
[pid=12050] ppid=12048 vsize=13764 CPUtime=8.66 cores=0-7
/proc/12050/stat : 12050 (lingeling) R 12048 12050 12050 0 -1 4202496 3726 0 0 0 866 0 0 0 25 0 1 0 642996406 14094336 2635 33554432000 4194304 4352236 140733320658880 18446744073709551615 4331524 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12050/statm: 3441 2635 129 39 0 2521 0
[pid=12051] ppid=12036 vsize=385788 CPUtime=0.01 cores=0-7
/proc/12051/stat : 12051 (python) S 12036 12036 11774 0 -1 4202560 797 0 0 0 0 1 0 0 18 0 1 0 642996408 395046912 8402 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 5014380232249934083 0 0 17 1 0 0 0
/proc/12051/statm: 96447 8402 370 364 0 32356 0
[pid=12053] ppid=12051 vsize=13768 CPUtime=8.63 cores=0-7
/proc/12053/stat : 12053 (lingeling) R 12051 12053 12053 0 -1 4202496 3746 0 0 0 863 0 0 0 25 0 1 0 642996408 14098432 2637 33554432000 4194304 4352236 140733674403664 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12053/statm: 3442 2637 129 39 0 2522 0
[pid=12054] ppid=12036 vsize=396044 CPUtime=0.01 cores=0-7
/proc/12054/stat : 12054 (python) S 12036 12036 11774 0 -1 4202560 806 0 0 0 1 0 0 0 18 0 1 0 642996411 405549056 8410 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 17553070647674896643 0 0 17 1 0 0 0
/proc/12054/statm: 99011 8410 371 364 0 34917 0
[pid=12056] ppid=12054 vsize=12100 CPUtime=8.47 cores=0-7
/proc/12056/stat : 12056 (SApperloT-base) R 12054 12056 12056 0 -1 4202496 2994 0 0 0 847 0 0 0 25 0 1 0 642996411 12390400 2735 33554432000 134512640 135674940 4287481408 18446744073709551615 134564247 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12056/statm: 3025 2735 100 284 0 2739 0
[pid=12057] ppid=12036 vsize=406300 CPUtime=0.01 cores=0-7
/proc/12057/stat : 12057 (python) S 12036 12036 11774 0 -1 4202560 816 0 0 0 0 1 0 0 18 0 1 0 642996413 416051200 8425 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 6359900714793140484 0 0 17 6 0 0 0
/proc/12057/statm: 101575 8425 371 364 0 37478 0
[pid=12059] ppid=12057 vsize=16272 CPUtime=8.48 cores=0-7
/proc/12059/stat : 12059 (precosat) R 12057 12059 12059 0 -1 4202496 4327 0 0 0 847 1 0 0 25 0 1 0 642996413 16662528 3854 33554432000 4194304 4890832 140736926768304 18446744073709551615 4282136 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/12059/statm: 4068 3854 86 171 0 3895 0
[pid=12060] ppid=12036 vsize=416556 CPUtime=0.02 cores=0-7
/proc/12060/stat : 12060 (python) S 12036 12036 11774 0 -1 4202560 833 0 0 0 1 1 0 0 15 0 1 0 642996416 426553344 8429 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 4568215731006570754 0 0 17 0 0 0 0
/proc/12060/statm: 104139 8429 371 364 0 40039 0
[pid=12062] ppid=12060 vsize=58808 CPUtime=8.42 cores=0-7
/proc/12062/stat : 12062 (cryptominisat-2) R 12060 12062 12062 0 -1 4202496 11224 0 0 0 841 1 0 0 25 0 1 0 642996416 60219392 6105 33554432000 4194304 4677096 140736060985232 18446744073709551615 4336288 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12062/statm: 14702 6105 391 118 0 9661 0
[pid=12063] ppid=12036 vsize=426812 CPUtime=0.02 cores=0-7
/proc/12063/stat : 12063 (python) S 12036 12036 11774 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 642996418 437055488 8450 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 3035544900398448897 0 0 17 0 0 0 0
/proc/12063/statm: 106703 8450 377 364 0 42600 0
[pid=12065] ppid=12063 vsize=59556 CPUtime=8.51 cores=0-7
/proc/12065/stat : 12065 (cryptominisat-2) R 12063 12065 12065 0 -1 4202496 11437 0 0 0 850 1 0 0 25 0 1 0 642996419 60985344 6297 33554432000 4194304 4677096 140737437408656 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12065/statm: 14889 6297 391 118 0 9848 0
[pid=12036/tid=12043] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12043/stat : 12043 (python) S 12034 12036 11774 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 642996401 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12046] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12046/stat : 12046 (python) S 12034 12036 11774 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 642996403 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 3 0 0 0
[pid=12036/tid=12049] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12049/stat : 12049 (python) S 12034 12036 11774 0 -1 4202560 81 934 0 0 0 0 0 0 19 0 9 0 642996406 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12052] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12052/stat : 12052 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 642996408 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 5 0 0 0
[pid=12036/tid=12055] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12055/stat : 12055 (python) S 12034 12036 11774 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 642996411 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12058] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12058/stat : 12058 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 642996413 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
[pid=12036/tid=12061] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12061/stat : 12061 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 642996416 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12064] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12064/stat : 12064 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 642996419 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 71.04
Current children cumulated vsize (KiB) 3680696

[startup+11.301 s]
/proc/loadavg: 7.90 8.03 8.00 9/408 12065
/proc/meminfo: memFree=20647468/32951124 swapFree=67111348/67111528
[pid=12036] ppid=12034 vsize=437056 CPUtime=2.37 cores=0-7
/proc/12036/stat : 12036 (python) S 12034 12036 11774 0 -1 4202496 18960 934 1 0 224 13 0 0 25 0 9 0 642996153 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12036/statm: 109264 9966 1889 364 0 45161 0
[pid=12042] ppid=12036 vsize=289484 CPUtime=0.01 cores=0-7
/proc/12042/stat : 12042 (python) S 12036 12036 11774 0 -1 4202560 990 0 0 0 1 0 0 0 18 0 1 0 642996401 296431616 8303 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788879 0 0 16781312 514 10810266112315326724 0 0 17 1 0 0 0
/proc/12042/statm: 72371 8303 380 364 0 8289 0
[pid=12044] ppid=12042 vsize=14600 CPUtime=8.81 cores=0-7
/proc/12044/stat : 12044 (lingeling) R 12042 12044 12044 0 -1 4202496 4332 0 0 0 880 1 0 0 25 0 1 0 642996401 14950400 2814 33554432000 4194304 4352236 140735592572768 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12044/statm: 3650 2814 129 39 0 2730 0
[pid=12045] ppid=12036 vsize=299740 CPUtime=0.02 cores=0-7
/proc/12045/stat : 12045 (python) S 12036 12036 11774 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 642996403 306933760 8297 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 2282449804116066563 0 0 17 1 0 0 0
/proc/12045/statm: 74935 8297 370 364 0 10850 0
[pid=12047] ppid=12045 vsize=58772 CPUtime=8.78 cores=0-7
/proc/12047/stat : 12047 (cryptominisat-2) R 12045 12047 12047 0 -1 4202496 11334 0 0 0 877 1 0 0 25 0 1 0 642996403 60182528 6248 33554432000 4194304 4677096 140736001799200 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12047/statm: 14693 6248 391 118 0 9652 0
[pid=12048] ppid=12036 vsize=375532 CPUtime=0.01 cores=0-7
/proc/12048/stat : 12048 (python) S 12036 12036 11774 0 -1 4202560 785 0 0 0 1 0 0 0 18 0 1 0 642996406 384544768 8419 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 10810262264024629505 0 0 17 1 0 0 0
/proc/12048/statm: 93883 8419 371 364 0 29795 0
[pid=12050] ppid=12048 vsize=13764 CPUtime=8.76 cores=0-7
/proc/12050/stat : 12050 (lingeling) R 12048 12050 12050 0 -1 4202496 3726 0 0 0 876 0 0 0 25 0 1 0 642996406 14094336 2635 33554432000 4194304 4352236 140733320658880 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12050/statm: 3441 2635 129 39 0 2521 0
[pid=12051] ppid=12036 vsize=385788 CPUtime=0.01 cores=0-7
/proc/12051/stat : 12051 (python) S 12036 12036 11774 0 -1 4202560 797 0 0 0 0 1 0 0 18 0 1 0 642996408 395046912 8402 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 5014380232249934083 0 0 17 1 0 0 0
/proc/12051/statm: 96447 8402 370 364 0 32356 0
[pid=12053] ppid=12051 vsize=14284 CPUtime=8.73 cores=0-7
/proc/12053/stat : 12053 (lingeling) R 12051 12053 12053 0 -1 4202496 3875 0 0 0 873 0 0 0 25 0 1 0 642996408 14626816 2766 33554432000 4194304 4352236 140733674403664 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12053/statm: 3571 2766 129 39 0 2651 0
[pid=12054] ppid=12036 vsize=396044 CPUtime=0.01 cores=0-7
/proc/12054/stat : 12054 (python) S 12036 12036 11774 0 -1 4202560 806 0 0 0 1 0 0 0 18 0 1 0 642996411 405549056 8410 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 17553070647674896643 0 0 17 1 0 0 0
/proc/12054/statm: 99011 8410 371 364 0 34917 0
[pid=12056] ppid=12054 vsize=12260 CPUtime=8.57 cores=0-7
/proc/12056/stat : 12056 (SApperloT-base) R 12054 12056 12056 0 -1 4202496 3012 0 0 0 857 0 0 0 25 0 1 0 642996411 12554240 2753 33554432000 134512640 135674940 4287481408 18446744073709551615 134564826 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12056/statm: 3065 2753 100 284 0 2779 0
[pid=12057] ppid=12036 vsize=406300 CPUtime=0.01 cores=0-7
/proc/12057/stat : 12057 (python) S 12036 12036 11774 0 -1 4202560 816 0 0 0 0 1 0 0 18 0 1 0 642996413 416051200 8425 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 6359900714793140484 0 0 17 6 0 0 0
/proc/12057/statm: 101575 8425 371 364 0 37478 0
[pid=12059] ppid=12057 vsize=16052 CPUtime=8.58 cores=0-7
/proc/12059/stat : 12059 (precosat) R 12057 12059 12059 0 -1 4202496 4351 0 0 0 857 1 0 0 25 0 1 0 642996413 16437248 3799 33554432000 4194304 4890832 140736926768304 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/12059/statm: 4013 3799 86 171 0 3840 0
[pid=12060] ppid=12036 vsize=416556 CPUtime=0.02 cores=0-7
/proc/12060/stat : 12060 (python) S 12036 12036 11774 0 -1 4202560 833 0 0 0 1 1 0 0 15 0 1 0 642996416 426553344 8429 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 4568215731006570754 0 0 17 0 0 0 0
/proc/12060/statm: 104139 8429 371 364 0 40039 0
[pid=12062] ppid=12060 vsize=58808 CPUtime=8.52 cores=0-7
/proc/12062/stat : 12062 (cryptominisat-2) R 12060 12062 12062 0 -1 4202496 11262 0 0 0 851 1 0 0 25 0 1 0 642996416 60219392 6143 33554432000 4194304 4677096 140736060985232 18446744073709551615 4320100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12062/statm: 14702 6143 391 118 0 9661 0
[pid=12063] ppid=12036 vsize=426812 CPUtime=0.02 cores=0-7
/proc/12063/stat : 12063 (python) S 12036 12036 11774 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 642996418 437055488 8450 33554432000 4194304 5683644 140736739722896 18446744073709551615 255106788934 0 0 16781312 514 3035544900398448897 0 0 17 0 0 0 0
/proc/12063/statm: 106703 8450 377 364 0 42600 0
[pid=12065] ppid=12063 vsize=59556 CPUtime=8.61 cores=0-7
/proc/12065/stat : 12065 (cryptominisat-2) R 12063 12065 12065 0 -1 4202496 11475 0 0 0 860 1 0 0 25 0 1 0 642996419 60985344 6335 33554432000 4194304 4677096 140737437408656 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12065/statm: 14889 6335 391 118 0 9848 0
[pid=12036/tid=12043] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12043/stat : 12043 (python) S 12034 12036 11774 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 642996401 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12046] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12046/stat : 12046 (python) S 12034 12036 11774 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 642996403 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 3 0 0 0
[pid=12036/tid=12049] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12049/stat : 12049 (python) S 12034 12036 11774 0 -1 4202560 81 934 0 0 0 0 0 0 19 0 9 0 642996406 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12052] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12052/stat : 12052 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 642996408 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 5 0 0 0
[pid=12036/tid=12055] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12055/stat : 12055 (python) S 12034 12036 11774 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 642996411 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12058] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12058/stat : 12058 (python) S 12034 12036 11774 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 642996413 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
[pid=12036/tid=12061] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12061/stat : 12061 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 642996416 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 0 0 0 0
[pid=12036/tid=12064] ppid=12034 vsize=437056 CPUtime=0 cores=0-7
/proc/12036/task/12064/stat : 12064 (python) S 12034 12036 11774 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 642996419 447545344 9966 33554432000 4194304 5683644 140736739722896 18446744073709551615 255118592433 0 0 16781312 2 18446604445622029056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 71.84
Current children cumulated vsize (KiB) 3681408

Child status: 0
Real time (s): 11.3643
CPU time (s): 72.311
CPU user time (s): 71.9571
CPU system time (s): 0.353946
CPU usage (%): 636.3
Max. virtual memory (cumulated for all children) (KiB): 3681524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9571
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86288
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= 3404
involuntary context switches= 686

runsolver used 0.05999 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 02:30:00
IDJOB=3381146
IDBENCH=83454
IDSOLVER=1864
FILE ID=node144/3381146-1305505800
RUNJOBID= node144-1305500424-11788
PBS_JOBID= 13325458
Free space on /tmp= 73224 MiB

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

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=828778877

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20837692 kB
Buffers:        324404 kB
Cached:        3993372 kB
SwapCached:          0 kB
Active:        8846628 kB
Inactive:      2909704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20837692 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32644 kB
Writeback:           0 kB
AnonPages:     7438548 kB
Mapped:          33260 kB
Slab:           249580 kB
PageTables:      40216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 108092640 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= 73192 MiB
End job on node144 at 2011-05-16 02:30:12