Trace number 4431306

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.01 3606.61

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct5.5.opb
MD5SUM26f8151eeea3bfac35ea53df0172ab44
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 benchmark167
Best CPU time to get the best result obtained on this benchmark3.55095
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27568
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.18	c initialize IPBHS solver
0.09/0.18	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.09/0.18	c optimizer = "gurobi"
0.09/0.18	c pbsolver = "roundingsat"
0.09/0.18	c load symmetries from file ""
0.09/0.18	c set time limit for symmetry computation to 100 seconds.
0.09/0.18	c set interchangeable summation variable limit to 3
0.09/0.18	c find symmetric cores by applying each permutation and add them to optimizer
0.09/0.18	c set abs symmetric core budget per WCE-iteration to 100
0.09/0.18	c set rel symmetric core budget per WCE-iteration to 0
0.09/0.18	c set lit symmetric core budget per WCE-iteration to 0
0.09/0.18	c set sym generation to 's'
0.09/0.18	c set abstraction set creation to 10 iterations without LB change
0.09/0.18	c set abstraction set inputs to 0
0.09/0.18	c set abstraction set cluster min size to 2
0.09/0.18	c set abstraction set cluster max size to 100000000
0.09/0.18	c set abstraction set cluster activation limit to 2
0.09/0.18	c enable abstraction set require equal cost
0.09/0.18	c set abstraction set assumptions to 0
0.09/0.18	c set abstraction set constraint type to 0
0.09/0.18	c set abstract core extraction strategy to b
0.09/0.18	c set core extraction strategy to 2
0.09/0.18	c set core extraction shuffles 10
0.09/0.18	c set cores per iteration to 5
0.09/0.18	c set optimizer bound usage strategy to 2
0.09/0.18	c set optimizer max non-optimal iterations to 1000
0.09/0.18	c set small core cardinality limit to 2
0.09/0.18	c set max coef in cores to 1000000000
0.09/0.18	c set SIS iterations to 5
0.09/0.18	c set SIS budget abs to 1000
0.09/0.18	c set SIS budget rel to 0.05
0.09/0.18	c limit for coefficient in constraints and objective to 9223372036854775807
0.09/0.18	c will solve HOME/instance-4431306-1721161961.opb
3600.00/3606.60	HOME/run-glibc-2.34.sh: line 2: 869255 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=869253, runsolver pid=869250

[startup+0.100057 s]*
/proc/loadavg: 4.12 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128497908/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=150472 memory=38052 CPUtime=0.09 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 5370 0 0 0 6 3 0 0 20 0 2 0 168363118 154083328 9513 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 37618 9513 2698 46 0 10213 0
[pid=869255/tid=869256] ppid=869253 vsize=150472 memory=4026561614 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) R 869253 869253 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168363127 154083328 9513 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 160400 KiB
Current children cumulated memory: 40720 KiB

[startup+0.205814 s]*
/proc/loadavg: 4.12 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128472820/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=174020 memory=59836 CPUtime=0.19 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 11394 0 0 0 16 3 0 0 20 0 2 0 168363118 178196480 14959 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 43505 14959 2714 46 0 16100 0
[pid=869255/tid=869256] ppid=869253 vsize=174020 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) R 869253 869253 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168363127 178196480 14959 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 183948 KiB
Current children cumulated memory: 62504 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.12 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128467920/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=177372 memory=64672 CPUtime=0.3 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 13104 0 0 0 26 4 0 0 20 0 2 0 168363118 181628928 16168 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44343 16168 2714 46 0 16938 0
[pid=869255/tid=869256] ppid=869253 vsize=177372 memory=-9040623939026641505 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168363127 181628928 16168 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 187300 KiB
Current children cumulated memory: 67340 KiB

[startup+0.700197 s]
/proc/loadavg: 4.11 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128468104/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=176364 memory=65956 CPUtime=0.68 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 13148 0 0 0 61 7 0 0 20 0 2 0 168363118 180596736 16489 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44091 16489 2714 46 0 16686 0
[pid=869255/tid=869256] ppid=869253 vsize=176364 memory=1968 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168363127 180596736 16489 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 68624 KiB

[startup+1.5002 s]
/proc/loadavg: 4.11 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128466356/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=176364 memory=65956 CPUtime=1.48 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 13148 0 0 0 138 10 0 0 20 0 2 0 168363118 180596736 16489 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44091 16489 2714 46 0 16686 0
[pid=869255/tid=869256] ppid=869253 vsize=176364 memory=11608 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168363127 180596736 16489 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 68624 KiB

