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-4512103-1751215617.opb>
5.68/5.76 c original problem has 2723840 variables (2723840 bin, 0 int, 0 cont) and 11664 constraints
5.68/5.76 c problem read in 5.761 seconds
5.68/5.79 c problem without objective
12.75/12.83 c presolving:
28.91/29.03 c (round 1, fast) 3845 del vars, 2 del conss, 0 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
34.69/34.82 c (34.8s) running MILP presolver
94.94/95.22 c (95.2s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
95.74/96.07 c (round 2, medium) 4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
128.64/129.04 c (round 3, exhaustive) 4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 6342 upgd conss, 0 impls, 867623 clqs
540.73/542.37 c (542.3s) probing: 1000/2719483 (0.0%) - 0 fixings, 0 aggregations, 510525 implications, 0 bound changes
541.13/542.72 c (542.7s) probing: 1001/2719483 (0.0%) - 0 fixings, 0 aggregations, 511036 implications, 0 bound changes
541.13/542.72 c (542.7s) probing aborted: 1000/1000 successive useless probings
543.62/545.20 c (545.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
549.90/551.59 c (551.6s) symmetry computation finished: 23 generators found (max: 23, log10 of symmetry group size: 19.47) (symcode time: 4.62)
550.01/551.68 c dynamic symmetry handling statistics:
550.01/551.68 c orbitopal reduction: no components
550.01/551.68 c orbital reduction: 1 components of sizes 23
550.01/551.68 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, 10340, 10458, 10458, 10458
550.01/551.68 c handled 1 out of 1 symmetry components
552.59/554.22 c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
552.59/554.22 c 4357 deleted vars, 11664 deleted constraints, 6342 added constraints, 3333 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
552.59/554.22 c 0 implications, 867623 cliques
552.59/554.22 c presolved problem has 2719483 variables (2719483 bin, 0 int, 0 cont) and 6342 constraints
552.59/554.22 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
552.59/554.22 c 1024 constraints of type <knapsack>
552.59/554.22 c 5318 constraints of type <setppc>
552.59/554.22 c transformed objective value is always integral (scale: 1)
552.59/554.22 c Presolving Time: 542.60
552.59/554.22 c
552.59/554.22 c - non default parameters ----------------------------------------------------------------------
552.59/554.22 c
552.59/554.22 c # SCIP version 10.0.0
552.59/554.22 c
552.59/554.22 c # maximal time in seconds to run
552.59/554.22 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
552.59/554.22 c limits/time = 3596.998011
552.59/554.22 c
552.59/554.22 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
552.59/554.22 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
552.59/554.22 c limits/memory = 27900
552.59/554.22 c
552.59/554.22 c # belongs reading time to solving time?
552.59/554.22 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
552.59/554.22 c timing/reading = TRUE
552.59/554.22 c
552.59/554.22 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
552.59/554.22 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
552.59/554.22 c reading/opbreader/maxintsize = 47
552.59/554.22 c
552.59/554.22 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
552.59/554.22 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
552.59/554.22 c propagating/genvbounds/timingmask = 0
552.59/554.22 c
552.59/554.22 c -----------------------------------------------------------------------------------------------
553.09/554.70 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 (38070 MiB free)
memory of node 1: 64465 MiB (51415 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512103-1751215617/watcher-4512103-1751215617 -o /tmp/evaluation-result-4512103-1751215617/solver-4512103-1751215617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28671 --watchdog 3760 pbsolver -f HOME/instance-4512103-1751215617.opb -t 3600 -m 31000
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
Starting watchdog thread
solver pid=28795, runsolver pid=28792
Current StackSize limit: 8192 KiB
[startup+0.100067 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91529172/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=120600 memory=109056 CPUtime=0.09 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 25312 0 0 0 6 3 0 0 20 0 1 0 37239355 123494400 27264 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 30150 27264 2176 2575 0 27057 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 120600 KiB
Current children cumulated memory: 109056 KiB
[startup+0.205753 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91431520/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=213248 memory=202368 CPUtime=0.2 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 48624 0 0 0 14 6 0 0 20 0 1 0 37239355 218365952 50592 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 53312 50592 2176 2575 0 50219 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 213248 KiB
Current children cumulated memory: 202368 KiB
[startup+0.30544 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91327504/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=305348 memory=292552 CPUtime=0.3 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 70663 0 0 0 21 9 0 0 20 0 1 0 37239355 312676352 73138 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 76337 73138 2176 2575 0 73244 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 305348 KiB
Current children cumulated memory: 292552 KiB
[startup+0.700182 s]
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91140268/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=650308 memory=638652 CPUtime=0.69 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 155154 0 0 0 47 22 0 0 20 0 1 0 37239355 665915392 159663 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 162577 159663 2176 2575 0 159484 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 650308 KiB
Current children cumulated memory: 638652 KiB
[startup+1.50018 s]
/proc/loadavg: 4.08 3.94 4.09 5/264 28796
/proc/meminfo: memFree=90604932/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=1363196 memory=1351672 CPUtime=1.49 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 328296 0 0 0 101 48 0 0 20 0 1 0 37239355 1395912704 337918 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 340799 337918 2176 2575 0 337706 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1363196 KiB
Current children cumulated memory: 1351672 KiB
[startup+3.10547 s]
/proc/loadavg: 4.08 3.94 4.09 5/264 28796
/proc/meminfo: memFree=87516656/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=2735928 memory=2722300 CPUtime=3.09 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 658709 0 0 0 212 97 0 0 20 0 1 0 37239355 2801590272 680575 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 683982 680575 2176 2575 0 680889 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2735928 KiB
Current children cumulated memory: 2722300 KiB
[startup+6.30017 s]
/proc/loadavg: 4.07 3.94 4.09 5/264 28796
/proc/meminfo: memFree=87993820/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=3304748 memory=3273848 CPUtime=6.27 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 806586 0 0 0 505 122 0 0 20 0 1 0 37239355 3384061952 818462 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 826187 818462 2368 2575 0 823094 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3304748 KiB
Current children cumulated memory: 3273848 KiB
[startup+12.7002 s]
/proc/loadavg: 4.07 3.94 4.09 5/264 28796
/proc/meminfo: memFree=83081088/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=6991132 memory=6911404 CPUtime=12.65 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1596380 0 0 0 1023 242 0 0 20 0 1 0 37239355 7158919168 1727851 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 1747783 1727851 2400 2575 0 1744690 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6991132 KiB
Current children cumulated memory: 6911404 KiB
[startup+25.5002 s]
/proc/loadavg: 4.13 3.96 4.09 5/263 28796
/proc/meminfo: memFree=80332156/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=7555420 memory=7471836 CPUtime=25.41 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1732369 0 0 0 2279 262 0 0 20 0 1 0 37239355 7736750080 1867959 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 1888855 1867959 2432 2575 0 1885762 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7555420 KiB
Current children cumulated memory: 7471836 KiB
[startup+51.1058 s]
/proc/loadavg: 4.08 3.96 4.09 5/263 28796
/proc/meminfo: memFree=73469856/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=9498028 memory=9332020 CPUtime=50.96 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1765476 0 0 0 4762 334 0 0 20 0 1 0 37239355 9725980672 2333005 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 2374507 2333005 2496 2575 0 2371414 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 9498028 KiB
Current children cumulated memory: 9332020 KiB
[startup+102.3 s]
/proc/loadavg: 4.36 4.06 4.11 5/264 28801
/proc/meminfo: memFree=69728176/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=8350828 memory=8247788 CPUtime=102.01 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1777471 0 0 0 9857 344 0 0 20 0 1 0 37239355 8551247872 2061947 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 2087707 2061947 2496 2575 0 2084614 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 8350828 KiB
Current children cumulated memory: 8247788 KiB
[startup+162.3 s]
/proc/loadavg: 4.19 4.06 4.11 5/264 28803
/proc/meminfo: memFree=63898444/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12566680 memory=12302404 CPUtime=161.86 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2560824 0 0 0 15713 473 0 0 20 0 1 0 37239355 12868280320 3075601 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3141670 3075601 2592 2575 0 3138577 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 12566680 KiB
Current children cumulated memory: 12302404 KiB
[startup+222.3 s]
/proc/loadavg: 4.11 4.06 4.10 5/265 28806
/proc/meminfo: memFree=63898688/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=221.7 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561398 0 0 0 21697 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB
[startup+282.3 s]
/proc/loadavg: 4.15 4.08 4.10 5/265 28808
/proc/meminfo: memFree=63881028/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=281.54 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561460 0 0 0 27681 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB
[startup+342.3 s]
/proc/loadavg: 4.05 4.06 4.09 5/265 28810
/proc/meminfo: memFree=63835504/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=341.37 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561521 0 0 0 33664 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB
[startup+402.3 s]
/proc/loadavg: 4.14 4.08 4.09 5/264 28814
/proc/meminfo: memFree=63833084/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=401.2 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561643 0 0 0 39647 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB
[startup+462.3 s]
/proc/loadavg: 4.11 4.08 4.09 5/264 28816
/proc/meminfo: memFree=63833672/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=460.99 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561704 0 0 0 45626 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 460.99 s
################
# More data... #
################
[startup+2982.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28952
/proc/meminfo: memFree=57713772/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647844 CPUtime=2971.92 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312169 0 0 0 296410 782 0 0 20 0 1 0 37239355 19113017344 4411961 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411961 2656 2575 0 4663171 0
Current children cumulated CPU time: 2971.92 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647844 KiB
[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/269 28954
/proc/meminfo: memFree=57504692/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647844 CPUtime=3031.69 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312186 0 0 0 302385 784 0 0 20 0 1 0 37239355 19113017344 4411961 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411961 2656 2575 0 4663171 0
Current children cumulated CPU time: 3031.69 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647844 KiB
[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 29092
/proc/meminfo: memFree=111585348/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647972 CPUtime=3091.55 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312202 0 0 0 308370 785 0 0 20 0 1 0 37239355 19113017344 4411993 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411993 2656 2575 0 4663171 0
Current children cumulated CPU time: 3091.55 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647972 KiB
[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 29094
/proc/meminfo: memFree=111587548/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3151.42 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312706 0 0 0 314354 788 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3151.42 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 29096
/proc/meminfo: memFree=111588316/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3211.28 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312733 0 0 0 320338 790 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3211.28 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 29098
/proc/meminfo: memFree=111599148/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3271.15 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312750 0 0 0 326324 791 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3271.15 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 29100
/proc/meminfo: memFree=111572328/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3331.02 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312861 0 0 0 332310 792 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3331.02 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 29106
/proc/meminfo: memFree=111570436/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3390.89 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312888 0 0 0 338295 794 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3390.89 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 29108
/proc/meminfo: memFree=111561196/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3450.76 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313000 0 0 0 344281 795 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3450.76 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 29112
/proc/meminfo: memFree=111553108/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3510.62 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313027 0 0 0 350265 797 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3510.62 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 29114
/proc/meminfo: memFree=111553040/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3570.49 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313035 0 0 0 356251 798 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3570.49 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3611.9 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=111550760/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3600.03 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313156 0 0 0 359204 799 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3612.31 s]
# the end of solver process 28795 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3592.05 s, system=8.3989 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3612 s]*
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3612.2 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3612.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/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): 3612.31
CPU time (s): 3600.45
CPU user time (s): 3592.05
CPU system time (s): 8.3989
CPU usage (%): 99.6715
Max. virtual memory (cumulated for all children) (KiB): 18698156
Max. memory (cumulated for all children) (KiB): 17681348
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.05
system time used= 8.39889
maximum resident set size= 17723888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3313156
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= 4
involuntary context switches= 1235
# summary of solver processes directly reported to runsolver:
# pid: 28795
# total CPU time (s): 3600.45
# total CPU user time (s): 3592.05
# total CPU system time (s): 8.3989
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83319 second user time and 15.8129 second system time
The end