Trace number 4431093

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.07 3606.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMb97b9bf3767749854a32fccedb37d823
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark4.63488
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
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.09	c initialize IPBHS solver
0.00/0.09	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.09	c optimizer = "gurobi"
0.00/0.09	c pbsolver = "roundingsat"
0.00/0.09	c load symmetries from file ""
0.00/0.09	c set time limit for symmetry computation to 100 seconds.
0.00/0.09	c set interchangeable summation variable limit to 3
0.00/0.09	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.09	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.09	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.09	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.09	c set sym generation to 's'
0.00/0.09	c set abstraction set creation to 10 iterations without LB change
0.00/0.09	c set abstraction set inputs to 0
0.00/0.09	c set abstraction set cluster min size to 2
0.00/0.09	c set abstraction set cluster max size to 100000000
0.00/0.09	c set abstraction set cluster activation limit to 2
0.00/0.09	c enable abstraction set require equal cost
0.00/0.09	c set abstraction set assumptions to 0
0.00/0.09	c set abstraction set constraint type to 0
0.00/0.09	c set abstract core extraction strategy to b
0.00/0.09	c set core extraction strategy to 2
0.00/0.09	c set core extraction shuffles 10
0.00/0.09	c set cores per iteration to 5
0.00/0.09	c set optimizer bound usage strategy to 2
0.00/0.09	c set optimizer max non-optimal iterations to 1000
0.00/0.09	c set small core cardinality limit to 2
0.00/0.09	c set max coef in cores to 1000000000
0.00/0.09	c set SIS iterations to 5
0.00/0.09	c set SIS budget abs to 1000
0.00/0.09	c set SIS budget rel to 0.05
0.00/0.09	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.09	c will solve HOME/instance-4431093-1721054346.opb

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62092 MiB free)
  memory of node 1: 64473 MiB (62556 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=847575, runsolver pid=847572

[startup+0.100082 s]*
/proc/loadavg: 4.16 4.29 4.17 6/263 847578
/proc/meminfo: memFree=127611208/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=156020 memory=39084 CPUtime=0.09 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 6860 0 0 0 8 1 0 0 20 0 2 0 157602721 159764480 9771 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 39005 9771 2688 46 0 11600 0
[pid=847577/tid=847578] ppid=847575 vsize=156020 memory=4026561614 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) R 847575 847575 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157602726 159764480 9771 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 165948 KiB
Current children cumulated memory: 41808 KiB

[startup+0.205671 s]*
/proc/loadavg: 4.16 4.29 4.17 5/263 847578
/proc/meminfo: memFree=127606092/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=158124 memory=41608 CPUtime=0.19 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 7579 0 0 0 17 2 0 0 20 0 2 0 157602721 161918976 10402 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 39531 10402 2688 46 0 12126 0
[pid=847577/tid=847578] ppid=847575 vsize=158124 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157602726 161918976 10402 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 168052 KiB
Current children cumulated memory: 44332 KiB

[startup+0.305561 s]*
/proc/loadavg: 4.16 4.29 4.17 5/263 847578
/proc/meminfo: memFree=127598528/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=168084 memory=52020 CPUtime=0.29 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 9066 0 0 0 26 3 0 0 20 0 2 0 157602721 172118016 13005 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 42021 13005 3444 46 0 14616 0
[pid=847577/tid=847578] ppid=847575 vsize=168084 memory=-8825016297265849443 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157602726 172118016 13005 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 178012 KiB
Current children cumulated memory: 54744 KiB

[startup+0.700227 s]
/proc/loadavg: 4.16 4.29 4.17 5/263 847578
/proc/meminfo: memFree=127582560/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=186152 memory=70500 CPUtime=0.69 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) D 847575 847575 812359 0 -1 4194304 13158 0 1 0 65 4 0 0 20 0 2 0 157602721 190619648 17625 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 46538 17625 4026 46 0 19133 0
[pid=847577/tid=847578] ppid=847575 vsize=186152 memory=1900 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157602726 190619648 17625 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 196080 KiB
Current children cumulated memory: 73224 KiB

