Trace number 3317821

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 309.76 190.176

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7028
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.66/9.26	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.66/9.27	c INFO: solving HOME/instance-3317821-1304267296.cnf
0.66/9.27	c INFO: computing task features
3.72/12.32	c INFO: computed variable-clause graph statistics
3.81/12.44	c INFO: computed clause balance statistics
17.71/26.33	c INFO: computed variable balance statistics
28.11/36.78	c INFO: computed small-clause counts
28.41/37.09	c INFO: computed Horn-clause counts
138.61/147.23	c INFO: computed variable graph statistics
138.61/147.23	c INFO: collected features for HOME/instance-3317821-1304267296.cnf in 137.86 s
138.61/147.26	c INFO: running lingeling-276@0 for 194 with 4662 remaining (b = 0.78)
138.61/147.28	c INFO: running lingeling-276@0 for 97 with 4661 remaining (b = 0.58)
138.71/147.31	c INFO: running cryptominisat-2.9.0@0 for 485 with 4661 remaining (b = 0.42)
138.71/147.34	c INFO: running lingeling-276@0 for 1067 with 4661 remaining (b = 0.47)
309.48/190.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317821-1304267296/watcher-3317821-1304267296 -o /tmp/evaluation-result-3317821-1304267296/solver-3317821-1304267296 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317821-1304267296.cnf -seed 2063799985 -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: 0.08 0.02 0.01 2/176 11098
/proc/meminfo: memFree=31237272/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/11098/stat : 11098 (python) D 11094 11098 11061 0 -1 4194304 47 0 0 0 0 0 0 0 20 0 1 0 538332750 1884160 1 33554432000 0 0 140735531005589 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 0
/proc/11098/statm: 460 1 0 0 0 36 0

[startup+0.0974429 s]
/proc/loadavg: 0.08 0.02 0.01 2/176 11098
/proc/meminfo: memFree=31237272/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/11098/stat : 11098 (python) D 11094 11098 11061 0 -1 4202496 610 0 7 0 0 0 0 0 17 0 1 0 538332750 15441920 513 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 5 0 0 3
/proc/11098/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.38639 s]
/proc/loadavg: 0.08 0.02 0.01 2/176 11098
/proc/meminfo: memFree=31237272/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=15760 CPUtime=0 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 838 0 7 0 0 0 0 0 15 0 1 0 538332750 16138240 727 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 4
/proc/11098/statm: 3940 727 334 364 0 427 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15760

[startup+0.400391 s]
/proc/loadavg: 0.08 0.02 0.01 2/176 11098
/proc/meminfo: memFree=31237272/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 888 0 7 0 0 0 0 0 15 0 1 0 538332750 16150528 776 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 4
/proc/11098/statm: 3943 776 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.700372 s]
/proc/loadavg: 0.08 0.02 0.01 2/176 11098
/proc/meminfo: memFree=31237272/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 1110 0 7 0 1 0 0 0 16 0 1 0 538332750 16785408 984 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699945619 0 0 17 5 0 0 6
/proc/11098/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+1.50019 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 11100
/proc/meminfo: memFree=31227300/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=18880 CPUtime=0.03 cores=1,3,5,7
/proc/11098/stat : 11098 (python) D 11094 11098 11061 0 -1 4202496 1280 0 8 0 2 1 0 0 15 0 1 0 538332750 19333120 1140 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370953061 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/11098/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+3.10093 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 11100
/proc/meminfo: memFree=31225528/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=36508 CPUtime=0.07 cores=1,3,5,7
/proc/11098/stat : 11098 (python) D 11094 11098 11061 0 -1 4202496 1606 0 14 0 3 4 0 0 16 0 1 0 538332750 37384192 1450 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 7 0 0 36
/proc/11098/statm: 9127 1450 452 364 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36508
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 11100
/proc/meminfo: memFree=31210100/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=126804 CPUtime=0.28 cores=1,3,5,7
/proc/11098/stat : 11098 (python) R 11094 11098 11061 0 -1 4202496 5443 925 43 8 12 16 0 0 17 0 1 0 538332750 129847296 4007 33554432000 4194304 5683644 140735531003008 18446744073709551615 218371013728 0 0 16781312 2 0 0 0 17 7 0 0 84
/proc/11098/statm: 31701 4007 1008 364 0 2996 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 126804
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 0.29 0.06 0.02 3/178 11108
/proc/meminfo: memFree=30783068/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=452024 CPUtime=4.11 cores=1,3,5,7
/proc/11098/stat : 11098 (python) R 11094 11098 11061 0 -1 4202496 82526 925 115 8 364 47 0 0 20 0 1 0 538332750 462872576 50391 33554432000 4194304 5683644 140735531003008 18446744073709551615 218374365865 0 0 16781312 2 0 0 0 17 5 0 0 144
/proc/11098/statm: 113006 50391 1826 364 0 48930 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 452024
heavy processes:

[startup+25.5059 s]
/proc/loadavg: 0.67 0.16 0.05 3/178 11109
/proc/meminfo: memFree=30799440/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=452024 CPUtime=16.92 cores=1,3,5,7
/proc/11098/stat : 11098 (python) R 11094 11098 11061 0 -1 4202496 82526 925 115 8 1645 47 0 0 25 0 1 0 538332750 462872576 50391 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370318084 0 0 16781312 2 0 0 0 17 5 0 0 144
/proc/11098/statm: 113006 50391 1826 364 0 48930 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 452024
heavy processes:

[startup+51.1004 s]
/proc/loadavg: 1.12 0.31 0.10 3/178 11110
/proc/meminfo: memFree=30792740/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=459236 CPUtime=42.51 cores=1,3,5,7
/proc/11098/stat : 11098 (python) R 11094 11098 11061 0 -1 4202496 84336 925 115 8 4204 47 0 0 25 0 1 0 538332750 470257664 52201 33554432000 4194304 5683644 140735531003008 18446744073709551615 47889680672908 0 0 16781312 2 0 0 0 17 5 0 0 144
/proc/11098/statm: 114809 52201 1833 364 0 50733 0
Current children cumulated CPU time (s) 42.51
Current children cumulated vsize (KiB) 459236

[startup+102.3 s]
/proc/loadavg: 2.15 0.68 0.24 6/190 11123
/proc/meminfo: memFree=30354368/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=459236 CPUtime=93.71 cores=1,3,5,7
/proc/11098/stat : 11098 (python) R 11094 11098 11061 0 -1 4202496 84336 925 115 8 9324 47 0 0 25 0 1 0 538332750 470257664 52201 33554432000 4194304 5683644 140735531003008 18446744073709551615 47889680672908 0 0 16781312 2 0 0 0 17 5 0 0 144
/proc/11098/statm: 114809 52201 1833 364 0 50733 0
Current children cumulated CPU time (s) 93.71
Current children cumulated vsize (KiB) 459236

[startup+162.301 s]
/proc/loadavg: 4.75 1.64 0.59 10/202 11136
/proc/meminfo: memFree=29359372/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.01 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 984 0 0 0 0 1 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78144 CPUtime=15.02 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 1497 5 0 0 25 0 1 0 538347477 80019456 18706 33554432000 4194304 4352236 140735602195088 18446744073709551615 4328464 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19536 18706 129 39 0 18616 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.01 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77404 CPUtime=14.99 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 1494 5 0 0 25 0 1 0 538347479 79261696 18521 33554432000 4194304 4352236 140733382283120 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19351 18521 129 39 0 18431 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.01 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 945 0 0 0 1 0 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=575388 CPUtime=14.93 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 128758 0 0 0 1478 15 0 0 25 0 1 0 538347482 589197312 119727 33554432000 4194304 4677096 140734250678512 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 143847 119727 362 118 0 138806 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=0.01 cores=1,3,5,7
/proc/11134/stat : 11134 (python) S 11098 11098 11061 0 -1 4202560 943 0 0 0 0 1 0 0 18 0 1 0 538347484 487313408 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731588 0 0 17 7 0 0 0
/proc/11134/statm: 118973 47216 370 364 0 54882 0
[pid=11136] ppid=11134 vsize=77976 CPUtime=14.81 cores=1,3,5,7
/proc/11136/stat : 11136 (lingeling) R 11134 11136 11136 0 -1 4202496 34525 0 0 0 1476 5 0 0 25 0 1 0 538347485 79847424 18663 33554432000 4194304 4352236 140735834227088 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11136/statm: 19494 18663 129 39 0 18574 0
[pid=11098/tid=11126] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.55
Current children cumulated vsize (KiB) 3137080

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

