Trace number 4431023

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.1 3607.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUM79a11fcf881101c51e0b67ee01609c80
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 benchmark179
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431023-1721085712/watcher-4431023-1721085712 -o /tmp/evaluation-result-4431023-1721085712/solver-4431023-1721085712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820681 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431023-1721085712.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=820743, runsolver pid=820730

[startup+0.100093 s]*
/proc/loadavg: 1.41 1.50 1.92 6/252 820752
/proc/meminfo: memFree=124617748/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=3036 memory=308 CPUtime=0 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) D 820743 820743 820670 0 -1 4194304 51 0 1 0 0 0 0 0 20 0 1 0 160728445 3108864 77 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 0 0 0 0 0 17 4 0 0 9 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 759 77 66 46 0 53 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 12964 KiB
Current children cumulated memory: 3048 KiB

[startup+0.216134 s]*
/proc/loadavg: 1.41 1.50 1.92 4/252 820752
/proc/meminfo: memFree=124616596/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=56404 memory=660 CPUtime=0 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) D 820743 820743 820670 0 -1 4194304 66 0 2 0 0 0 0 0 20 0 1 0 160728445 57757696 165 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 0 0 0 0 0 17 4 0 0 20 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 14101 165 145 46 0 231 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 66332 KiB
Current children cumulated memory: 3400 KiB

[startup+0.314523 s]*
/proc/loadavg: 1.41 1.50 1.92 4/252 820752
/proc/meminfo: memFree=124615288/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=62712 memory=868 CPUtime=0 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) D 820743 820743 820670 0 -1 4194304 80 0 4 0 0 0 0 0 20 0 1 0 160728445 64217088 217 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 0 0 0 0 0 17 4 0 0 32 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 15678 217 191 46 0 254 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 72640 KiB
Current children cumulated memory: 3608 KiB

[startup+0.700355 s]
/proc/loadavg: 1.41 1.50 1.92 4/253 820753
/proc/meminfo: memFree=124610852/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=87920 memory=8760 CPUtime=0.01 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) D 820743 820743 820670 0 -1 4194304 622 0 25 0 0 1 0 0 20 0 1 0 160728445 90030080 2190 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 0 0 0 0 0 17 4 0 0 73 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 21980 2190 1798 46 0 2595 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 97848 KiB
Current children cumulated memory: 11500 KiB

[startup+1.50041 s]
/proc/loadavg: 1.41 1.50 1.92 8/259 820759
/proc/meminfo: memFree=124564736/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=147060 memory=30576 CPUtime=0.65 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 3212 0 71 0 62 3 0 0 20 0 2 0 160728445 150589440 7644 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 36765 7644 3831 46 0 9360 0
[pid=820752/tid=820756] ppid=820743 vsize=147060 memory=11420 CPUtime=0 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160728520 150589440 7644 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 156988 KiB
Current children cumulated memory: 33316 KiB

[startup+3.11419 s]
/proc/loadavg: 1.62 1.54 1.93 9/259 820761
/proc/meminfo: memFree=124534724/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=148968 memory=32200 CPUtime=2.26 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 4548 0 72 0 222 4 0 0 20 0 2 0 160728445 152543232 8050 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 37242 8050 3894 46 0 9837 0
[pid=820752/tid=820756] ppid=820743 vsize=148968 memory=0 CPUtime=0 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 2 0 160728520 152543232 8050 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 158896 KiB
Current children cumulated memory: 34940 KiB
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.62 1.54 1.93 9/259 820761
/proc/meminfo: memFree=124524088/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=151584 memory=35108 CPUtime=5.44 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 7217 0 72 0 540 4 0 0 20 0 2 0 160728445 155222016 8777 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 37896 8777 3895 46 0 10491 0
[pid=820752/tid=820756] ppid=820743 vsize=151584 memory=-8682873654558485349 CPUtime=0 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 2 0 160728520 155222016 8777 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 161512 KiB
Current children cumulated memory: 37848 KiB

[startup+12.7004 s]
/proc/loadavg: 1.98 1.62 1.95 8/259 820762
/proc/meminfo: memFree=124523636/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=151584 memory=35804 CPUtime=11.83 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 10697 0 72 0 1178 5 0 0 20 0 2 0 160728445 155222016 8951 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 37896 8951 3895 46 0 10491 0
[pid=820752/tid=820756] ppid=820743 vsize=151584 memory=35460 CPUtime=0 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 160728520 155222016 8951 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 11.83 s
Current children cumulated vsize: 161512 KiB
Current children cumulated memory: 38544 KiB

[startup+25.5004 s]
/proc/loadavg: 2.29 1.70 1.98 8/259 820764
/proc/meminfo: memFree=124513144/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=153532 memory=38752 CPUtime=24.6 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 13762 0 72 0 2453 7 0 0 20 0 2 0 160728445 157216768 9688 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 38383 9688 3895 46 0 10978 0
[pid=820752/tid=820756] ppid=820743 vsize=153532 memory=38504 CPUtime=0.01 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 17 0 0 0 0 1 0 0 20 0 2 0 160728520 157216768 9688 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 24.6 s
Current children cumulated vsize: 163460 KiB
Current children cumulated memory: 41492 KiB

