Trace number 3378757

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)? 4718.05 1200.69

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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-3378757-1305466366.cnf
0.34/0.68	c INFO: computing task features
1.31/1.65	c INFO: computed variable-clause graph statistics
1.31/1.69	c INFO: computed clause balance statistics
6.52/6.81	c INFO: computed variable balance statistics
10.21/10.58	c INFO: computed small-clause counts
10.31/10.63	c INFO: computed Horn-clause counts
22.61/22.92	c INFO: computed variable graph statistics
22.61/22.92	c INFO: collected features for HOME/instance-3378757-1305466366.cnf in 22.21 s
22.61/22.93	c INFO: running lingeling-276@0 for 97 with 1177 remaining (b = 0.40)
22.61/22.94	c INFO: running cryptominisat-2.9.0@0 for 1177 with 1177 remaining (b = 0.49)
22.61/22.95	c INFO: running lingeling-276@0 for 1177 with 1177 remaining (b = 0.46)
22.61/22.96	c INFO: running cryptominisat-2.9.0@0 for 582 with 1177 remaining (b = 0.32)
422.36/123.22	c INFO: running lingeling-276@0 for 194 with 1077 remaining (b = 0.18)
1209.82/320.75	c INFO: running precosat-570@0 for 194 with 879 remaining (b = 0.29)
1993.61/517.32	c INFO: running lingeling-276@0 for 97 with 683 remaining (b = 0.14)
2369.16/611.58	c INFO: running lingeling-276@196 for 97 with 589 remaining (b = 0.07)
2393.82/617.72	c INFO: running precosat-570@195 for 582 with 582 remaining (b = 0.21)
2756.97/708.86	c INFO: running lingeling-276@296 for 97 with 491 remaining (b = 0.06)
3136.97/804.12	c INFO: running cryptominisat-2.9.0@100 for 396 with 396 remaining (b = 0.17)
4717.78/1200.65	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378757-1305466366/watcher-3378757-1305466366 -o /tmp/evaluation-result-3378757-1305466366/solver-3378757-1305466366 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378757-1305466366.cnf -seed 2099231668 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.06 6.76 5.37 5/391 16885
/proc/meminfo: memFree=23202432/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 921 0 0 0 0 0 0 0 25 0 1 0 639052287 16154624 801 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726401029 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 3944 801 350 364 0 431 0

[startup+0.0942169 s]
/proc/loadavg: 8.06 6.76 5.37 5/391 16885
/proc/meminfo: memFree=23202432/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=84472 CPUtime=0.05 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 2391 0 0 0 4 1 0 0 18 0 1 0 639052287 86499328 2120 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726065861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 21118 2120 707 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.100224 s]
/proc/loadavg: 8.06 6.76 5.37 5/391 16885
/proc/meminfo: memFree=23202432/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 2628 0 0 0 4 2 0 0 18 0 1 0 639052287 87674880 2348 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726410807 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300228 s]
/proc/loadavg: 8.06 6.76 5.37 5/391 16885
/proc/meminfo: memFree=23202432/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 5959 934 1 0 13 5 0 0 17 0 1 0 639052287 139010048 4151 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/16885/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701103 s]
/proc/loadavg: 8.06 6.76 5.37 5/391 16885
/proc/meminfo: memFree=23202432/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=284264 CPUtime=0.41 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 10701 934 1 0 30 11 0 0 15 0 1 0 639052287 291086336 8386 33554432000 4194304 5683644 140736015146784 18446744073709551615 47874550125889 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 71066 8386 1761 364 0 6990 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 284264

[startup+1.50095 s]
/proc/loadavg: 8.06 6.76 5.37 6/392 16890
/proc/meminfo: memFree=23152948/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=335616 CPUtime=1.21 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 23206 934 1 0 108 13 0 0 16 0 1 0 639052287 343670784 20891 33554432000 4194304 5683644 140736015146784 18446744073709551615 4539753 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 83904 20892 1761 364 0 19828 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 335616

[startup+3.10064 s]
/proc/loadavg: 8.06 6.76 5.37 6/392 16890
/proc/meminfo: memFree=23107068/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=345840 CPUtime=2.81 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 33645 934 1 0 267 14 0 0 18 0 1 0 639052287 354140160 23845 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726063832 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 86460 23845 1826 364 0 22384 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 345840

