Trace number 3381130

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 151.303 22.3539

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.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3381130-1305505497.cnf
0.34/0.68	c INFO: computing task features
0.61/1.00	c INFO: computed variable-clause graph statistics
0.71/1.01	c INFO: computed clause balance statistics
2.41/2.70	c INFO: computed variable balance statistics
3.21/3.58	c INFO: computed small-clause counts
3.21/3.59	c INFO: computed Horn-clause counts
3.41/3.70	c INFO: computed variable graph statistics
3.41/3.70	c INFO: collected features for HOME/instance-3381130-1305505497.cnf in 3.02 s
3.41/3.72	c INFO: running lingeling-276@0 for 97 with 4996 remaining (b = 0.27)
3.41/3.75	c INFO: running cryptominisat-2.9.0@0 for 485 with 4996 remaining (b = 0.32)
3.41/3.77	c INFO: running lingeling-276@0 for 1261 with 4996 remaining (b = 0.49)
3.50/3.80	c INFO: running lingeling-276@0 for 1261 with 4996 remaining (b = 0.43)
3.50/3.82	c INFO: running SApperloT@0 for 97 with 4996 remaining (b = 0.03)
3.50/3.85	c INFO: running precosat-570@0 for 291 with 4996 remaining (b = 0.15)
3.50/3.87	c INFO: running cryptominisat-2.9.0@0 for 485 with 4996 remaining (b = 0.20)
3.60/3.90	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4996 remaining (b = 0.42)
150.93/22.32	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-3381130-1305505497/watcher-3381130-1305505497 -o /tmp/evaluation-result-3381130-1305505497/solver-3381130-1305505497 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381130-1305505497.cnf -seed 1341528723 -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.36 7.89 7.96 1/429 805
/proc/meminfo: memFree=16591848/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=14820 CPUtime=0 cores=0-7
/proc/805/stat : 805 (python) R 803 805 550 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 662147659 15175680 428 33554432000 4194304 5683644 140734027247616 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/805/statm: 3705 429 265 364 0 192 0

[startup+0.0737079 s]
/proc/loadavg: 7.36 7.89 7.96 1/429 805
/proc/meminfo: memFree=16591848/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=38904 CPUtime=0.05 cores=0-7
/proc/805/stat : 805 (python) R 803 805 550 0 -1 4202496 1628 0 0 0 4 1 0 0 25 0 1 0 662147659 39837696 1458 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/805/statm: 9726 1458 455 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38904

[startup+0.100709 s]
/proc/loadavg: 7.36 7.89 7.96 1/429 805
/proc/meminfo: memFree=16591848/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=87704 CPUtime=0.06 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 2636 0 0 0 4 2 0 0 25 0 1 0 662147659 89808896 2354 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/805/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300721 s]
/proc/loadavg: 7.36 7.89 7.96 1/429 805
/proc/meminfo: memFree=16591848/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=135752 CPUtime=0.18 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 5964 935 1 0 13 5 0 0 17 0 1 0 662147659 139010048 4151 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244344837 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/805/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700589 s]
/proc/loadavg: 7.36 7.89 7.96 1/429 805
/proc/meminfo: memFree=16591848/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=280948 CPUtime=0.41 cores=0-7
/proc/805/stat : 805 (python) R 803 805 550 0 -1 4202496 9892 935 1 0 30 11 0 0 16 0 1 0 662147659 287690752 7573 33554432000 4194304 5683644 140734027247616 18446744073709551615 4272664 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/805/statm: 70237 7573 1761 364 0 6161 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 280948

[startup+1.50045 s]
/proc/loadavg: 7.36 7.89 7.96 2/430 810
/proc/meminfo: memFree=16548936/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=299832 CPUtime=1.21 cores=0-7
/proc/805/stat : 805 (python) R 803 805 550 0 -1 4202496 17362 935 1 0 110 11 0 0 17 0 1 0 662147659 307027968 12343 33554432000 4194304 5683644 140734027247616 18446744073709551615 4562955 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/805/statm: 74958 12343 1826 364 0 10882 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 299832

[startup+3.10018 s]
/proc/loadavg: 7.36 7.89 7.96 2/430 810
/proc/meminfo: memFree=16547696/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=299832 CPUtime=2.81 cores=0-7
/proc/805/stat : 805 (python) R 803 805 550 0 -1 4202496 17363 935 1 0 270 11 0 0 19 0 1 0 662147659 307027968 12344 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244007040 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/805/statm: 74958 12344 1827 364 0 10882 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 299832

