Trace number 4431045

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.05 3605.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUM89d4e33f1fc4516d7db076f434bf527f
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 benchmark72
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2431
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
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.09/0.13	c initialize IPBHS solver
0.09/0.13	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.09/0.13	c optimizer = "gurobi"
0.09/0.13	c pbsolver = "roundingsat"
0.09/0.13	c load symmetries from file ""
0.09/0.13	c set time limit for symmetry computation to 100 seconds.
0.09/0.13	c set interchangeable summation variable limit to 3
0.09/0.13	c find symmetric cores by applying each permutation and add them to optimizer
0.09/0.13	c set abs symmetric core budget per WCE-iteration to 100
0.09/0.13	c set rel symmetric core budget per WCE-iteration to 0
0.09/0.13	c set lit symmetric core budget per WCE-iteration to 0
0.09/0.13	c set sym generation to 's'
0.09/0.13	c set abstraction set creation to 10 iterations without LB change
0.09/0.13	c set abstraction set inputs to 0
0.09/0.13	c set abstraction set cluster min size to 2
0.09/0.13	c set abstraction set cluster max size to 100000000
0.09/0.13	c set abstraction set cluster activation limit to 2
0.09/0.13	c enable abstraction set require equal cost
0.09/0.13	c set abstraction set assumptions to 0
0.09/0.13	c set abstraction set constraint type to 0
0.09/0.13	c set abstract core extraction strategy to b
0.09/0.13	c set core extraction strategy to 2
0.09/0.13	c set core extraction shuffles 10
0.09/0.13	c set cores per iteration to 5
0.09/0.13	c set optimizer bound usage strategy to 2
0.09/0.13	c set optimizer max non-optimal iterations to 1000
0.09/0.13	c set small core cardinality limit to 2
0.09/0.13	c set max coef in cores to 1000000000
0.09/0.13	c set SIS iterations to 5
0.09/0.13	c set SIS budget abs to 1000
0.09/0.13	c set SIS budget rel to 0.05
0.09/0.13	c limit for coefficient in constraints and objective to 9223372036854775807
0.09/0.13	c will solve HOME/instance-4431045-1721102208.opb
3600.04/3605.40	HOME/run-glibc-2.34.sh: line 2: 829543 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: 64096 MiB (62509 MiB free)
  memory of node 1: 64473 MiB (63369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431045-1721102208/watcher-4431045-1721102208 -o /tmp/evaluation-result-4431045-1721102208/solver-4431045-1721102208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824961 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431045-1721102208.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=829541, runsolver pid=829538
Current StackSize limit: 8192 KiB


[startup+0.105125 s]*
/proc/loadavg: 4.27 4.18 4.19 6/251 829544
/proc/meminfo: memFree=128879296/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=142448 memory=28524 CPUtime=0.09 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 3118 0 0 0 8 1 0 0 20 0 2 0 162376663 145866752 7131 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 35612 7131 2756 46 0 8207 0
[pid=829543/tid=829544] ppid=829541 vsize=142448 memory=4026561614 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376671 145866752 7131 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 152376 KiB
Current children cumulated memory: 31256 KiB

[startup+0.213125 s]*
/proc/loadavg: 4.27 4.18 4.19 5/251 829544
/proc/meminfo: memFree=128873500/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=30268 CPUtime=0.18 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 3903 0 0 0 17 1 0 0 20 0 2 0 162376663 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 7567 2756 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 33000 KiB

[startup+0.312123 s]*
/proc/loadavg: 4.27 4.18 4.19 5/251 829544
/proc/meminfo: memFree=128876064/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=30268 CPUtime=0.27 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 3903 0 0 0 25 2 0 0 20 0 2 0 162376663 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 7567 2756 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=-8824455563565884005 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 33000 KiB

[startup+0.700229 s]
/proc/loadavg: 4.27 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128875868/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=30268 CPUtime=0.64 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 3903 0 0 0 61 3 0 0 20 0 2 0 162376663 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 7567 2756 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=5496 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 33000 KiB

[startup+1.50036 s]
/proc/loadavg: 4.27 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128873660/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=30268 CPUtime=1.44 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 3903 0 0 0 139 5 0 0 20 0 2 0 162376663 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 7567 2756 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=12720 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 7567 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 33000 KiB

[startup+3.11216 s]
/proc/loadavg: 4.27 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128871860/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=33692 CPUtime=3.05 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 4724 0 0 0 298 7 0 0 20 0 2 0 162376663 147578880 8423 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 8423 3596 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=2732 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 8423 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 36424 KiB

[startup+6.30035 s]
/proc/loadavg: 4.25 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128852948/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=33692 CPUtime=6.23 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 5532 0 0 0 611 12 0 0 20 0 2 0 162376663 147578880 8423 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 8423 3596 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=2732 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 8423 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 36424 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.19 4.19 5/251 829547
/proc/meminfo: memFree=128837404/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=35740 CPUtime=12.62 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 7765 0 0 0 1240 22 0 0 20 0 2 0 162376663 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 8935 3596 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=2732 CPUtime=0 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 2 0 162376671 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 38472 KiB

[startup+25.5004 s]
/proc/loadavg: 4.32 4.20 4.20 5/251 829548
/proc/meminfo: memFree=128843264/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=35740 CPUtime=25.4 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 10052 0 0 0 2502 38 0 0 20 0 2 0 162376663 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 8935 3596 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=35740 CPUtime=0.02 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 22 0 0 0 1 1 0 0 20 0 2 0 162376671 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 38472 KiB

[startup+51.1129 s]
/proc/loadavg: 4.21 4.18 4.19 5/251 829553
/proc/meminfo: memFree=128843924/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=144120 memory=35740 CPUtime=50.99 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 13933 0 0 0 5029 70 0 0 20 0 2 0 162376663 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36030 8935 3596 46 0 8625 0
[pid=829543/tid=829544] ppid=829541 vsize=144120 memory=2732 CPUtime=0.04 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 34 0 0 0 1 3 0 0 20 0 2 0 162376671 147578880 8935 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 154048 KiB
Current children cumulated memory: 38472 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/253 829731
/proc/meminfo: memFree=128838816/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=147248 memory=38520 CPUtime=102.1 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 18331 0 0 0 10096 114 0 0 20 0 2 0 162376663 150781952 9630 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 36812 9630 3596 46 0 9407 0
[pid=829543/tid=829544] ppid=829541 vsize=147248 memory=12720 CPUtime=0.09 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 43 0 0 0 3 6 0 0 20 0 2 0 162376671 150781952 9630 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 157176 KiB
Current children cumulated memory: 41252 KiB

[startup+162.3 s]

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

/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=5476 CPUtime=3.45 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 154 0 0 0 109 236 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3097.5 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 3.93 4.00 4/240 831417
/proc/meminfo: memFree=128740084/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92068 CPUtime=3157.43 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172315 0 0 0 314659 1084 0 0 20 0 2 0 162376663 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=2732 CPUtime=3.52 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 156 0 0 0 112 240 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3157.43 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3222.3 s]
/proc/loadavg: 3.94 3.94 4.00 4/242 831431
/proc/meminfo: memFree=128739476/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92068 CPUtime=3217.36 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172368 0 0 0 320640 1096 0 0 20 0 2 0 162376663 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=43132 CPUtime=3.59 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 158 0 0 0 114 245 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3217.36 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3282.3 s]
/proc/loadavg: 3.40 3.79 3.94 4/242 831441
/proc/meminfo: memFree=128739116/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92068 CPUtime=3277.3 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172424 0 0 0 326622 1108 0 0 20 0 2 0 162376663 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=92068 CPUtime=3.66 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 160 0 0 0 117 249 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3277.3 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3342.3 s]
/proc/loadavg: 3.22 3.66 3.89 4/242 831452
/proc/meminfo: memFree=128738800/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92068 CPUtime=3337.23 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172491 0 0 0 332604 1119 0 0 20 0 2 0 162376663 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=43132 CPUtime=3.74 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 162 0 0 0 120 254 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3337.23 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.55 3.83 4/242 831462
/proc/meminfo: memFree=128738556/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92068 CPUtime=3397.15 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172561 0 0 0 338587 1128 0 0 20 0 2 0 162376663 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23017 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=92068 CPUtime=3.8 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 164 0 0 0 122 258 0 0 20 0 2 0 162376671 219475968 23017 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3397.15 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94800 KiB

