Trace number 4431320

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.06 3608.63

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm25p-opt.opb.negationfix.opb
MD5SUMbbc2f3225867eda18c5e1d2c8daffc3b
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 benchmark27
Best CPU time to get the best result obtained on this benchmark3558.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables47232
Total number of constraints994
Number of constraints which are clauses368
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 136571
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 754855
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.30/0.31	c initialize IPBHS solver
0.30/0.31	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.30/0.31	c optimizer = "gurobi"
0.30/0.31	c pbsolver = "roundingsat"
0.30/0.31	c load symmetries from file ""
0.30/0.31	c set time limit for symmetry computation to 100 seconds.
0.30/0.31	c set interchangeable summation variable limit to 3
0.30/0.31	c find symmetric cores by applying each permutation and add them to optimizer
0.30/0.31	c set abs symmetric core budget per WCE-iteration to 100
0.30/0.31	c set rel symmetric core budget per WCE-iteration to 0
0.30/0.31	c set lit symmetric core budget per WCE-iteration to 0
0.30/0.31	c set sym generation to 's'
0.30/0.31	c set abstraction set creation to 10 iterations without LB change
0.30/0.31	c set abstraction set inputs to 0
0.30/0.31	c set abstraction set cluster min size to 2
0.30/0.31	c set abstraction set cluster max size to 100000000
0.30/0.31	c set abstraction set cluster activation limit to 2
0.30/0.31	c enable abstraction set require equal cost
0.30/0.31	c set abstraction set assumptions to 0
0.30/0.31	c set abstraction set constraint type to 0
0.30/0.31	c set abstract core extraction strategy to b
0.30/0.31	c set core extraction strategy to 2
0.30/0.31	c set core extraction shuffles 10
0.30/0.31	c set cores per iteration to 5
0.30/0.31	c set optimizer bound usage strategy to 2
0.30/0.31	c set optimizer max non-optimal iterations to 1000
0.30/0.31	c set small core cardinality limit to 2
0.30/0.31	c set max coef in cores to 1000000000
0.30/0.31	c set SIS iterations to 5
0.30/0.31	c set SIS budget abs to 1000
0.30/0.31	c set SIS budget rel to 0.05
0.30/0.31	c limit for coefficient in constraints and objective to 9223372036854775807
0.30/0.31	c will solve HOME/instance-4431320-1721171436.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 (62480 MiB free)
  memory of node 1: 64473 MiB (63296 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Linux 4.18.0-301.1.el8.x86_64
Current StackSize limit: 8192 KiB

solver pid=875935, runsolver pid=875932

[startup+0.100062 s]*
/proc/loadavg: 3.04 3.93 4.10 4/262 875970
/proc/meminfo: memFree=128713560/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=158816 memory=42028 CPUtime=0.09 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 7955 0 0 0 7 2 0 0 20 0 2 0 169310249 162627584 10507 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 39704 10507 2555 46 0 12299 0
[pid=875937/tid=875971] ppid=875935 vsize=158816 memory=4026561614 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 169310259 162627584 10507 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 2147221247 4096 0 0 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 168744 KiB
Current children cumulated memory: 44764 KiB

[startup+0.205905 s]*
/proc/loadavg: 3.04 3.93 4.10 5/263 875971
/proc/meminfo: memFree=128643804/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=194268 memory=77824 CPUtime=0.2 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 16761 0 0 0 17 3 0 0 20 0 2 0 169310249 198930432 19456 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 48567 19456 2727 46 0 21162 0
[pid=875937/tid=875971] ppid=875935 vsize=194268 memory=3472328300251083854 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) R 875935 875935 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310259 198930432 19456 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 204196 KiB
Current children cumulated memory: 80560 KiB

[startup+0.305753 s]*
/proc/loadavg: 3.04 3.93 4.10 5/263 875971
/proc/meminfo: memFree=128558592/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=203964 memory=88096 CPUtime=0.3 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 20756 0 0 0 26 4 0 0 20 0 2 0 169310249 208859136 22024 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 50991 22024 2727 46 0 23586 0
[pid=875937/tid=875971] ppid=875935 vsize=203964 memory=-8537345602597185120 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310259 208859136 22024 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 213892 KiB
Current children cumulated memory: 90832 KiB