[startup+166.501 s]
/proc/loadavg: 5.01 1.75 0.63 10/202 11136
/proc/meminfo: memFree=29250996/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.02 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 986 0 0 0 1 1 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78124 CPUtime=19.22 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 1917 5 0 0 25 0 1 0 538347477 79998976 18701 33554432000 4194304 4352236 140735602195088 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19531 18701 129 39 0 18611 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.02 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 916 0 0 0 1 1 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77404 CPUtime=19.19 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 1914 5 0 0 25 0 1 0 538347479 79261696 18521 33554432000 4194304 4352236 140733382283120 18446744073709551615 4257285 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19351 18521 129 39 0 18431 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.02 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 949 0 0 0 1 1 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 5625897538415460616 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=699476 CPUtime=19.11 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 152496 0 0 0 1894 17 0 0 25 0 1 0 538347482 716263424 143465 33554432000 4194304 4677096 140734250678512 18446744073709551615 4406745 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 174869 143465 382 118 0 169828 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=0.02 cores=1,3,5,7
/proc/11134/stat : 11134 (python) S 11098 11098 11061 0 -1 4202560 944 0 0 0 1 1 0 0 18 0 1 0 538347484 487313408 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731588 0 0 17 7 0 0 0

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

/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 298.38
Current children cumulated vsize (KiB) 3239244

[startup+188.901 s]
/proc/loadavg: 5.86 2.15 0.79 10/202 11137
/proc/meminfo: memFree=29234104/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.05 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 1000 0 0 0 3 2 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78108 CPUtime=41.62 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 4157 5 0 0 25 0 1 0 538347477 79982592 18697 33554432000 4194304 4352236 140735602195088 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19527 18697 129 39 0 18607 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.05 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 925 0 0 0 2 3 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77368 CPUtime=41.59 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 4154 5 0 0 25 0 1 0 538347479 79224832 18512 33554432000 4194304 4352236 140733382283120 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19342 18512 129 39 0 18422 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.05 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 958 0 0 0 3 2 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=677660 CPUtime=41.45 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 155361 0 0 0 4127 18 0 0 25 0 1 0 538347482 693923840 142602 33554432000 4194304 4677096 140734250678512 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 169415 142602 392 118 0 164374 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=0.05 cores=1,3,5,7
/proc/11134/stat : 11134 (python) S 11098 11098 11061 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 538347484 487313408 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731588 0 0 17 7 0 0 0
/proc/11134/statm: 118973 47216 370 364 0 54882 0
[pid=11136] ppid=11134 vsize=77932 CPUtime=41.16 cores=1,3,5,7
/proc/11136/stat : 11136 (lingeling) R 11134 11136 11136 0 -1 4202496 34525 0 0 0 4111 5 0 0 25 0 1 0 538347485 79802368 18652 33554432000 4194304 4352236 140735834227088 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11136/statm: 19483 18652 129 39 0 18563 0
[pid=11098/tid=11126] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 304.78
Current children cumulated vsize (KiB) 3239236

[startup+189.701 s]
/proc/loadavg: 6.03 2.25 0.83 10/202 11137
/proc/meminfo: memFree=29232988/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.05 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 1000 0 0 0 3 2 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78108 CPUtime=42.42 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 4237 5 0 0 25 0 1 0 538347477 79982592 18697 33554432000 4194304 4352236 140735602195088 18446744073709551615 4276586 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19527 18697 129 39 0 18607 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.05 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 925 0 0 0 2 3 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77368 CPUtime=42.39 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 4234 5 0 0 25 0 1 0 538347479 79224832 18512 33554432000 4194304 4352236 140733382283120 18446744073709551615 4328544 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19342 18512 129 39 0 18422 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.05 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 958 0 0 0 3 2 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 5625897538415460616 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=677660 CPUtime=42.25 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 155392 0 0 0 4207 18 0 0 25 0 1 0 538347482 693923840 142633 33554432000 4194304 4677096 140734250678512 18446744073709551615 4318801 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 169415 142633 392 118 0 164374 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=0.05 cores=1,3,5,7
/proc/11134/stat : 11134 (python) S 11098 11098 11061 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 538347484 487313408 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731588 0 0 17 7 0 0 0
/proc/11134/statm: 118973 47216 370 364 0 54882 0
[pid=11136] ppid=11134 vsize=77932 CPUtime=41.95 cores=1,3,5,7
/proc/11136/stat : 11136 (lingeling) R 11134 11136 11136 0 -1 4202496 34525 0 0 0 4190 5 0 0 25 0 1 0 538347485 79802368 18652 33554432000 4194304 4352236 140735834227088 18446744073709551615 4270775 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11136/statm: 19483 18652 129 39 0 18563 0
[pid=11098/tid=11126] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 307.97
Current children cumulated vsize (KiB) 3239236