[startup+1.50026 s]
/proc/loadavg: 4.16 4.29 4.17 5/263 847578
/proc/meminfo: memFree=127582976/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=187416 memory=73304 CPUtime=1.49 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 14326 0 2 0 137 12 0 0 20 0 2 0 157602721 191913984 18326 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 46854 18326 4057 46 0 19449 0
[pid=847577/tid=847578] ppid=847575 vsize=187416 memory=11396 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157602726 191913984 18326 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 197344 KiB
Current children cumulated memory: 76028 KiB

[startup+3.10552 s]
/proc/loadavg: 4.14 4.29 4.17 5/263 847578
/proc/meminfo: memFree=127525868/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=223652 memory=95636 CPUtime=3.08 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 30222 0 2 0 279 29 0 0 20 0 2 0 157602721 229019648 23909 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 55913 23909 4057 46 0 28508 0
[pid=847577/tid=847578] ppid=847575 vsize=223652 memory=2724 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 157602726 229019648 23909 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 233580 KiB
Current children cumulated memory: 98360 KiB

[startup+6.30026 s]
/proc/loadavg: 4.14 4.29 4.17 5/264 847580
/proc/meminfo: memFree=127488984/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=230792 memory=103820 CPUtime=6.28 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 37851 0 2 0 537 91 0 0 20 0 2 0 157602721 236331008 25955 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 57698 25955 4057 46 0 30293 0
[pid=847577/tid=847578] ppid=847575 vsize=230792 memory=2724 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 157602726 236331008 25955 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 240720 KiB
Current children cumulated memory: 106544 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.28 4.17 5/264 847580
/proc/meminfo: memFree=127443484/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=252284 memory=123420 CPUtime=12.67 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 59845 0 2 0 1111 156 0 0 20 0 2 0 157602721 258338816 30855 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 63071 30855 4057 46 0 35666 0
[pid=847577/tid=847578] ppid=847575 vsize=252284 memory=2724 CPUtime=0 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 157602726 258338816 30855 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 262212 KiB
Current children cumulated memory: 126144 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.27 4.17 5/264 847583
/proc/meminfo: memFree=127342604/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=298804 memory=161400 CPUtime=25.45 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 92029 0 2 0 2323 222 0 0 20 0 2 0 157602721 305975296 40350 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 74701 40350 4057 46 0 47296 0
[pid=847577/tid=847578] ppid=847575 vsize=298804 memory=153448 CPUtime=0.01 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 25 0 0 0 0 1 0 0 20 0 2 0 157602726 305975296 40350 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 308732 KiB
Current children cumulated memory: 164124 KiB