[startup+6.30104 s]
/proc/loadavg: 7.90 6.75 5.37 6/392 16890
/proc/meminfo: memFree=23097152/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=345840 CPUtime=6.02 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 33645 934 1 0 588 14 0 0 25 0 1 0 639052287 354140160 23845 33554432000 4194304 5683644 140736015146784 18446744073709551615 47874379354240 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 86460 23845 1826 364 0 22384 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 345840

[startup+12.7008 s]
/proc/loadavg: 7.66 6.72 5.37 6/392 16890
/proc/meminfo: memFree=23111172/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=345840 CPUtime=12.41 cores=1,3,5,7
/proc/16885/stat : 16885 (python) R 16883 16885 15878 0 -1 4202496 33652 934 1 0 1227 14 0 0 25 0 1 0 639052287 354140160 23852 33554432000 4194304 5683644 140736015146784 18446744073709551615 47874379274380 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16885/statm: 86460 23852 1833 364 0 22384 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 345840

[startup+25.5014 s]
/proc/loadavg: 7.31 6.68 5.38 9/404 16903
/proc/meminfo: memFree=22858440/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=381744 CPUtime=22.68 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 36319 934 1 0 2253 15 0 0 20 0 5 0 639052287 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 95436 22625 1873 364 0 31345 0
[pid=16892] ppid=16885 vsize=340732 CPUtime=0 cores=1,3,5,7
/proc/16892/stat : 16892 (python) S 16885 16885 15878 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 639054580 348909568 21089 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425103 0 0 16781312 514 9065364523656904967 0 0 17 5 0 0 0
/proc/16892/statm: 85183 21089 353 364 0 21101 0
[pid=16894] ppid=16892 vsize=34448 CPUtime=2.55 cores=1,3,5,7
/proc/16894/stat : 16894 (lingeling) R 16892 16894 16894 0 -1 4202496 11102 0 0 0 254 1 0 0 25 0 1 0 639054581 35274752 7504 33554432000 4194304 4352236 140734235934624 18446744073709551615 4297720 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16894/statm: 8612 7504 127 39 0 7692 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=0 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 639054581 359411712 21087 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 15802643738209026047 0 0 17 7 0 0 0
/proc/16895/statm: 87747 21087 347 364 0 23662 0
[pid=16897] ppid=16895 vsize=157456 CPUtime=2.54 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4202496 30727 0 0 0 250 4 0 0 25 0 1 0 639054582 161234944 28309 33554432000 4194304 4677096 140735620312704 18446744073709551615 4319365 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16897/statm: 39364 28309 361 118 0 34323 0
[pid=16898] ppid=16885 vsize=361244 CPUtime=0 cores=1,3,5,7
/proc/16898/stat : 16898 (python) S 16885 16885 15878 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 639054582 369913856 21091 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 5664442292916683013 0 0 17 7 0 0 0
/proc/16898/statm: 90311 21091 347 364 0 26223 0
[pid=16900] ppid=16898 vsize=35288 CPUtime=2.49 cores=1,3,5,7
/proc/16900/stat : 16900 (lingeling) R 16898 16900 16900 0 -1 4202496 11594 0 0 0 247 2 0 0 25 0 1 0 639054583 36134912 7990 33554432000 4194304 4352236 140736257095936 18446744073709551615 4229912 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/16900/statm: 8822 7990 127 39 0 7902 0
[pid=16901] ppid=16885 vsize=371500 CPUtime=0 cores=1,3,5,7
/proc/16901/stat : 16901 (python) S 16885 16885 15878 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 639054583 380416000 21095 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 5664449989498109951 0 0 17 5 0 0 0
/proc/16901/statm: 92875 21095 347 364 0 28784 0
[pid=16903] ppid=16901 vsize=156344 CPUtime=2.51 cores=1,3,5,7
/proc/16903/stat : 16903 (cryptominisat-2) R 16901 16903 16903 0 -1 4202496 30442 0 0 0 246 5 0 0 25 0 1 0 639054584 160096256 28027 33554432000 4194304 4677096 140734961134576 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16903/statm: 39086 28030 361 118 0 34045 0
[pid=16885/tid=16893] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16893/stat : 16893 (python) S 16883 16885 15878 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 639054580 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16896] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16896/stat : 16896 (python) S 16883 16885 15878 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 639054581 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16899] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16899/stat : 16899 (python) S 16883 16885 15878 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 639054583 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16902] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16902/stat : 16902 (python) S 16883 16885 15878 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 5 0 639054584 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 32.77
Current children cumulated vsize (KiB) 2189744

