Trace number 4431635

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 2024-07-09? (TO) 3600.21 3603.92

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-12.opb
MD5SUM0c5a5feecc6e9ebbd7fc1e1b28678077
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54713
Best CPU time to get the best result obtained on this benchmark42.7994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214302
Total number of constraints3483525
Number of constraints which are clauses3483525
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2208.96/2211.33	c initialize IPBHS solver
2208.96/2211.33	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
2208.96/2211.33	c optimizer = "gurobi"
2208.96/2211.33	c pbsolver = "roundingsat"
2208.96/2211.33	c load symmetries from file ""
2208.96/2211.33	c set time limit for symmetry computation to 100 seconds.
2208.96/2211.33	c set interchangeable summation variable limit to 3
2208.96/2211.33	c set abs symmetric core budget per WCE-iteration to 100
2208.96/2211.33	c set rel symmetric core budget per WCE-iteration to 0
2208.96/2211.33	c set lit symmetric core budget per WCE-iteration to 0
2208.96/2211.33	c set sym generation to 's'
2208.96/2211.33	c set abstraction set creation to 10 iterations without LB change
2208.96/2211.33	c set abstraction set inputs to 0
2208.96/2211.33	c set abstraction set cluster min size to 2
2208.96/2211.33	c set abstraction set cluster max size to 100000000
2208.96/2211.33	c set abstraction set cluster activation limit to 2
2208.96/2211.33	c enable abstraction set require equal cost
2208.96/2211.33	c set abstraction set assumptions to 0
2208.96/2211.33	c set abstraction set constraint type to 0
2208.96/2211.33	c set abstract core extraction strategy to b
2208.96/2211.33	c set core extraction strategy to 2
2208.96/2211.33	c set core extraction shuffles 10
2208.96/2211.33	c set cores per iteration to 5
2208.96/2211.33	c set optimizer bound usage strategy to 2
2208.96/2211.33	c set optimizer max non-optimal iterations to 1000
2208.96/2211.33	c set small core cardinality limit to 2
2208.96/2211.33	c set max coef in cores to 1000000000
2208.96/2211.33	c set SIS iterations to 5
2208.96/2211.33	c set SIS budget abs to 1000
2208.96/2211.33	c set SIS budget rel to 0.05
2208.96/2211.33	c limit for coefficient in constraints and objective to 9223372036854775807
2208.96/2211.33	c will solve HOME/instance-4431635-1721156816.opb
2208.96/2211.33	c [0.29] solve iteration 1, LB=0, UB=10690981
2208.96/2211.33	c [111.77] solve iteration 2, LB=6, UB=336590
2208.96/2211.33	c [186.23] solve iteration 3, LB=54079, UB=221549
2208.96/2211.33	c [256.87] solve iteration 4, LB=54661, UB=221549
2208.96/2211.33	c [326.24] solve iteration 5, LB=54665, UB=141374
2208.96/2211.33	c [401.73] solve iteration 6, LB=54665, UB=141374
2208.96/2211.33	c [443.67] solve iteration 7, LB=54667, UB=103601
2208.96/2211.33	c [488.86] solve iteration 8, LB=54667, UB=103601
2208.96/2211.33	c [533.86] solve iteration 9, LB=54667, UB=103601
2208.96/2211.33	c [559.86] solve iteration 10, LB=54667, UB=103020
2208.96/2211.33	c [586.76] solve iteration 11, LB=54667, UB=101853
2208.96/2211.33	c [606.63] solve iteration 12, LB=54667, UB=96041
2208.96/2211.33	c [624.99] solve iteration 13, LB=54667, UB=96032
2208.96/2211.33	c [638.26] solve iteration 14, LB=54667, UB=91961
2208.96/2211.33	c [650.98] solve iteration 15, LB=54667, UB=87897
2208.96/2211.33	c [663.22] solve iteration 16, LB=54667, UB=87896
2208.96/2211.33	c [677.3] solve iteration 17, LB=54667, UB=87323
2208.96/2211.33	c [689.67] solve iteration 18, LB=54667, UB=75701
2208.96/2211.33	c [728.74] solve iteration 19, LB=54667, UB=75701
2208.96/2211.33	c [763.24] solve iteration 20, LB=54677, UB=61766
2208.96/2211.33	c [787.9] solve iteration 21, LB=54679, UB=54776
2208.96/2211.33	c [811.87] solve iteration 22, LB=54683, UB=54776
2208.96/2211.33	c [835.26] solve iteration 23, LB=54683, UB=54776
2208.96/2211.33	c [852.39] solve iteration 24, LB=54686, UB=54767
2208.96/2211.33	c [868.19] solve iteration 25, LB=54686, UB=54754
2208.96/2211.33	c [884.33] solve iteration 26, LB=54689, UB=54754
2208.96/2211.33	c [904.12] solve iteration 27, LB=54689, UB=54754
2208.96/2211.33	c [919.52] solve iteration 28, LB=54689, UB=54754
2208.96/2211.33	c [936.04] solve iteration 29, LB=54689, UB=54754
2208.96/2211.33	c [953.04] solve iteration 30, LB=54689, UB=54754
2208.96/2211.33	c [1082.18] solve iteration 31, LB=54690, UB=54754
2208.96/2211.33	c [1102.97] solve iteration 32, LB=54690, UB=54754
2208.96/2211.33	c [1125.53] solve iteration 33, LB=54690, UB=54754
2208.96/2211.33	c [1143.18] solve iteration 34, LB=54690, UB=54754
2208.96/2211.33	c [1158.65] solve iteration 35, LB=54690, UB=54754
2208.96/2211.33	c [1308.09] solve iteration 36, LB=54690, UB=54754
2208.96/2211.33	c [1328.92] solve iteration 37, LB=54691, UB=54754
2208.96/2211.33	c [1345.63] solve iteration 38, LB=54691, UB=54754
2208.96/2211.33	c [1363.08] solve iteration 39, LB=54691, UB=54754
2208.96/2211.33	c [1375.67] solve iteration 40, LB=54691, UB=54749
2208.96/2211.33	c [1582.62] solve iteration 41, LB=54691, UB=54749
2208.96/2211.33	c [1599.53] solve iteration 42, LB=54692, UB=54749
2208.96/2211.33	c [1616.34] solve iteration 43, LB=54692, UB=54749
2208.96/2211.33	c [1631.65] solve iteration 44, LB=54692, UB=54749
2208.96/2211.33	c [1645.61] solve iteration 45, LB=54692, UB=54749
2208.96/2211.33	c [1889.72] solve iteration 46, LB=54692, UB=54749
2208.96/2211.33	c [1910.03] solve iteration 47, LB=54692, UB=54749
2208.96/2211.33	c [1924.55] solve iteration 48, LB=54692, UB=54745
2208.96/2211.33	c [1940.05] solve iteration 49, LB=54692, UB=54745
2208.96/2211.33	c [1954.2] solve iteration 50, LB=54692, UB=54745
2208.96/2211.33	c [1967.49] solve iteration 51, LB=54692, UB=54743
2208.96/2211.33	c [1979.14] solve iteration 52, LB=

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: 64059 MiB (63005 MiB free)
  memory of node 1: 64510 MiB (61203 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431635-1721156816/watcher-4431635-1721156816 -o /tmp/evaluation-result-4431635-1721156816/solver-4431635-1721156816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721153223-867496 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431635-1721156816.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100484 s]*