[startup+51.1057 s]
/proc/loadavg: 4.05 4.25 4.16 5/264 847778
/proc/meminfo: memFree=127770508/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=334084 memory=180988 CPUtime=51.02 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 146164 0 2 0 4811 291 0 0 20 0 2 0 157602721 342102016 45247 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 83521 45247 4057 46 0 56116 0
[pid=847577/tid=847578] ppid=847575 vsize=334084 memory=2724 CPUtime=0.04 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 37 0 0 0 1 3 0 0 20 0 2 0 157602726 342102016 45247 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 344012 KiB
Current children cumulated memory: 183712 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.22 4.16 5/265 848126
/proc/meminfo: memFree=127310184/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=393996 memory=252620 CPUtime=102.09 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 217581 0 2 0 9750 459 0 0 20 0 2 0 157602721 403451904 63155 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 98499 63155 4057 46 0 71094 0
[pid=847577/tid=847578] ppid=847575 vsize=393996 memory=2724 CPUtime=0.09 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 45 0 0 0 3 6 0 0 20 0 2 0 157602726 403451904 63155 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 403924 KiB
Current children cumulated memory: 255344 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/267 849873
/proc/meminfo: memFree=124817540/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1334508 memory=1053148 CPUtime=3157.05 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2304314 0 2 0 312283 3422 0 0 20 0 2 0 157602721 1366536192 263287 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 333627 263287 4057 46 0 306222 0
[pid=847577/tid=847578] ppid=847575 vsize=1334508 memory=2724 CPUtime=3.44 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 191 0 0 0 127 217 0 0 20 0 2 0 157602726 1366536192 263287 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3157.05 s
Current children cumulated vsize: 1344436 KiB
Current children cumulated memory: 1055872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/267 849883
/proc/meminfo: memFree=124619208/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1570180 memory=1185816 CPUtime=3216.97 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2338659 0 2 0 318227 3470 0 0 20 0 2 0 157602721 1607864320 296454 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 392545 296454 4057 46 0 365140 0
[pid=847577/tid=847578] ppid=847575 vsize=1570180 memory=2724 CPUtime=3.52 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 194 0 0 0 130 222 0 0 20 0 2 0 157602726 1607864320 296454 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3216.97 s
Current children cumulated vsize: 1580108 KiB
Current children cumulated memory: 1188540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/266 849894
/proc/meminfo: memFree=124620832/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1588872 memory=1201292 CPUtime=3276.89 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2345164 0 2 0 324176 3513 0 0 20 0 2 0 157602721 1627004928 300323 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 397218 300323 4057 46 0 369813 0
[pid=847577/tid=847578] ppid=847575 vsize=1588872 memory=2724 CPUtime=3.59 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 197 0 0 0 133 226 0 0 20 0 2 0 157602726 1627004928 300323 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3276.89 s
Current children cumulated vsize: 1598800 KiB
Current children cumulated memory: 1204016 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/266 849905
/proc/meminfo: memFree=124593304/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1599112 memory=1212364 CPUtime=3336.81 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2349062 0 2 0 330131 3550 0 0 20 0 2 0 157602721 1637490688 303091 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 399778 303091 4057 46 0 372373 0
[pid=847577/tid=847578] ppid=847575 vsize=1599112 memory=2724 CPUtime=3.66 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 200 0 0 0 135 231 0 0 20 0 2 0 157602726 1637490688 303091 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3336.81 s
Current children cumulated vsize: 1609040 KiB
Current children cumulated memory: 1215088 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/264 849916
/proc/meminfo: memFree=124573500/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1604744 memory=1222932 CPUtime=3396.7 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2353667 0 2 0 336083 3587 0 0 20 0 2 0 157602721 1643257856 305733 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 401186 305733 4057 46 0 373781 0
[pid=847577/tid=847578] ppid=847575 vsize=1604744 memory=2724 CPUtime=3.72 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 203 0 0 0 137 235 0 0 20 0 2 0 157602726 1643257856 305733 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3396.7 s
Current children cumulated vsize: 1614672 KiB
Current children cumulated memory: 1225656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/263 849927
/proc/meminfo: memFree=124599884/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1608328 memory=1230508 CPUtime=3456.6 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2360186 0 2 0 342040 3620 0 0 20 0 2 0 157602721 1646927872 307627 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 402082 307627 4057 46 0 374677 0
[pid=847577/tid=847578] ppid=847575 vsize=1608328 memory=2724 CPUtime=3.79 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 206 0 0 0 140 239 0 0 20 0 2 0 157602726 1646927872 307627 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3456.6 s
Current children cumulated vsize: 1618256 KiB
Current children cumulated memory: 1233232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/264 849939
/proc/meminfo: memFree=124446404/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1614476 memory=1239900 CPUtime=3516.49 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2367709 0 2 0 347994 3655 0 0 20 0 2 0 157602721 1653223424 309975 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 403619 309975 4057 46 0 376214 0
[pid=847577/tid=847578] ppid=847575 vsize=1614476 memory=1239380 CPUtime=3.87 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 208 0 0 0 143 244 0 0 20 0 2 0 157602726 1653223424 309975 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3516.49 s
Current children cumulated vsize: 1624404 KiB
Current children cumulated memory: 1242624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/264 849949
/proc/meminfo: memFree=124493940/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1620876 memory=1248968 CPUtime=3576.39 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2376225 0 2 0 353951 3688 0 0 20 0 2 0 157602721 1659777024 312242 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 405219 312242 4057 46 0 377814 0
[pid=847577/tid=847578] ppid=847575 vsize=1620876 memory=40608 CPUtime=3.94 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 209 0 0 0 145 249 0 0 20 0 2 0 157602726 1659777024 312242 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3576.39 s
Current children cumulated vsize: 1630804 KiB
Current children cumulated memory: 1251692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606 s]*
/proc/loadavg: 4.14 4.13 4.11 5/263 850049
/proc/meminfo: memFree=126349508/131524600 swapFree=131071996/131071996
[pid=847575] ppid=847572 vsize=9928 memory=2724 CPUtime=0 cores=4,6
/proc/847575/stat : 847575 (run-glibc-2.34.) S 847572 847575 812359 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 157602721 10166272 681 134679101440 94114402824192 94114403903512 140732984639440 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94114406001968 94114406049156 94114424090624 140732984648639 140732984648796 140732984648796 140732984655811 0
/proc/847575/statm: 2482 681 600 264 0 133 0
[pid=847577] ppid=847575 vsize=1622668 memory=1252336 CPUtime=3600.05 cores=4,6
/proc/847577/stat : 847577 (ld-linux-x86-64) R 847575 847575 812359 0 -1 4194304 2376875 0 2 0 356306 3699 0 0 20 0 2 0 157602721 1661612032 313084 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
/proc/847577/statm: 405667 313084 4057 46 0 378262 0
[pid=847577/tid=847578] ppid=847575 vsize=1622668 memory=-9187273484241562466 CPUtime=3.97 cores=4,6
/proc/847577/task/847578/stat : 847578 (ld-linux-x86-64) S 847575 847575 812359 0 -1 1077936192 212 0 0 0 146 251 0 0 20 0 2 0 157602726 1661612032 313084 134679101440 139910536540160 139910536727772 140729875693648 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139910538828672 139910538838120 93825017786368 140729875702615 140729875702779 140729875702779 140729875709874 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1632596 KiB
Current children cumulated memory: 1255060 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000751 s, system=0.00075 s

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

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

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.02
CPU time (s): 3600.07
CPU user time (s): 3563.07
CPU system time (s): 37.006
CPU usage (%): 99.8351
Max. virtual memory (cumulated for all children) (KiB): 1632596
Max. memory (cumulated for all children) (KiB): 1255060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.07
system time used= 37.006
maximum resident set size= 1252556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2377077
page faults= 2
swaps= 0
block input operations= 224
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357246
involuntary context switches= 4142


