Trace number 4431321

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 3605.83

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm75p-opt.opb.negationfix.opb
MD5SUMcb1e30dd77f685e81033380919ead272
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 benchmark95
Best CPU time to get the best result obtained on this benchmark2192.23
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables134272
Total number of constraints2354
Number of constraints which are clauses1048
Number of constraints which are cardinality constraints (but not clauses)1048
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1049
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 391713
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1009997
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.88/0.97	c initialize IPBHS solver
0.88/0.97	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.88/0.97	c optimizer = "gurobi"
0.88/0.97	c pbsolver = "roundingsat"
0.88/0.97	c load symmetries from file ""
0.88/0.97	c set time limit for symmetry computation to 100 seconds.
0.88/0.97	c set interchangeable summation variable limit to 3
0.88/0.97	c find symmetric cores by applying each permutation and add them to optimizer
0.88/0.97	c set abs symmetric core budget per WCE-iteration to 100
0.88/0.97	c set rel symmetric core budget per WCE-iteration to 0
0.88/0.97	c set lit symmetric core budget per WCE-iteration to 0
0.88/0.97	c set sym generation to 's'
0.88/0.97	c set abstraction set creation to 10 iterations without LB change
0.88/0.97	c set abstraction set inputs to 0
0.88/0.97	c set abstraction set cluster min size to 2
0.88/0.97	c set abstraction set cluster max size to 100000000
0.88/0.97	c set abstraction set cluster activation limit to 2
0.88/0.97	c enable abstraction set require equal cost
0.88/0.97	c set abstraction set assumptions to 0
0.88/0.97	c set abstraction set constraint type to 0
0.88/0.97	c set abstract core extraction strategy to b
0.88/0.97	c set core extraction strategy to 2
0.88/0.97	c set core extraction shuffles 10
0.88/0.97	c set cores per iteration to 5
0.88/0.97	c set optimizer bound usage strategy to 2
0.88/0.97	c set optimizer max non-optimal iterations to 1000
0.88/0.97	c set small core cardinality limit to 2
0.88/0.97	c set max coef in cores to 1000000000
0.88/0.97	c set SIS iterations to 5
0.88/0.97	c set SIS budget abs to 1000
0.88/0.97	c set SIS budget rel to 0.05
0.88/0.97	c limit for coefficient in constraints and objective to 9223372036854775807
0.88/0.97	c will solve HOME/instance-4431321-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 (62471 MiB free)
  memory of node 1: 64473 MiB (63295 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10042 s]*
/proc/loadavg: 3.04 3.93 4.10 5/263 875971
/proc/meminfo: memFree=128672464/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=113484 memory=27340 CPUtime=0.1 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5949 0 0 0 9 1 0 0 20 0 1 0 169310254 116207616 6835 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 28371 6835 1594 46 0 8986 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 123412 KiB
Current children cumulated memory: 30020 KiB

[startup+0.20567 s]*
/proc/loadavg: 3.04 3.93 4.10 5/263 875971
/proc/meminfo: memFree=128602608/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=146528 memory=60428 CPUtime=0.2 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 12031 0 0 0 18 2 0 0 20 0 1 0 169310254 150044672 15107 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 36632 15107 1690 46 0 17247 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 63108 KiB

[startup+0.305608 s]*
/proc/loadavg: 3.04 3.93 4.10 5/263 875971
/proc/meminfo: memFree=128505908/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=210036 memory=91604 CPUtime=0.29 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 17543 0 0 0 26 3 0 0 20 0 1 0 169310254 215076864 22901 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 2147221247 0 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 52509 22901 2576 46 0 25105 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 219964 KiB
Current children cumulated memory: 94284 KiB

[startup+0.700275 s]
/proc/loadavg: 3.04 3.93 4.10 5/266 875974
/proc/meminfo: memFree=128304208/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=328284 memory=205400 CPUtime=0.69 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 43306 0 0 0 63 6 0 0 20 0 2 0 169310254 336162816 51350 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 82071 51350 2744 46 0 54666 0
[pid=875952/tid=875972] ppid=875950 vsize=328284 memory=449 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310285 336162816 51350 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 338212 KiB
Current children cumulated memory: 208080 KiB