[startup+51.1005 s]
/proc/loadavg: 7.61 6.80 5.45 9/404 16903
/proc/meminfo: memFree=21884120/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=381744 CPUtime=22.68 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 36319 934 1 0 2253 15 0 0 20 0 5 0 639052287 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 95436 22625 1873 364 0 31345 0
[pid=16892] ppid=16885 vsize=340732 CPUtime=0.08 cores=1,3,5,7
/proc/16892/stat : 16892 (python) S 16885 16885 15878 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 639054580 348909568 21112 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425103 0 0 16781312 514 11265015596053397767 0 0 17 5 0 0 0
/proc/16892/statm: 85183 21112 376 364 0 21101 0
[pid=16894] ppid=16892 vsize=41608 CPUtime=28.15 cores=1,3,5,7
/proc/16894/stat : 16894 (lingeling) R 16892 16894 16894 0 -1 4202496 15284 0 0 0 2813 2 0 0 25 0 1 0 639054581 42606592 9572 33554432000 4194304 4352236 140734235934624 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16894/statm: 10402 9572 129 39 0 9482 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=0.08 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 916 0 0 0 4 4 0 0 15 0 1 0 639054581 359411712 21110 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 10312842928740860167 0 0 17 7 0 0 0
/proc/16895/statm: 87747 21110 370 364 0 23662 0
[pid=16897] ppid=16895 vsize=678096 CPUtime=28.14 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4202496 144538 0 0 0 2794 20 0 0 25 0 1 0 639054582 694370304 137529 33554432000 4194304 4677096 140735620312704 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16897/statm: 169524 137529 393 118 0 164483 0
[pid=16898] ppid=16885 vsize=361244 CPUtime=0.08 cores=1,3,5,7
/proc/16898/stat : 16898 (python) S 16885 16885 15878 0 -1 4202560 906 0 0 0 4 4 0 0 18 0 1 0 639054582 369913856 21114 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397765 0 0 17 7 0 0 0
/proc/16898/statm: 90311 21114 370 364 0 26223 0
[pid=16900] ppid=16898 vsize=43568 CPUtime=27.58 cores=1,3,5,7
/proc/16900/stat : 16900 (lingeling) R 16898 16900 16900 0 -1 4202496 15777 0 0 0 2756 2 0 0 25 0 1 0 639054583 44613632 10062 33554432000 4194304 4352236 140736257095936 18446744073709551615 4234419 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/16900/statm: 10892 10062 129 39 0 9972 0
[pid=16901] ppid=16885 vsize=371500 CPUtime=0.09 cores=1,3,5,7
/proc/16901/stat : 16901 (python) S 16885 16885 15878 0 -1 4202560 942 0 0 0 4 5 0 0 15 0 1 0 639054583 380416000 21118 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397768 0 0 17 5 0 0 0
/proc/16901/statm: 92875 21118 370 364 0 28784 0
[pid=16903] ppid=16901 vsize=678844 CPUtime=27.94 cores=1,3,5,7
/proc/16903/stat : 16903 (cryptominisat-2) R 16901 16903 16903 0 -1 4202496 145825 0 0 0 2772 22 0 0 25 0 1 0 639054584 695136256 139559 33554432000 4194304 4677096 140734961134576 18446744073709551615 4334566 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16903/statm: 169711 139559 393 118 0 164670 0
[pid=16885/tid=16893] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16893/stat : 16893 (python) S 16883 16885 15878 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 639054580 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16896] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16896/stat : 16896 (python) S 16883 16885 15878 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 639054581 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16899] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16899/stat : 16899 (python) S 16883 16885 15878 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 639054583 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16902] ppid=16883 vsize=381744 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16902/stat : 16902 (python) S 16883 16885 15878 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 5 0 639054584 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 134.82
Current children cumulated vsize (KiB) 3248324