[startup+0.700284 s]
/proc/loadavg: 3.04 3.93 4.10 5/266 875974
/proc/meminfo: memFree=128346236/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=219908 memory=102876 CPUtime=0.69 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 24454 0 0 0 65 4 0 0 20 0 2 0 169310249 225185792 25719 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 54977 25719 2727 46 0 27572 0
[pid=875937/tid=875971] ppid=875935 vsize=219908 memory=1844 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310259 225185792 25719 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 229836 KiB
Current children cumulated memory: 105612 KiB

[startup+1.50029 s]
/proc/loadavg: 3.04 3.93 4.10 5/266 875974
/proc/meminfo: memFree=127971548/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=256252 memory=135876 CPUtime=1.48 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 32754 0 0 0 143 5 0 0 20 0 2 0 169310249 262402048 33969 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 64063 33969 2727 46 0 36658 0
[pid=875937/tid=875971] ppid=875935 vsize=256252 memory=11476 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310259 262402048 33969 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 266180 KiB
Current children cumulated memory: 138612 KiB

[startup+3.10603 s]
/proc/loadavg: 3.20 3.94 4.10 5/266 875976
/proc/meminfo: memFree=127762036/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=315384 memory=191988 CPUtime=3.09 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 51682 0 0 0 301 8 0 0 20 0 2 0 169310249 322953216 47997 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 78846 47997 2727 46 0 51441 0
[pid=875937/tid=875971] ppid=875935 vsize=315384 memory=2736 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 169310259 322953216 47997 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 325312 KiB
Current children cumulated memory: 194724 KiB

[startup+6.30027 s]
/proc/loadavg: 3.20 3.94 4.10 5/266 875976
/proc/meminfo: memFree=127429552/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=413232 memory=283516 CPUtime=6.27 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 79961 0 0 0 616 11 0 0 20 0 2 0 169310249 423149568 70879 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 103308 70879 2727 46 0 75903 0
[pid=875937/tid=875971] ppid=875935 vsize=413232 memory=277812 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 169310259 423149568 70879 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 423160 KiB
Current children cumulated memory: 286252 KiB

[startup+12.7003 s]
/proc/loadavg: 3.63 4.01 4.12 5/266 875976
/proc/meminfo: memFree=126840752/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=609008 memory=457756 CPUtime=12.64 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 189880 0 0 0 1239 25 0 0 20 0 2 0 169310249 623624192 114439 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 152252 114439 3578 46 0 124847 0
[pid=875937/tid=875971] ppid=875935 vsize=609008 memory=2736 CPUtime=0 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 2 0 169310259 623624192 114439 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 618936 KiB
Current children cumulated memory: 460492 KiB

[startup+25.5003 s]
/proc/loadavg: 3.92 4.06 4.14 5/266 875979
/proc/meminfo: memFree=125987328/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=658796 memory=501980 CPUtime=25.41 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 199248 0 0 0 2513 28 0 0 20 0 2 0 169310249 674607104 125495 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 164699 125495 3578 46 0 137294 0
[pid=875937/tid=875971] ppid=875935 vsize=658796 memory=2736 CPUtime=0.01 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 21 0 0 0 0 1 0 0 20 0 2 0 169310259 674607104 125495 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 668724 KiB
Current children cumulated memory: 504716 KiB

[startup+51.1058 s]
/proc/loadavg: 3.95 4.05 4.13 5/265 875982
/proc/meminfo: memFree=123625764/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=708884 memory=556432 CPUtime=50.96 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 231283 0 0 0 5053 43 0 0 20 0 2 0 169310249 725897216 139108 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 177221 139108 3578 46 0 149816 0
[pid=875937/tid=875971] ppid=875935 vsize=708884 memory=2736 CPUtime=0.02 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 26 0 0 0 0 2 0 0 20 0 2 0 169310259 725897216 139108 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 718812 KiB
Current children cumulated memory: 559168 KiB