[startup+6.30157 s]
/proc/loadavg: 6.85 7.78 7.92 9/454 843
/proc/meminfo: memFree=16402008/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=445832 CPUtime=3.62 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 22647 935 1 0 348 14 0 0 25 0 9 0 662147659 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/805/statm: 111458 12172 1889 364 0 47355 0
[pid=811] ppid=805 vsize=298260 CPUtime=0 cores=0-7
/proc/811/stat : 811 (python) S 805 805 550 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 662148032 305418240 10476 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368911 0 0 16781312 514 17889886518512681219 0 0 17 7 0 0 0
/proc/811/statm: 74565 10476 358 364 0 10483 0
[pid=813] ppid=811 vsize=12784 CPUtime=2.56 cores=0-7
/proc/813/stat : 813 (lingeling) R 811 813 813 0 -1 4202496 3457 0 0 0 256 0 0 0 25 0 1 0 662148032 13090816 2360 33554432000 4194304 4352236 140737142268512 18446744073709551615 4207882 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/813/statm: 3196 2360 129 39 0 2276 0
[pid=814] ppid=805 vsize=308516 CPUtime=0 cores=0-7
/proc/814/stat : 814 (python) S 805 805 550 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 662148034 315920384 10469 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 5607103444427964673 0 0 17 0 0 0 0
/proc/814/statm: 77129 10469 347 364 0 13044 0
[pid=816] ppid=814 vsize=52124 CPUtime=2.54 cores=0-7
/proc/816/stat : 816 (cryptominisat-2) R 814 816 816 0 -1 4202496 9343 0 0 0 253 1 0 0 25 0 1 0 662148035 53374976 5963 33554432000 4194304 4677096 140734024811152 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/816/statm: 13031 5963 388 118 0 7990 0
[pid=817] ppid=805 vsize=384308 CPUtime=0 cores=0-7
/proc/817/stat : 817 (python) S 805 805 550 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 662148036 393531392 10591 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 9388803186275352833 0 0 17 1 0 0 0
/proc/817/statm: 96077 10591 348 364 0 31989 0
[pid=819] ppid=817 vsize=12804 CPUtime=2.51 cores=0-7
/proc/819/stat : 819 (lingeling) R 817 819 819 0 -1 4202496 3451 0 0 0 250 1 0 0 25 0 1 0 662148037 13111296 2366 33554432000 4194304 4352236 140735355186880 18446744073709551615 4278746 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/819/statm: 3201 2366 129 39 0 2281 0
[pid=820] ppid=805 vsize=394564 CPUtime=0 cores=0-7
/proc/820/stat : 820 (python) S 805 805 550 0 -1 4202560 715 0 0 0 0 0 0 0 18 0 1 0 662148039 404033536 10566 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 9388791641403261188 0 0 17 1 0 0 0
/proc/820/statm: 98641 10566 348 364 0 34550 0
[pid=822] ppid=820 vsize=12400 CPUtime=2.49 cores=0-7
/proc/822/stat : 822 (lingeling) R 820 822 822 0 -1 4202496 3372 0 0 0 249 0 0 0 25 0 1 0 662148039 12697600 2285 33554432000 4194304 4352236 140734100483808 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/822/statm: 3100 2285 129 39 0 2180 0
[pid=823] ppid=805 vsize=404820 CPUtime=0 cores=0-7
/proc/823/stat : 823 (python) S 805 805 550 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 662148041 414535680 10593 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 18274732080908697858 0 0 17 1 0 0 0
/proc/823/statm: 101205 10593 348 364 0 37111 0
[pid=825] ppid=823 vsize=14152 CPUtime=2.43 cores=0-7
/proc/825/stat : 825 (SApperloT-base) R 823 825 825 0 -1 4202496 3517 0 0 0 242 1 0 0 25 0 1 0 662148042 14491648 3259 33554432000 134512640 135674940 4289434768 18446744073709551615 134563968 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/825/statm: 3538 3259 99 284 0 3252 0
[pid=826] ppid=805 vsize=415076 CPUtime=0 cores=0-7
/proc/826/stat : 826 (python) S 805 805 550 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 662148044 425037824 10608 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3838018789006344451 0 0 17 6 0 0 0
/proc/826/statm: 103769 10608 348 364 0 39672 0
[pid=828] ppid=826 vsize=15924 CPUtime=2.44 cores=0-7
/proc/828/stat : 828 (precosat) R 826 828 828 0 -1 4202496 4706 0 0 0 243 1 0 0 25 0 1 0 662148044 16306176 3835 33554432000 4194304 4890832 140734057421040 18446744073709551615 4295272 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/828/statm: 3981 3835 86 171 0 3808 0
[pid=829] ppid=805 vsize=425332 CPUtime=0 cores=0-7
/proc/829/stat : 829 (python) S 805 805 550 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 662148047 435539968 10612 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 18203395766498590977 0 0 17 0 0 0 0
/proc/829/statm: 106333 10612 348 364 0 42233 0
[pid=831] ppid=829 vsize=51820 CPUtime=2.34 cores=0-7
/proc/831/stat : 831 (cryptominisat-2) R 829 831 831 0 -1 4202496 8675 0 0 0 233 1 0 0 25 0 1 0 662148047 53063680 6192 33554432000 4194304 4677096 140733351060576 18446744073709551615 4346604 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/831/statm: 12955 6192 388 118 0 7914 0
[pid=832] ppid=805 vsize=435588 CPUtime=0 cores=0-7
/proc/832/stat : 832 (python) S 805 805 550 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 662148049 446042112 10633 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 8294803685167300865 0 0 17 0 0 0 0
/proc/832/statm: 108897 10633 354 364 0 44794 0
[pid=843] ppid=832 vsize=51772 CPUtime=2.38 cores=0-7
/proc/843/stat : 843 (cryptominisat-2) R 832 843 843 0 -1 4202496 8641 0 0 0 237 1 0 0 25 0 1 0 662148050 53014528 6196 33554432000 4194304 4677096 140735167803904 18446744073709551615 228244045457 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/843/statm: 12943 6196 388 118 0 7902 0
[pid=805/tid=812] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/812/stat : 812 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 662148032 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=815] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/815/stat : 815 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 662148034 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 1 0 0 0
[pid=805/tid=818] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/818/stat : 818 (python) S 803 805 550 0 -1 4202560 82 935 0 0 0 0 0 0 19 0 9 0 662148037 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 4 0 0 0
[pid=805/tid=821] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/821/stat : 821 (python) S 803 805 550 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 662148039 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 5 0 0 0
[pid=805/tid=824] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/824/stat : 824 (python) S 803 805 550 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 662148042 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=827] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/827/stat : 827 (python) S 803 805 550 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 662148044 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=830] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/830/stat : 830 (python) S 803 805 550 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 662148047 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=833] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/833/stat : 833 (python) S 803 805 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662148050 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.31
Current children cumulated vsize (KiB) 3736076

