Trace number 3322525

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-industrialUNSAT 123.277 19.0322

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8452
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3322525-1304353951.cnf
0.36/0.67	c INFO: computing task features
0.63/1.00	c INFO: computed variable-clause graph statistics
0.74/1.01	c INFO: computed clause balance statistics
2.53/2.82	c INFO: computed variable balance statistics
3.43/3.79	c INFO: computed small-clause counts
3.53/3.80	c INFO: computed Horn-clause counts
3.63/3.91	c INFO: computed variable graph statistics
3.63/3.91	c INFO: collected features for HOME/instance-3322525-1304353951.cnf in 3.24 s
3.63/3.94	c INFO: running lingeling-276@0 for 97 with 39996 remaining (b = 0.27)
3.63/3.97	c INFO: running cryptominisat-2.9.0@0 for 485 with 39996 remaining (b = 0.32)
3.73/4.00	c INFO: running lingeling-276@0 for 1261 with 39996 remaining (b = 0.49)
3.73/4.03	c INFO: running cryptominisat-2.9.0@0 for 485 with 39996 remaining (b = 0.24)
3.73/4.06	c INFO: running lingeling-276@0 for 1261 with 39996 remaining (b = 0.41)
3.73/4.09	c INFO: running SApperloT@0 for 97 with 39996 remaining (b = 0.03)
3.83/4.13	c INFO: running precosat-570@0 for 388 with 39996 remaining (b = 0.18)
3.83/4.16	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39996 remaining (b = 0.47)
123.16/19.00	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: 935)

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-3322525-1304353951/watcher-3322525-1304353951 -o /tmp/evaluation-result-3322525-1304353951/solver-3322525-1304353951 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322525-1304353951.cnf -seed 395074618 -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.00 8.52 8.38 1/241 11366
/proc/meminfo: memFree=22514392/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=15380 CPUtime=0 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 546997494 15749120 704 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11366/statm: 3845 704 334 364 0 332 0

[startup+0.049899 s]
/proc/loadavg: 8.00 8.52 8.38 1/241 11366
/proc/meminfo: memFree=22514392/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=21100 CPUtime=0.02 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 1301 0 0 0 2 0 0 0 20 0 1 0 546997494 21606400 1153 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11366/statm: 5275 1153 428 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21100

[startup+0.100893 s]
/proc/loadavg: 8.00 8.52 8.38 1/241 11366
/proc/meminfo: memFree=22514392/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=91824 CPUtime=0.06 cores=0-7
/proc/11366/stat : 11366 (python) R 11364 11366 10653 0 -1 4202496 2677 0 0 0 5 1 0 0 17 0 1 0 546997494 94027776 2393 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436012901 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11366/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.30086 s]
/proc/loadavg: 8.00 8.52 8.38 1/241 11366
/proc/meminfo: memFree=22514392/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=135748 CPUtime=0.18 cores=0-7
/proc/11366/stat : 11366 (python) R 11364 11366 10653 0 -1 4202496 5962 932 1 0 14 4 0 0 17 0 1 0 546997494 139005952 4150 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436013061 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11366/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70081 s]
/proc/loadavg: 8.00 8.52 8.38 1/241 11366
/proc/meminfo: memFree=22514392/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=281260 CPUtime=0.43 cores=0-7
/proc/11366/stat : 11366 (python) R 11364 11366 10653 0 -1 4202496 9980 932 1 0 33 10 0 0 16 0 1 0 546997494 288010240 7662 33554432000 4194304 5683644 140736247934656 18446744073709551615 47133763507517 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11366/statm: 70315 7662 1761 364 0 6239 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281260

[startup+1.50063 s]
/proc/loadavg: 8.00 8.52 8.38 2/242 11371
/proc/meminfo: memFree=22471852/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=299828 CPUtime=1.23 cores=0-7
/proc/11366/stat : 11366 (python) R 11364 11366 10653 0 -1 4202496 17360 932 1 0 113 10 0 0 17 0 1 0 546997494 307023872 12342 33554432000 4194304 5683644 140736247934656 18446744073709551615 4643489 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11366/statm: 74957 12342 1826 364 0 10881 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 299828

[startup+3.10032 s]
/proc/loadavg: 7.44 8.40 8.34 2/242 11371
/proc/meminfo: memFree=22471604/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=299828 CPUtime=2.83 cores=0-7
/proc/11366/stat : 11366 (python) R 11364 11366 10653 0 -1 4202496 17361 932 1 0 273 10 0 0 19 0 1 0 546997494 307023872 12343 33554432000 4194304 5683644 140736247934656 18446744073709551615 47133595419387 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11366/statm: 74957 12343 1827 364 0 10881 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 299828