[startup+102.3 s]
/proc/loadavg: 4.51 4.20 4.18 5/265 875990
/proc/meminfo: memFree=123515328/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=708884 memory=562396 CPUtime=102.01 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 275828 0 0 0 10127 74 0 0 20 0 2 0 169310249 725897216 140599 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 177221 140599 3578 46 0 149816 0
[pid=875937/tid=875971] ppid=875935 vsize=708884 memory=2736 CPUtime=0.04 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 34 0 0 0 1 3 0 0 20 0 2 0 169310259 725897216 140599 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 718812 KiB
Current children cumulated memory: 565132 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 877726
/proc/meminfo: memFree=114887096/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=1660396 memory=1437352 CPUtime=3154.79 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1136628 0 0 0 314433 1046 0 0 20 0 2 0 169310249 1700245504 359338 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 415099 359338 3578 46 0 387694 0
[pid=875937/tid=875971] ppid=875935 vsize=1660396 memory=1376456 CPUtime=2.01 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 177 0 0 0 75 126 0 0 20 0 2 0 169310259 1700245504 359338 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3154.79 s
Current children cumulated vsize: 1670324 KiB
Current children cumulated memory: 1440088 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 877737
/proc/meminfo: memFree=114709824/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2044720 memory=1536964 CPUtime=3214.65 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1160404 0 0 0 320408 1057 0 0 20 0 2 0 169310249 2093793280 384241 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 511180 384241 3578 46 0 483775 0
[pid=875937/tid=875971] ppid=875935 vsize=2044720 memory=1376456 CPUtime=2.05 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 180 0 0 0 76 129 0 0 20 0 2 0 169310259 2093793280 384241 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3214.65 s
Current children cumulated vsize: 2054648 KiB
Current children cumulated memory: 1539700 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 877747
/proc/meminfo: memFree=114555164/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2050128 memory=1619148 CPUtime=3274.51 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1345175 0 0 0 326374 1077 0 0 20 0 2 0 169310249 2099331072 404787 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 512532 404787 3578 46 0 485127 0
[pid=875937/tid=875971] ppid=875935 vsize=2050128 memory=1619148 CPUtime=2.09 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 184 0 0 0 77 132 0 0 20 0 2 0 169310259 2099331072 404787 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3274.51 s
Current children cumulated vsize: 2060056 KiB
Current children cumulated memory: 1621884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 877757
/proc/meminfo: memFree=114373576/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2050128 memory=1619148 CPUtime=3334.35 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1417233 0 0 0 332346 1089 0 0 20 0 2 0 169310249 2099331072 404787 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 512532 404787 3578 46 0 485127 0
[pid=875937/tid=875971] ppid=875935 vsize=2050128 memory=2736 CPUtime=2.13 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 187 0 0 0 79 134 0 0 20 0 2 0 169310259 2099331072 404787 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3334.35 s
Current children cumulated vsize: 2060056 KiB
Current children cumulated memory: 1621884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 877768
/proc/meminfo: memFree=114219812/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2050128 memory=1619164 CPUtime=3394.21 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1532477 0 0 0 338317 1104 0 0 20 0 2 0 169310249 2099331072 404791 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 512532 404791 3578 46 0 485127 0
[pid=875937/tid=875971] ppid=875935 vsize=2050128 memory=2736 CPUtime=2.16 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 190 0 0 0 80 136 0 0 20 0 2 0 169310259 2099331072 404791 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3394.21 s
Current children cumulated vsize: 2060056 KiB
Current children cumulated memory: 1621900 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/262 877778
/proc/meminfo: memFree=114152700/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2050128 memory=1619828 CPUtime=3454.07 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1656963 0 0 0 344288 1119 0 0 20 0 2 0 169310249 2099331072 404957 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 512532 404957 3578 46 0 485127 0
[pid=875937/tid=875971] ppid=875935 vsize=2050128 memory=11476 CPUtime=2.21 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 193 0 0 0 82 139 0 0 20 0 2 0 169310259 2099331072 404957 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3454.07 s
Current children cumulated vsize: 2060056 KiB
Current children cumulated memory: 1622564 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 877788
/proc/meminfo: memFree=113991904/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2058352 memory=1666960 CPUtime=3513.93 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1768429 0 0 0 350260 1133 0 0 20 0 2 0 169310249 2107752448 416740 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 514588 416740 3578 46 0 487183 0
[pid=875937/tid=875971] ppid=875935 vsize=2058352 memory=2736 CPUtime=2.24 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 195 0 0 0 83 141 0 0 20 0 2 0 169310259 2107752448 416740 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3513.93 s
Current children cumulated vsize: 2068280 KiB
Current children cumulated memory: 1669696 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/262 877798
/proc/meminfo: memFree=113765568/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2070548 memory=1744624 CPUtime=3573.78 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1891750 0 0 0 356228 1150 0 0 20 0 2 0 169310249 2120241152 436156 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 517637 436156 3578 46 0 490232 0
[pid=875937/tid=875971] ppid=875935 vsize=2070548 memory=2736 CPUtime=2.29 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 196 0 0 0 85 144 0 0 20 0 2 0 169310259 2120241152 436156 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3573.78 s
Current children cumulated vsize: 2080476 KiB
Current children cumulated memory: 1747360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.13 4.11 4.09 4/260 878160
/proc/meminfo: memFree=122391652/131524600 swapFree=131071996/131071996
[pid=875935] ppid=875932 vsize=9928 memory=2736 CPUtime=0 cores=0,2
/proc/875935/stat : 875935 (run-glibc-2.34.) S 875932 875935 875893 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 169310249 10166272 684 134679101440 94049824452608 94049825531928 140729032041744 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94049827630384 94049827677572 94049834962944 140729032049599 140729032049756 140729032049756 140729032056771 0
/proc/875935/statm: 2482 684 603 264 0 133 0
[pid=875937] ppid=875935 vsize=2070548 memory=1744628 CPUtime=3600.01 cores=0,2
/proc/875937/stat : 875937 (ld-linux-x86-64) R 875935 875935 875893 0 -1 4194304 1909313 0 0 0 358846 1155 0 0 20 0 2 0 169310249 2120241152 436157 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
/proc/875937/statm: 517637 436157 3578 46 0 490232 0
[pid=875937/tid=875971] ppid=875935 vsize=2070548 memory=5148 CPUtime=2.3 cores=0,2
/proc/875937/task/875971/stat : 875971 (ld-linux-x86-64) S 875935 875935 875893 0 -1 1077936192 199 0 0 0 85 145 0 0 20 0 2 0 169310259 2120241152 436157 134679101440 140061914349568 140061914537180 140723573643104 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140061916638080 140061916647528 93825023045632 140723573650263 140723573650427 140723573650427 140723573657522 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2080476 KiB
Current children cumulated memory: 1747364 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001533 s, system=0 s

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