/proc/loadavg: 4.12 4.12 4.09 5/241 869582
/proc/meminfo: memFree=127163396/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=96904 memory=15060 CPUtime=0.09 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 3122 0 0 0 8 1 0 0 20 0 1 0 167839723 99229696 3765 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 24226 3765 1588 46 0 4841 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 106832 KiB
Current children cumulated memory: 17648 KiB

[startup+0.213846 s]*
/proc/loadavg: 4.12 4.12 4.09 5/241 869582
/proc/meminfo: memFree=127123784/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=112208 memory=29000 CPUtime=0.21 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 6588 0 0 0 19 2 0 0 20 0 1 0 167839723 114900992 7250 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 28085 7250 1588 46 0 8700 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 122136 KiB
Current children cumulated memory: 31588 KiB

[startup+0.31309 s]*
/proc/loadavg: 4.12 4.12 4.09 5/241 869582
/proc/meminfo: memFree=127090664/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=127924 memory=40752 CPUtime=0.31 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9020 0 0 0 28 3 0 0 20 0 1 0 167839723 130994176 10188 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 31981 10188 1588 46 0 12596 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 137852 KiB
Current children cumulated memory: 43340 KiB

[startup+0.700411 s]
/proc/loadavg: 4.12 4.12 4.09 5/241 869582
/proc/meminfo: memFree=126992936/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=175072 memory=85768 CPUtime=0.68 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 17217 0 0 0 63 5 0 0 20 0 1 0 167839723 179273728 21442 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 43768 21442 1588 46 0 24383 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 185000 KiB
Current children cumulated memory: 88356 KiB