[startup+102.315 s]
/proc/loadavg: 7.90 7.00 5.59 9/405 16906
/proc/meminfo: memFree=21769096/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=381744 CPUtime=22.68 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 36319 934 1 0 2253 15 0 0 20 0 5 0 639052287 390905856 22625 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 95436 22625 1873 364 0 31345 0
[pid=16892] ppid=16885 vsize=340732 CPUtime=0.21 cores=1,3,5,7
/proc/16892/stat : 16892 (python) S 16885 16885 15878 0 -1 4202560 938 0 0 0 10 11 0 0 18 0 1 0 639054580 348909568 21112 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425103 0 0 16781312 514 11265015596053397767 0 0 17 5 0 0 0
/proc/16892/statm: 85183 21112 376 364 0 21101 0
[pid=16894] ppid=16892 vsize=41596 CPUtime=79.37 cores=1,3,5,7
/proc/16894/stat : 16894 (lingeling) R 16892 16894 16894 0 -1 4202496 15284 0 0 0 7935 2 0 0 25 0 1 0 639054581 42594304 9569 33554432000 4194304 4352236 140734235934624 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16894/statm: 10399 9569 129 39 0 9479 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=0.26 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 947 0 0 0 13 13 0 0 15 0 1 0 639054581 359411712 21110 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 10312842928740860167 0 0 17 7 0 0 0
/proc/16895/statm: 87747 21110 370 364 0 23662 0
[pid=16897] ppid=16895 vsize=736748 CPUtime=79.35 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4202496 179072 0 0 0 7910 25 0 0 25 0 1 0 639054582 754429952 152436 33554432000 4194304 4677096 140735620312704 18446744073709551615 4462641 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16897/statm: 184187 152436 393 118 0 179146 0

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

