0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-4544657-1753218975.opb>
0.40/0.44 c original problem has 17122 variables (17122 bin, 0 int, 0 impl, 0 cont) and 210847 constraints
0.40/0.44 c problem read in 0.44
0.40/0.44 c No objective function, only one solution is needed.
0.68/0.76 c presolving:
1.18/1.29 c (1.3s) running MILP presolver
1.88/1.92 c (1.9s) MILP presolver found nothing
2.38/2.41 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 2912 chg coeffs, 210847 upgd conss, 0 impls, 25480 clqs
2.58/2.66 c (round 2, medium) 0 del vars, 2912 del conss, 28392 add conss, 0 chg bounds, 0 chg sides, 2912 chg coeffs, 210847 upgd conss, 0 impls, 53872 clqs
2.98/3.06 c (round 3, exhaustive) 0 del vars, 34216 del conss, 31304 add conss, 0 chg bounds, 0 chg sides, 2912 chg coeffs, 210847 upgd conss, 0 impls, 53872 clqs
8.26/8.34 c (8.3s) probing: 1000/17122 (5.8%) - 0 fixings, 0 aggregations, 85459 implications, 0 bound changes
8.26/8.35 c (8.3s) probing: 1001/17122 (5.8%) - 0 fixings, 0 aggregations, 85500 implications, 0 bound changes
8.26/8.35 c (8.3s) probing aborted: 1000/1000 successive useless probings
8.26/8.35 c (8.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
9.45/9.53 c (9.5s) symmetry computation finished: 14 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.82)
9.45/9.56 c dynamic symmetry handling statistics:
9.45/9.56 c orbitopal reduction: no components
9.45/9.56 c orbital reduction: 1 components of sizes 14
9.45/9.56 c lexicographic reduction: 14 permutations with support sizes 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 17024
9.45/9.56 c handled 1 out of 1 symmetry components
9.65/9.71 c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
9.65/9.71 c 0 deleted vars, 34216 deleted constraints, 31304 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 2912 changed coefficients
9.65/9.71 c 0 implications, 139372 cliques
9.65/9.71 c presolved problem has 17122 variables (17122 bin, 0 int, 0 impl, 0 cont) and 207935 constraints
9.65/9.71 c 25480 constraints of type <setppc>
9.65/9.71 c 2912 constraints of type <and>
9.65/9.71 c 179543 constraints of type <logicor>
9.65/9.71 c transformed objective value is always integral (scale: 1)
9.65/9.71 c Presolving Time: 8.96
9.65/9.71 c - non default parameters ----------------------------------------------------------------------
9.65/9.71 c # SCIP version 10.0.0
9.65/9.71 c
9.65/9.71 c # maximal time in seconds to run
9.65/9.71 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
9.65/9.71 c limits/time = 3596.997026
9.65/9.71 c
9.65/9.71 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.65/9.71 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
9.65/9.71 c limits/memory = 27900
9.65/9.71 c
9.65/9.71 c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
9.65/9.71 c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
9.65/9.71 c limits/solutions = 1
9.65/9.71 c
9.65/9.71 c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
9.65/9.71 c # [type: int, advanced: FALSE, range: [0,7], default: 7]
9.65/9.71 c misc/usesymmetry = 3
9.65/9.71 c
9.65/9.71 c # belongs reading time to solving time?
9.65/9.71 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
9.65/9.71 c timing/reading = TRUE
9.65/9.71 c
9.65/9.71 c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
9.65/9.71 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
9.65/9.71 c propagating/symmetry/detectdoublelex = FALSE
9.65/9.71 c
9.65/9.71 c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
9.65/9.71 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
9.65/9.71 c propagating/symmetry/detectsubgroups = FALSE
9.65/9.71 c
9.65/9.71 c # Type of symmetries that shall be computed?
9.65/9.71 c # [type: int, advanced: TRUE, range: [0,1], default: 0]
9.65/9.71 c propagating/symmetry/symtype = 1
9.65/9.71 c
9.65/9.71 c # Should components consisting of a single full reflection be handled?
9.65/9.71 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
9.65/9.71 c propagating/symmetry/usesimplesgncomp = FALSE
9.65/9.71 c
9.65/9.71 c -----------------------------------------------------------------------------------------------
9.65/9.71 c start solving
9.65/9.72 c
42.87/43.03 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
42.87/43.03 c 43.0s| 1 | 0 | 60407 | - | 675M | 0 | 17k| 208k| 210k| 0 | 0 | 145 | 0 | 0.000000e+00 | -- | Inf | unknown
129.74/130.14 c 130s| 1 | 0 |160818 | - | 710M | 0 | 17k| 208k| 212k|2000 | 1 | 146 | 0 | 0.000000e+00 | -- | Inf | unknown
178.64/179.16 c 179s| 1 | 0 |195917 | - | 720M | 0 | 17k| 208k| 214k|4000 | 2 | 147 | 0 | 0.000000e+00 | -- | Inf | unknown
223.83/224.46 c 224s| 1 | 0 |223302 | - | 724M | 0 | 17k| 208k| 216k|5582 | 3 | 148 | 0 | 0.000000e+00 | -- | Inf | unknown
276.70/277.46 c 277s| 1 | 0 |251213 | - | 774M | 0 | 17k| 208k| 218k|7175 | 4 | 149 | 0 | 0.000000e+00 | -- | Inf | unknown
296.15/296.98 c 297s| 1 | 0 |270474 | - | 774M | 0 | 17k| 208k| 218k|8024 | 5 | 150 | 0 | 0.000000e+00 | -- | Inf | unknown
361.08/362.03 c 362s| 1 | 0 |289770 | - | 776M | 0 | 17k| 208k| 219k|9028 | 6 | 151 | 0 | 0.000000e+00 | -- | Inf | unknown
532.88/534.38 c 534s| 1 | 0 |319152 | - | 814M | 0 | 17k| 208k| 220k|9787 | 7 | 152 | 0 | 0.000000e+00 | -- | Inf | unknown
676.28/678.12 c 678s| 1 | 0 |344294 | - | 849M | 0 | 17k| 208k| 221k| 10k| 8 | 153 | 0 | 0.000000e+00 | -- | Inf | unknown
792.15/794.32 c 794s| 1 | 0 |363691 | - | 873M | 0 | 17k| 208k| 221k| 10k| 9 | 154 | 0 | 0.000000e+00 | -- | Inf | unknown
931.92/934.53 c 935s| 1 | 0 |385837 | - | 899M | 0 | 17k| 208k| 221k| 11k| 10 | 155 | 0 | 0.000000e+00 | -- | Inf | unknown
1094.87/1097.95 c 1098s| 1 | 0 |409591 | - | 929M | 0 | 17k| 208k| 222k| 11k| 11 | 157 | 0 | 0.000000e+00 | -- | Inf | unknown
2259.21/2265.21 c 2265s| 1 | 2 |557244 | - | 930M | 0 | 17k| 208k| 222k| 11k| 11 | 181 | 19 | 0.000000e+00 | -- | Inf | unknown
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: 63665 MiB (62060 MiB free)
memory of node 1: 64507 MiB (61094 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544657-1753218975/watcher-4544657-1753218975 -o /tmp/evaluation-result-4544657-1753218975/solver-4544657-1753218975 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753209881-195250 --watchdog 3760 pbscip -f HOME/instance-4544657-1753218975.opb -t 3600 -j 2 -m 31000
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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
Current StackSize limit: 8192 KiB
solver pid=197376, runsolver pid=197373
[startup+0.100059 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=126070240/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=80184 memory=52096 CPUtime=0.09 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 10114 0 0 0 8 1 0 0 20 0 1 0 237577744 82108416 13024 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 20046 13024 3232 3530 0 11497 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 80184 KiB
Current children cumulated memory: 52096 KiB
[startup+0.205927 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=126037984/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=107384 memory=78848 CPUtime=0.2 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 16816 0 0 0 17 3 0 0 20 0 1 0 237577744 109961216 19712 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 26846 19712 3232 3530 0 18297 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107384 KiB
Current children cumulated memory: 78848 KiB
[startup+0.305746 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=126013544/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=134644 memory=105984 CPUtime=0.3 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 23594 0 0 0 26 4 0 0 20 0 1 0 237577744 137875456 26496 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 33661 26496 3232 3530 0 25112 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 134644 KiB
Current children cumulated memory: 105984 KiB
[startup+0.70018 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=125928240/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=315780 memory=287544 CPUtime=0.68 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 69381 0 0 0 57 11 0 0 20 0 1 0 237577744 323358720 71886 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 78945 71886 3520 3530 0 70396 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 315780 KiB
Current children cumulated memory: 287544 KiB
[startup+1.50018 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=125766960/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=520028 memory=488128 CPUtime=1.48 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 97759 0 0 0 129 19 0 0 20 0 1 0 237577744 532508672 122032 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 130007 122032 3712 3530 0 121458 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 520028 KiB
Current children cumulated memory: 488128 KiB
[startup+3.10563 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=125519768/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=521204 memory=489924 CPUtime=3.08 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 128561 0 0 0 284 24 0 0 20 0 1 0 237577744 533712896 122481 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 130301 122481 3744 3530 0 121752 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 521204 KiB
Current children cumulated memory: 489924 KiB
[startup+6.30016 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 197377
/proc/meminfo: memFree=125513168/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=521204 memory=490052 CPUtime=6.27 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 128567 0 0 0 603 24 0 0 20 0 1 0 237577744 533712896 122513 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 130301 122513 3776 3530 0 121752 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 521204 KiB
Current children cumulated memory: 490052 KiB
[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 197378
/proc/meminfo: memFree=125260196/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=847104 memory=812532 CPUtime=12.65 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 170691 0 0 0 1232 33 0 0 20 0 1 0 237577744 867434496 203133 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 211776 203133 3968 3530 0 203227 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 847104 KiB
Current children cumulated memory: 812532 KiB
[startup+25.5002 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 197378
/proc/meminfo: memFree=125212024/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=847104 memory=813556 CPUtime=25.41 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 170952 0 0 0 2508 33 0 0 20 0 1 0 237577744 867434496 203389 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 211776 203389 3968 3530 0 203227 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 847104 KiB
Current children cumulated memory: 813556 KiB
[startup+51.1056 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 197378
/proc/meminfo: memFree=125098884/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=850024 memory=815732 CPUtime=50.94 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 171477 0 0 0 5061 33 0 0 20 0 1 0 237577744 870424576 203933 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 212506 203933 3968 3530 0 203957 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 850024 KiB
Current children cumulated memory: 815732 KiB
[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 197387
/proc/meminfo: memFree=124832436/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=887168 memory=852432 CPUtime=102.01 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 180160 0 0 0 10167 34 0 0 20 0 1 0 237577744 908460032 213108 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 221792 213108 3968 3530 0 213243 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 887168 KiB
Current children cumulated memory: 852432 KiB
[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 197434
/proc/meminfo: memFree=125234064/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=948436 memory=913488 CPUtime=161.88 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 183714 0 0 0 16152 36 0 0 20 0 1 0 237577744 971198464 228372 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 237109 228372 3968 3530 0 228560 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 948436 KiB
Current children cumulated memory: 913488 KiB
[startup+222.3 s]
/proc/loadavg: 4.34 4.15 4.11 5/264 197436
/proc/meminfo: memFree=125205680/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=955200 memory=920280 CPUtime=221.73 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 184903 0 0 0 22137 36 0 0 20 0 1 0 237577744 978124800 230070 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 238800 230070 3968 3530 0 230251 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 955200 KiB
Current children cumulated memory: 920280 KiB
[startup+282.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/265 197451
/proc/meminfo: memFree=125144444/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1044788 memory=987332 CPUtime=281.59 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 190516 0 0 0 28121 38 0 0 20 0 1 0 237577744 1069862912 246833 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 261197 246833 3968 3530 0 252648 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 1044788 KiB
Current children cumulated memory: 987332 KiB
[startup+342.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/265 197453
/proc/meminfo: memFree=125144548/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1046584 memory=991428 CPUtime=341.44 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 191587 0 0 0 34106 38 0 0 20 0 1 0 237577744 1071702016 247857 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 261646 247857 3968 3530 0 253097 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 1046584 KiB
Current children cumulated memory: 991428 KiB
[startup+402.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 197455
/proc/meminfo: memFree=125128300/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1081776 memory=1005444 CPUtime=401.29 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 194729 0 0 0 40090 39 0 0 20 0 1 0 237577744 1107738624 251361 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 270444 251361 3968 3530 0 261895 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 1081776 KiB
Current children cumulated memory: 1005444 KiB
[startup+462.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/264 197457
/proc/meminfo: memFree=125124316/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1090228 memory=1013084 CPUtime=461.1 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 195653 0 0 0 46071 39 0 0 20 0 1 0 237577744 1116393472 253271 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 272557 253271 3968 3530 0 264008 0
################
# More data... #
################
Current children cumulated memory: 1310972 KiB
[startup+2862.3 s]
/proc/loadavg: 1.04 1.09 1.50 2/246 197689
/proc/meminfo: memFree=127283772/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1439808 memory=1310972 CPUtime=2854.87 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258243 0 0 0 285436 51 0 0 20 0 1 0 237577744 1474363392 327743 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 359952 327743 4000 3530 0 351403 0
Current children cumulated CPU time: 2854.87 s
Current children cumulated vsize: 1439808 KiB
Current children cumulated memory: 1310972 KiB
[startup+2922.3 s]
/proc/loadavg: 1.12 1.11 1.47 2/246 197691
/proc/meminfo: memFree=127283832/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1439808 memory=1310972 CPUtime=2914.72 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258247 0 0 0 291421 51 0 0 20 0 1 0 237577744 1474363392 327743 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 359952 327743 4000 3530 0 351403 0
Current children cumulated CPU time: 2914.72 s
Current children cumulated vsize: 1439808 KiB
Current children cumulated memory: 1310972 KiB
[startup+2982.3 s]
/proc/loadavg: 1.10 1.10 1.45 2/244 197693
/proc/meminfo: memFree=127283864/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1439808 memory=1310972 CPUtime=2974.58 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258249 0 0 0 297407 51 0 0 20 0 1 0 237577744 1474363392 327743 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 359952 327743 4000 3530 0 351403 0
Current children cumulated CPU time: 2974.58 s
Current children cumulated vsize: 1439808 KiB
Current children cumulated memory: 1310972 KiB
[startup+3042.3 s]
/proc/loadavg: 1.08 1.09 1.42 2/244 197695
/proc/meminfo: memFree=127283960/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1439808 memory=1310972 CPUtime=3034.44 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258558 0 0 0 303393 51 0 0 20 0 1 0 237577744 1474363392 327743 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 359952 327743 4000 3530 0 351403 0
Current children cumulated CPU time: 3034.44 s
Current children cumulated vsize: 1439808 KiB
Current children cumulated memory: 1310972 KiB
[startup+3102.3 s]
/proc/loadavg: 1.09 1.09 1.40 2/244 197697
/proc/meminfo: memFree=127285188/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1439808 memory=1310972 CPUtime=3094.31 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258616 0 0 0 309380 51 0 0 20 0 1 0 237577744 1474363392 327743 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 359952 327743 4000 3530 0 351403 0
Current children cumulated CPU time: 3094.31 s
Current children cumulated vsize: 1439808 KiB
Current children cumulated memory: 1310972 KiB
[startup+3162.3 s]
/proc/loadavg: 1.08 1.09 1.38 2/245 197706
/proc/meminfo: memFree=127334988/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3154.17 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258627 0 0 0 315366 51 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3154.17 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3222.3 s]
/proc/loadavg: 1.15 1.10 1.36 2/245 197708
/proc/meminfo: memFree=127335256/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3214.04 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258630 0 0 0 321353 51 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3214.04 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3282.3 s]
/proc/loadavg: 1.05 1.08 1.34 2/245 197710
/proc/meminfo: memFree=127335352/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3273.91 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 258991 0 0 0 327339 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3273.91 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3342.3 s]
/proc/loadavg: 1.06 1.08 1.32 2/245 197712
/proc/meminfo: memFree=127336344/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3333.78 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259005 0 0 0 333326 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3333.78 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3402.3 s]
/proc/loadavg: 1.12 1.09 1.31 2/245 197714
/proc/meminfo: memFree=127335184/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3393.64 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259007 0 0 0 339312 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3393.64 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3462.3 s]
/proc/loadavg: 1.10 1.09 1.29 2/246 197717
/proc/meminfo: memFree=127334804/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3453.49 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259011 0 0 0 345297 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3453.49 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3522.3 s]
/proc/loadavg: 1.11 1.09 1.27 2/247 197721
/proc/meminfo: memFree=127340608/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3513.34 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259016 0 0 0 351282 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3513.34 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
[startup+3582.3 s]
/proc/loadavg: 1.09 1.08 1.26 2/248 197724
/proc/meminfo: memFree=127341700/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3573.21 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259363 0 0 0 357269 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3573.21 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3609.2 s]
/proc/loadavg: 1.13 1.09 1.26 2/248 197725
/proc/meminfo: memFree=127340724/131250000 swapFree=33008868/33010684
[pid=197376] ppid=197373 vsize=1377076 memory=1248468 CPUtime=3600.06 cores=0,2
/proc/197376/stat : 197376 (pbscip) R 197373 197376 195240 0 -1 4194304 259363 0 0 0 359954 52 0 0 20 0 1 0 237577744 1410125824 312117 18446744073709551615 4235264 18693293 140728856885552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56442880 140728856889735 140728856889834 140728856889834 140728856895438 0
/proc/197376/statm: 344269 312117 4000 3530 0 335720 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1377076 KiB
Current children cumulated memory: 1248468 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3609.21 s]
# the end of solver process 197376 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3599.54 s, system=0.527537 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 3609.21
CPU time (s): 3600.07
CPU user time (s): 3599.54
CPU system time (s): 0.527537
CPU usage (%): 99.7468
Max. virtual memory (cumulated for all children) (KiB): 1439808
Max. memory (cumulated for all children) (KiB): 1310972
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.54
system time used= 0.527537
maximum resident set size= 1310972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259363
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= 98
involuntary context switches= 4584
# summary of solver processes directly reported to runsolver:
# pid: 197376
# total CPU time (s): 3600.07
# total CPU user time (s): 3599.54
# total CPU system time (s): 0.527537
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.71663 second user time and 15.3785 second system time
The end