[startup+3462.3 s]
/proc/loadavg: 3.09 3.46 3.78 4/242 831472
/proc/meminfo: memFree=128735580/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92072 CPUtime=3457.09 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172689 0 0 0 344570 1139 0 0 20 0 2 0 162376663 219475968 23018 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23018 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=92068 CPUtime=3.88 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 166 0 0 0 125 263 0 0 20 0 2 0 162376671 219475968 23018 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3457.09 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94804 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.39 3.74 4/242 831867
/proc/meminfo: memFree=128735200/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214332 memory=92136 CPUtime=3517.02 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 172923 0 0 0 350554 1148 0 0 20 0 2 0 162376663 219475968 23034 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53583 23034 3596 46 0 26178 0
[pid=829543/tid=829544] ppid=829541 vsize=214332 memory=12320 CPUtime=3.95 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 168 0 0 0 127 268 0 0 20 0 2 0 162376671 219475968 23034 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3517.02 s
Current children cumulated vsize: 224260 KiB
Current children cumulated memory: 94868 KiB

[startup+3582.3 s]
/proc/loadavg: 3.22 3.38 3.71 5/242 831878
/proc/meminfo: memFree=128732536/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214892 memory=94580 CPUtime=3576.96 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 173571 0 0 0 356537 1159 0 0 20 0 2 0 162376663 220049408 23645 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53723 23645 3596 46 0 26318 0
[pid=829543/tid=829544] ppid=829541 vsize=214892 memory=2164 CPUtime=4.02 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 170 0 0 0 129 273 0 0 20 0 2 0 162376671 220049408 23645 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3576.96 s
Current children cumulated vsize: 224820 KiB
Current children cumulated memory: 97312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.4 s]
/proc/loadavg: 3.13 3.35 3.69 3/233 831912
/proc/meminfo: memFree=128984200/131655788 swapFree=131071996/131071996
[pid=829541] ppid=829538 vsize=9928 memory=2732 CPUtime=0 cores=5,7
/proc/829541/stat : 829541 (run-glibc-2.34.) S 829538 829541 824948 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 162376663 10166272 683 134679101440 94586150559744 94586151639064 140727897286768 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94586153737520 94586153784708 94586165686272 140727897293759 140727897293916 140727897293916 140727897300931 0
/proc/829541/statm: 2482 683 603 264 0 133 0
[pid=829543] ppid=829541 vsize=214892 memory=94580 CPUtime=3600.04 cores=5,7
/proc/829543/stat : 829543 (ld-linux-x86-64) R 829541 829541 824948 0 -1 4194304 173762 0 0 0 358839 1165 0 0 20 0 2 0 162376663 220049408 23645 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
/proc/829543/statm: 53723 23645 3596 46 0 26318 0
[pid=829543/tid=829544] ppid=829541 vsize=214892 memory=5096 CPUtime=4.05 cores=5,7
/proc/829543/task/829544/stat : 829544 (ld-linux-x86-64) S 829541 829541 824948 0 -1 1077936192 173 0 0 0 130 275 0 0 20 0 2 0 162376671 220049408 23645 134679101440 139894653640704 139894653828316 140723354583152 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139894655929216 139894655938664 93825019219968 140723354587991 140723354588155 140723354588155 140723354595250 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 224820 KiB
Current children cumulated memory: 97312 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3588.4 s, system=11.653 s

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