[startup+6.30168 s]
/proc/loadavg: 7.44 8.40 8.34 9/266 11395
/proc/meminfo: memFree=22329904/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=445828 CPUtime=3.89 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 22619 932 1 0 377 12 0 0 24 0 9 0 546997494 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11366/statm: 111457 12140 1889 364 0 47354 0
[pid=11372] ppid=11366 vsize=298256 CPUtime=0 cores=0-7
/proc/11372/stat : 11372 (python) S 11366 11366 10653 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 546997888 305414144 10470 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037135 0 0 16781312 514 15766825222788841730 0 0 17 1 0 0 0
/proc/11372/statm: 74564 10470 353 364 0 10482 0
[pid=11374] ppid=11372 vsize=12592 CPUtime=2.34 cores=0-7
/proc/11374/stat : 11374 (lingeling) R 11372 11374 11374 0 -1 4202496 3409 0 0 0 234 0 0 0 25 0 1 0 546997889 12894208 2312 33554432000 4194304 4352236 140734271650640 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11374/statm: 3148 2312 129 39 0 2228 0
[pid=11375] ppid=11366 vsize=308512 CPUtime=0 cores=0-7
/proc/11375/stat : 11375 (python) S 11366 11366 10653 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 546997891 315916288 10468 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 15766829071079538948 0 0 17 7 0 0 0
/proc/11375/statm: 77128 10468 347 364 0 13043 0
[pid=11377] ppid=11375 vsize=51764 CPUtime=2.31 cores=0-7
/proc/11377/stat : 11377 (cryptominisat-2) R 11375 11377 11377 0 -1 4202496 8642 0 0 0 231 0 0 0 25 0 1 0 546997892 53006336 6190 33554432000 4194304 4677096 140733506006288 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11377/statm: 12941 6190 388 118 0 7900 0
[pid=11378] ppid=11366 vsize=384304 CPUtime=0 cores=0-7
/proc/11378/stat : 11378 (python) S 11366 11366 10653 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 546997894 393527296 10590 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2420479195332182275 0 0 17 7 0 0 0
/proc/11378/statm: 96076 10590 348 364 0 31988 0
[pid=11380] ppid=11378 vsize=12532 CPUtime=2.28 cores=0-7
/proc/11380/stat : 11380 (lingeling) R 11378 11380 11380 0 -1 4202496 3381 0 0 0 228 0 0 0 25 0 1 0 546997895 12832768 2297 33554432000 4194304 4352236 140736282740592 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11380/statm: 3133 2297 129 39 0 2213 0
[pid=11381] ppid=11366 vsize=394560 CPUtime=0 cores=0-7
/proc/11381/stat : 11381 (python) S 11366 11366 10653 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 546997897 404029440 10574 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2129204271483158787 0 0 17 0 0 0 0
/proc/11381/statm: 98640 10574 348 364 0 34549 0
[pid=11383] ppid=11381 vsize=51964 CPUtime=2.23 cores=0-7
/proc/11383/stat : 11383 (cryptominisat-2) R 11381 11383 11383 0 -1 4202496 8575 0 0 0 222 1 0 0 25 0 1 0 546997898 53211136 6124 33554432000 4194304 4677096 140737183934704 18446744073709551615 4319646 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11383/statm: 12991 6124 388 118 0 7950 0
[pid=11384] ppid=11366 vsize=404816 CPUtime=0 cores=0-7
/proc/11384/stat : 11384 (python) S 11366 11366 10653 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 546997901 414531584 10647 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604455031476027650 0 0 17 4 0 0 0
/proc/11384/statm: 101204 10647 348 364 0 37110 0
[pid=11386] ppid=11384 vsize=12884 CPUtime=2.22 cores=0-7
/proc/11386/stat : 11386 (lingeling) R 11384 11386 11386 0 -1 4202496 3206 0 0 0 222 0 0 0 25 0 1 0 546997901 13193216 2417 33554432000 4194304 4352236 140737108849104 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11386/statm: 3221 2417 129 39 0 2301 0
[pid=11387] ppid=11366 vsize=415072 CPUtime=0 cores=0-7
/proc/11387/stat : 11387 (python) S 11366 11366 10653 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 546997904 425033728 10651 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604451183185330435 0 0 17 4 0 0 0
/proc/11387/statm: 103768 10651 348 364 0 39671 0
[pid=11389] ppid=11387 vsize=13684 CPUtime=2.18 cores=0-7
/proc/11389/stat : 11389 (SApperloT-base) R 11387 11389 11389 0 -1 4202496 3409 0 0 0 218 0 0 0 25 0 1 0 546997904 14012416 3153 33554432000 134512640 135674940 4292765728 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11389/statm: 3421 3153 99 284 0 3135 0
[pid=11390] ppid=11366 vsize=425328 CPUtime=0 cores=0-7
/proc/11390/stat : 11390 (python) S 11366 11366 10653 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 546997907 435535872 10597 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604458879766724866 0 0 17 6 0 0 0
/proc/11390/statm: 106332 10597 348 364 0 42232 0
[pid=11392] ppid=11390 vsize=16100 CPUtime=2.15 cores=0-7
/proc/11392/stat : 11392 (precosat) R 11390 11392 11392 0 -1 4202496 4521 0 0 0 215 0 0 0 25 0 1 0 546997907 16486400 3879 33554432000 4194304 4890832 140733597325200 18446744073709551615 4235022 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/11392/statm: 4025 3879 86 171 0 3852 0
[pid=11393] ppid=11366 vsize=435584 CPUtime=0 cores=0-7
/proc/11393/stat : 11393 (python) S 11366 11366 10653 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 546997910 446038016 10601 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 7213759454691426564 0 0 17 4 0 0 0
/proc/11393/statm: 108896 10601 354 364 0 44793 0
[pid=11395] ppid=11393 vsize=51860 CPUtime=2.09 cores=0-7
/proc/11395/stat : 11395 (cryptominisat-2) R 11393 11395 11395 0 -1 4202496 8485 0 0 0 209 0 0 0 25 0 1 0 546997911 53104640 6004 33554432000 4194304 4677096 140736420139904 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11395/statm: 12965 6004 387 118 0 7924 0
[pid=11366/tid=11373] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11373/stat : 11373 (python) S 11364 11366 10653 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 546997889 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11376/stat : 11376 (python) S 11364 11366 10653 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 546997892 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 3 0 0 0
[pid=11366/tid=11379] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11379/stat : 11379 (python) S 11364 11366 10653 0 -1 4202560 82 932 0 0 0 0 0 0 19 0 9 0 546997895 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11382/stat : 11382 (python) S 11364 11366 10653 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 546997898 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11385/stat : 11385 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 546997901 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11388/stat : 11388 (python) S 11364 11366 10653 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 546997904 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11391] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11391/stat : 11391 (python) S 11364 11366 10653 0 -1 4202560 35 932 0 0 0 0 0 0 22 0 9 0 546997907 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 6 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11394/stat : 11394 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 546997910 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 3735640