[startup+1.5003 s]
/proc/loadavg: 3.04 3.93 4.10 5/266 875974
/proc/meminfo: memFree=127973136/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=350932 memory=226232 CPUtime=1.48 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 51126 0 0 0 141 7 0 0 20 0 2 0 169310254 359354368 56558 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 87733 56558 2744 46 0 60328 0
[pid=875952/tid=875972] ppid=875950 vsize=350932 memory=205400 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169310285 359354368 56558 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 360860 KiB
Current children cumulated memory: 228912 KiB

[startup+3.10552 s]
/proc/loadavg: 3.20 3.94 4.10 5/266 875976
/proc/meminfo: memFree=127761028/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=406812 memory=280616 CPUtime=3.09 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 76232 0 0 0 299 10 0 0 20 0 2 0 169310254 416575488 70154 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 101703 70154 2744 46 0 74298 0
[pid=875952/tid=875972] ppid=875950 vsize=406812 memory=164 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 169310285 416575488 70154 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 416740 KiB
Current children cumulated memory: 283296 KiB

[startup+6.30027 s]
/proc/loadavg: 3.20 3.94 4.10 5/266 875976
/proc/meminfo: memFree=127426528/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=481372 memory=352264 CPUtime=6.27 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 105655 0 0 0 614 13 0 0 20 0 2 0 169310254 492924928 88066 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 120343 88066 2744 46 0 92938 0
[pid=875952/tid=875972] ppid=875950 vsize=481372 memory=350668 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 169310285 492924928 88066 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 491300 KiB
Current children cumulated memory: 354944 KiB

[startup+12.7003 s]
/proc/loadavg: 3.63 4.01 4.12 5/266 875976
/proc/meminfo: memFree=126837384/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=604760 memory=468700 CPUtime=12.67 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 147927 0 0 0 1248 19 0 0 20 0 2 0 169310254 619274240 117175 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 151190 117175 2744 46 0 123785 0
[pid=875952/tid=875972] ppid=875950 vsize=604760 memory=2680 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 169310285 619274240 117175 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 614688 KiB
Current children cumulated memory: 471380 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=887656 memory=732208 CPUtime=25.43 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 227802 0 0 0 2514 29 0 0 20 0 2 0 169310254 908959744 183052 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 221914 183052 2744 46 0 194509 0
[pid=875952/tid=875972] ppid=875950 vsize=887656 memory=0 CPUtime=0 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 2 0 169310285 908959744 183052 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 897584 KiB
Current children cumulated memory: 734888 KiB