[startup+189.984 s]
/proc/loadavg: 6.03 2.25 0.83 10/202 11137
/proc/meminfo: memFree=29232988/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.05 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 1000 0 0 0 3 2 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78108 CPUtime=42.7 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 4265 5 0 0 25 0 1 0 538347477 79982592 18697 33554432000 4194304 4352236 140735602195088 18446744073709551615 4278660 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19527 18697 129 39 0 18607 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.05 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 925 0 0 0 2 3 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77364 CPUtime=42.67 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 4262 5 0 0 25 0 1 0 538347479 79220736 18511 33554432000 4194304 4352236 140733382283120 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19341 18511 129 39 0 18421 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.05 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 958 0 0 0 3 2 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 5625897538415460616 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=679944 CPUtime=42.53 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 156085 0 0 0 4235 18 0 0 25 0 1 0 538347482 696262656 143326 33554432000 4194304 4677096 140734250678512 18446744073709551615 4236140 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 169986 143326 392 118 0 164945 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=0.21 cores=1,3,5,7
/proc/11134/stat : 11134 (python) R 11098 11098 11061 0 -1 4202560 955 0 0 0 16 5 0 0 16 0 1 0 538347484 487313408 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/11134/statm: 118973 47216 370 364 0 54882 0
[pid=11136] ppid=11134 vsize=0 CPUtime=42.07 cores=1,3,5,7
/proc/11136/stat : 11136 (lingeling) R 11134 11136 11136 0 -1 4202500 34528 0 0 0 4202 5 0 0 25 0 1 0 538347485 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/11136/statm: 0 0 0 0 0 0 0
[pid=11098/tid=11126] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 309.09
Current children cumulated vsize (KiB) 3163584

