Trace number 4431319

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.06 3608.51

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament50.lin.opb
MD5SUM16979d2f8203ffed07f73a3588d8874c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-599
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3625
Total number of constraints4800
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3130
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 3368
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3368
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c initialize IPBHS solver
0.00/0.04	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.00/0.04	c optimizer = "gurobi"
0.00/0.04	c pbsolver = "roundingsat"
0.00/0.04	c load symmetries from file ""
0.00/0.04	c set time limit for symmetry computation to 100 seconds.
0.00/0.04	c set interchangeable summation variable limit to 3
0.00/0.04	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.04	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.04	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.04	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.04	c set sym generation to 's'
0.00/0.04	c set abstraction set creation to 10 iterations without LB change
0.00/0.04	c set abstraction set inputs to 0
0.00/0.04	c set abstraction set cluster min size to 2
0.00/0.04	c set abstraction set cluster max size to 100000000
0.00/0.04	c set abstraction set cluster activation limit to 2
0.00/0.04	c enable abstraction set require equal cost
0.00/0.04	c set abstraction set assumptions to 0
0.00/0.04	c set abstraction set constraint type to 0
0.00/0.04	c set abstract core extraction strategy to b
0.00/0.04	c set core extraction strategy to 2
0.00/0.04	c set core extraction shuffles 10
0.00/0.04	c set cores per iteration to 5
0.00/0.04	c set optimizer bound usage strategy to 2
0.00/0.04	c set optimizer max non-optimal iterations to 1000
0.00/0.04	c set small core cardinality limit to 2
0.00/0.04	c set max coef in cores to 1000000000
0.00/0.04	c set SIS iterations to 5
0.00/0.04	c set SIS budget abs to 1000
0.00/0.04	c set SIS budget rel to 0.05
0.00/0.04	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.04	c will solve HOME/instance-4431319-1721164621.opb
3600.04/3608.50	HOME/run-glibc-2.34.sh: line 2: 870596 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

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: 63968 MiB (62763 MiB free)
  memory of node 1: 64473 MiB (62442 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=870594, runsolver pid=870591
Current StackSize limit: 8192 KiB


[startup+0.100191 s]*
/proc/loadavg: 4.68 4.29 4.18 5/263 870597
/proc/meminfo: memFree=128191380/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=145996 memory=32620 CPUtime=0.08 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 4171 0 0 0 7 1 0 0 20 0 2 0 168629163 149499904 8155 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 36499 8155 3529 46 0 9094 0
[pid=870596/tid=870597] ppid=870594 vsize=145996 memory=4026561614 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168629165 149499904 8155 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 155924 KiB
Current children cumulated memory: 35396 KiB

[startup+0.206189 s]*
/proc/loadavg: 4.68 4.29 4.18 5/263 870597
/proc/meminfo: memFree=128180416/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=145520 memory=34780 CPUtime=0.19 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 4716 0 0 0 17 2 0 0 20 0 2 0 168629163 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 36380 8695 3989 46 0 8975 0
[pid=870596/tid=870597] ppid=870594 vsize=145520 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168629165 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 155448 KiB
Current children cumulated memory: 37556 KiB

[startup+0.305582 s]*
/proc/loadavg: 4.68 4.29 4.18 5/263 870597
/proc/meminfo: memFree=128206272/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=145520 memory=34780 CPUtime=0.29 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 4718 0 0 0 27 2 0 0 20 0 2 0 168629163 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 36380 8695 3989 46 0 8975 0
[pid=870596/tid=870597] ppid=870594 vsize=145520 memory=-8826983327829355360 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) R 870594 870594 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168629165 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 155448 KiB
Current children cumulated memory: 37556 KiB

[startup+0.700269 s]
/proc/loadavg: 4.68 4.29 4.18 5/263 870597
/proc/meminfo: memFree=128203768/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=145520 memory=34780 CPUtime=0.68 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 4725 0 0 0 65 3 0 0 20 0 2 0 168629163 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 36380 8695 3989 46 0 8975 0
[pid=870596/tid=870597] ppid=870594 vsize=145520 memory=1968 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168629165 149012480 8695 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 155448 KiB
Current children cumulated memory: 37556 KiB