[startup+12.7015 s]
/proc/loadavg: 7.53 8.39 8.34 9/266 11395
/proc/meminfo: memFree=22260844/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=445828 CPUtime=3.89 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 22619 932 1 0 377 12 0 0 24 0 9 0 546997494 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11366/statm: 111457 12140 1889 364 0 47354 0
[pid=11372] ppid=11366 vsize=298256 CPUtime=0 cores=0-7
/proc/11372/stat : 11372 (python) S 11366 11366 10653 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 1 0 546997888 305414144 10492 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037135 0 0 16781312 514 15766825222788841730 0 0 17 1 0 0 0
/proc/11372/statm: 74564 10492 375 364 0 10482 0
[pid=11374] ppid=11372 vsize=14588 CPUtime=8.74 cores=0-7
/proc/11374/stat : 11374 (lingeling) R 11372 11374 11374 0 -1 4202496 3919 0 0 0 874 0 0 0 25 0 1 0 546997889 14938112 2811 33554432000 4194304 4352236 140734271650640 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11374/statm: 3647 2811 129 39 0 2727 0
[pid=11375] ppid=11366 vsize=308512 CPUtime=0.01 cores=0-7
/proc/11375/stat : 11375 (python) S 11366 11366 10653 0 -1 4202560 918 0 0 0 0 1 0 0 15 0 1 0 546997891 315916288 10491 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 9524563460369645828 0 0 17 3 0 0 0
/proc/11375/statm: 77128 10491 370 364 0 13043 0
[pid=11377] ppid=11375 vsize=81508 CPUtime=8.7 cores=0-7
/proc/11377/stat : 11377 (cryptominisat-2) R 11375 11377 11377 0 -1 4202496 14347 0 0 0 869 1 0 0 25 0 1 0 546997892 83464192 10058 33554432000 4194304 4677096 140733506006288 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11377/statm: 20377 10058 391 118 0 15336 0
[pid=11378] ppid=11366 vsize=384304 CPUtime=0 cores=0-7
/proc/11378/stat : 11378 (python) S 11366 11366 10653 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 546997894 393527296 10612 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2420479195332182275 0 0 17 7 0 0 0
/proc/11378/statm: 96076 10612 370 364 0 31988 0
[pid=11380] ppid=11378 vsize=14968 CPUtime=8.68 cores=0-7
/proc/11380/stat : 11380 (lingeling) R 11378 11380 11380 0 -1 4202496 4268 0 0 0 868 0 0 0 25 0 1 0 546997895 15327232 2906 33554432000 4194304 4352236 140736282740592 18446744073709551615 4231009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11380/statm: 3742 2906 129 39 0 2822 0
[pid=11381] ppid=11366 vsize=394560 CPUtime=0.01 cores=0-7
/proc/11381/stat : 11381 (python) S 11366 11366 10653 0 -1 4202560 805 0 0 0 1 0 0 0 15 0 1 0 546997897 404029440 10596 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2129204271483158787 0 0 17 0 0 0 0
/proc/11381/statm: 98640 10596 370 364 0 34549 0
[pid=11383] ppid=11381 vsize=81492 CPUtime=8.54 cores=0-7
/proc/11383/stat : 11383 (cryptominisat-2) R 11381 11383 11383 0 -1 4202496 14277 0 0 0 851 3 0 0 25 0 1 0 546997898 83447808 9964 33554432000 4194304 4677096 140737183934704 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11383/statm: 20373 9964 391 118 0 15332 0
[pid=11384] ppid=11366 vsize=404816 CPUtime=0 cores=0-7
/proc/11384/stat : 11384 (python) S 11366 11366 10653 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 546997901 414531584 10669 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604455031476027650 0 0 17 4 0 0 0
/proc/11384/statm: 101204 10669 370 364 0 37110 0
[pid=11386] ppid=11384 vsize=14392 CPUtime=8.6 cores=0-7
/proc/11386/stat : 11386 (lingeling) R 11384 11386 11386 0 -1 4202496 3855 0 0 0 860 0 0 0 25 0 1 0 546997901 14737408 2762 33554432000 4194304 4352236 140737108849104 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11386/statm: 3598 2762 129 39 0 2678 0
[pid=11387] ppid=11366 vsize=415072 CPUtime=0 cores=0-7
/proc/11387/stat : 11387 (python) S 11366 11366 10653 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 546997904 425033728 10674 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604451183185330435 0 0 17 4 0 0 0
/proc/11387/statm: 103768 10674 371 364 0 39671 0
[pid=11389] ppid=11387 vsize=22204 CPUtime=8.58 cores=0-7
/proc/11389/stat : 11389 (SApperloT-base) R 11387 11389 11389 0 -1 4202496 5515 0 0 0 857 1 0 0 25 0 1 0 546997904 22736896 5226 33554432000 134512640 135674940 4292765728 18446744073709551615 134567900 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11389/statm: 5551 5226 100 284 0 5265 0
[pid=11390] ppid=11366 vsize=425328 CPUtime=0 cores=0-7
/proc/11390/stat : 11390 (python) S 11366 11366 10653 0 -1 4202560 821 0 0 0 0 0 0 0 18 0 1 0 546997907 435535872 10620 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 3604458879766724866 0 0 17 6 0 0 0
/proc/11390/statm: 106332 10620 371 364 0 42232 0

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