[startup+1200.3 s]
/proc/loadavg: 8.24 8.15 7.36 9/409 16999
/proc/meminfo: memFree=20837144/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=402256 CPUtime=22.73 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 38488 934 1 0 2257 16 0 0 18 0 7 0 639052287 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 100564 22638 1878 364 0 36467 0
[pid=16892] ppid=16885 vsize=350976 CPUtime=1.42 cores=1,3,5,7
/proc/16892/stat : 16892 (python) S 16885 16885 15878 0 -1 4202560 1208 0 0 0 70 72 0 0 18 0 2 0 639054580 359399424 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16892/statm: 87744 21156 415 364 0 23662 0
[pid=16894] ppid=16892 vsize=49772 CPUtime=488.6 cores=1,3,5,7
/proc/16894/stat : 16894 (lingeling) T 16892 16894 16894 0 -1 4202496 31668 0 0 0 48856 4 0 0 25 0 1 0 639054581 50966528 11613 33554432000 4194304 4352236 140734235934624 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16894/statm: 12443 11613 129 39 0 11523 0
[pid=16892/tid=16907] ppid=16885 vsize=350976 CPUtime=0 cores=1,3,5,7
/proc/16892/task/16907/stat : 16907 (python) S 16885 16885 15878 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 639064608 359399424 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604463613322496 0 0 -1 5 0 0 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=3.53 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 994 0 0 0 171 182 0 0 15 0 1 0 639054581 359411712 21111 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397767 0 0 17 3 0 0 0
/proc/16895/statm: 87747 21111 371 364 0 23662 0
[pid=16897] ppid=16895 vsize=1269868 CPUtime=1174.23 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4202496 794627 0 0 0 117216 207 0 0 25 0 1 0 639054582 1300344832 276297 33554432000 4194304 4677096 140735620312704 18446744073709551615 4320184 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16897/statm: 317467 276297 393 118 0 312426 0
[pid=16898] ppid=16885 vsize=361244 CPUtime=3.45 cores=1,3,5,7
/proc/16898/stat : 16898 (python) S 16885 16885 15878 0 -1 4202560 970 0 0 0 166 179 0 0 18 0 1 0 639054582 369913856 21114 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397765 0 0 17 5 0 0 0
/proc/16898/statm: 90311 21114 370 364 0 26223 0
[pid=16900] ppid=16898 vsize=57024 CPUtime=1158.92 cores=1,3,5,7
/proc/16900/stat : 16900 (lingeling) R 16898 16900 16900 0 -1 4202496 43724 0 0 0 115884 8 0 0 25 0 1 0 639054583 58392576 13426 33554432000 4194304 4352236 140736257095936 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/16900/statm: 14256 13426 129 39 0 13336 0
[pid=16901] ppid=16885 vsize=371500 CPUtime=2.95 cores=1,3,5,7
/proc/16901/stat : 16901 (python) S 16885 16885 15878 0 -1 4202560 1174 0 0 0 147 148 0 0 15 0 2 0 639054583 380416000 21148 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16901/statm: 92875 21148 399 364 0 28784 0
[pid=16903] ppid=16901 vsize=1088568 CPUtime=983.14 cores=1,3,5,7
/proc/16903/stat : 16903 (cryptominisat-2) R 16901 16903 16903 0 -1 4202496 619606 0 0 0 98150 164 0 0 25 0 1 0 639054584 1114693632 236077 33554432000 4194304 4677096 140734961134576 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16903/statm: 272142 236077 393 118 0 267101 0
[pid=16901/tid=16935] ppid=16885 vsize=371500 CPUtime=0 cores=1,3,5,7
/proc/16901/task/16935/stat : 16935 (python) S 16885 16885 15878 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 639113444 380416000 21148 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604462821485376 0 0 -1 5 0 0 0
[pid=16920] ppid=16885 vsize=381756 CPUtime=2.28 cores=1,3,5,7
/proc/16920/stat : 16920 (python) S 16885 16885 15878 0 -1 4202560 1152 0 0 0 114 114 0 0 18 0 2 0 639084362 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16920/statm: 95439 21152 399 364 0 31345 0
[pid=16922] ppid=16920 vsize=93960 CPUtime=775.17 cores=1,3,5,7
/proc/16922/stat : 16922 (precosat) R 16920 16922 16922 0 -1 4202496 26504 0 0 0 77512 5 0 0 25 0 1 0 639084362 96215040 22307 33554432000 4194304 4890832 140736120103968 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/16922/statm: 23490 22307 86 171 0 23317 0
[pid=16920/tid=16929] ppid=16885 vsize=381756 CPUtime=0 cores=1,3,5,7
/proc/16920/task/16929/stat : 16929 (python) S 16885 16885 15878 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639104018 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604466884764800 0 0 -1 5 0 0 0
[pid=16930] ppid=16885 vsize=392012 CPUtime=0.3 cores=1,3,5,7
/proc/16930/stat : 16930 (python) S 16885 16885 15878 0 -1 4202560 1110 0 0 0 14 16 0 0 19 0 2 0 639104019 401420288 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16930/statm: 98003 21156 399 364 0 33906 0
[pid=16932] ppid=16930 vsize=41476 CPUtime=99.81 cores=1,3,5,7
/proc/16932/stat : 16932 (lingeling) T 16930 16932 16932 0 -1 4202496 15290 0 0 0 9979 2 0 0 25 0 1 0 639104020 42471424 9539 33554432000 4194304 4352236 140736445196288 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16932/statm: 10369 9539 129 39 0 9449 0
[pid=16930/tid=16936] ppid=16885 vsize=392012 CPUtime=0 cores=1,3,5,7
/proc/16930/task/16936/stat : 16936 (python) S 16885 16885 15878 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639114058 401420288 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604463898362880 0 0 -1 1 0 0 0
[pid=16885/tid=16893] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16893/stat : 16893 (python) S 16883 16885 15878 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 7 0 639054580 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16896] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16896/stat : 16896 (python) S 16883 16885 15878 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 7 0 639054581 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16899] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16899/stat : 16899 (python) S 16883 16885 15878 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 7 0 639054583 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16902] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16902/stat : 16902 (python) S 16883 16885 15878 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 7 0 639054584 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16921] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16921/stat : 16921 (python) S 16883 16885 15878 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 639084362 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16931] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16931/stat : 16931 (python) S 16883 16885 15878 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 7 0 639104019 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.53
Current children cumulated vsize (KiB) 5211400