[startup+51.1054 s]
/proc/loadavg: 3.95 4.05 4.13 5/265 875982
/proc/meminfo: memFree=123621056/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=1404860 memory=1204856 CPUtime=50.99 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 506815 0 0 0 5018 81 0 0 20 0 2 0 169310254 1438576640 301214 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 351215 301214 3606 46 0 323810 0
[pid=875952/tid=875972] ppid=875950 vsize=1404860 memory=11476 CPUtime=0.02 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 25 0 0 0 1 1 0 0 20 0 2 0 169310285 1438576640 301214 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1414788 KiB
Current children cumulated memory: 1207536 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=1485768 memory=1282292 CPUtime=102.1 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 558051 0 0 0 10094 116 0 0 20 0 2 0 169310254 1521426432 320573 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 371442 320573 3606 46 0 344037 0
[pid=875952/tid=875972] ppid=875950 vsize=1485768 memory=1282292 CPUtime=0.05 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 33 0 0 0 2 3 0 0 20 0 2 0 169310285 1521426432 320573 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 1495696 KiB
Current children cumulated memory: 1284972 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.18 4.17 5/265 876003
/proc/meminfo: memFree=123326844/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=1567156 memory=1324172 CPUtime=162 cores=5,7

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

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 877726
/proc/meminfo: memFree=114887104/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4329124 memory=3941764 CPUtime=3157.15 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5696871 0 0 0 313261 2454 0 0 20 0 2 0 169310254 4433022976 985441 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1082281 985441 3606 46 0 1054876 0
[pid=875952/tid=875972] ppid=875950 vsize=4329124 memory=0 CPUtime=2.22 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 230 0 0 0 90 132 0 0 20 0 2 0 169310285 4433022976 985441 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3157.15 s
Current children cumulated vsize: 4339052 KiB
Current children cumulated memory: 3944444 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4344400 memory=3956596 CPUtime=3217.06 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5726472 0 0 0 319176 2530 0 0 20 0 2 0 169310254 4448665600 989149 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1086100 989149 3606 46 0 1058695 0
[pid=875952/tid=875972] ppid=875950 vsize=4344400 memory=2680 CPUtime=2.27 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 233 0 0 0 92 135 0 0 20 0 2 0 169310285 4448665600 989149 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3217.06 s
Current children cumulated vsize: 4354328 KiB
Current children cumulated memory: 3959276 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4364092 memory=3971728 CPUtime=3276.97 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5767195 0 0 0 325099 2598 0 0 20 0 2 0 169310254 4468830208 992932 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1091023 992932 3606 46 0 1063618 0
[pid=875952/tid=875972] ppid=875950 vsize=4364092 memory=2680 CPUtime=2.31 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 236 0 0 0 93 138 0 0 20 0 2 0 169310285 4468830208 992932 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3276.97 s
Current children cumulated vsize: 4374020 KiB
Current children cumulated memory: 3974408 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 877757
/proc/meminfo: memFree=114373240/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4368228 memory=3975736 CPUtime=3336.88 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5796164 0 0 0 331023 2665 0 0 20 0 2 0 169310254 4473065472 993934 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1092057 993934 3606 46 0 1064652 0
[pid=875952/tid=875972] ppid=875950 vsize=4368228 memory=2680 CPUtime=2.36 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 239 0 0 0 96 140 0 0 20 0 2 0 169310285 4473065472 993934 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3336.88 s
Current children cumulated vsize: 4378156 KiB
Current children cumulated memory: 3978416 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4398508 memory=4003240 CPUtime=3396.8 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5812752 0 0 0 337007 2673 0 0 20 0 2 0 169310254 4504072192 1000810 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1099627 1000810 3606 46 0 1072222 0
[pid=875952/tid=875972] ppid=875950 vsize=4398508 memory=2680 CPUtime=2.41 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 242 0 0 0 98 143 0 0 20 0 2 0 169310285 4504072192 1000810 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3396.8 s
Current children cumulated vsize: 4408436 KiB
Current children cumulated memory: 4005920 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4411516 memory=4014584 CPUtime=3456.72 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5850011 0 0 0 342923 2749 0 0 20 0 2 0 169310254 4517392384 1003646 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1102879 1003646 3606 46 0 1075474 0
[pid=875952/tid=875972] ppid=875950 vsize=4411516 memory=8329865493272106654 CPUtime=2.47 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 245 0 0 0 100 147 0 0 20 0 2 0 169310285 4517392384 1003646 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3456.72 s
Current children cumulated vsize: 4421444 KiB
Current children cumulated memory: 4017264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/262 877788
/proc/meminfo: memFree=113991904/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4412632 memory=4015792 CPUtime=3516.63 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5895193 0 0 0 348849 2814 0 0 20 0 2 0 169310254 4518535168 1003948 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1103158 1003948 3606 46 0 1075753 0
[pid=875952/tid=875972] ppid=875950 vsize=4412632 memory=11476 CPUtime=2.52 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 248 0 0 0 102 150 0 0 20 0 2 0 169310285 4518535168 1003948 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3516.63 s
Current children cumulated vsize: 4422560 KiB
Current children cumulated memory: 4018472 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=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4420320 memory=4022964 CPUtime=3576.56 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5921745 0 0 0 354776 2880 0 0 20 0 2 0 169310254 4526407680 1005741 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1105080 1005741 3606 46 0 1077675 0
[pid=875952/tid=875972] ppid=875950 vsize=4420320 memory=5544 CPUtime=2.58 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 251 0 0 0 104 154 0 0 20 0 2 0 169310285 4526407680 1005741 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3576.56 s
Current children cumulated vsize: 4430248 KiB
Current children cumulated memory: 4025644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.8 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 877809
/proc/meminfo: memFree=113721856/131524600 swapFree=131071996/131071996
[pid=875950] ppid=875947 vsize=9928 memory=2680 CPUtime=0 cores=5,7
/proc/875950/stat : 875950 (run-glibc-2.34.) S 875947 875950 875893 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169310253 10166272 670 134679101440 94714203418624 94714204497944 140734812641696 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94714206596400 94714206643588 94714230661120 140734812644287 140734812644444 140734812644444 140734812651459 0
/proc/875950/statm: 2482 670 590 264 0 133 0
[pid=875952] ppid=875950 vsize=4422192 memory=4024900 CPUtime=3600.02 cores=5,7
/proc/875952/stat : 875952 (ld-linux-x86-64) R 875950 875950 875893 0 -1 4194304 5951575 0 0 0 357110 2892 0 0 20 0 2 0 169310254 4528324608 1006225 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
/proc/875952/statm: 1105548 1006225 3606 46 0 1078143 0
[pid=875952/tid=875972] ppid=875950 vsize=4422192 memory=25896 CPUtime=2.6 cores=5,7
/proc/875952/task/875972/stat : 875972 (ld-linux-x86-64) S 875950 875950 875893 0 -1 1077936192 254 0 0 0 105 155 0 0 20 0 2 0 169310285 4528324608 1006225 134679101440 139810325426176 139810325613788 140728974364560 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139810327714688 139810327724136 93825012350976 140728974369623 140728974369787 140728974369787 140728974376882 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 4432120 KiB
Current children cumulated memory: 4027580 KiB

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

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

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

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

