Trace number 4431072

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.09 3605.81

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_3.opb
MD5SUMd6e4abba593cb3232b5d1a2a9d687dd6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint82
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5856
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c initialize IPBHS solver
0.00/0.02	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.02	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.02	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.02	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.00/0.02	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.02	c will solve HOME/instance-4431072-1721092932.opb
3600.07/3605.80	HOME/run-glibc-2.34.sh: line 2: 824798 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: 64096 MiB (60964 MiB free)
  memory of node 1: 64473 MiB (60640 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100785 s]*
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124514296/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=135592 memory=22388 CPUtime=0.1 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 1611 0 0 0 9 1 0 0 20 0 2 0 161450374 138846208 5597 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 33898 5597 3370 46 0 6493 0
[pid=824798/tid=824799] ppid=824796 vsize=135592 memory=4026561614 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450376 138846208 5597 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 145520 KiB
Current children cumulated memory: 25260 KiB

[startup+0.213538 s]*
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124513296/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=135592 memory=22916 CPUtime=0.21 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 1765 0 0 0 20 1 0 0 20 0 2 0 161450374 138846208 5729 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 33898 5729 3370 46 0 6493 0
[pid=824798/tid=824799] ppid=824796 vsize=135592 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450376 138846208 5729 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 145520 KiB
Current children cumulated memory: 25788 KiB

[startup+0.31231 s]*
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124512820/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=135592 memory=23444 CPUtime=0.31 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 1875 0 0 0 29 2 0 0 20 0 2 0 161450374 138846208 5861 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 33898 5861 3370 46 0 6493 0
[pid=824798/tid=824799] ppid=824796 vsize=135592 memory=-8681747728814729061 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450376 138846208 5861 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 145520 KiB
Current children cumulated memory: 26316 KiB

[startup+0.700352 s]
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124512008/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=135860 memory=24236 CPUtime=0.68 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 2059 0 0 0 66 2 0 0 20 0 2 0 161450374 139120640 6059 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 33965 6059 3370 46 0 6560 0
[pid=824798/tid=824799] ppid=824796 vsize=135860 memory=1936 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450376 139120640 6059 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 145788 KiB
Current children cumulated memory: 27108 KiB

[startup+1.50036 s]
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124508344/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=136400 memory=26808 CPUtime=1.48 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 2205 0 0 0 144 4 0 0 20 0 2 0 161450374 139673600 6702 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 34100 6702 3370 46 0 6695 0
[pid=824798/tid=824799] ppid=824796 vsize=136400 memory=11420 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450376 139673600 6702 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 146328 KiB
Current children cumulated memory: 29680 KiB

[startup+3.1126 s]
/proc/loadavg: 4.15 4.13 4.15 5/253 824801
/proc/meminfo: memFree=124503880/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=137252 memory=27612 CPUtime=3.09 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 3386 0 0 0 304 5 0 0 20 0 2 0 161450374 140546048 6903 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 34313 6903 3370 46 0 6908 0
[pid=824798/tid=824799] ppid=824796 vsize=137252 memory=2872 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 161450376 140546048 6903 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 147180 KiB
Current children cumulated memory: 30484 KiB

[startup+6.30034 s]
/proc/loadavg: 4.14 4.13 4.15 5/253 824801
/proc/meminfo: memFree=124501416/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=140536 memory=28968 CPUtime=6.28 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 4960 0 0 0 619 9 0 0 20 0 2 0 161450374 143908864 7242 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 35134 7242 3370 46 0 7729 0
[pid=824798/tid=824799] ppid=824796 vsize=140536 memory=2872 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 161450376 143908864 7242 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 150464 KiB
Current children cumulated memory: 31840 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.12 4.15 5/253 824801
/proc/meminfo: memFree=124495536/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=141772 memory=31184 CPUtime=12.67 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 10107 0 0 0 1253 14 0 0 20 0 2 0 161450374 145174528 7796 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 35443 7796 3370 46 0 8038 0
[pid=824798/tid=824799] ppid=824796 vsize=141772 memory=42868 CPUtime=0 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 161450376 145174528 7796 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 151700 KiB
Current children cumulated memory: 34056 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.12 4.15 5/253 824804
/proc/meminfo: memFree=124486140/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=143032 memory=32972 CPUtime=25.44 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 16053 0 0 0 2520 24 0 0 20 0 2 0 161450374 146464768 8243 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 35758 8243 3370 46 0 8353 0
[pid=824798/tid=824799] ppid=824796 vsize=143032 memory=32908 CPUtime=0.01 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 161450376 146464768 8243 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 152960 KiB
Current children cumulated memory: 35844 KiB