[startup+3.1056 s]
/proc/loadavg: 4.11 4.15 4.13 5/266 869256
/proc/meminfo: memFree=128466376/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=176364 memory=68588 CPUtime=3.08 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 14944 0 0 0 294 14 0 0 20 0 2 0 168363118 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44091 17147 3371 46 0 16686 0
[pid=869255/tid=869256] ppid=869253 vsize=176364 memory=2668 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 168363127 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 71256 KiB

[startup+6.30018 s]
/proc/loadavg: 4.10 4.14 4.13 5/266 869256
/proc/meminfo: memFree=128466320/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=176364 memory=68588 CPUtime=6.27 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 16853 0 0 0 604 23 0 0 20 0 2 0 168363118 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44091 17147 3371 46 0 16686 0
[pid=869255/tid=869256] ppid=869253 vsize=176364 memory=2668 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 168363127 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 71256 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.14 4.13 5/266 869258
/proc/meminfo: memFree=128464996/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=176364 memory=68588 CPUtime=12.67 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 20823 0 0 0 1224 43 0 0 20 0 2 0 168363118 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44091 17147 3371 46 0 16686 0
[pid=869255/tid=869256] ppid=869253 vsize=176364 memory=2668 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 168363127 180596736 17147 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 71256 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.14 4.12 5/266 869260
/proc/meminfo: memFree=128461736/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=179084 memory=71000 CPUtime=25.45 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 25489 0 0 0 2469 76 0 0 20 0 2 0 168363118 183382016 17750 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44771 17750 3371 46 0 17366 0
[pid=869255/tid=869256] ppid=869253 vsize=179084 memory=68588 CPUtime=0 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 2 0 168363127 183382016 17750 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 189012 KiB
Current children cumulated memory: 73668 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.14 4.12 5/265 869264
/proc/meminfo: memFree=128460124/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=179084 memory=72716 CPUtime=51 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 37530 0 0 0 4942 158 0 0 20 0 2 0 168363118 183382016 18179 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 44771 18179 3750 46 0 17366 0
[pid=869255/tid=869256] ppid=869253 vsize=179084 memory=2668 CPUtime=0.01 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 36 0 0 0 0 1 0 0 20 0 2 0 168363127 183382016 18179 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 189012 KiB
Current children cumulated memory: 75384 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/264 869274
/proc/meminfo: memFree=128447468/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=183504 memory=76048 CPUtime=102.1 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 49967 0 0 0 9927 283 0 0 20 0 2 0 168363118 187908096 19012 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 45876 19012 3750 46 0 18471 0
[pid=869255/tid=869256] ppid=869253 vsize=183504 memory=11608 CPUtime=0.04 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 44 0 0 0 1 3 0 0 20 0 2 0 168363127 187908096 19012 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 193432 KiB
Current children cumulated memory: 78716 KiB

[startup+162.3 s]

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