# cumulated CPU time of all completed processes:  user=3571.11 s, system=28.9534 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): 3605.83
CPU time (s): 3600.06
CPU user time (s): 3571.11
CPU system time (s): 28.9534
CPU usage (%): 99.8401
Max. virtual memory (cumulated for all children) (KiB): 4432120
Max. memory (cumulated for all children) (KiB): 4027580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.11
system time used= 28.9534
maximum resident set size= 4024900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5951776
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= 357270
involuntary context switches= 3524


# summary of solver processes directly reported to runsolver:
#   pid: 875950,875952
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3571.11
#   total CPU system time (s): 28.9534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.16723 second user time and 15.4057 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 01:10:48
IDJOB=4431321
IDBENCH=158603
IDSOLVER=3055
FILE ID=nodeC027/4431321-1721171436
RUNJOBID= nodeC027-1721171448-875906
SLURM_JOB_ID= 7505807
Free space on /tmp= 890020 MiB

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

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

MD5SUM BENCH= cb1e30dd77f685e81033380919ead272
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		: 3650.984
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		: 3600.807
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		: 3626.368
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		: 3678.411
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		: 3600.964
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		: 3600.563
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		: 3647.379
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		: 3678.396
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:        128788008 kB
MemAvailable:   129747516 kB
Buffers:          428484 kB
Cached:          1366596 kB
SwapCached:            0 kB
Active:           736636 kB
Inactive:        1402416 kB
Active(anon):       1432 kB
Inactive(anon):   380252 kB
Active(file):     735204 kB
Inactive(file):  1022164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            189976 kB
Writeback:            76 kB
AnonPages:        342712 kB
Mapped:           108432 kB
Shmem:             37720 kB
KReclaimable:      83928 kB
Slab:             188828 kB
SReclaimable:      83928 kB
SUnreclaim:       104900 kB
KernelStack:        4012 kB
PageTables:         9324 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= 889904 MiB
End job on nodeC027 at 2024-07-17 02:10:55