[startup+1.50042 s]
/proc/loadavg: 4.12 4.12 4.09 5/241 869582
/proc/meminfo: memFree=126806360/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=271304 memory=182076 CPUtime=1.48 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 33690 0 0 0 139 9 0 0 20 0 1 0 167839723 277815296 45519 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 67826 45519 1588 46 0 48441 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 281232 KiB
Current children cumulated memory: 184664 KiB

[startup+3.11379 s]
/proc/loadavg: 4.12 4.12 4.09 5/247 869595
/proc/meminfo: memFree=126041668/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=477084 memory=378120 CPUtime=3.09 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 65745 0 0 0 286 23 0 0 20 0 1 0 167839723 488534016 94530 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 119271 94530 1716 46 0 99886 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 487012 KiB
Current children cumulated memory: 380708 KiB

[startup+6.30044 s]
/proc/loadavg: 4.19 4.13 4.10 6/249 869599
/proc/meminfo: memFree=125348340/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=780824 memory=598860 CPUtime=6.27 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 99712 0 0 0 516 111 0 0 20 0 2 0 167839723 799563776 149715 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 195206 149715 2997 46 0 167801 0
[pid=869571/tid=869599] ppid=869569 vsize=780824 memory=2588 CPUtime=0 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 167840321 799563776 149715 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 790752 KiB
Current children cumulated memory: 601448 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.13 4.10 5/250 869600
/proc/meminfo: memFree=124894060/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=831592 memory=660120 CPUtime=12.66 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 146639 0 0 0 1100 166 0 0 20 0 2 0 167839723 851550208 165030 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 207898 165030 3568 46 0 180493 0
[pid=869571/tid=869599] ppid=869569 vsize=831592 memory=-8824451174058975841 CPUtime=0 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 167840321 851550208 165030 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 841520 KiB
Current children cumulated memory: 662708 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.12 4.09 5/249 869601
/proc/meminfo: memFree=124890812/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=831592 memory=662624 CPUtime=25.44 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 166608 0 0 0 2217 327 0 0 20 0 2 0 167839723 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 207898 165656 3568 46 0 180493 0
[pid=869571/tid=869599] ppid=869569 vsize=831592 memory=662624 CPUtime=0.01 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 8 0 0 0 0 1 0 0 20 0 2 0 167840321 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 841520 KiB
Current children cumulated memory: 665212 KiB