/proc/869255/statm: 61218 30970 3766 46 0 33813 0
[pid=869255/tid=869256] ppid=869253 vsize=244872 memory=2668 CPUtime=1.53 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 178 0 0 0 50 103 0 0 20 0 2 0 168363127 250748928 30970 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3096.66 s
Current children cumulated vsize: 254800 KiB
Current children cumulated memory: 126548 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/263 870690
/proc/meminfo: memFree=127238240/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=244872 memory=123888 CPUtime=3156.5 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 191770 0 0 0 311407 4243 0 0 20 0 2 0 168363118 250748928 30972 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61218 30972 3766 46 0 33813 0
[pid=869255/tid=869256] ppid=869253 vsize=244872 memory=123884 CPUtime=1.56 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 181 0 0 0 51 105 0 0 20 0 2 0 168363127 250748928 30972 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3156.5 s
Current children cumulated vsize: 254800 KiB
Current children cumulated memory: 126556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/265 871084
/proc/meminfo: memFree=127200096/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=123944 CPUtime=3216.36 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 193946 0 0 0 317315 4321 0 0 20 0 2 0 168363118 251027456 30986 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 30986 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=2668 CPUtime=1.58 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 183 0 0 0 51 107 0 0 20 0 2 0 168363127 251027456 30986 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3216.36 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/265 871095
/proc/meminfo: memFree=127166088/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124156 CPUtime=3276.26 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 194666 0 0 0 323244 4382 0 0 20 0 2 0 168363118 251027456 31039 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31039 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=124156 CPUtime=1.61 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 186 0 0 0 52 109 0 0 20 0 2 0 168363127 251027456 31039 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3276.26 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126824 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.15 4.16 5/267 871276
/proc/meminfo: memFree=126938164/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3336.15 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 195306 0 0 0 329162 4453 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=43792 CPUtime=1.64 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 189 0 0 0 53 111 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3336.15 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/266 871286
/proc/meminfo: memFree=127081124/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3396.04 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 195949 0 0 0 335092 4512 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=2668 CPUtime=1.67 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 192 0 0 0 54 113 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3396.04 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.15 5/268 871354
/proc/meminfo: memFree=127043832/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3455.94 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 196145 0 0 0 341021 4573 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=124160 CPUtime=1.7 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 194 0 0 0 55 115 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3455.94 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.25 4.19 5/266 871366
/proc/meminfo: memFree=126974756/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3515.83 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 197236 0 0 0 346948 4635 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=2668 CPUtime=1.73 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 196 0 0 0 56 117 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3515.83 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.24 4.19 5/266 871376
/proc/meminfo: memFree=126951788/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3575.74 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 197907 0 0 0 352877 4697 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=11608 CPUtime=1.77 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 198 0 0 0 57 120 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3575.74 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 4.29 4.24 4.19 5/266 871379
/proc/meminfo: memFree=126931160/131524600 swapFree=131071996/131071996
[pid=869253] ppid=869250 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/869253/stat : 869253 (run-glibc-2.34.) S 869250 869253 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 168363118 10166272 667 134679101440 94419034345472 94419035424792 140720466804880 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94419037523248 94419037570436 94419066421248 140720466809791 140720466809948 140720466809948 140720466816963 0
/proc/869253/statm: 2482 667 586 264 0 133 0
[pid=869255] ppid=869253 vsize=245144 memory=124160 CPUtime=3600 cores=4,6
/proc/869255/stat : 869255 (ld-linux-x86-64) R 869253 869253 866303 0 -1 4194304 197907 0 0 0 355283 4717 0 0 20 0 2 0 168363118 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
/proc/869255/statm: 61286 31040 3766 46 0 33881 0
[pid=869255/tid=869256] ppid=869253 vsize=245144 memory=2776 CPUtime=1.78 cores=4,6
/proc/869255/task/869256/stat : 869256 (ld-linux-x86-64) S 869253 869253 866303 0 -1 1077936192 198 0 0 0 57 121 0 0 20 0 2 0 168363127 251027456 31040 134679101440 140537273221120 140537273408732 140726186767040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140537275509632 140537275519080 93825018081280 140726186771287 140726186771451 140726186771451 140726186778546 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 255072 KiB
Current children cumulated memory: 126828 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3552.84 s, system=47.1756 s

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

Child status: 143

Real time (s): 3606.61
CPU time (s): 3600.01
CPU user time (s): 3552.84
CPU system time (s): 47.1756
CPU usage (%): 99.8172
Max. virtual memory (cumulated for all children) (KiB): 255072
Max. memory (cumulated for all children) (KiB): 126828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3552.84
system time used= 47.1756
maximum resident set size= 124160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198123
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= 357193
involuntary context switches= 1529


# summary of solver processes directly reported to runsolver:
#   pid: 869253
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3552.84
#   total CPU system time (s): 47.1756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.48995 second user time and 16.4491 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 22:32:53
IDJOB=4431306
IDBENCH=158398
IDSOLVER=3055
FILE ID=nodeC028/4431306-1721161961
RUNJOBID= nodeC028-1721157371-866314
SLURM_JOB_ID= 7505768
Free space on /tmp= 889940 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct5.5.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-4431306-1721161961/watcher-4431306-1721161961 -o /tmp/evaluation-result-4431306-1721161961/solver-4431306-1721161961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866314 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431306-1721161961.opb

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

MD5SUM BENCH= 26f8151eeea3bfac35ea53df0172ab44
RANDOM SEED=843670241

nodeC028.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		: 3671.059
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
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		: 3677.642
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
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		: 3603.430
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128523604 kB
MemAvailable:   129326556 kB
Buffers:          419796 kB
Cached:          1220804 kB
SwapCached:            0 kB
Active:           788064 kB
Inactive:        1620688 kB
Active(anon):       1560 kB
Inactive(anon):   804304 kB
Active(file):     786504 kB
Inactive(file):   816384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             42900 kB
Writeback:            12 kB
AnonPages:        760936 kB
Mapped:           121204 kB
Shmem:             37720 kB
KReclaimable:      79772 kB
Slab:             183460 kB
SReclaimable:      79772 kB
SUnreclaim:       103688 kB
KernelStack:        4208 kB
PageTables:        11424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1212520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889896 MiB
End job on nodeC028 at 2024-07-16 23:33:00