[startup+12.7015 s]
/proc/loadavg: 6.94 7.78 7.92 9/454 843
/proc/meminfo: memFree=16333920/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=445832 CPUtime=3.62 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 22647 935 1 0 348 14 0 0 25 0 9 0 662147659 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/805/statm: 111458 12172 1889 364 0 47355 0
[pid=811] ppid=805 vsize=298260 CPUtime=0.01 cores=0-7
/proc/811/stat : 811 (python) S 805 805 550 0 -1 4202560 990 0 0 0 1 0 0 0 18 0 1 0 662148032 305418240 10499 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368911 0 0 16781312 514 17889886518512681219 0 0 17 7 0 0 0
/proc/811/statm: 74565 10499 381 364 0 10483 0
[pid=813] ppid=811 vsize=14204 CPUtime=8.96 cores=0-7
/proc/813/stat : 813 (lingeling) R 811 813 813 0 -1 4202496 3830 0 0 0 896 0 0 0 25 0 1 0 662148032 14544896 2715 33554432000 4194304 4352236 140737142268512 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/813/statm: 3551 2715 129 39 0 2631 0
[pid=814] ppid=805 vsize=308516 CPUtime=0.02 cores=0-7
/proc/814/stat : 814 (python) S 805 805 550 0 -1 4202560 946 0 0 0 1 1 0 0 15 0 1 0 662148034 315920384 10492 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 4008533526143009025 0 0 17 2 0 0 0
/proc/814/statm: 77129 10492 370 364 0 13044 0
[pid=816] ppid=814 vsize=83456 CPUtime=8.93 cores=0-7
/proc/816/stat : 816 (cryptominisat-2) R 814 816 816 0 -1 4202496 15100 0 0 0 892 1 0 0 25 0 1 0 662148035 85458944 10750 33554432000 4194304 4677096 140734024811152 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/816/statm: 20864 10750 391 118 0 15823 0
[pid=817] ppid=805 vsize=384308 CPUtime=0.01 cores=0-7
/proc/817/stat : 817 (python) S 805 805 550 0 -1 4202560 786 0 0 0 1 0 0 0 18 0 1 0 662148036 393531392 10614 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 9388803186275352833 0 0 17 1 0 0 0
/proc/817/statm: 96077 10614 371 364 0 31989 0
[pid=819] ppid=817 vsize=14132 CPUtime=8.91 cores=0-7
/proc/819/stat : 819 (lingeling) R 817 819 819 0 -1 4202496 3788 0 0 0 890 1 0 0 25 0 1 0 662148037 14471168 2698 33554432000 4194304 4352236 140735355186880 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/819/statm: 3533 2698 129 39 0 2613 0
[pid=820] ppid=805 vsize=394564 CPUtime=0.01 cores=0-7
/proc/820/stat : 820 (python) S 805 805 550 0 -1 4202560 794 0 0 0 0 1 0 0 18 0 1 0 662148039 404033536 10589 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 9388791641403261188 0 0 17 1 0 0 0
/proc/820/statm: 98641 10589 371 364 0 34550 0
[pid=822] ppid=820 vsize=14136 CPUtime=8.89 cores=0-7
/proc/822/stat : 822 (lingeling) R 820 822 822 0 -1 4202496 4069 0 0 0 889 0 0 0 25 0 1 0 662148039 14475264 2698 33554432000 4194304 4352236 140734100483808 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/822/statm: 3534 2698 129 39 0 2614 0
[pid=823] ppid=805 vsize=404820 CPUtime=0.02 cores=0-7
/proc/823/stat : 823 (python) S 805 805 550 0 -1 4202560 808 0 0 0 1 1 0 0 18 0 1 0 662148041 414535680 10616 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 18274732080908697858 0 0 17 1 0 0 0
/proc/823/statm: 101205 10616 371 364 0 37111 0
[pid=825] ppid=823 vsize=20648 CPUtime=8.7 cores=0-7
/proc/825/stat : 825 (SApperloT-base) R 823 825 825 0 -1 4202496 5121 0 0 0 869 1 0 0 25 0 1 0 662148042 21143552 4830 33554432000 134512640 135674940 4289434768 18446744073709551615 134564697 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/825/statm: 5162 4830 100 284 0 4876 0
[pid=826] ppid=805 vsize=415076 CPUtime=0.02 cores=0-7
/proc/826/stat : 826 (python) S 805 805 550 0 -1 4202560 817 0 0 0 1 1 0 0 18 0 1 0 662148044 425037824 10631 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3838018789006344451 0 0 17 6 0 0 0
/proc/826/statm: 103769 10631 371 364 0 39672 0
[pid=828] ppid=826 vsize=19456 CPUtime=8.77 cores=0-7
/proc/828/stat : 828 (precosat) R 826 828 828 0 -1 4202496 7169 0 0 0 876 1 0 0 25 0 1 0 662148044 19922944 4685 33554432000 4194304 4890832 140734057421040 18446744073709551615 4246393 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/828/statm: 4864 4685 86 171 0 4691 0
[pid=829] ppid=805 vsize=425332 CPUtime=0.02 cores=0-7
/proc/829/stat : 829 (python) S 805 805 550 0 -1 4202560 834 0 0 0 1 1 0 0 15 0 1 0 662148047 435539968 10635 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 18203395766498590977 0 0 17 0 0 0 0
/proc/829/statm: 106333 10635 371 364 0 42233 0

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

