Trace number 4431125

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 NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.02 3603.61

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUMe3f6e03fc0c8fc921c0242da7dc19bcf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark191.711
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.54/0.69	c initialize IPBHS solver
0.54/0.69	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.54/0.69	c optimizer = "gurobi"
0.54/0.69	c pbsolver = "roundingsat"
0.54/0.69	c load symmetries from file ""
0.54/0.69	c set time limit for symmetry computation to 100 seconds.
0.54/0.69	c set interchangeable summation variable limit to 3
0.54/0.69	c find symmetric cores by applying each permutation and add them to optimizer
0.54/0.69	c set abs symmetric core budget per WCE-iteration to 100
0.54/0.69	c set rel symmetric core budget per WCE-iteration to 0
0.54/0.69	c set lit symmetric core budget per WCE-iteration to 0
0.54/0.69	c set sym generation to 's'
0.54/0.69	c set abstraction set creation to 10 iterations without LB change
0.54/0.69	c set abstraction set inputs to 0
0.54/0.69	c set abstraction set cluster min size to 2
0.54/0.69	c set abstraction set cluster max size to 100000000
0.54/0.69	c set abstraction set cluster activation limit to 2
0.54/0.69	c enable abstraction set require equal cost
0.54/0.69	c set abstraction set assumptions to 0
0.54/0.69	c set abstraction set constraint type to 0
0.54/0.69	c set abstract core extraction strategy to b
0.54/0.69	c set core extraction strategy to 2
0.54/0.69	c set core extraction shuffles 10
0.54/0.69	c set cores per iteration to 5
0.54/0.69	c set optimizer bound usage strategy to 2
0.54/0.69	c set optimizer max non-optimal iterations to 1000
0.54/0.69	c set small core cardinality limit to 2
0.54/0.69	c set max coef in cores to 1000000000
0.54/0.69	c set SIS iterations to 5
0.54/0.69	c set SIS budget abs to 1000
0.54/0.69	c set SIS budget rel to 0.05
0.54/0.69	c limit for coefficient in constraints and objective to 9223372036854775807
0.54/0.69	c will solve HOME/instance-4431125-1721111734.opb

Verifier Data

ERROR: no interpretation found !