[startup+51.113 s]
/proc/loadavg: 4.22 4.15 4.10 5/250 869607
/proc/meminfo: memFree=124888692/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=831592 memory=662624 CPUtime=51.02 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 200397 0 0 0 4421 681 0 0 20 0 2 0 167839723 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 207898 165656 3568 46 0 180493 0
[pid=869571/tid=869599] ppid=869569 vsize=831592 memory=12440 CPUtime=0.03 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 16 0 0 0 0 3 0 0 20 0 2 0 167840321 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 841520 KiB
Current children cumulated memory: 665212 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/250 869615
/proc/meminfo: memFree=124877304/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=831592 memory=662624 CPUtime=102.14 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 252174 0 0 0 8742 1472 0 0 20 0 2 0 167839723 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 207898 165656 3568 46 0 180493 0
[pid=869571/tid=869599] ppid=869569 vsize=831592 memory=2588 CPUtime=0.09 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 24 0 0 0 2 7 0 0 20 0 2 0 167840321 851550208 165656 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 841520 KiB
Current children cumulated memory: 665212 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/250 869626
/proc/meminfo: memFree=124707100/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=889292 memory=718576 CPUtime=162.06 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 326897 0 0 0 13815 2391 0 0 20 0 2 0 167839723 910635008 179644 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 222323 179644 3759 46 0 194918 0
[pid=869571/tid=869599] ppid=869569 vsize=889292 memory=2588 CPUtime=0.15 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 30 0 0 0 3 12 0 0 20 0 2 0 167840321 910635008 179644 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 162.06 s
Current children cumulated vsize: 899220 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.92 4.36 4.21 5/253 871346
/proc/meminfo: memFree=110569212/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6037176 memory=4741764 CPUtime=3159.02 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 8740129 0 0 0 287954 27948 0 0 20 0 2 0 167839723 6182068224 1185441 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1509294 1185441 4010 46 0 1481889 0
[pid=869571/tid=869599] ppid=869569 vsize=6037176 memory=2588 CPUtime=3.38 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 209 0 0 0 93 245 0 0 20 0 2 0 167840321 6182068224 1185441 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3159.02 s
Current children cumulated vsize: 6047104 KiB
Current children cumulated memory: 4744352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.45 4.33 4.21 5/253 871359
/proc/meminfo: memFree=110499292/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6040240 memory=4773848 CPUtime=3218.95 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9052634 0 0 0 293393 28502 0 0 20 0 2 0 167839723 6185205760 1193462 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1510060 1193462 4026 46 0 1482655 0
[pid=869571/tid=869599] ppid=869569 vsize=6040240 memory=2588 CPUtime=3.45 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 215 0 0 0 95 250 0 0 20 0 2 0 167840321 6185205760 1193462 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3218.95 s
Current children cumulated vsize: 6050168 KiB
Current children cumulated memory: 4776436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.32 4.21 5/252 871382
/proc/meminfo: memFree=110465948/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6050140 memory=4782312 CPUtime=3278.86 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9307421 0 0 0 298738 29148 0 0 20 0 2 0 167839723 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512535 1195578 4026 46 0 1485130 0
[pid=869571/tid=869599] ppid=869569 vsize=6050140 memory=2588 CPUtime=3.52 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 219 0 0 0 97 255 0 0 20 0 2 0 167840321 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3278.86 s
Current children cumulated vsize: 6060068 KiB
Current children cumulated memory: 4784900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.27 4.20 5/252 871393
/proc/meminfo: memFree=110466568/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6050140 memory=4782312 CPUtime=3338.82 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9449660 0 0 0 304598 29284 0 0 20 0 2 0 167839723 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512535 1195578 4026 46 0 1485130 0
[pid=869571/tid=869599] ppid=869569 vsize=6050140 memory=12440 CPUtime=3.58 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 223 0 0 0 99 259 0 0 20 0 2 0 167840321 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3338.82 s
Current children cumulated vsize: 6060068 KiB
Current children cumulated memory: 4784900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.25 4.19 5/252 871403
/proc/meminfo: memFree=110449748/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6050140 memory=4782312 CPUtime=3398.78 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9628518 0 0 0 310489 29389 0 0 20 0 2 0 167839723 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512535 1195578 4026 46 0 1485130 0
[pid=869571/tid=869599] ppid=869569 vsize=6050140 memory=2588 CPUtime=3.65 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 227 0 0 0 101 264 0 0 20 0 2 0 167840321 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3398.78 s
Current children cumulated vsize: 6060068 KiB
Current children cumulated memory: 4784900 KiB

[startup+3462.3 s]
/proc/loadavg: 5.12 4.50 4.28 5/251 871414
/proc/meminfo: memFree=110431524/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6050140 memory=4782312 CPUtime=3458.73 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 9840157 0 0 0 316307 29566 0 0 20 0 2 0 167839723 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512535 1195578 4026 46 0 1485130 0
[pid=869571/tid=869599] ppid=869569 vsize=6050140 memory=8042759917515609504 CPUtime=3.71 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 231 0 0 0 103 268 0 0 20 0 2 0 167840321 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3458.73 s
Current children cumulated vsize: 6060068 KiB
Current children cumulated memory: 4784900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.53 4.45 4.28 6/250 871426
/proc/meminfo: memFree=110420484/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6050140 memory=4782312 CPUtime=3518.68 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 10257036 0 0 0 321514 30354 0 0 20 0 2 0 167839723 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512535 1195578 4026 46 0 1485130 0
[pid=869571/tid=869599] ppid=869569 vsize=6050140 memory=2588 CPUtime=3.77 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 234 0 0 0 105 272 0 0 20 0 2 0 167840321 6195343360 1195578 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3518.68 s
Current children cumulated vsize: 6060068 KiB
Current children cumulated memory: 4784900 KiB