[pid=832] ppid=805 vsize=435588 CPUtime=0.06 cores=0-7
/proc/832/stat : 832 (python) S 805 805 550 0 -1 4202560 887 0 0 0 3 3 0 0 15 0 1 0 662148049 446042112 10656 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 8294803685167300865 0 0 17 6 0 0 0
/proc/832/statm: 108897 10656 377 364 0 44794 0
[pid=843] ppid=832 vsize=92444 CPUtime=17.52 cores=0-7
/proc/843/stat : 843 (cryptominisat-2) R 832 843 843 0 -1 4202496 16774 0 0 0 1750 2 0 0 25 0 1 0 662148050 94662656 12505 33554432000 4194304 4677096 140735167803904 18446744073709551615 4445165 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/843/statm: 23111 12505 391 118 0 18070 0
[pid=805/tid=812] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/812/stat : 812 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 662148032 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=815] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/815/stat : 815 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 662148034 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 1 0 0 0
[pid=805/tid=818] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/818/stat : 818 (python) S 803 805 550 0 -1 4202560 82 935 0 0 0 0 0 0 19 0 9 0 662148037 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 4 0 0 0
[pid=805/tid=821] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/821/stat : 821 (python) S 803 805 550 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 662148039 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 5 0 0 0
[pid=805/tid=824] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/824/stat : 824 (python) S 803 805 550 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 662148042 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=827] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/827/stat : 827 (python) S 803 805 550 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 662148044 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=830] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/830/stat : 830 (python) S 803 805 550 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 662148047 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=833] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/833/stat : 833 (python) S 803 805 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662148050 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 144.56
Current children cumulated vsize (KiB) 3796256