[startup+51.1145 s]
/proc/loadavg: 2.94 1.90 2.04 9/259 820767
/proc/meminfo: memFree=124455904/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=165432 memory=54172 CPUtime=50.16 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 35801 0 72 0 5003 13 0 0 20 0 2 0 160728445 169402368 13543 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 41358 13543 3928 46 0 13953 0
[pid=820752/tid=820756] ppid=820743 vsize=165432 memory=2740 CPUtime=0.04 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 24 0 0 0 1 3 0 0 20 0 2 0 160728520 169402368 13543 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 50.16 s
Current children cumulated vsize: 175360 KiB
Current children cumulated memory: 56912 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.27 2.16 8/259 820777
/proc/meminfo: memFree=124442896/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=165432 memory=54252 CPUtime=101.27 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 38451 0 72 0 10110 17 0 0 20 0 2 0 160728445 169402368 13563 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 41358 13563 3928 46 0 13953 0
[pid=820752/tid=820756] ppid=820743 vsize=165432 memory=2740 CPUtime=0.09 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 28 0 0 0 2 7 0 0 20 0 2 0 160728520 169402368 13563 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 101.27 s
Current children cumulated vsize: 175360 KiB
Current children cumulated memory: 56992 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.62 2.29 8/259 820789
/proc/meminfo: memFree=124438820/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=165432 memory=54612 CPUtime=161.14 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 42532 0 72 0 16091 23 0 0 20 0 2 0 160728445 169402368 13653 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0

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