[startup+1200.5 s]
/proc/loadavg: 8.24 8.15 7.36 9/409 16999
/proc/meminfo: memFree=20837144/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=402256 CPUtime=22.73 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 38488 934 1 0 2257 16 0 0 18 0 7 0 639052287 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 100564 22638 1878 364 0 36467 0
[pid=16892] ppid=16885 vsize=350976 CPUtime=1.42 cores=1,3,5,7
/proc/16892/stat : 16892 (python) S 16885 16885 15878 0 -1 4202560 1208 0 0 0 70 72 0 0 18 0 2 0 639054580 359399424 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16892/statm: 87744 21156 415 364 0 23662 0
[pid=16894] ppid=16892 vsize=49772 CPUtime=488.6 cores=1,3,5,7
/proc/16894/stat : 16894 (lingeling) T 16892 16894 16894 0 -1 4202496 31668 0 0 0 48856 4 0 0 25 0 1 0 639054581 50966528 11613 33554432000 4194304 4352236 140734235934624 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16894/statm: 12443 11613 129 39 0 11523 0
[pid=16892/tid=16907] ppid=16885 vsize=350976 CPUtime=0 cores=1,3,5,7
/proc/16892/task/16907/stat : 16907 (python) S 16885 16885 15878 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 639064608 359399424 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604463613322496 0 0 -1 5 0 0 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=3.53 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 994 0 0 0 171 182 0 0 15 0 1 0 639054581 359411712 21111 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397767 0 0 17 3 0 0 0
/proc/16895/statm: 87747 21111 371 364 0 23662 0
[pid=16897] ppid=16895 vsize=1269868 CPUtime=1174.43 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4202496 794668 0 0 0 117236 207 0 0 25 0 1 0 639054582 1300344832 276338 33554432000 4194304 4677096 140735620312704 18446744073709551615 4334573 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16897/statm: 317467 276338 393 118 0 312426 0
[pid=16898] ppid=16885 vsize=361244 CPUtime=3.45 cores=1,3,5,7
/proc/16898/stat : 16898 (python) S 16885 16885 15878 0 -1 4202560 970 0 0 0 166 179 0 0 18 0 1 0 639054582 369913856 21114 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397765 0 0 17 5 0 0 0
/proc/16898/statm: 90311 21114 370 364 0 26223 0
[pid=16900] ppid=16898 vsize=57024 CPUtime=1159.12 cores=1,3,5,7
/proc/16900/stat : 16900 (lingeling) R 16898 16900 16900 0 -1 4202496 43724 0 0 0 115904 8 0 0 25 0 1 0 639054583 58392576 13426 33554432000 4194304 4352236 140736257095936 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/16900/statm: 14256 13426 129 39 0 13336 0
[pid=16901] ppid=16885 vsize=371500 CPUtime=2.95 cores=1,3,5,7
/proc/16901/stat : 16901 (python) S 16885 16885 15878 0 -1 4202560 1174 0 0 0 147 148 0 0 15 0 2 0 639054583 380416000 21148 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16901/statm: 92875 21148 399 364 0 28784 0
[pid=16903] ppid=16901 vsize=1088568 CPUtime=983.34 cores=1,3,5,7
/proc/16903/stat : 16903 (cryptominisat-2) R 16901 16903 16903 0 -1 4202496 619657 0 0 0 98170 164 0 0 25 0 1 0 639054584 1114693632 236128 33554432000 4194304 4677096 140734961134576 18446744073709551615 4319853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16903/statm: 272142 236128 393 118 0 267101 0
[pid=16901/tid=16935] ppid=16885 vsize=371500 CPUtime=0 cores=1,3,5,7
/proc/16901/task/16935/stat : 16935 (python) S 16885 16885 15878 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 639113444 380416000 21148 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604462821485376 0 0 -1 5 0 0 0
[pid=16920] ppid=16885 vsize=381756 CPUtime=2.28 cores=1,3,5,7
/proc/16920/stat : 16920 (python) S 16885 16885 15878 0 -1 4202560 1152 0 0 0 114 114 0 0 18 0 2 0 639084362 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16920/statm: 95439 21152 399 364 0 31345 0
[pid=16922] ppid=16920 vsize=93960 CPUtime=775.37 cores=1,3,5,7
/proc/16922/stat : 16922 (precosat) R 16920 16922 16922 0 -1 4202496 26504 0 0 0 77532 5 0 0 25 0 1 0 639084362 96215040 22307 33554432000 4194304 4890832 140736120103968 18446744073709551615 4297476 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/16922/statm: 23490 22307 86 171 0 23317 0
[pid=16920/tid=16929] ppid=16885 vsize=381756 CPUtime=0 cores=1,3,5,7
/proc/16920/task/16929/stat : 16929 (python) S 16885 16885 15878 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639104018 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604466884764800 0 0 -1 5 0 0 0
[pid=16930] ppid=16885 vsize=392012 CPUtime=0.3 cores=1,3,5,7
/proc/16930/stat : 16930 (python) S 16885 16885 15878 0 -1 4202560 1110 0 0 0 14 16 0 0 19 0 2 0 639104019 401420288 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16930/statm: 98003 21156 399 364 0 33906 0
[pid=16932] ppid=16930 vsize=41476 CPUtime=99.81 cores=1,3,5,7
/proc/16932/stat : 16932 (lingeling) T 16930 16932 16932 0 -1 4202496 15290 0 0 0 9979 2 0 0 25 0 1 0 639104020 42471424 9539 33554432000 4194304 4352236 140736445196288 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16932/statm: 10369 9539 129 39 0 9449 0
[pid=16930/tid=16936] ppid=16885 vsize=392012 CPUtime=0 cores=1,3,5,7
/proc/16930/task/16936/stat : 16936 (python) S 16885 16885 15878 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639114058 401420288 21156 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604463898362880 0 0 -1 1 0 0 0
[pid=16885/tid=16893] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16893/stat : 16893 (python) S 16883 16885 15878 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 7 0 639054580 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16896] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16896/stat : 16896 (python) S 16883 16885 15878 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 7 0 639054581 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16899] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16899/stat : 16899 (python) S 16883 16885 15878 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 7 0 639054583 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16902] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16902/stat : 16902 (python) S 16883 16885 15878 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 7 0 639054584 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16921] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16921/stat : 16921 (python) S 16883 16885 15878 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 639084362 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16931] ppid=16883 vsize=402256 CPUtime=0 cores=1,3,5,7
/proc/16885/task/16931/stat : 16931 (python) S 16883 16885 15878 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 7 0 639104019 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 5211400