[startup+1.50028 s]
/proc/loadavg: 4.63 4.29 4.18 5/263 870597
/proc/meminfo: memFree=128170180/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=148552 memory=36948 CPUtime=1.47 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 7174 0 0 0 138 9 0 0 20 0 2 0 168629163 152117248 9237 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 37138 9237 4037 46 0 9733 0
[pid=870596/tid=870597] ppid=870594 vsize=148552 memory=11608 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168629165 152117248 9237 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 158480 KiB
Current children cumulated memory: 39724 KiB

[startup+3.10559 s]
/proc/loadavg: 4.63 4.29 4.18 5/263 870597
/proc/meminfo: memFree=127995632/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=157996 memory=48320 CPUtime=3.08 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 11448 0 0 0 278 30 0 0 20 0 2 0 168629163 161787904 12080 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 39499 12080 4037 46 0 12094 0
[pid=870596/tid=870597] ppid=870594 vsize=157996 memory=2776 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 168629165 161787904 12080 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 167924 KiB
Current children cumulated memory: 51096 KiB

[startup+6.30025 s]
/proc/loadavg: 4.58 4.28 4.18 5/263 870597
/proc/meminfo: memFree=127982616/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=169296 memory=60440 CPUtime=6.26 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 19373 0 0 0 582 44 0 0 20 0 2 0 168629163 173359104 15110 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 42324 15110 4037 46 0 14919 0
[pid=870596/tid=870597] ppid=870594 vsize=169296 memory=2776 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 168629165 173359104 15110 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 179224 KiB
Current children cumulated memory: 63216 KiB

[startup+12.7003 s]
/proc/loadavg: 4.53 4.28 4.17 5/263 870600
/proc/meminfo: memFree=127895712/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=189776 memory=79932 CPUtime=12.65 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 37375 0 0 0 1201 64 0 0 20 0 2 0 168629163 194330624 19983 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 47444 19983 4037 46 0 20039 0
[pid=870596/tid=870597] ppid=870594 vsize=189776 memory=2776 CPUtime=0 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 168629165 194330624 19983 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 199704 KiB
Current children cumulated memory: 82708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.45 4.27 4.17 5/263 870601
/proc/meminfo: memFree=127833172/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=201856 memory=86408 CPUtime=25.42 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 55034 0 0 0 2452 90 0 0 20 0 2 0 168629163 206700544 21602 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 50464 21602 4037 46 0 23059 0
[pid=870596/tid=870597] ppid=870594 vsize=201856 memory=81988 CPUtime=0.01 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 168629165 206700544 21602 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 211784 KiB
Current children cumulated memory: 89184 KiB

[startup+51.1057 s]
/proc/loadavg: 4.33 4.26 4.17 5/263 870606
/proc/meminfo: memFree=127563440/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=232304 memory=122216 CPUtime=50.94 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 102203 0 0 0 4943 151 0 0 20 0 2 0 168629163 237879296 30554 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 58076 30554 4053 46 0 30671 0
[pid=870596/tid=870597] ppid=870594 vsize=232304 memory=2776 CPUtime=0.03 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 40 0 0 0 1 2 0 0 20 0 2 0 168629165 237879296 30554 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 242232 KiB
Current children cumulated memory: 124992 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.23 4.17 5/264 870615
/proc/meminfo: memFree=127569996/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=252000 memory=138564 CPUtime=102.02 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 136012 0 0 0 9986 216 0 0 20 0 2 0 168629163 258048000 34641 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 63000 34641 4053 46 0 35595 0
[pid=870596/tid=870597] ppid=870594 vsize=252000 memory=11608 CPUtime=0.06 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 50 0 0 0 2 4 0 0 20 0 2 0 168629165 258048000 34641 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 261928 KiB
Current children cumulated memory: 141340 KiB

[startup+162.3 s]

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