[startup+51.1129 s]
/proc/loadavg: 4.06 4.11 4.14 5/253 824807
/proc/meminfo: memFree=124469328/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=148520 memory=37488 CPUtime=50.99 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 21931 0 0 0 5058 41 0 0 20 0 2 0 161450374 152084480 9372 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 37130 9372 3370 46 0 9725 0
[pid=824798/tid=824799] ppid=824796 vsize=148520 memory=36984 CPUtime=0.04 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 35 0 0 0 1 3 0 0 20 0 2 0 161450376 152084480 9372 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 158448 KiB
Current children cumulated memory: 40360 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/253 824815
/proc/meminfo: memFree=124452696/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=151400 memory=42036 CPUtime=102.07 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 25193 0 0 0 10138 69 0 0 20 0 2 0 161450374 155033600 10509 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 37850 10509 3370 46 0 10445 0
[pid=824798/tid=824799] ppid=824796 vsize=151400 memory=11420 CPUtime=0.09 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 45 0 0 0 2 7 0 0 20 0 2 0 161450376 155033600 10509 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 161328 KiB
Current children cumulated memory: 44908 KiB

[startup+162.3 s]

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

/proc/824798/statm: 51299 20033 3370 46 0 23894 0
[pid=824798/tid=824799] ppid=824796 vsize=205196 memory=11420 CPUtime=4.52 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 198 0 0 0 152 300 0 0 20 0 2 0 161450376 210120704 20033 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3097.29 s
Current children cumulated vsize: 215124 KiB
Current children cumulated memory: 83004 KiB