[startup+21.9018 s]
/proc/loadavg: 7.10 7.79 7.92 11/454 844
/proc/meminfo: memFree=16340060/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=445832 CPUtime=3.62 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 22647 935 1 0 348 14 0 0 25 0 9 0 662147659 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/805/statm: 111458 12172 1889 364 0 47355 0
[pid=811] ppid=805 vsize=298260 CPUtime=0.05 cores=0-7
/proc/811/stat : 811 (python) S 805 805 550 0 -1 4202560 996 0 0 0 3 2 0 0 18 0 1 0 662148032 305418240 10499 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368911 0 0 16781312 514 3939981170879463683 0 0 17 7 0 0 0
/proc/811/statm: 74565 10499 381 364 0 10483 0
[pid=813] ppid=811 vsize=16204 CPUtime=18.16 cores=0-7
/proc/813/stat : 813 (lingeling) R 811 813 813 0 -1 4202496 5617 0 0 0 1816 0 0 0 25 0 1 0 662148032 16592896 3215 33554432000 4194304 4352236 140737142268512 18446744073709551615 4327820 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/813/statm: 4051 3215 129 39 0 3131 0
[pid=814] ppid=805 vsize=308516 CPUtime=0.06 cores=0-7
/proc/814/stat : 814 (python) S 805 805 550 0 -1 4202560 956 0 0 0 4 2 0 0 15 0 1 0 662148034 315920384 10492 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 4008533526143009025 0 0 17 2 0 0 0
/proc/814/statm: 77129 10492 370 364 0 13044 0
[pid=816] ppid=814 vsize=93228 CPUtime=18.08 cores=0-7
/proc/816/stat : 816 (cryptominisat-2) R 814 816 816 0 -1 4202496 19019 0 0 0 1807 1 0 0 25 0 1 0 662148035 95465472 12292 33554432000 4194304 4677096 140734024811152 18446744073709551615 4336504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/816/statm: 23307 12292 391 118 0 18266 0
[pid=817] ppid=805 vsize=384308 CPUtime=0.05 cores=0-7
/proc/817/stat : 817 (python) S 805 805 550 0 -1 4202560 786 0 0 0 3 2 0 0 18 0 1 0 662148036 393531392 10614 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463681 0 0 17 1 0 0 0
/proc/817/statm: 96077 10614 371 364 0 31989 0
[pid=819] ppid=817 vsize=17176 CPUtime=18.12 cores=0-7
/proc/819/stat : 819 (lingeling) R 817 819 819 0 -1 4202496 6095 0 0 0 1811 1 0 0 25 0 1 0 662148037 17588224 3459 33554432000 4194304 4352236 140735355186880 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/819/statm: 4294 3459 129 39 0 3374 0
[pid=820] ppid=805 vsize=394564 CPUtime=0.05 cores=0-7
/proc/820/stat : 820 (python) S 805 805 550 0 -1 4202560 794 0 0 0 2 3 0 0 18 0 1 0 662148039 404033536 10589 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463684 0 0 17 1 0 0 0
/proc/820/statm: 98641 10589 371 364 0 34550 0
[pid=822] ppid=820 vsize=17272 CPUtime=18.09 cores=0-7
/proc/822/stat : 822 (lingeling) R 820 822 822 0 -1 4202496 6014 0 0 0 1809 0 0 0 25 0 1 0 662148039 17686528 3482 33554432000 4194304 4352236 140734100483808 18446744073709551615 4327916 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/822/statm: 4318 3482 129 39 0 3398 0
[pid=823] ppid=805 vsize=404820 CPUtime=0.05 cores=0-7
/proc/823/stat : 823 (python) S 805 805 550 0 -1 4202560 808 0 0 0 2 3 0 0 18 0 1 0 662148041 414535680 10616 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463682 0 0 17 1 0 0 0
/proc/823/statm: 101205 10616 371 364 0 37111 0
[pid=825] ppid=823 vsize=25400 CPUtime=17.72 cores=0-7
/proc/825/stat : 825 (SApperloT-base) R 823 825 825 0 -1 4202496 6251 0 0 0 1770 2 0 0 25 0 1 0 662148042 26009600 5960 33554432000 134512640 135674940 4289434768 18446744073709551615 134564806 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/825/statm: 6350 5960 100 284 0 6064 0
[pid=826] ppid=805 vsize=415076 CPUtime=0.05 cores=0-7
/proc/826/stat : 826 (python) S 805 805 550 0 -1 4202560 817 0 0 0 2 3 0 0 18 0 1 0 662148044 425037824 10631 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463683 0 0 17 6 0 0 0
/proc/826/statm: 103769 10631 371 364 0 39672 0
[pid=828] ppid=826 vsize=21356 CPUtime=17.86 cores=0-7
/proc/828/stat : 828 (precosat) R 826 828 828 0 -1 4202496 8239 0 0 0 1784 2 0 0 25 0 1 0 662148044 21868544 5156 33554432000 4194304 4890832 140734057421040 18446744073709551615 4273252 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/828/statm: 5339 5156 86 171 0 5166 0
[pid=829] ppid=805 vsize=425332 CPUtime=2.23 cores=0-7
/proc/829/stat : 829 (python) R 805 805 550 0 -1 4202560 839 0 0 0 196 27 0 0 18 0 1 0 662148047 435539968 10635 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256179007 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/829/statm: 106333 10635 371 364 0 42233 0
[pid=831] ppid=829 vsize=0 CPUtime=15.61 cores=0-7
/proc/831/stat : 831 (cryptominisat-2) R 829 831 831 0 -1 4202500 15498 0 0 0 1559 2 0 0 25 0 1 0 662148047 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/831/statm: 0 0 0 0 0 0 0
[pid=832] ppid=805 vsize=435588 CPUtime=0.06 cores=0-7
/proc/832/stat : 832 (python) S 805 805 550 0 -1 4202560 887 0 0 0 3 3 0 0 15 0 1 0 662148049 446042112 10656 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 8294803685167300865 0 0 17 6 0 0 0
/proc/832/statm: 108897 10656 377 364 0 44794 0
[pid=843] ppid=832 vsize=92444 CPUtime=17.92 cores=0-7
/proc/843/stat : 843 (cryptominisat-2) R 832 843 843 0 -1 4202496 16775 0 0 0 1790 2 0 0 25 0 1 0 662148050 94662656 12506 33554432000 4194304 4677096 140735167803904 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/843/statm: 23111 12506 391 118 0 18070 0
[pid=805/tid=812] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/812/stat : 812 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 662148032 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=815] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/815/stat : 815 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 662148034 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 1 0 0 0
[pid=805/tid=818] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/818/stat : 818 (python) S 803 805 550 0 -1 4202560 82 935 0 0 0 0 0 0 19 0 9 0 662148037 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 4 0 0 0
[pid=805/tid=821] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/821/stat : 821 (python) S 803 805 550 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 662148039 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 5 0 0 0
[pid=805/tid=824] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/824/stat : 824 (python) S 803 805 550 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 662148042 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=827] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/827/stat : 827 (python) S 803 805 550 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 662148044 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=830] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/830/stat : 830 (python) S 803 805 550 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 662148047 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=833] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/833/stat : 833 (python) S 803 805 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662148050 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 147.78
Current children cumulated vsize (KiB) 3795376