[startup+3582.3 s]
/proc/loadavg: 4.76 4.51 4.30 5/249 871436
/proc/meminfo: memFree=110343112/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6051836 memory=4782288 CPUtime=3578.61 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 10624224 0 0 0 326904 30957 0 0 20 0 2 0 167839723 6197080064 1195572 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1512959 1195572 4026 46 0 1485554 0
[pid=869571/tid=869599] ppid=869569 vsize=6051836 memory=12440 CPUtime=3.84 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 238 0 0 0 107 277 0 0 20 0 2 0 167840321 6197080064 1195572 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3578.61 s
Current children cumulated vsize: 6061764 KiB
Current children cumulated memory: 4784876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 4.91 4.56 4.33 5/249 871439
/proc/meminfo: memFree=110333860/131655788 swapFree=131071996/131071996
[pid=869569] ppid=869566 vsize=9928 memory=2588 CPUtime=0 cores=4,6
/proc/869569/stat : 869569 (run-glibc-2.34.) S 869566 869569 867485 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 167839723 10166272 647 134679101440 94757127974912 94757129054232 140723883254256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94757131152688 94757131199876 94757149900800 140723883258827 140723883258972 140723883258972 140723883265987 0
/proc/869569/statm: 2482 647 566 264 0 133 0
[pid=869571] ppid=869569 vsize=6055668 memory=4783860 CPUtime=3600.08 cores=4,6
/proc/869571/stat : 869571 (ld-linux-x86-64) R 869569 869569 867485 0 -1 4194304 10666086 0 0 0 328827 31181 0 0 20 0 2 0 167839723 6201004032 1195965 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
/proc/869571/statm: 1513917 1195965 4026 46 0 1486512 0
[pid=869571/tid=869599] ppid=869569 vsize=6055668 memory=43524 CPUtime=3.87 cores=4,6
/proc/869571/task/869599/stat : 869599 (ld-linux-x86-64) S 869569 869569 867485 0 -1 1077936192 242 0 0 0 108 279 0 0 20 0 2 0 167840321 6201004032 1195965 134679101440 139797112741888 139797112929500 140735191490592 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139797115030400 139797115039848 93824995209216 140735191495523 140735191495675 140735191495675 140735191502770 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 6065596 KiB
Current children cumulated memory: 4786448 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000672 s, system=0.000919 s

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

# cumulated CPU time of all completed processes:  user=3288.28 s, system=311.921 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): 3603.92
CPU time (s): 3600.21
CPU user time (s): 3288.28
CPU system time (s): 311.921
CPU usage (%): 99.897
Max. virtual memory (cumulated for all children) (KiB): 6139752
Max. memory (cumulated for all children) (KiB): 4872904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3288.28
system time used= 311.921
maximum resident set size= 4882788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10666290
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= 355741
involuntary context switches= 2364


# summary of solver processes directly reported to runsolver:
#   pid: 869569,869571
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3288.28
#   total CPU system time (s): 311.921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8052 second user time and 35.752 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 21:07:09
IDJOB=4431635
IDBENCH=158206
IDSOLVER=3056
FILE ID=nodeC002/4431635-1721156816
RUNJOBID= nodeC002-1721153223-867496
SLURM_JOB_ID= 7505758
Free space on /tmp= 723416 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-12.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431635-1721156816/watcher-4431635-1721156816 -o /tmp/evaluation-result-4431635-1721156816/solver-4431635-1721156816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721153223-867496 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431635-1721156816.opb

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

MD5SUM BENCH= 0c5a5feecc6e9ebbd7fc1e1b28678077
RANDOM SEED=634855139

nodeC002.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.643
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.152
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2892.527
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.864
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2494.066
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.654
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.412
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127187120 kB
MemAvailable:   129787660 kB
Buffers:          450732 kB
Cached:          2961520 kB
SwapCached:            0 kB
Active:           767200 kB
Inactive:        3107252 kB
Active(anon):       2668 kB
Inactive(anon):   496948 kB
Active(file):     764532 kB
Inactive(file):  2610304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            344688 kB
Writeback:             0 kB
AnonPages:        461432 kB
Mapped:           109364 kB
Shmem:             37704 kB
KReclaimable:     130824 kB
Slab:             233480 kB
SReclaimable:     130824 kB
SUnreclaim:       102656 kB
KernelStack:        3840 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     869736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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:      205640 kB
DirectMap2M:    21719040 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723320 MiB
End job on nodeC002 at 2024-07-16 22:07:13