/proc/820752/statm: 139720 111458 3929 46 0 112315 0
[pid=820752/tid=820756] ppid=820743 vsize=558880 memory=11420 CPUtime=3.03 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 125 0 0 0 77 226 0 0 20 0 2 0 160728520 572293120 111458 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3095.86 s
Current children cumulated vsize: 568808 KiB
Current children cumulated memory: 448572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.09 8/251 822506
/proc/meminfo: memFree=122964056/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=569060 memory=454384 CPUtime=3155.73 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 406981 0 72 0 315274 299 0 0 20 0 2 0 160728445 582717440 113596 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 142265 113596 3929 46 0 114860 0
[pid=820752/tid=820756] ppid=820743 vsize=569060 memory=2740 CPUtime=3.09 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 127 0 0 0 79 230 0 0 20 0 2 0 160728520 582717440 113596 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3155.73 s
Current children cumulated vsize: 578988 KiB
Current children cumulated memory: 457124 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.09 8/251 822517
/proc/meminfo: memFree=122933044/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=575672 memory=461836 CPUtime=3215.61 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 419939 0 72 0 321255 306 0 0 20 0 2 0 160728445 589488128 115459 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 143918 115459 3929 46 0 116513 0
[pid=820752/tid=820756] ppid=820743 vsize=575672 memory=2740 CPUtime=3.15 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 129 0 0 0 80 235 0 0 20 0 2 0 160728520 589488128 115459 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3215.61 s
Current children cumulated vsize: 585600 KiB
Current children cumulated memory: 464576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.15 4.10 8/249 822527
/proc/meminfo: memFree=122905164/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=583248 memory=469556 CPUtime=3275.49 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 431150 0 72 0 327237 312 0 0 20 0 2 0 160728445 597245952 117389 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 145812 117389 3929 46 0 118407 0
[pid=820752/tid=820756] ppid=820743 vsize=583248 memory=467696 CPUtime=3.21 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 131 0 0 0 82 239 0 0 20 0 2 0 160728520 597245952 117389 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3275.49 s
Current children cumulated vsize: 593176 KiB
Current children cumulated memory: 472296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.18 4.11 8/249 822537
/proc/meminfo: memFree=122871212/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=591232 memory=477352 CPUtime=3335.38 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 443282 0 72 0 333219 319 0 0 20 0 2 0 160728445 605421568 119338 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 147808 119338 3929 46 0 120403 0
[pid=820752/tid=820756] ppid=820743 vsize=591232 memory=12508 CPUtime=3.27 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 133 0 0 0 84 243 0 0 20 0 2 0 160728520 605421568 119338 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3335.38 s
Current children cumulated vsize: 601160 KiB
Current children cumulated memory: 480092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.18 4.11 8/249 822547
/proc/meminfo: memFree=122834776/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=600156 memory=488252 CPUtime=3395.28 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 448894 0 72 0 339203 325 0 0 20 0 2 0 160728445 614559744 122063 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 150039 122063 3929 46 0 122634 0
[pid=820752/tid=820756] ppid=820743 vsize=600156 memory=2740 CPUtime=3.33 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 135 0 0 0 85 248 0 0 20 0 2 0 160728520 614559744 122063 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3395.28 s
Current children cumulated vsize: 610084 KiB
Current children cumulated memory: 490992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.16 4.10 8/249 822558
/proc/meminfo: memFree=122805912/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=607364 memory=494432 CPUtime=3455.19 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 450701 0 72 0 345190 329 0 0 20 0 2 0 160728445 621940736 123608 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 151841 123608 3929 46 0 124436 0
[pid=820752/tid=820756] ppid=820743 vsize=607364 memory=2740 CPUtime=3.39 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 137 0 0 0 87 252 0 0 20 0 2 0 160728520 621940736 123608 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3455.19 s
Current children cumulated vsize: 617292 KiB
Current children cumulated memory: 497172 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.16 4.10 8/251 822572
/proc/meminfo: memFree=122773148/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=615636 memory=502880 CPUtime=3515.11 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 454844 0 72 0 351176 335 0 0 20 0 2 0 160728445 630411264 125720 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 153909 125720 3929 46 0 126504 0
[pid=820752/tid=820756] ppid=820743 vsize=615636 memory=42868 CPUtime=3.45 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 139 0 0 0 89 256 0 0 20 0 2 0 160728520 630411264 125720 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3515.11 s
Current children cumulated vsize: 625564 KiB
Current children cumulated memory: 505620 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.10 9/251 822582
/proc/meminfo: memFree=122742344/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=622908 memory=510724 CPUtime=3575.02 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 458944 0 72 0 357161 341 0 0 20 0 2 0 160728445 637857792 127681 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 155727 127681 3929 46 0 128322 0
[pid=820752/tid=820756] ppid=820743 vsize=622908 memory=2264 CPUtime=3.51 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 141 0 0 0 90 261 0 0 20 0 2 0 160728520 637857792 127681 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3575.02 s
Current children cumulated vsize: 632836 KiB
Current children cumulated memory: 513464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 4.15 4.15 4.10 7/244 822617
/proc/meminfo: memFree=123198508/131655788 swapFree=131071996/131071996
[pid=820743] ppid=820730 vsize=9928 memory=2740 CPUtime=0 cores=4,6
/proc/820743/stat : 820743 (run-glibc-2.34.) S 820730 820743 820670 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 685 134679101440 94379353436160 94379354515480 140736411796912 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94379356613936 94379356661124 94379367489536 140736411800511 140736411800668 140736411800668 140736411807683 0
/proc/820743/statm: 2482 685 604 264 0 133 0
[pid=820752] ppid=820743 vsize=626576 memory=513896 CPUtime=3600.08 cores=4,6
/proc/820752/stat : 820752 (ld-linux-x86-64) R 820743 820743 820670 0 -1 4194304 461576 0 72 0 359665 343 0 0 20 0 2 0 160728445 641613824 128474 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 0 0 0 17 4 0 0 90 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
/proc/820752/statm: 156644 128474 3929 46 0 129239 0
[pid=820752/tid=820756] ppid=820743 vsize=626576 memory=2248 CPUtime=3.53 cores=4,6
/proc/820752/task/820756/stat : 820756 (ld-linux-x86-64) S 820743 820743 820670 0 -1 1077936192 142 0 0 0 90 263 0 0 20 0 2 0 160728520 641613824 128474 134679101440 139640618905600 139640619093212 140727678801760 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139640621194112 139640621203560 93825021841408 140727678804823 140727678804987 140727678804987 140727678812082 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 636504 KiB
Current children cumulated memory: 516636 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.44015 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): 3607.41
CPU time (s): 3600.1
CPU user time (s): 3596.66
CPU system time (s): 3.44015
CPU usage (%): 99.7975
Max. virtual memory (cumulated for all children) (KiB): 636504
Max. memory (cumulated for all children) (KiB): 516636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.44015
maximum resident set size= 514140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461838
page faults= 72
swaps= 0
block input operations= 10720
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356428
involuntary context switches= 4695


# summary of solver processes directly reported to runsolver:
#   pid: 820743
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.44015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8602 second user time and 34.8627 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 01:22:05
IDJOB=4431023
IDBENCH=147543
IDSOLVER=3055
FILE ID=nodeC011/4431023-1721085712
RUNJOBID= nodeC011-1721085725-820681
SLURM_JOB_ID= 7505579
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= 79a11fcf881101c51e0b67ee01609c80
RANDOM SEED=1113139262

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		: 1197.121
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		: 1197.121
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.156
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.159
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		: 1199.561
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		: 1242.841
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		: 1261.596
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		: 1217.437
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:        124622940 kB
MemAvailable:   129887588 kB
Buffers:          413012 kB
Cached:          5628500 kB
SwapCached:            0 kB
Active:           722740 kB
Inactive:        5639984 kB
Active(anon):       1320 kB
Inactive(anon):   357640 kB
Active(file):     721420 kB
Inactive(file):  5282344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            166984 kB
Writeback:             0 kB
AnonPages:        319220 kB
Mapped:           103488 kB
Shmem:             37704 kB
KReclaimable:     202168 kB
Slab:             312596 kB
SReclaimable:     202168 kB
SUnreclaim:       110428 kB
KernelStack:        3760 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     788396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 723644 MiB
End job on nodeC011 at 2024-07-16 02:22:13