[startup+22.3018 s]
/proc/loadavg: 7.10 7.79 7.92 11/454 844
/proc/meminfo: memFree=16340060/32951124 swapFree=67082160/67111528
[pid=805] ppid=803 vsize=445832 CPUtime=3.62 cores=0-7
/proc/805/stat : 805 (python) S 803 805 550 0 -1 4202496 22647 935 1 0 348 14 0 0 25 0 9 0 662147659 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/805/statm: 111458 12172 1889 364 0 47355 0
[pid=811] ppid=805 vsize=298260 CPUtime=0.05 cores=0-7
/proc/811/stat : 811 (python) S 805 805 550 0 -1 4202560 996 0 0 0 3 2 0 0 18 0 1 0 662148032 305418240 10499 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368911 0 0 16781312 514 3939981170879463683 0 0 17 7 0 0 0
/proc/811/statm: 74565 10499 381 364 0 10483 0
[pid=813] ppid=811 vsize=16204 CPUtime=18.56 cores=0-7
/proc/813/stat : 813 (lingeling) R 811 813 813 0 -1 4202496 5617 0 0 0 1856 0 0 0 25 0 1 0 662148032 16592896 3215 33554432000 4194304 4352236 140737142268512 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/813/statm: 4051 3215 129 39 0 3131 0
[pid=814] ppid=805 vsize=308516 CPUtime=0.06 cores=0-7
/proc/814/stat : 814 (python) S 805 805 550 0 -1 4202560 956 0 0 0 4 2 0 0 15 0 1 0 662148034 315920384 10492 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 4008533526143009025 0 0 17 2 0 0 0
/proc/814/statm: 77129 10492 370 364 0 13044 0
[pid=816] ppid=814 vsize=93228 CPUtime=18.48 cores=0-7
/proc/816/stat : 816 (cryptominisat-2) R 814 816 816 0 -1 4202496 19167 0 0 0 1847 1 0 0 25 0 1 0 662148035 95465472 12440 33554432000 4194304 4677096 140734024811152 18446744073709551615 4334257 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/816/statm: 23307 12440 391 118 0 18266 0
[pid=817] ppid=805 vsize=384308 CPUtime=0.05 cores=0-7
/proc/817/stat : 817 (python) S 805 805 550 0 -1 4202560 786 0 0 0 3 2 0 0 18 0 1 0 662148036 393531392 10614 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463681 0 0 17 1 0 0 0
/proc/817/statm: 96077 10614 371 364 0 31989 0
[pid=819] ppid=817 vsize=17176 CPUtime=18.51 cores=0-7
/proc/819/stat : 819 (lingeling) R 817 819 819 0 -1 4202496 6095 0 0 0 1850 1 0 0 25 0 1 0 662148037 17588224 3459 33554432000 4194304 4352236 140735355186880 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/819/statm: 4294 3459 129 39 0 3374 0
[pid=820] ppid=805 vsize=394564 CPUtime=0.05 cores=0-7
/proc/820/stat : 820 (python) S 805 805 550 0 -1 4202560 794 0 0 0 2 3 0 0 18 0 1 0 662148039 404033536 10589 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463684 0 0 17 1 0 0 0
/proc/820/statm: 98641 10589 371 364 0 34550 0
[pid=822] ppid=820 vsize=17272 CPUtime=18.48 cores=0-7
/proc/822/stat : 822 (lingeling) R 820 822 822 0 -1 4202496 6014 0 0 0 1848 0 0 0 25 0 1 0 662148039 17686528 3482 33554432000 4194304 4352236 140734100483808 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/822/statm: 4318 3482 129 39 0 3398 0
[pid=823] ppid=805 vsize=404820 CPUtime=0.05 cores=0-7
/proc/823/stat : 823 (python) S 805 805 550 0 -1 4202560 808 0 0 0 2 3 0 0 18 0 1 0 662148041 414535680 10616 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463682 0 0 17 1 0 0 0
/proc/823/statm: 101205 10616 371 364 0 37111 0
[pid=825] ppid=823 vsize=25400 CPUtime=18.1 cores=0-7
/proc/825/stat : 825 (SApperloT-base) R 823 825 825 0 -1 4202496 6254 0 0 0 1808 2 0 0 25 0 1 0 662148042 26009600 5963 33554432000 134512640 135674940 4289434768 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/825/statm: 6350 5963 100 284 0 6064 0
[pid=826] ppid=805 vsize=415076 CPUtime=0.05 cores=0-7
/proc/826/stat : 826 (python) S 805 805 550 0 -1 4202560 817 0 0 0 2 3 0 0 18 0 1 0 662148044 425037824 10631 33554432000 4194304 5683644 140734027247616 18446744073709551615 228244368966 0 0 16781312 514 3939981170879463683 0 0 17 6 0 0 0
/proc/826/statm: 103769 10631 371 364 0 39672 0
[pid=828] ppid=826 vsize=21356 CPUtime=18.26 cores=0-7
/proc/828/stat : 828 (precosat) R 826 828 828 0 -1 4202496 8239 0 0 0 1824 2 0 0 25 0 1 0 662148044 21868544 5156 33554432000 4194304 4890832 140734057421040 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/828/statm: 5339 5156 86 171 0 5166 0
[pid=829] ppid=805 vsize=425332 CPUtime=2.62 cores=0-7
/proc/829/stat : 829 (python) R 805 805 550 0 -1 4202560 839 0 0 0 231 31 0 0 19 0 1 0 662148047 435539968 10635 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256179007 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/829/statm: 106333 10635 371 364 0 42233 0
[pid=831] ppid=829 vsize=0 CPUtime=15.61 cores=0-7
/proc/831/stat : 831 (cryptominisat-2) R 829 831 831 0 -1 4202500 15498 0 0 0 1559 2 0 0 25 0 1 0 662148047 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/831/statm: 0 0 0 0 0 0 0
[pid=832] ppid=805 vsize=435588 CPUtime=0.14 cores=0-7
/proc/832/stat : 832 (python) R 805 805 550 0 -1 4202560 889 0 0 0 10 4 0 0 15 0 1 0 662148049 446042112 10656 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256179007 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/832/statm: 108897 10656 377 364 0 44794 0
[pid=843] ppid=832 vsize=0 CPUtime=18.24 cores=0-7
/proc/843/stat : 843 (cryptominisat-2) R 832 843 843 0 -1 4202500 16782 0 0 0 1822 2 0 0 25 0 1 0 662148050 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/843/statm: 0 0 0 0 0 0 0
[pid=805/tid=812] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/812/stat : 812 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 662148032 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=815] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/815/stat : 815 (python) S 803 805 550 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 662148034 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 1 0 0 0
[pid=805/tid=818] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/818/stat : 818 (python) S 803 805 550 0 -1 4202560 82 935 0 0 0 0 0 0 19 0 9 0 662148037 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 4 0 0 0
[pid=805/tid=821] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/821/stat : 821 (python) S 803 805 550 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 662148039 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 5 0 0 0
[pid=805/tid=824] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/824/stat : 824 (python) S 803 805 550 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 662148042 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 0 0 0 0
[pid=805/tid=827] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/827/stat : 827 (python) S 803 805 550 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 662148044 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=830] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/830/stat : 830 (python) S 803 805 550 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 662148047 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
[pid=805/tid=833] ppid=803 vsize=445832 CPUtime=0 cores=0-7
/proc/805/task/833/stat : 833 (python) S 803 805 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662148050 456531968 12172 33554432000 4194304 5683644 140734027247616 18446744073709551615 228256172465 0 0 16781312 2 18446604442857191616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 150.93
Current children cumulated vsize (KiB) 3702932