[startup+1200.6 s]
/proc/loadavg: 8.24 8.15 7.36 9/409 16999
/proc/meminfo: memFree=20837144/32951124 swapFree=63083164/67111528
[pid=16885] ppid=16883 vsize=402256 CPUtime=1599.29 cores=1,3,5,7
/proc/16885/stat : 16885 (python) S 16883 16885 15878 0 -1 4202496 38497 671121 1 0 2257 16 157242 414 17 0 7 0 639052287 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738235199 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16885/statm: 100564 22638 1878 364 0 36467 0
[pid=16895] ppid=16885 vsize=350988 CPUtime=3.53 cores=1,3,5,7
/proc/16895/stat : 16895 (python) S 16885 16885 15878 0 -1 4202560 1012 0 0 0 171 182 0 0 15 0 1 0 639054581 359411712 21116 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738235199 0 0 16781824 2 18446744071562232103 0 0 17 3 0 0 0
/proc/16895/statm: 87747 21116 376 364 0 23662 0
[pid=16897] ppid=16895 vsize=0 CPUtime=1174.54 cores=1,3,5,7
/proc/16897/stat : 16897 (cryptominisat-2) R 16895 16897 16897 0 -1 4203524 794679 0 0 0 117246 208 0 0 25 0 1 0 639054582 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16897/statm: 0 0 0 0 0 0 0
[pid=16898] ppid=16885 vsize=361244 CPUtime=3.45 cores=1,3,5,7
/proc/16898/stat : 16898 (python) S 16885 16885 15878 0 -1 4202560 970 0 0 0 166 179 0 0 18 0 1 0 639054582 369913856 21114 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 11265015596053397765 0 0 17 5 0 0 0
/proc/16898/statm: 90311 21114 370 364 0 26223 0
[pid=16900] ppid=16898 vsize=57024 CPUtime=1159.22 cores=1,3,5,7
/proc/16900/stat : 16900 (lingeling) R 16898 16900 16900 0 -1 4202496 43724 0 0 0 115914 8 0 0 25 0 1 0 639054583 58392576 13426 33554432000 4194304 4352236 140736257095936 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/16900/statm: 14256 13426 129 39 0 13336 0
[pid=16920] ppid=16885 vsize=381756 CPUtime=2.28 cores=1,3,5,7
/proc/16920/stat : 16920 (python) S 16885 16885 15878 0 -1 4202560 1152 0 0 0 114 114 0 0 18 0 2 0 639084362 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16920/statm: 95439 21152 399 364 0 31345 0
[pid=16922] ppid=16920 vsize=93960 CPUtime=775.47 cores=1,3,5,7
/proc/16922/stat : 16922 (precosat) R 16920 16922 16922 0 -1 4202496 26504 0 0 0 77542 5 0 0 25 0 1 0 639084362 96215040 22307 33554432000 4194304 4890832 140736120103968 18446744073709551615 4293651 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/16922/statm: 23490 22307 86 171 0 23317 0
[pid=16920/tid=16929] ppid=16885 vsize=381756 CPUtime=0 cores=1,3,5,7
/proc/16920/task/16929/stat : 16929 (python) S 16885 16885 15878 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639104018 390918144 21152 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 514 18446604466884764800 0 0 -1 5 0 0 0
[pid=16885/tid=16893] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16893/stat : 16893 (python) S 16883 16885 15878 0 -1 4202560 37 671121 0 0 0 0 157242 414 18 0 7 0 639054580 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16896] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16896/stat : 16896 (python) S 16883 16885 15878 0 -1 4202560 20 671121 0 0 0 0 157242 414 25 0 7 0 639054581 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16899] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16899/stat : 16899 (python) S 16883 16885 15878 0 -1 4202560 21 671121 0 0 0 0 157242 414 25 0 7 0 639054583 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 7 0 0 0
[pid=16885/tid=16902] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16902/stat : 16902 (python) S 16883 16885 15878 0 -1 4202560 35 671121 0 0 0 0 157242 414 18 0 7 0 639054584 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16921] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16921/stat : 16921 (python) S 16883 16885 15878 0 -1 4202560 32 671121 0 0 0 0 157242 414 18 0 7 0 639084362 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
[pid=16885/tid=16931] ppid=16883 vsize=402256 CPUtime=1576.56 cores=1,3,5,7
/proc/16885/task/16931/stat : 16931 (python) S 16883 16885 15878 0 -1 4202560 24 671121 0 0 0 0 157242 414 20 0 7 0 639104019 411910144 22638 33554432000 4194304 5683644 140736015146784 18446744073709551615 264738228657 0 0 16781312 2 18446604464467517568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.78
Current children cumulated vsize (KiB) 1647228