# summary of solver processes directly reported to runsolver:
#   pid: 847575,847577
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3563.07
#   total CPU system time (s): 37.006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17653 second user time and 19.3211 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-15 16:39:19
IDJOB=4431093
IDBENCH=146652
IDSOLVER=3055
FILE ID=nodeC030/4431093-1721054346
RUNJOBID= nodeC030-1721050746-845370
SLURM_JOB_ID= 7505481
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.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-4431093-1721054346/watcher-4431093-1721054346 -o /tmp/evaluation-result-4431093-1721054346/solver-4431093-1721054346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721050746-845370 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431093-1721054346.opb

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

MD5SUM BENCH= b97b9bf3767749854a32fccedb37d823
RANDOM SEED=2001391625

nodeC030.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		: 3670.739
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.28
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		: 3680.607
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.11
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		: 3600.956
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.28
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.008
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.11
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		: 3671.839
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.28
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		: 3680.607
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.11
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		: 3666.831
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.28
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		: 3599.879
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127641364 kB
MemAvailable:   129010360 kB
Buffers:          363596 kB
Cached:          1832536 kB
SwapCached:            0 kB
Active:           820992 kB
Inactive:        2447520 kB
Active(anon):       1564 kB
Inactive(anon):  1108516 kB
Active(file):     819428 kB
Inactive(file):  1339004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            126480 kB
Writeback:            32 kB
AnonPages:       1070388 kB
Mapped:           120760 kB
Shmem:             37720 kB
KReclaimable:     100772 kB
Slab:             206984 kB
SReclaimable:     100772 kB
SUnreclaim:       106212 kB
KernelStack:        4112 kB
PageTables:        11748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1573884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889912 MiB
End job on nodeC030 at 2024-07-15 17:39:25