# cumulated CPU time of all completed processes:  user=3588.47 s, system=11.5884 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): 3608.63
CPU time (s): 3600.06
CPU user time (s): 3588.47
CPU system time (s): 11.5884
CPU usage (%): 99.7625
Max. virtual memory (cumulated for all children) (KiB): 2080476
Max. memory (cumulated for all children) (KiB): 1747364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.47
system time used= 11.5884
maximum resident set size= 1744628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1909519
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= 357378
involuntary context switches= 25368


# summary of solver processes directly reported to runsolver:
#   pid: 875935,875937
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3588.47
#   total CPU system time (s): 11.5884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03725 second user time and 17.5487 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 01:10:48
IDJOB=4431320
IDBENCH=158600
IDSOLVER=3055
FILE ID=nodeC027/4431320-1721171436
RUNJOBID= nodeC027-1721171448-875903
SLURM_JOB_ID= 7505807
Free space on /tmp= 890076 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm25p-opt.opb.negationfix.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-4431320-1721171436/watcher-4431320-1721171436 -o /tmp/evaluation-result-4431320-1721171436/solver-4431320-1721171436 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721171448-875903 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431320-1721171436.opb

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

MD5SUM BENCH= bbc2f3225867eda18c5e1d2c8daffc3b
RANDOM SEED=571109636

nodeC027.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		: 3629.656
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	: 7000.36
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		: 3662.865
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	: 7006.29
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		: 3660.172
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	: 7000.36
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		: 3661.957
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	: 7006.29
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		: 3657.987
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	: 7000.36
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		: 3642.859
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	: 7006.29
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		: 3621.354
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	: 7000.36
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		: 3670.986
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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128795792 kB
MemAvailable:   129755016 kB
Buffers:          428484 kB
Cached:          1366352 kB
SwapCached:            0 kB
Active:           736320 kB
Inactive:        1395700 kB
Active(anon):       1440 kB
Inactive(anon):   373456 kB
Active(file):     734880 kB
Inactive(file):  1022244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            189412 kB
Writeback:            72 kB
AnonPages:        335280 kB
Mapped:           103780 kB
Shmem:             37720 kB
KReclaimable:      83844 kB
Slab:             188744 kB
SReclaimable:      83844 kB
SUnreclaim:       104900 kB
KernelStack:        4044 kB
PageTables:         9020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     602700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889908 MiB
End job on nodeC027 at 2024-07-17 02:10:57