[startup+190.001 s]
/proc/loadavg: 6.03 2.25 0.83 10/202 11137
/proc/meminfo: memFree=29232988/32951124 swapFree=67051468/67111528
[pid=11098] ppid=11094 vsize=486136 CPUtime=138.76 cores=1,3,5,7
/proc/11098/stat : 11098 (python) S 11094 11098 11061 0 -1 4202496 87037 925 115 8 13826 50 0 0 25 0 5 0 538332750 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 144
/proc/11098/statm: 121534 48731 1881 364 0 57443 0
[pid=11125] ppid=11098 vsize=445124 CPUtime=0.05 cores=1,3,5,7
/proc/11125/stat : 11125 (python) S 11098 11098 11061 0 -1 4202560 1000 0 0 0 3 2 0 0 18 0 1 0 538347476 455806976 47216 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977295 0 0 16781312 514 3197045562037731592 0 0 17 5 0 0 0
/proc/11125/statm: 111281 47216 382 364 0 47199 0
[pid=11127] ppid=11125 vsize=78108 CPUtime=42.8 cores=1,3,5,7
/proc/11127/stat : 11127 (lingeling) R 11125 11127 11127 0 -1 4202496 34611 0 0 0 4275 5 0 0 25 0 1 0 538347477 79982592 18697 33554432000 4194304 4352236 140735602195088 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11127/statm: 19527 18697 129 39 0 18607 0
[pid=11128] ppid=11098 vsize=455380 CPUtime=0.05 cores=1,3,5,7
/proc/11128/stat : 11128 (python) S 11098 11098 11061 0 -1 4202560 925 0 0 0 2 3 0 0 18 0 1 0 538347479 466309120 47208 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 3197045562037731592 0 0 17 7 0 0 0
/proc/11128/statm: 113845 47208 370 364 0 49760 0
[pid=11130] ppid=11128 vsize=77364 CPUtime=42.77 cores=1,3,5,7
/proc/11130/stat : 11130 (lingeling) R 11128 11130 11130 0 -1 4202496 34439 0 0 0 4272 5 0 0 25 0 1 0 538347479 79220736 18511 33554432000 4194304 4352236 140733382283120 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11130/statm: 19341 18511 129 39 0 18421 0
[pid=11131] ppid=11098 vsize=465636 CPUtime=0.05 cores=1,3,5,7
/proc/11131/stat : 11131 (python) S 11098 11098 11061 0 -1 4202560 958 0 0 0 3 2 0 0 15 0 1 0 538347481 476811264 47212 33554432000 4194304 5683644 140735531003008 18446744073709551615 218370977350 0 0 16781312 514 5625897538415460616 0 0 17 5 0 0 0
/proc/11131/statm: 116409 47212 370 364 0 52321 0
[pid=11133] ppid=11131 vsize=680872 CPUtime=42.62 cores=1,3,5,7
/proc/11133/stat : 11133 (cryptominisat-2) R 11131 11133 11133 0 -1 4202496 156300 0 0 0 4244 18 0 0 25 0 1 0 538347482 697212928 143541 33554432000 4194304 4677096 140734250678512 18446744073709551615 4323401 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11133/statm: 170218 143541 392 118 0 165177 0
[pid=11134] ppid=11098 vsize=475892 CPUtime=42.38 cores=1,3,5,7
/proc/11134/stat : 11134 (python) S 11098 11098 11061 0 -1 4202560 1103 34528 0 0 24 7 4202 5 16 0 2 0 538347484 487313408 47234 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11134/statm: 118973 47234 388 364 0 54882 0
[pid=11098/tid=11126] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11126/stat : 11126 (python) S 11094 11098 11061 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538347477 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11129] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11129/stat : 11129 (python) S 11094 11098 11061 0 -1 4202560 21 925 0 8 0 0 0 0 25 0 5 0 538347479 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
[pid=11098/tid=11132] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11132/stat : 11132 (python) S 11094 11098 11061 0 -1 4202560 25 925 0 8 0 0 0 0 25 0 5 0 538347482 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 5 0 0 0
[pid=11098/tid=11135] ppid=11094 vsize=486136 CPUtime=0 cores=1,3,5,7
/proc/11098/task/11135/stat : 11135 (python) S 11094 11098 11061 0 -1 4202560 27 925 0 8 0 0 0 0 25 0 5 0 538347484 497803264 48731 33554432000 4194304 5683644 140735531003008 18446744073709551615 218382780849 0 0 16781312 2 18446604460151999488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 309.48
Current children cumulated vsize (KiB) 3164512

Child status: 0
Real time (s): 190.176
CPU time (s): 309.76
CPU user time (s): 308.673
CPU system time (s): 1.08683
CPU usage (%): 162.881
Max. virtual memory (cumulated for all children) (KiB): 3261160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.673
system time used= 1.08683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374823
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19025
involuntary context switches= 2755

runsolver used 0.296954 second user time and 0.735888 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 18:28:17
IDJOB=3317821
IDBENCH=69619
IDSOLVER=1706
FILE ID=node101/3317821-1304267296
RUNJOBID= node101-1304267295-11080
PBS_JOBID= 13173977
Free space on /tmp= 72236 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.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-3317821-1304267296/watcher-3317821-1304267296 -o /tmp/evaluation-result-3317821-1304267296/solver-3317821-1304267296 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317821-1304267296.cnf -seed 2063799985 -budget 4800 -cores 4

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

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=2063799985

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31237692 kB
Buffers:        216056 kB
Cached:        1188720 kB
SwapCached:      23360 kB
Active:         249068 kB
Inactive:      1182204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31237692 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           96428 kB
Writeback:           0 kB
AnonPages:       25084 kB
Mapped:           8652 kB
Slab:           217092 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186632 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= 72172 MiB
End job on node101 at 2011-05-01 18:31:30