[pid=11375] ppid=11366 vsize=308512 CPUtime=0.02 cores=0-7
/proc/11375/stat : 11375 (python) S 11366 11366 10653 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 546997891 315916288 10491 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 9524563460369645828 0 0 17 3 0 0 0
/proc/11375/statm: 77128 10491 370 364 0 13043 0
[pid=11377] ppid=11375 vsize=81248 CPUtime=14.7 cores=0-7
/proc/11377/stat : 11377 (cryptominisat-2) R 11375 11377 11377 0 -1 4202496 16290 0 0 0 1468 2 0 0 25 0 1 0 546997892 83197952 10943 33554432000 4194304 4677096 140733506006288 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11377/statm: 20312 10943 391 118 0 15271 0
[pid=11378] ppid=11366 vsize=384304 CPUtime=0.02 cores=0-7
/proc/11378/stat : 11378 (python) S 11366 11366 10653 0 -1 4202560 783 0 0 0 1 1 0 0 18 0 1 0 546997894 393527296 10613 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382787 0 0 17 7 0 0 0
/proc/11378/statm: 96076 10613 371 364 0 31988 0
[pid=11380] ppid=11378 vsize=15720 CPUtime=14.69 cores=0-7
/proc/11380/stat : 11380 (lingeling) R 11378 11380 11380 0 -1 4202496 4460 0 0 0 1468 1 0 0 25 0 1 0 546997895 16097280 3094 33554432000 4194304 4352236 140736282740592 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11380/statm: 3930 3094 129 39 0 3010 0
[pid=11381] ppid=11366 vsize=394560 CPUtime=0.03 cores=0-7
/proc/11381/stat : 11381 (python) S 11366 11366 10653 0 -1 4202560 809 0 0 0 2 1 0 0 15 0 1 0 546997897 404029440 10597 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2129204271483158787 0 0 17 0 0 0 0
/proc/11381/statm: 98640 10597 371 364 0 34549 0
[pid=11383] ppid=11381 vsize=81492 CPUtime=14.48 cores=0-7
/proc/11383/stat : 11383 (cryptominisat-2) R 11381 11383 11383 0 -1 4202496 15233 0 0 0 1445 3 0 0 25 0 1 0 546997898 83447808 10920 33554432000 4194304 4677096 140737183934704 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11383/statm: 20373 10920 391 118 0 15332 0
[pid=11384] ppid=11366 vsize=404816 CPUtime=0.01 cores=0-7
/proc/11384/stat : 11384 (python) S 11366 11366 10653 0 -1 4202560 806 0 0 0 1 0 0 0 18 0 1 0 546997901 414531584 10670 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382786 0 0 17 4 0 0 0
/proc/11384/statm: 101204 10670 371 364 0 37110 0
[pid=11386] ppid=11384 vsize=19752 CPUtime=14.6 cores=0-7
/proc/11386/stat : 11386 (lingeling) R 11384 11386 11386 0 -1 4202496 5199 0 0 0 1459 1 0 0 25 0 1 0 546997901 20226048 4102 33554432000 4194304 4352236 140737108849104 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11386/statm: 4938 4102 129 39 0 4018 0
[pid=11387] ppid=11366 vsize=415072 CPUtime=0.02 cores=0-7
/proc/11387/stat : 11387 (python) S 11366 11366 10653 0 -1 4202560 809 0 0 0 1 1 0 0 18 0 1 0 546997904 425033728 10674 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382787 0 0 17 4 0 0 0
/proc/11387/statm: 103768 10674 371 364 0 39671 0
[pid=11389] ppid=11387 vsize=23484 CPUtime=14.58 cores=0-7
/proc/11389/stat : 11389 (SApperloT-base) R 11387 11389 11389 0 -1 4202496 5796 0 0 0 1457 1 0 0 25 0 1 0 546997904 24047616 5507 33554432000 134512640 135674940 4292765728 18446744073709551615 134564285 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11389/statm: 5871 5507 100 284 0 5585 0
[pid=11390] ppid=11366 vsize=425328 CPUtime=0.02 cores=0-7
/proc/11390/stat : 11390 (python) S 11366 11366 10653 0 -1 4202560 821 0 0 0 1 1 0 0 18 0 1 0 546997907 435535872 10620 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382786 0 0 17 6 0 0 0
/proc/11390/statm: 106332 10620 371 364 0 42232 0
[pid=11392] ppid=11390 vsize=20856 CPUtime=14.53 cores=0-7
/proc/11392/stat : 11392 (precosat) R 11390 11392 11392 0 -1 4202496 8769 0 0 0 1452 1 0 0 25 0 1 0 546997907 21356544 5022 33554432000 4194304 4890832 140733597325200 18446744073709551615 4238761 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/11392/statm: 5214 5022 86 171 0 5041 0
[pid=11393] ppid=11366 vsize=435584 CPUtime=0.02 cores=0-7
/proc/11393/stat : 11393 (python) S 11366 11366 10653 0 -1 4202560 875 0 0 0 1 1 0 0 15 0 1 0 546997910 446038016 10624 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 7213759454691426564 0 0 17 4 0 0 0
/proc/11393/statm: 108896 10624 377 364 0 44793 0
[pid=11395] ppid=11393 vsize=82672 CPUtime=14.43 cores=0-7
/proc/11395/stat : 11395 (cryptominisat-2) R 11393 11395 11395 0 -1 4202496 15234 0 0 0 1441 2 0 0 25 0 1 0 546997911 84656128 10920 33554432000 4194304 4677096 140736420139904 18446744073709551615 4339888 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11395/statm: 20668 10920 391 118 0 15627 0
[pid=11366/tid=11373] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11373/stat : 11373 (python) S 11364 11366 10653 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 546997889 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11376/stat : 11376 (python) S 11364 11366 10653 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 546997892 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 3 0 0 0
[pid=11366/tid=11379] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11379/stat : 11379 (python) S 11364 11366 10653 0 -1 4202560 82 932 0 0 0 0 0 0 19 0 9 0 546997895 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11382/stat : 11382 (python) S 11364 11366 10653 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 546997898 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11385/stat : 11385 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 546997901 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11388/stat : 11388 (python) S 11364 11366 10653 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 546997904 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11391] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11391/stat : 11391 (python) S 11364 11366 10653 0 -1 4202560 35 932 0 0 0 0 0 0 22 0 9 0 546997907 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 6 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11394/stat : 11394 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 546997910 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 120.8
Current children cumulated vsize (KiB) 3853944