Child status: 143

Real time (s): 3605.41
CPU time (s): 3600.05
CPU user time (s): 3588.4
CPU system time (s): 11.653
CPU usage (%): 99.8516
Max. virtual memory (cumulated for all children) (KiB): 225284
Max. memory (cumulated for all children) (KiB): 97340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.4
system time used= 11.653
maximum resident set size= 95648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173977
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= 353538
involuntary context switches= 1584


# summary of solver processes directly reported to runsolver:
#   pid: 829541
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3588.4
#   total CPU system time (s): 11.653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5797 second user time and 36.1547 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 05:57:00
IDJOB=4431045
IDBENCH=147695
IDSOLVER=3055
FILE ID=nodeC004/4431045-1721102208
RUNJOBID= nodeC004-1721095002-824961
SLURM_JOB_ID= 7505602
Free space on /tmp= 723656 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.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-4431045-1721102208/watcher-4431045-1721102208 -o /tmp/evaluation-result-4431045-1721102208/solver-4431045-1721102208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824961 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431045-1721102208.opb

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

MD5SUM BENCH= 89d4e33f1fc4516d7db076f434bf527f
RANDOM SEED=1049068640

nodeC004.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		: 1197.307
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	: 6984.29
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		: 3669.871
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.37
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		: 1397.015
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	: 6984.29
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		: 1197.497
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.37
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		: 3503.503
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	: 6984.29
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		: 1197.739
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.37
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.404
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	: 6984.29
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		: 1396.858
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128903708 kB
MemAvailable:   129753104 kB
Buffers:          401908 kB
Cached:          1284196 kB
SwapCached:            0 kB
Active:           724916 kB
Inactive:        1490876 kB
Active(anon):       3368 kB
Inactive(anon):   563692 kB
Active(file):     721548 kB
Inactive(file):   927184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            128056 kB
Writeback:            64 kB
AnonPages:        527052 kB
Mapped:           119988 kB
Shmem:             37700 kB
KReclaimable:      81724 kB
Slab:             177140 kB
SReclaimable:      81724 kB
SUnreclaim:        95416 kB
KernelStack:        4044 kB
PageTables:        10484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1003300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52000 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723700 MiB
End job on nodeC004 at 2024-07-16 06:57:06