/proc/870596/statm: 80894 53701 4147 46 0 53489 0
[pid=870596/tid=870597] ppid=870594 vsize=323576 memory=2776 CPUtime=2.86 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 171 0 0 0 117 169 0 0 20 0 2 0 168629165 331341824 53701 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3154.73 s
Current children cumulated vsize: 333504 KiB
Current children cumulated memory: 217580 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/268 873037
/proc/meminfo: memFree=123259320/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323576 memory=214844 CPUtime=3214.62 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1323111 0 1 0 319490 1972 0 0 20 0 2 0 168629163 331341824 53711 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80894 53711 4147 46 0 53489 0
[pid=870596/tid=870597] ppid=870594 vsize=323576 memory=2776 CPUtime=2.92 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 173 0 0 0 118 174 0 0 20 0 2 0 168629165 331341824 53711 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3214.62 s
Current children cumulated vsize: 333504 KiB
Current children cumulated memory: 217620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.15 4.10 5/268 873047
/proc/meminfo: memFree=123216256/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323576 memory=214844 CPUtime=3274.5 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1323342 0 1 0 325472 1978 0 0 20 0 2 0 168629163 331341824 53711 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80894 53711 4147 46 0 53489 0
[pid=870596/tid=870597] ppid=870594 vsize=323576 memory=2776 CPUtime=2.98 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 175 0 0 0 120 178 0 0 20 0 2 0 168629165 331341824 53711 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3274.5 s
Current children cumulated vsize: 333504 KiB
Current children cumulated memory: 217620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/267 873057
/proc/meminfo: memFree=123175688/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323576 memory=214908 CPUtime=3334.38 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1325036 0 1 0 331456 1982 0 0 20 0 2 0 168629163 331341824 53727 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80894 53727 4147 46 0 53489 0
[pid=870596/tid=870597] ppid=870594 vsize=323576 memory=2776 CPUtime=3.04 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 177 0 0 0 123 181 0 0 20 0 2 0 168629165 331341824 53727 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3334.38 s
Current children cumulated vsize: 333504 KiB
Current children cumulated memory: 217684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/265 873068
/proc/meminfo: memFree=123135248/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215092 CPUtime=3394.27 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1326247 0 1 0 337441 1986 0 0 20 0 2 0 168629163 331489280 53773 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53773 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=215092 CPUtime=3.1 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 179 0 0 0 125 185 0 0 20 0 2 0 168629165 331489280 53773 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3394.27 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 217868 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/266 873080
/proc/meminfo: memFree=123091284/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215124 CPUtime=3454.14 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1327097 0 1 0 343424 1990 0 0 20 0 2 0 168629163 331489280 53781 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53781 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=215092 CPUtime=3.16 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 181 0 0 0 127 189 0 0 20 0 2 0 168629165 331489280 53781 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3454.14 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 217900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/263 873090
/proc/meminfo: memFree=123050252/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215196 CPUtime=3514.02 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1327346 0 1 0 349408 1994 0 0 20 0 2 0 168629163 331489280 53799 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53799 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=2776 CPUtime=3.21 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 183 0 0 0 129 192 0 0 20 0 2 0 168629165 331489280 53799 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3514.02 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 217972 KiB

[startup+3582.3 s]
/proc/loadavg: 3.55 3.99 4.05 3/246 873164
/proc/meminfo: memFree=126990848/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215260 CPUtime=3573.9 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1329007 0 1 0 355392 1998 0 0 20 0 2 0 168629163 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53815 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=11608 CPUtime=3.26 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 185 0 0 0 131 195 0 0 20 0 2 0 168629165 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3573.9 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 218036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 3.09 3.85 4.00 3/246 873167
/proc/meminfo: memFree=126990908/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215260 CPUtime=3600.04 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1329047 0 1 0 358005 1999 0 0 20 0 2 0 168629163 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53815 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=215260 CPUtime=3.27 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 185 0 0 0 131 196 0 0 20 0 2 0 168629165 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 218036 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3608.51 s]
# the end of solver process 870594 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3580.06 s, system=19.9972 s