[startup+18.9013 s]
/proc/loadavg: 7.57 8.38 8.34 9/266 11395
/proc/meminfo: memFree=22240376/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=445828 CPUtime=3.89 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 22619 932 1 0 377 12 0 0 24 0 9 0 546997494 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11366/statm: 111457 12140 1889 364 0 47354 0
[pid=11372] ppid=11366 vsize=298256 CPUtime=0.01 cores=0-7
/proc/11372/stat : 11372 (python) S 11366 11366 10653 0 -1 4202560 921 0 0 0 0 1 0 0 18 0 1 0 546997888 305414144 10493 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037135 0 0 16781312 514 2450697069103382786 0 0 17 1 0 0 0
/proc/11372/statm: 74564 10493 376 364 0 10482 0
[pid=11374] ppid=11372 vsize=20556 CPUtime=14.94 cores=0-7
/proc/11374/stat : 11374 (lingeling) R 11372 11374 11374 0 -1 4202496 5415 0 0 0 1494 0 0 0 25 0 1 0 546997889 21049344 4303 33554432000 4194304 4352236 140734271650640 18446744073709551615 4268352 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11374/statm: 5139 4303 129 39 0 4219 0
[pid=11375] ppid=11366 vsize=308512 CPUtime=0.02 cores=0-7
/proc/11375/stat : 11375 (python) S 11366 11366 10653 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 546997891 315916288 10491 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 9524563460369645828 0 0 17 3 0 0 0
/proc/11375/statm: 77128 10491 370 364 0 13043 0
[pid=11377] ppid=11375 vsize=81248 CPUtime=14.89 cores=0-7
/proc/11377/stat : 11377 (cryptominisat-2) R 11375 11377 11377 0 -1 4202496 16290 0 0 0 1487 2 0 0 25 0 1 0 546997892 83197952 10943 33554432000 4194304 4677096 140733506006288 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11377/statm: 20312 10943 391 118 0 15271 0
[pid=11378] ppid=11366 vsize=384304 CPUtime=0.02 cores=0-7
/proc/11378/stat : 11378 (python) S 11366 11366 10653 0 -1 4202560 783 0 0 0 1 1 0 0 18 0 1 0 546997894 393527296 10613 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382787 0 0 17 7 0 0 0
/proc/11378/statm: 96076 10613 371 364 0 31988 0
[pid=11380] ppid=11378 vsize=15720 CPUtime=14.89 cores=0-7
/proc/11380/stat : 11380 (lingeling) R 11378 11380 11380 0 -1 4202496 4460 0 0 0 1488 1 0 0 25 0 1 0 546997895 16097280 3094 33554432000 4194304 4352236 140736282740592 18446744073709551615 4278520 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11380/statm: 3930 3094 129 39 0 3010 0
[pid=11381] ppid=11366 vsize=394560 CPUtime=0.04 cores=0-7
/proc/11381/stat : 11381 (python) S 11366 11366 10653 0 -1 4202560 809 0 0 0 3 1 0 0 16 0 1 0 546997897 404029440 10597 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382787 0 0 17 0 0 0 0
/proc/11381/statm: 98640 10597 371 364 0 34549 0
[pid=11383] ppid=11381 vsize=81492 CPUtime=14.67 cores=0-7
/proc/11383/stat : 11383 (cryptominisat-2) R 11381 11383 11383 0 -1 4202496 15235 0 0 0 1464 3 0 0 25 0 1 0 546997898 83447808 10922 33554432000 4194304 4677096 140737183934704 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11383/statm: 20373 10922 391 118 0 15332 0
[pid=11384] ppid=11366 vsize=404816 CPUtime=0.01 cores=0-7
/proc/11384/stat : 11384 (python) S 11366 11366 10653 0 -1 4202560 806 0 0 0 1 0 0 0 18 0 1 0 546997901 414531584 10670 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382786 0 0 17 4 0 0 0
/proc/11384/statm: 101204 10670 371 364 0 37110 0
[pid=11386] ppid=11384 vsize=19752 CPUtime=14.78 cores=0-7
/proc/11386/stat : 11386 (lingeling) R 11384 11386 11386 0 -1 4202496 5199 0 0 0 1477 1 0 0 25 0 1 0 546997901 20226048 4102 33554432000 4194304 4352236 140737108849104 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11386/statm: 4938 4102 129 39 0 4018 0
[pid=11387] ppid=11366 vsize=415072 CPUtime=0.02 cores=0-7
/proc/11387/stat : 11387 (python) S 11366 11366 10653 0 -1 4202560 809 0 0 0 1 1 0 0 18 0 1 0 546997904 425033728 10674 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382787 0 0 17 4 0 0 0
/proc/11387/statm: 103768 10674 371 364 0 39671 0
[pid=11389] ppid=11387 vsize=23484 CPUtime=14.77 cores=0-7
/proc/11389/stat : 11389 (SApperloT-base) R 11387 11389 11389 0 -1 4202496 5815 0 0 0 1476 1 0 0 25 0 1 0 546997904 24047616 5526 33554432000 134512640 135674940 4292765728 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11389/statm: 5871 5526 100 284 0 5585 0
[pid=11390] ppid=11366 vsize=425328 CPUtime=0.02 cores=0-7
/proc/11390/stat : 11390 (python) S 11366 11366 10653 0 -1 4202560 821 0 0 0 1 1 0 0 18 0 1 0 546997907 435535872 10620 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382786 0 0 17 6 0 0 0
/proc/11390/statm: 106332 10620 371 364 0 42232 0
[pid=11392] ppid=11390 vsize=20856 CPUtime=14.72 cores=0-7
/proc/11392/stat : 11392 (precosat) R 11390 11392 11392 0 -1 4202496 8769 0 0 0 1471 1 0 0 25 0 1 0 546997907 21356544 5022 33554432000 4194304 4890832 140733597325200 18446744073709551615 4294195 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/11392/statm: 5214 5022 86 171 0 5041 0
[pid=11393] ppid=11366 vsize=435584 CPUtime=0.02 cores=0-7
/proc/11393/stat : 11393 (python) S 11366 11366 10653 0 -1 4202560 875 0 0 0 1 1 0 0 15 0 1 0 546997910 446038016 10624 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 7213759454691426564 0 0 17 4 0 0 0
/proc/11393/statm: 108896 10624 377 364 0 44793 0
[pid=11395] ppid=11393 vsize=82672 CPUtime=14.62 cores=0-7
/proc/11395/stat : 11395 (cryptominisat-2) R 11393 11395 11395 0 -1 4202496 15234 0 0 0 1460 2 0 0 25 0 1 0 546997911 84656128 10920 33554432000 4194304 4677096 140736420139904 18446744073709551615 4358708 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11395/statm: 20668 10920 391 118 0 15627 0
[pid=11366/tid=11373] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11373/stat : 11373 (python) S 11364 11366 10653 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 546997889 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11376/stat : 11376 (python) S 11364 11366 10653 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 546997892 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 3 0 0 0
[pid=11366/tid=11379] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11379/stat : 11379 (python) S 11364 11366 10653 0 -1 4202560 82 932 0 0 0 0 0 0 19 0 9 0 546997895 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11382/stat : 11382 (python) S 11364 11366 10653 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 546997898 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11385/stat : 11385 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 546997901 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11388/stat : 11388 (python) S 11364 11366 10653 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 546997904 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11391] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11391/stat : 11391 (python) S 11364 11366 10653 0 -1 4202560 35 932 0 0 0 0 0 0 22 0 9 0 546997907 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 6 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=445828 CPUtime=0 cores=0-7
/proc/11366/task/11394/stat : 11394 (python) S 11364 11366 10653 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 546997910 456527872 12140 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 122.33
Current children cumulated vsize (KiB) 3858040