[startup+3162.3 s]
/proc/loadavg: 5.31 4.74 4.35 5/252 826559
/proc/meminfo: memFree=124282608/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82520 CPUtime=3157.2 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 124186 0 0 0 314827 893 0 0 20 0 2 0 161450374 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20630 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=2872 CPUtime=4.6 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 201 0 0 0 154 306 0 0 20 0 2 0 161450376 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3157.2 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.52 4.62 4.33 5/252 826570
/proc/meminfo: memFree=124281372/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82520 CPUtime=3217.12 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 124769 0 0 0 320806 906 0 0 20 0 2 0 161450374 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20630 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=2872 CPUtime=4.7 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 204 0 0 0 158 312 0 0 20 0 2 0 161450376 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3217.12 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.55 4.32 5/249 826580
/proc/meminfo: memFree=124280992/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82520 CPUtime=3277.03 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 125519 0 0 0 326782 921 0 0 20 0 2 0 161450374 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20630 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=82520 CPUtime=4.79 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 207 0 0 0 161 318 0 0 20 0 2 0 161450376 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3277.03 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.45 4.30 5/249 826590
/proc/meminfo: memFree=124280660/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82520 CPUtime=3336.94 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 126117 0 0 0 332759 935 0 0 20 0 2 0 161450374 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20630 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=2872 CPUtime=4.88 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 210 0 0 0 163 325 0 0 20 0 2 0 161450376 210530304 20630 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3336.94 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.41 4.29 5/249 826601
/proc/meminfo: memFree=124279640/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82524 CPUtime=3396.86 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 126801 0 0 0 338735 951 0 0 20 0 2 0 161450374 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20631 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=82524 CPUtime=4.98 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 213 0 0 0 167 331 0 0 20 0 2 0 161450376 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3396.86 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.35 4.28 5/249 826611
/proc/meminfo: memFree=124278064/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82524 CPUtime=3456.78 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 127425 0 0 0 344713 965 0 0 20 0 2 0 161450374 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20631 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=2872 CPUtime=5.08 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 216 0 0 0 170 338 0 0 20 0 2 0 161450376 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3456.78 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.30 4.26 5/251 826625
/proc/meminfo: memFree=124274976/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82524 CPUtime=3516.69 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 128114 0 0 0 350690 979 0 0 20 0 2 0 161450374 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20631 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=11420 CPUtime=5.17 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 219 0 0 0 173 344 0 0 20 0 2 0 161450376 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3516.69 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85396 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.26 4.25 5/251 826635
/proc/meminfo: memFree=124274196/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82524 CPUtime=3576.6 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 128745 0 0 0 356667 993 0 0 20 0 2 0 161450374 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20631 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=11420 CPUtime=5.27 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 222 0 0 0 177 350 0 0 20 0 2 0 161450376 210530304 20631 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3576.6 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.8 s]
/proc/loadavg: 3.82 4.18 4.23 2/224 826734
/proc/meminfo: memFree=124605776/131655788 swapFree=131071996/131071996
[pid=824796] ppid=824793 vsize=9928 memory=2872 CPUtime=0 cores=0,2
/proc/824796/stat : 824796 (run-glibc-2.34.) S 824793 824796 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450374 10166272 718 134679101440 94511971065856 94511972145176 140735792861376 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94511974243632 94511974290820 94512007651328 140735792866239 140735792866396 140735792866396 140735792873411 0
/proc/824796/statm: 2482 718 637 264 0 133 0
[pid=824798] ppid=824796 vsize=205596 memory=82528 CPUtime=3600.07 cores=0,2
/proc/824798/stat : 824798 (ld-linux-x86-64) R 824796 824796 820670 0 -1 4194304 128862 0 0 0 359010 997 0 0 20 0 2 0 161450374 210530304 20632 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
/proc/824798/statm: 51399 20632 3370 46 0 23994 0
[pid=824798/tid=824799] ppid=824796 vsize=205596 memory=12508 CPUtime=5.31 cores=0,2
/proc/824798/task/824799/stat : 824799 (ld-linux-x86-64) S 824796 824796 820670 0 -1 1077936192 222 0 0 0 179 352 0 0 20 0 2 0 161450376 210530304 20632 134679101440 139797031497728 139797031685340 140733302765472 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139797033786240 139797033795688 93824998416384 140733302772567 140733302772731 140733302772731 140733302779826 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 215524 KiB
Current children cumulated memory: 85400 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.11 s, system=9.97618 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): 3605.81
CPU time (s): 3600.09
CPU user time (s): 3590.11
CPU system time (s): 9.97618
CPU usage (%): 99.8414
Max. virtual memory (cumulated for all children) (KiB): 215524
Max. memory (cumulated for all children) (KiB): 85400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.11
system time used= 9.97618
maximum resident set size= 82528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129081
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= 354839
involuntary context switches= 25155


# summary of solver processes directly reported to runsolver:
#   pid: 824796
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3590.11
#   total CPU system time (s): 9.97618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8706 second user time and 39.0334 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 03:22:25
IDJOB=4431072
IDBENCH=147586
IDSOLVER=3055
FILE ID=nodeC011/4431072-1721092932
RUNJOBID= nodeC011-1721085725-820680
SLURM_JOB_ID= 7505579
Free space on /tmp= 723660 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_3.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-4431072-1721092932/watcher-4431072-1721092932 -o /tmp/evaluation-result-4431072-1721092932/solver-4431072-1721092932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820680 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431072-1721092932.opb

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

MD5SUM BENCH= d6e4abba593cb3232b5d1a2a9d687dd6
RANDOM SEED=1238453549

nodeC011.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		: 3501.581
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.20
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		: 3507.927
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.123
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.20
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		: 1197.278
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		: 3660.547
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.20
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		: 3507.996
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.342
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.20
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.300
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:        124524916 kB
MemAvailable:   129841956 kB
Buffers:          414920 kB
Cached:          5677680 kB
SwapCached:            0 kB
Active:           736204 kB
Inactive:        5722488 kB
Active(anon):       1448 kB
Inactive(anon):   402016 kB
Active(file):     734756 kB
Inactive(file):  5320472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            167204 kB
Writeback:             0 kB
AnonPages:        363536 kB
Mapped:           119284 kB
Shmem:             37704 kB
KReclaimable:     204020 kB
Slab:             314848 kB
SReclaimable:     204020 kB
SUnreclaim:       110828 kB
KernelStack:        4044 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     893316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723740 MiB
End job on nodeC011 at 2024-07-16 04:22:31