Child status: 0
Real time (s): 1200.69
CPU time (s): 4718.05
CPU user time (s): 4706.69
CPU system time (s): 11.3613
CPU usage (%): 392.945
Max. virtual memory (cumulated for all children) (KiB): 5393788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4706.69
system time used= 11.3613
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1588425
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= 8874
involuntary context switches= 25220

runsolver used 4.48932 second user time and 11.3693 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 15:32:47
IDJOB=3378757
IDBENCH=83126
IDSOLVER=1860
FILE ID=node141/3378757-1305466366
RUNJOBID= node141-1305463314-15897
PBS_JOBID= 13324992
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top30.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-3378757-1305466366/watcher-3378757-1305466366 -o /tmp/evaluation-result-3378757-1305466366/solver-3378757-1305466366 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378757-1305466366.cnf -seed 2099231668 -budget 4800 -cores 4

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=2099231668

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      23202588 kB
Buffers:        272824 kB
Cached:        5451084 kB
SwapCached:      15736 kB
Active:        4079196 kB
Inactive:      5409748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23202588 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           37280 kB
Writeback:           0 kB
AnonPages:     3756532 kB
Mapped:          19928 kB
Slab:           146872 kB
PageTables:      47268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89081424 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= 73288 MiB
End job on node141 at 2011-05-15 15:52:47