Watcher Data

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: 64059 MiB (62844 MiB free)
  memory of node 1: 64510 MiB (59754 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431125-1721111734/watcher-4431125-1721111734 -o /tmp/evaluation-result-4431125-1721111734/solver-4431125-1721111734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840469 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431125-1721111734.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=843146, runsolver pid=843143
Current StackSize limit: 8192 KiB


[startup+0.100308 s]*
/proc/loadavg: 4.06 4.09 4.10 7/248 843148
/proc/meminfo: memFree=125526644/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=92644 memory=11924 CPUtime=0.09 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 2013 0 0 0 8 1 0 0 20 0 1 0 163331474 94867456 2981 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 23161 2981 1626 46 0 3776 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102572 KiB
Current children cumulated memory: 14644 KiB

[startup+0.216317 s]*
/proc/loadavg: 4.06 4.09 4.10 5/248 843148
/proc/meminfo: memFree=125514148/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=97112 memory=17564 CPUtime=0.19 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 3353 0 0 0 15 4 0 0 20 0 1 0 163331474 99442688 4391 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 24278 4391 1722 46 0 4893 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 107040 KiB
Current children cumulated memory: 20284 KiB

[startup+0.313307 s]*
/proc/loadavg: 4.06 4.09 4.10 5/248 843148
/proc/meminfo: memFree=125506024/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=100352 memory=21524 CPUtime=0.27 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 4314 0 0 0 20 7 0 0 20 0 1 0 163331474 102760448 5381 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 25088 5381 1722 46 0 5703 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 110280 KiB
Current children cumulated memory: 24244 KiB

[startup+0.700314 s]
/proc/loadavg: 4.06 4.09 4.10 5/249 843149
/proc/meminfo: memFree=125459236/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=182328 memory=67328 CPUtime=0.63 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 13718 0 0 0 50 13 0 0 20 0 2 0 163331474 186703872 16832 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 45798 16832 2688 46 0 18393 0
[pid=843148/tid=843149] ppid=843146 vsize=184632 memory=449 CPUtime=0 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163331514 189063168 16832 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 192256 KiB
Current children cumulated memory: 70048 KiB

[startup+1.50044 s]
/proc/loadavg: 4.06 4.09 4.10 5/250 843150
/proc/meminfo: memFree=125360140/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=188432 memory=74588 CPUtime=1.43 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 16003 0 0 0 124 19 0 0 20 0 2 0 163331474 192954368 18647 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 47108 18647 2934 46 0 19703 0
[pid=843148/tid=843149] ppid=843146 vsize=188432 memory=67328 CPUtime=0 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163331514 192954368 18647 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 198360 KiB
Current children cumulated memory: 77308 KiB

[startup+3.11273 s]
/proc/loadavg: 4.05 4.09 4.10 5/250 843150
/proc/meminfo: memFree=125297052/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=191152 memory=81388 CPUtime=3.04 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 21997 0 0 0 278 26 0 0 20 0 2 0 163331474 195739648 20347 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 47788 20347 3773 46 0 20383 0
[pid=843148/tid=843149] ppid=843146 vsize=191152 memory=164 CPUtime=0 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 163331514 195739648 20347 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 201080 KiB
Current children cumulated memory: 84108 KiB

[startup+6.30036 s]
/proc/loadavg: 4.05 4.09 4.10 5/250 843150
/proc/meminfo: memFree=125280592/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=202752 memory=89032 CPUtime=6.23 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 27354 0 0 0 595 28 0 0 20 0 2 0 163331474 207618048 22258 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 50688 22258 3773 46 0 23283 0
[pid=843148/tid=843149] ppid=843146 vsize=202752 memory=2720 CPUtime=0 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 163331514 207618048 22258 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 212680 KiB
Current children cumulated memory: 91752 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.10 4.11 5/249 843152
/proc/meminfo: memFree=125230272/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=214428 memory=99272 CPUtime=12.62 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 41152 0 0 0 1233 29 0 0 20 0 2 0 163331474 219574272 24818 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 53607 24818 3773 46 0 26202 0
[pid=843148/tid=843149] ppid=843146 vsize=214428 memory=12440 CPUtime=0.01 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 14 0 0 0 1 0 0 0 20 0 2 0 163331514 219574272 24818 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 224356 KiB
Current children cumulated memory: 101992 KiB

[startup+25.5005 s]
/proc/loadavg: 4.18 4.12 4.11 5/249 843154
/proc/meminfo: memFree=125193016/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=233396 memory=110372 CPUtime=25.4 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 66733 0 0 0 2505 35 0 0 20 0 2 0 163331474 238997504 27593 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 58349 27593 3773 46 0 30944 0
[pid=843148/tid=843149] ppid=843146 vsize=233396 memory=2720 CPUtime=0.02 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 22 0 0 0 1 1 0 0 20 0 2 0 163331514 238997504 27593 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 243324 KiB
Current children cumulated memory: 113092 KiB

[startup+51.1128 s]
/proc/loadavg: 4.12 4.11 4.11 5/249 843158
/proc/meminfo: memFree=125136968/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=233396 memory=120612 CPUtime=50.98 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 109398 0 0 0 5051 47 0 0 20 0 2 0 163331474 238997504 30153 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 58349 30153 3773 46 0 30944 0
[pid=843148/tid=843149] ppid=843146 vsize=233396 memory=12440 CPUtime=0.05 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 37 0 0 0 2 3 0 0 20 0 2 0 163331514 238997504 30153 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 243324 KiB
Current children cumulated memory: 123332 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.12 4.11 5/249 843167
/proc/meminfo: memFree=125074716/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=264216 memory=145460 CPUtime=102.12 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 141580 0 0 0 10150 62 0 0 20 0 2 0 163331474 270557184 36365 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 66054 36365 3773 46 0 38649 0
[pid=843148/tid=843149] ppid=843146 vsize=264216 memory=2720 CPUtime=0.12 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 47 0 0 0 5 7 0 0 20 0 2 0 163331514 270557184 36365 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 274144 KiB
Current children cumulated memory: 148180 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.13 4.11 5/249 843178
/proc/meminfo: memFree=125023040/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=314880 memory=163624 CPUtime=162.07 cores=4,6

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

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.16 5/250 844782
/proc/meminfo: memFree=126665336/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=641040 memory=412708 CPUtime=3159.14 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1416043 0 0 0 314740 1174 0 0 20 0 2 0 163331474 656424960 103177 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160260 103177 3773 46 0 132855 0
[pid=843148/tid=843149] ppid=843146 vsize=641040 memory=412708 CPUtime=4.25 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 228 0 0 0 152 273 0 0 20 0 2 0 163331514 656424960 103177 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3159.14 s
Current children cumulated vsize: 650968 KiB
Current children cumulated memory: 415428 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.14 4.16 5/252 844963
/proc/meminfo: memFree=126660072/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=641040 memory=412708 CPUtime=3219.08 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1474268 0 0 0 320717 1191 0 0 20 0 2 0 163331474 656424960 103177 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160260 103177 3773 46 0 132855 0
[pid=843148/tid=843149] ppid=843146 vsize=641040 memory=412708 CPUtime=4.32 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 230 0 0 0 155 277 0 0 20 0 2 0 163331514 656424960 103177 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3219.08 s
Current children cumulated vsize: 650968 KiB
Current children cumulated memory: 415428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/252 844974
/proc/meminfo: memFree=126650648/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=641200 memory=412868 CPUtime=3279 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1511726 0 0 0 326689 1211 0 0 20 0 2 0 163331474 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160300 103217 3773 46 0 132895 0
[pid=843148/tid=843149] ppid=843146 vsize=641200 memory=12440 CPUtime=4.4 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 232 0 0 0 157 283 0 0 20 0 2 0 163331514 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3279 s
Current children cumulated vsize: 651128 KiB
Current children cumulated memory: 415588 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.15 5/253 845042
/proc/meminfo: memFree=126649092/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=641200 memory=412868 CPUtime=3338.95 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1563683 0 0 0 332662 1233 0 0 20 0 2 0 163331474 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160300 103217 3773 46 0 132895 0
[pid=843148/tid=843149] ppid=843146 vsize=641200 memory=2720 CPUtime=4.48 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 234 0 0 0 159 289 0 0 20 0 2 0 163331514 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3338.95 s
Current children cumulated vsize: 651128 KiB
Current children cumulated memory: 415588 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/253 845053
/proc/meminfo: memFree=126644640/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=641200 memory=412868 CPUtime=3398.9 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1620584 0 0 0 338639 1251 0 0 20 0 2 0 163331474 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160300 103217 3773 46 0 132895 0
[pid=843148/tid=843149] ppid=843146 vsize=641200 memory=2720 CPUtime=4.56 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 236 0 0 0 162 294 0 0 20 0 2 0 163331514 656588800 103217 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3398.9 s
Current children cumulated vsize: 651128 KiB
Current children cumulated memory: 415588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/253 845063
/proc/meminfo: memFree=126628112/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=642004 memory=428008 CPUtime=3458.84 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1656511 0 0 0 344613 1271 0 0 20 0 2 0 163331474 657412096 107002 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160501 107002 3773 46 0 133096 0
[pid=843148/tid=843149] ppid=843146 vsize=642004 memory=2720 CPUtime=4.64 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 238 0 0 0 165 299 0 0 20 0 2 0 163331514 657412096 107002 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3458.84 s
Current children cumulated vsize: 651932 KiB
Current children cumulated memory: 430728 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/252 845074
/proc/meminfo: memFree=126617712/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=642004 memory=428008 CPUtime=3518.77 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1710096 0 0 0 350587 1290 0 0 20 0 2 0 163331474 657412096 107002 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160501 107002 3773 46 0 133096 0
[pid=843148/tid=843149] ppid=843146 vsize=642004 memory=7752838492480380061 CPUtime=4.71 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 240 0 0 0 167 304 0 0 20 0 2 0 163331514 657412096 107002 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3518.77 s
Current children cumulated vsize: 651932 KiB
Current children cumulated memory: 430728 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/252 845085
/proc/meminfo: memFree=126587392/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=642172 memory=428176 CPUtime=3578.71 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1745991 0 0 0 356561 1310 0 0 20 0 2 0 163331474 657584128 107044 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160543 107044 3773 46 0 133138 0
[pid=843148/tid=843149] ppid=843146 vsize=642172 memory=12676 CPUtime=4.8 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 242 0 0 0 171 309 0 0 20 0 2 0 163331514 657584128 107044 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3578.71 s
Current children cumulated vsize: 652100 KiB
Current children cumulated memory: 430896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.6 s]
/proc/loadavg: 4.13 4.11 4.13 5/251 845091
/proc/meminfo: memFree=126583320/131655788 swapFree=131071996/131071996
[pid=843146] ppid=843143 vsize=9928 memory=2720 CPUtime=0 cores=4,6
/proc/843146/stat : 843146 (run-glibc-2.34.) S 843143 843146 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163331474 10166272 680 134679101440 94487548563456 94487549642776 140731398780064 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94487551741232 94487551788420 94487559372800 140731398788031 140731398788188 140731398788188 140731398795203 0
/proc/843146/statm: 2482 680 599 264 0 133 0
[pid=843148] ppid=843146 vsize=642172 memory=428176 CPUtime=3600 cores=4,6
/proc/843148/stat : 843148 (ld-linux-x86-64) R 843146 843146 840458 0 -1 4194304 1751903 0 0 0 358685 1315 0 0 20 0 2 0 163331474 657584128 107044 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
/proc/843148/statm: 160543 107044 3773 46 0 133138 0
[pid=843148/tid=843149] ppid=843146 vsize=642172 memory=43032 CPUtime=4.82 cores=4,6
/proc/843148/task/843149/stat : 843149 (ld-linux-x86-64) S 843146 843146 840458 0 -1 1077936192 242 0 0 0 171 311 0 0 20 0 2 0 163331514 657584128 107044 134679101440 140275421655040 140275421842652 140735912719760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140275423943552 140275423953000 93825016348672 140735912727383 140735912727547 140735912727547 140735912734642 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 652100 KiB
Current children cumulated memory: 430896 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3603.61 s]
# the end of solver process 843146 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001352 s, system=0.002684 s

