0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c External libraries:
0.00/0.00 c SoPlex 8.0.0 Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00 c CppAD 20180000.0 Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00 c AMPL/MP 4.0.0 AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00 c PaPILO 3.0.0 parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00 c bliss 0.77 Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00 c sassy 2.0 Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00 c
0.00/0.00 c reading problem <HOME/instance-4512067-1751215068.opb>
5.67/5.74 c original problem has 2771456 variables (2771456 bin, 0 int, 0 cont) and 11850 constraints
5.67/5.74 c problem read in 5.742 seconds
5.67/5.77 c problem without objective
12.55/12.61 c presolving:
32.58/32.76 c (round 1, fast) 3916 del vars, 2 del conss, 0 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945927 clqs
38.46/38.60 c (38.6s) running MILP presolver
106.57/106.96 c (106.9s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
107.46/107.81 c (round 2, medium) 4428 del vars, 11850 del conss, 6435 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945927 clqs
143.39/143.99 c (round 3, exhaustive) 4428 del vars, 11850 del conss, 6435 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 6435 upgd conss, 0 impls, 947289 clqs
568.94/571.02 c (571.0s) probing: 1000/2767028 (0.0%) - 0 fixings, 0 aggregations, 510613 implications, 0 bound changes
569.34/571.43 c (571.4s) probing: 1001/2767028 (0.0%) - 0 fixings, 0 aggregations, 511124 implications, 0 bound changes
569.34/571.43 c (571.4s) probing aborted: 1000/1000 successive useless probings
572.03/574.12 c (574.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
578.71/580.82 c (580.8s) symmetry computation finished: 23 generators found (max: 23, log10 of symmetry group size: 19.47) (symcode time: 4.82)
578.81/580.91 c dynamic symmetry handling statistics:
578.81/580.91 c orbitopal reduction: no components
578.81/580.91 c orbital reduction: 1 components of sizes 23
578.81/580.91 c lexicographic reduction: 23 permutations with support sizes 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 10522, 10624, 10624, 10624
578.81/580.91 c handled 1 out of 1 symmetry components
581.40/583.52 c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
581.40/583.52 c 4428 deleted vars, 11850 deleted constraints, 6435 added constraints, 3404 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
581.40/583.52 c 0 implications, 947289 cliques
581.40/583.52 c presolved problem has 2767028 variables (2767028 bin, 0 int, 0 cont) and 6435 constraints
581.40/583.52 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
581.40/583.52 c 1024 constraints of type <knapsack>
581.40/583.52 c 5411 constraints of type <setppc>
581.40/583.52 c transformed objective value is always integral (scale: 1)
581.40/583.52 c Presolving Time: 572.03
581.40/583.52 c
581.40/583.52 c - non default parameters ----------------------------------------------------------------------
581.40/583.52 c
581.40/583.52 c # SCIP version 10.0.0
581.40/583.52 c
581.40/583.52 c # maximal time in seconds to run
581.40/583.52 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
581.40/583.52 c limits/time = 3596.998023
581.40/583.52 c
581.40/583.52 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
581.40/583.52 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
581.40/583.52 c limits/memory = 27900
581.40/583.52 c
581.40/583.52 c # belongs reading time to solving time?
581.40/583.52 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
581.40/583.52 c timing/reading = TRUE
581.40/583.52 c
581.40/583.52 c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
581.40/583.52 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
581.40/583.52 c reading/opbreader/maxintsize = 47
581.40/583.52 c
581.40/583.52 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
581.40/583.52 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
581.40/583.52 c propagating/genvbounds/timingmask = 0
581.40/583.52 c
581.40/583.52 c -----------------------------------------------------------------------------------------------
581.90/584.05 c
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
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.
NUMA information:
number of nodes: 2
memory of node 0: 63708 MiB (62483 MiB free)
memory of node 1: 64465 MiB (63411 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512067-1751215068/watcher-4512067-1751215068 -o /tmp/evaluation-result-4512067-1751215068/solver-4512067-1751215068 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28669 --watchdog 3760 pbsolver -f HOME/instance-4512067-1751215068.opb -t 3600 -m 31000
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28726, runsolver pid=28723
Current StackSize limit: 8192 KiB
[startup+0.100067 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=128530508/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=127960 memory=116480 CPUtime=0.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 27167 0 0 0 5 4 0 0 20 0 1 0 37184401 131031040 29120 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 31990 29120 2176 2575 0 28897 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 127960 KiB
Current children cumulated memory: 116480 KiB
[startup+0.205725 s]*
/proc/loadavg: 0.80 2.95 4.09 6/265 28727
/proc/meminfo: memFree=128136380/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=226052 memory=215168 CPUtime=0.2 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 51816 0 0 0 13 7 0 0 20 0 1 0 37184401 231477248 53792 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 56513 53792 2176 2575 0 53420 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 226052 KiB
Current children cumulated memory: 215168 KiB
[startup+0.305623 s]*
/proc/loadavg: 0.80 2.95 4.09 6/265 28727
/proc/meminfo: memFree=127766444/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=316852 memory=305076 CPUtime=0.3 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 73791 0 0 0 19 11 0 0 20 0 1 0 37184401 324456448 76269 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 79213 76269 2176 2575 0 76120 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 316852 KiB
Current children cumulated memory: 305076 KiB
[startup+0.70018 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=127060716/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=678440 memory=666892 CPUtime=0.69 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 162187 0 0 0 45 24 0 0 20 0 1 0 37184401 694722560 166723 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 169610 166723 2176 2575 0 166517 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 678440 KiB
Current children cumulated memory: 666892 KiB
[startup+1.50018 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=125242412/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=1418888 memory=1407292 CPUtime=1.48 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 342201 0 0 0 97 51 0 0 20 0 1 0 37184401 1452941312 351823 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 354722 351823 2176 2575 0 351629 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1418888 KiB
Current children cumulated memory: 1407292 KiB
[startup+3.10568 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=118809592/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=2783660 memory=2771308 CPUtime=3.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 670423 0 0 0 207 102 0 0 20 0 1 0 37184401 2850467840 692827 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 695915 692827 2176 2575 0 692822 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2783660 KiB
Current children cumulated memory: 2771308 KiB
[startup+6.30017 s]
/proc/loadavg: 1.44 3.02 4.10 5/265 28727
/proc/meminfo: memFree=115782112/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=3417424 memory=3383988 CPUtime=6.27 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 832575 0 0 0 498 129 0 0 20 0 1 0 37184401 3499442176 845997 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 854356 845997 2368 2575 0 851263 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3417424 KiB
Current children cumulated memory: 3383988 KiB
[startup+12.7002 s]
/proc/loadavg: 1.73 3.05 4.11 5/265 28727
/proc/meminfo: memFree=102852220/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=7103956 memory=7023160 CPUtime=12.65 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1624309 0 0 0 1011 254 0 0 20 0 1 0 37184401 7274450944 1755790 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 1775989 1755790 2400 2575 0 1772896 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 7103956 KiB
Current children cumulated memory: 7023160 KiB
[startup+25.5002 s]
/proc/loadavg: 2.08 3.09 4.11 5/265 28727
/proc/meminfo: memFree=100379184/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=7631268 memory=7546328 CPUtime=25.4 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1751001 0 0 0 2268 272 0 0 20 0 1 0 37184401 7814418432 1886582 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 1907817 1886582 2432 2575 0 1904724 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 7631268 KiB
Current children cumulated memory: 7546328 KiB
[startup+51.1058 s]
/proc/loadavg: 2.91 3.19 4.11 5/265 28727
/proc/meminfo: memFree=93170468/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=9676952 memory=9511600 CPUtime=50.94 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1799291 0 0 0 4748 346 0 0 20 0 1 0 37184401 9909198848 2377900 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2419238 2377900 2496 2575 0 2416145 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 9676952 KiB
Current children cumulated memory: 9511600 KiB
[startup+102.3 s]
/proc/loadavg: 3.63 3.35 4.11 5/265 28729
/proc/meminfo: memFree=96393552/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=9136160 memory=9024832 CPUtime=101.98 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1807326 0 0 0 9843 355 0 0 20 0 1 0 37184401 9355427840 2256208 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2284040 2256208 2496 2575 0 2280947 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 9136160 KiB
Current children cumulated memory: 9024832 KiB
[startup+162.3 s]
/proc/loadavg: 3.92 3.48 4.10 5/265 28732
/proc/meminfo: memFree=83739292/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=11887496 memory=11692896 CPUtime=161.74 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2593257 0 0 0 15703 471 0 0 20 0 1 0 37184401 12172795904 2923224 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2971874 2923224 2560 2575 0 2968781 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 11887496 KiB
Current children cumulated memory: 11692896 KiB
[startup+222.3 s]
/proc/loadavg: 4.01 3.60 4.10 5/265 28734
/proc/meminfo: memFree=82065312/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=221.53 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603500 0 0 0 21665 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB
[startup+282.3 s]
/proc/loadavg: 4.06 3.69 4.09 5/265 28737
/proc/meminfo: memFree=82066432/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=281.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603563 0 0 0 27643 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB
[startup+342.3 s]
/proc/loadavg: 4.07 3.76 4.09 5/265 28741
/proc/meminfo: memFree=82065964/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=341.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603625 0 0 0 33621 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB
[startup+402.3 s]
/proc/loadavg: 4.13 3.84 4.09 5/265 28743
/proc/meminfo: memFree=82065740/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=400.87 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603687 0 0 0 39599 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 400.87 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB
[startup+462.3 s]
/proc/loadavg: 4.05 3.87 4.09 5/264 28747
/proc/meminfo: memFree=79679168/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=460.64 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603780 0 0 0 45576 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
################
# More data... #
################
/proc/meminfo: memFree=57749396/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=2911.42 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364786 0 0 0 290364 778 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 2911.42 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+2982.3 s]
/proc/loadavg: 4.47 4.23 4.13 5/264 28921
/proc/meminfo: memFree=57750768/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=2971.12 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364814 0 0 0 296333 779 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 2971.12 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3042.3 s]
/proc/loadavg: 4.29 4.23 4.14 5/264 28925
/proc/meminfo: memFree=57748676/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3030.86 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364840 0 0 0 302305 781 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3030.86 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3102.3 s]
/proc/loadavg: 4.19 4.20 4.13 5/264 28927
/proc/meminfo: memFree=57750160/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3090.58 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364865 0 0 0 308275 783 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3090.58 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3162.3 s]
/proc/loadavg: 4.13 4.18 4.13 5/263 28929
/proc/meminfo: memFree=57747972/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3150.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365124 0 0 0 314246 785 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3150.31 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.13 5/263 28931
/proc/meminfo: memFree=57738840/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3210.01 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365153 0 0 0 320214 787 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3210.01 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 28933
/proc/meminfo: memFree=57738504/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3269.71 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365181 0 0 0 326183 788 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3269.71 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3342.3 s]
/proc/loadavg: 4.08 4.14 4.12 5/264 28938
/proc/meminfo: memFree=57740156/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3329.41 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365190 0 0 0 332153 788 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3329.41 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3402.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 28940
/proc/meminfo: memFree=57735200/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3389.14 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365215 0 0 0 338124 790 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3389.14 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/266 28946
/proc/meminfo: memFree=57737888/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3448.86 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365221 0 0 0 344096 790 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3448.86 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3522.3 s]
/proc/loadavg: 4.04 4.11 4.10 5/269 28952
/proc/meminfo: memFree=57716368/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3508.59 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365756 0 0 0 350067 792 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3508.59 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57629028/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3568.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365783 0 0 0 356038 793 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3568.31 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3614.2 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=93494636/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3600.08 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365807 0 0 0 359213 795 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3614.64 s]
# the end of solver process 28726 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3592.14 s, system=8.39802 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3614.41 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=96669528/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3614.6 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=96669528/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child ended because it received signal 15 (SIGTERM)
Real time (s): 3614.64
CPU time (s): 3600.54
CPU user time (s): 3592.14
CPU system time (s): 8.39802
CPU usage (%): 99.6098
Max. virtual memory (cumulated for all children) (KiB): 19232664
Max. memory (cumulated for all children) (KiB): 18102204
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.14
system time used= 8.39802
maximum resident set size= 18147980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3365807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2559
# summary of solver processes directly reported to runsolver:
# pid: 28726
# total CPU time (s): 3600.54
# total CPU user time (s): 3592.14
# total CPU system time (s): 8.39802
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3532 second user time and 16.1956 second system time
The end