[startup+19.0013 s]
/proc/loadavg: 7.57 8.38 8.34 9/266 11395
/proc/meminfo: memFree=22240376/32951124 swapFree=67111416/67111528
[pid=11366] ppid=11364 vsize=445828 CPUtime=78.46 cores=0-7
/proc/11366/stat : 11366 (python) S 11364 11366 10653 0 -1 4202496 22661 46102 1 0 377 12 7442 15 17 0 9 0 546997494 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447847231 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11366/statm: 111457 12141 1890 364 0 47354 0
[pid=11375] ppid=11366 vsize=0 CPUtime=15.02 cores=0-7
/proc/11375/stat : 11375 (python) R 11366 11366 10653 0 -1 4202564 974 16291 0 0 1 2 1497 2 15 0 1 0 546997891 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11375/statm: 0 0 0 0 0 0 0
[pid=11381] ppid=11366 vsize=0 CPUtime=14.79 cores=0-7
/proc/11381/stat : 11381 (python) Z 11366 11366 10653 0 -1 4202588 1068 15244 0 0 3 1 1472 3 15 0 1 0 546997897 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11381/statm: 0 0 0 0 0 0 0
[pid=11384] ppid=11366 vsize=404816 CPUtime=0.01 cores=0-7
/proc/11384/stat : 11384 (python) S 11366 11366 10653 0 -1 4202560 806 0 0 0 1 0 0 0 18 0 1 0 546997901 414531584 10670 33554432000 4194304 5683644 140736247934656 18446744073709551615 212436037190 0 0 16781312 514 2450697069103382786 0 0 17 4 0 0 0
/proc/11384/statm: 101204 10670 371 364 0 37110 0
[pid=11386] ppid=11384 vsize=19752 CPUtime=14.88 cores=0-7
/proc/11386/stat : 11386 (lingeling) R 11384 11386 11386 0 -1 4202496 5199 0 0 0 1487 1 0 0 25 0 1 0 546997901 20226048 4102 33554432000 4194304 4352236 140737108849104 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11386/statm: 4938 4102 129 39 0 4018 0
[pid=11366/tid=11373] ppid=11364 vsize=445828 CPUtime=74.57 cores=0-7
/proc/11366/task/11373/stat : 11373 (python) S 11364 11366 10653 0 -1 4202560 27 46102 0 0 0 0 7442 15 22 0 9 0 546997889 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=445828 CPUtime=74.57 cores=0-7
/proc/11366/task/11376/stat : 11376 (python) S 11364 11366 10653 0 -1 4202560 25 46102 0 0 0 0 7442 15 18 0 9 0 546997892 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 3 0 0 0
[pid=11366/tid=11379] ppid=11364 vsize=445828 CPUtime=74.57 cores=0-7
/proc/11366/task/11379/stat : 11379 (python) S 11364 11366 10653 0 -1 4202560 82 46102 0 0 0 0 7442 15 19 0 9 0 546997895 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=445828 CPUtime=89.62 cores=0-7
/proc/11366/task/11382/stat : 11382 (python) S 11364 11366 10653 0 -1 4202560 31 63367 0 0 0 0 8942 20 20 0 9 0 546997898 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=445828 CPUtime=89.62 cores=0-7
/proc/11366/task/11385/stat : 11385 (python) S 11364 11366 10653 0 -1 4202560 33 63367 0 0 0 0 8942 20 20 0 9 0 546997901 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=445828 CPUtime=89.62 cores=0-7
/proc/11366/task/11388/stat : 11388 (python) S 11364 11366 10653 0 -1 4202560 34 63367 0 0 0 0 8942 20 20 0 9 0 546997904 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
[pid=11366/tid=11391] ppid=11364 vsize=445828 CPUtime=89.62 cores=0-7
/proc/11366/task/11391/stat : 11391 (python) S 11364 11366 10653 0 -1 4202560 35 63367 0 0 0 0 8942 20 22 0 9 0 546997907 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 6 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=445828 CPUtime=89.62 cores=0-7
/proc/11366/task/11394/stat : 11394 (python) S 11364 11366 10653 0 -1 4202560 33 63367 0 0 0 0 8942 20 25 0 9 0 546997910 456527872 12141 33554432000 4194304 5683644 140736247934656 18446744073709551615 212447840689 0 0 16781312 2 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 123.16
Current children cumulated vsize (KiB) 870396

Child status: 0
Real time (s): 19.0322
CPU time (s): 123.277
CPU user time (s): 122.866
CPU system time (s): 0.410937
CPU usage (%): 647.73
Max. virtual memory (cumulated for all children) (KiB): 3858040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.866
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114897
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= 3534
involuntary context switches= 978

runsolver used 0.06099 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-02 18:32:31
IDJOB=3322525
IDBENCH=83438
IDSOLVER=1710
FILE ID=node102/3322525-1304353951
RUNJOBID= node102-1304347539-10667
PBS_JOBID= 13178657
Free space on /tmp= 73448 MiB

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

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=395074618

node102.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.828
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.65
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.828
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.15
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.828
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22514796 kB
Buffers:        667904 kB
Cached:        1898176 kB
SwapCached:          0 kB
Active:        7885716 kB
Inactive:      2100600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22514796 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           33452 kB
Writeback:           0 kB
AnonPages:     7420424 kB
Mapped:          20672 kB
Slab:           357500 kB
PageTables:      25232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31492120 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= 73416 MiB
End job on node102 at 2011-05-02 18:32:51