[startup+3603.61 s]
# the end of solver process 843148 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3586.86 s, system=13.1601 s
# this solver process was not waited by its parent and was adopted by runsolver

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): 3603.61
CPU time (s): 3600.02
CPU user time (s): 3586.86
CPU system time (s): 13.1601
CPU usage (%): 99.9003
Max. virtual memory (cumulated for all children) (KiB): 652100
Max. memory (cumulated for all children) (KiB): 430896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.86
system time used= 13.1601
maximum resident set size= 428176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1752108
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= 354209
involuntary context switches= 2150


# summary of solver processes directly reported to runsolver:
#   pid: 843146,843148
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3586.86
#   total CPU system time (s): 13.1601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9049 second user time and 36.8302 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 08:35:46
IDJOB=4431125
IDBENCH=148187
IDSOLVER=3055
FILE ID=nodeC002/4431125-1721111734
RUNJOBID= nodeC002-1721108140-840469
SLURM_JOB_ID= 7505639
Free space on /tmp= 723636 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431125-1721111734/watcher-4431125-1721111734 -o /tmp/evaluation-result-4431125-1721111734/solver-4431125-1721111734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840469 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431125-1721111734.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= e3f6e03fc0c8fc921c0242da7dc19bcf
RANDOM SEED=231424779

nodeC002.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3515.005
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3433.408
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.265
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1302.619
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3440.121
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3670.870
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.315
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125541924 kB
MemAvailable:   127149268 kB
Buffers:          421776 kB
Cached:          2011992 kB
SwapCached:            0 kB
Active:           731324 kB
Inactive:        4813992 kB
Active(anon):       2748 kB
Inactive(anon):  3146848 kB
Active(file):     728576 kB
Inactive(file):  1667144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             89272 kB
Writeback:            32 kB
AnonPages:       3106256 kB
Mapped:           120932 kB
Shmem:             37704 kB
KReclaimable:     103308 kB
Slab:             202468 kB
SReclaimable:     103308 kB
SUnreclaim:        99160 kB
KernelStack:        3912 kB
PageTables:        15404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3748760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723612 MiB
End job on nodeC002 at 2024-07-16 09:35:51