Solver just ended.
Sleeping 2 seconds
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3608.5 s]
/proc/loadavg: 3.09 3.85 4.00 3/246 873167
/proc/meminfo: memFree=126990908/131524600 swapFree=131071996/131071996
[pid=870594] ppid=870591 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/870594/stat : 870594 (run-glibc-2.34.) S 870591 870594 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168629163 10166272 694 134679101440 93889406398464 93889407477784 140737292888352 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93889409576240 93889409623428 93889418604544 140737292891071 140737292891228 140737292891228 140737292898243 0
/proc/870594/statm: 2482 694 614 264 0 133 0
[pid=870596] ppid=870594 vsize=323720 memory=215260 CPUtime=3600.04 cores=5,7
/proc/870596/stat : 870596 (ld-linux-x86-64) R 870594 870594 866303 0 -1 4194304 1329047 0 1 0 358005 1999 0 0 20 0 2 0 168629163 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
/proc/870596/statm: 80930 53815 4147 46 0 53525 0
[pid=870596/tid=870597] ppid=870594 vsize=323720 memory=215260 CPUtime=3.27 cores=5,7
/proc/870596/task/870597/stat : 870597 (ld-linux-x86-64) S 870594 870594 866303 0 -1 1077936192 185 0 0 0 131 196 0 0 20 0 2 0 168629165 331489280 53815 134679101440 140018413195264 140018413382876 140732444463136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140018415483776 140018415493224 93825021251584 140732444468055 140732444468219 140732444468219 140732444475314 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 333648 KiB
Current children cumulated memory: 218036 KiB

Child status: 143

Real time (s): 3608.51
CPU time (s): 3600.06
CPU user time (s): 3580.06
CPU system time (s): 19.9972
CPU usage (%): 99.7658
Max. virtual memory (cumulated for all children) (KiB): 645804
Max. memory (cumulated for all children) (KiB): 431608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.06
system time used= 19.9972
maximum resident set size= 430880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1329263
page faults= 1
swaps= 0
block input operations= 168
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357361
involuntary context switches= 3275


# summary of solver processes directly reported to runsolver:
#   pid: 870594
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3580.06
#   total CPU system time (s): 19.9972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48559 second user time and 17.7508 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 23:17:14
IDJOB=4431319
IDBENCH=158503
IDSOLVER=3055
FILE ID=nodeC028/4431319-1721164621
RUNJOBID= nodeC028-1721157371-866316
SLURM_JOB_ID= 7505768
Free space on /tmp= 889936 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament50.lin.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-4431319-1721164621/watcher-4431319-1721164621 -o /tmp/evaluation-result-4431319-1721164621/solver-4431319-1721164621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866316 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431319-1721164621.opb

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

MD5SUM BENCH= 16979d2f8203ffed07f73a3588d8874c
RANDOM SEED=941802353

nodeC028.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	: 0xb00002a
cpu MHz		: 3672.492
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.56
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	: 0xb00002a
cpu MHz		: 3674.202
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.59
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	: 0xb00002a
cpu MHz		: 3599.974
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.56
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	: 0xb00002a
cpu MHz		: 3600.274
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.59
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	: 0xb00002a
cpu MHz		: 3672.469
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.56
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	: 0xb00002a
cpu MHz		: 3664.632
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.59
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	: 0xb00002a
cpu MHz		: 3600.033
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.56
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	: 0xb00002a
cpu MHz		: 3678.682
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128211628 kB
MemAvailable:   129035444 kB
Buffers:          420856 kB
Cached:          1239928 kB
SwapCached:            0 kB
Active:           797272 kB
Inactive:        1922912 kB
Active(anon):       1576 kB
Inactive(anon):  1095248 kB
Active(file):     795696 kB
Inactive(file):   827664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41876 kB
Writeback:            48 kB
AnonPages:       1055108 kB
Mapped:           122152 kB
Shmem:             37720 kB
KReclaimable:      80556 kB
Slab:             184360 kB
SReclaimable:      80556 kB
SUnreclaim:       103804 kB
KernelStack:        4156 kB
PageTables:        11508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1311512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62528 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889984 MiB
End job on nodeC028 at 2024-07-17 00:17:22