Child status: 0
Real time (s): 22.3539
CPU time (s): 151.303
CPU user time (s): 150.423
CPU system time (s): 0.879866
CPU usage (%): 676.853
Max. virtual memory (cumulated for all children) (KiB): 3877572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.423
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121511
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= 3796
involuntary context switches= 1257

runsolver used 0.12598 second user time and 0.235964 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 02:24:57
IDJOB=3381130
IDBENCH=83438
IDSOLVER=1864
FILE ID=node136/3381130-1305505497
RUNJOBID= node136-1305500476-564
PBS_JOBID= 13325459
Free space on /tmp= 72996 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3381130-1305505497/watcher-3381130-1305505497 -o /tmp/evaluation-result-3381130-1305505497/solver-3381130-1305505497 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381130-1305505497.cnf -seed 1341528723 -budget 40000 -cores 8

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=1341528723

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16592376 kB
Buffers:        327184 kB
Cached:        5983568 kB
SwapCached:       2732 kB
Active:       11592976 kB
Inactive:      4402572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16592376 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:           33380 kB
Writeback:           0 kB
AnonPages:     9683668 kB
Mapped:          35160 kB
Slab:           241612 kB
PageTables:      52008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122405396 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= 72968 MiB
End job on node136 at 2011-05-16 02:25:19