Trace number 4431217

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.03 3606.41

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1620770.opb
MD5SUMea40b84df91c60f1b4d71ba03d843a27
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark374.616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints9296
Number of constraints which are clauses9261
Number of constraints which are cardinality constraints (but not clauses)35
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 22
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 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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.05	c initialize IPBHS solver
0.00/0.05	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.05	c optimizer = "gurobi"
0.00/0.05	c pbsolver = "roundingsat"
0.00/0.05	c load symmetries from file ""
0.00/0.05	c set time limit for symmetry computation to 100 seconds.
0.00/0.05	c set interchangeable summation variable limit to 3
0.00/0.05	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.05	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.05	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.05	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.05	c set sym generation to 's'
0.00/0.05	c set abstraction set creation to 10 iterations without LB change
0.00/0.05	c set abstraction set inputs to 0
0.00/0.05	c set abstraction set cluster min size to 2
0.00/0.05	c set abstraction set cluster max size to 100000000
0.00/0.05	c set abstraction set cluster activation limit to 2
0.00/0.05	c enable abstraction set require equal cost
0.00/0.05	c set abstraction set assumptions to 0
0.00/0.05	c set abstraction set constraint type to 0
0.00/0.05	c set abstract core extraction strategy to b
0.00/0.05	c set core extraction strategy to 2
0.00/0.05	c set core extraction shuffles 10
0.00/0.05	c set cores per iteration to 5
0.00/0.05	c set optimizer bound usage strategy to 2
0.00/0.05	c set optimizer max non-optimal iterations to 1000
0.00/0.05	c set small core cardinality limit to 2
0.00/0.05	c set max coef in cores to 1000000000
0.00/0.05	c set SIS iterations to 5
0.00/0.05	c set SIS budget abs to 1000
0.00/0.05	c set SIS budget rel to 0.05
0.00/0.05	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.05	c will solve HOME/instance-4431217-1721120014.opb
3600.01/3606.40	HOME/run-glibc-2.34.sh: line 2: 852331 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: 63931 MiB (59429 MiB free)
  memory of node 1: 64510 MiB (61727 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431217-1721120014/watcher-4431217-1721120014 -o /tmp/evaluation-result-4431217-1721120014/solver-4431217-1721120014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848668 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431217-1721120014.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=852329, runsolver pid=852326

[startup+0.100057 s]*
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123993704/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=143268 memory=29640 CPUtime=0.09 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 3647 0 0 0 7 2 0 0 20 0 2 0 164160506 146706432 7410 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 35817 7410 3334 46 0 8412 0
[pid=852331/tid=852332] ppid=852329 vsize=143268 memory=4026561614 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) R 852329 852329 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160510 146706432 7410 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153196 KiB
Current children cumulated memory: 32412 KiB

[startup+0.206315 s]*
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123934708/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=143268 memory=31428 CPUtime=0.19 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 3810 0 0 0 17 2 0 0 20 0 2 0 164160506 146706432 7857 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 35817 7857 3600 46 0 8412 0
[pid=852331/tid=852332] ppid=852329 vsize=143268 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160510 146706432 7857 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 153196 KiB
Current children cumulated memory: 34200 KiB

[startup+0.306289 s]*
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123878676/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=143268 memory=33476 CPUtime=0.29 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 3850 0 0 0 26 3 0 0 20 0 2 0 164160506 146706432 8369 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 35817 8369 3600 46 0 8412 0
[pid=852331/tid=852332] ppid=852329 vsize=143268 memory=-8970537786550675810 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160510 146706432 8369 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 153196 KiB
Current children cumulated memory: 36248 KiB

[startup+0.700268 s]
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123772024/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=143268 memory=33476 CPUtime=0.67 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 3850 0 0 0 64 3 0 0 20 0 2 0 164160506 146706432 8369 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 35817 8369 3600 46 0 8412 0
[pid=852331/tid=852332] ppid=852329 vsize=143268 memory=2240 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160510 146706432 8369 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 153196 KiB
Current children cumulated memory: 36248 KiB

[startup+1.50027 s]
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123534552/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=143268 memory=34000 CPUtime=1.47 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 3931 0 0 0 143 4 0 0 20 0 2 0 164160506 146706432 8500 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 35817 8500 3600 46 0 8412 0
[pid=852331/tid=852332] ppid=852329 vsize=143268 memory=7544 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160510 146706432 8500 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 153196 KiB
Current children cumulated memory: 36772 KiB

[startup+3.10643 s]
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123307424/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=145988 memory=34944 CPUtime=3.07 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 5159 0 0 0 301 6 0 0 20 0 2 0 164160506 149491712 8736 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 36497 8736 3600 46 0 9092 0
[pid=852331/tid=852332] ppid=852329 vsize=145988 memory=2772 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 164160510 149491712 8736 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 155916 KiB
Current children cumulated memory: 37716 KiB

[startup+6.30026 s]
/proc/loadavg: 4.48 4.31 4.17 5/267 852332
/proc/meminfo: memFree=122884804/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=145988 memory=36088 CPUtime=6.27 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 6850 0 0 0 615 12 0 0 20 0 2 0 164160506 149491712 9022 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 36497 9022 3600 46 0 9092 0
[pid=852331/tid=852332] ppid=852329 vsize=145988 memory=2772 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 164160510 149491712 9022 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 155916 KiB
Current children cumulated memory: 38860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.30 4.17 5/267 852334
/proc/meminfo: memFree=122896344/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=150408 memory=39968 CPUtime=12.65 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 12490 0 0 0 1244 21 0 0 20 0 2 0 164160506 154017792 9992 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 37602 9992 3600 46 0 10197 0
[pid=852331/tid=852332] ppid=852329 vsize=150408 memory=2772 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 164160510 154017792 9992 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 160336 KiB
Current children cumulated memory: 42740 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.29 4.16 5/267 852337
/proc/meminfo: memFree=122886040/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=150408 memory=41376 CPUtime=25.43 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 19022 0 0 0 2504 39 0 0 20 0 2 0 164160506 154017792 10344 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 37602 10344 3600 46 0 10197 0
[pid=852331/tid=852332] ppid=852329 vsize=150408 memory=40200 CPUtime=0 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 2 0 164160510 154017792 10344 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 160336 KiB
Current children cumulated memory: 44148 KiB

[startup+51.1063 s]
/proc/loadavg: 4.43 4.31 4.18 5/267 852342
/proc/meminfo: memFree=122851104/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=157588 memory=48404 CPUtime=50.98 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 27107 0 0 0 5031 67 0 0 20 0 2 0 164160506 161370112 12101 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 39397 12101 3600 46 0 11992 0
[pid=852331/tid=852332] ppid=852329 vsize=157588 memory=2772 CPUtime=0.02 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 32 0 0 0 1 1 0 0 20 0 2 0 164160510 161370112 12101 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 167516 KiB
Current children cumulated memory: 51176 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.26 4.17 5/267 852352
/proc/meminfo: memFree=122991676/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=188232 memory=60728 CPUtime=102.08 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 41053 0 0 0 10092 116 0 0 20 0 2 0 164160506 192749568 15182 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 47058 15182 3600 46 0 19653 0
[pid=852331/tid=852332] ppid=852329 vsize=188232 memory=2772 CPUtime=0.05 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 45 0 0 0 2 3 0 0 20 0 2 0 164160510 192749568 15182 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 198160 KiB
Current children cumulated memory: 63500 KiB

[startup+162.3 s]

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

/proc/852331/statm: 71991 35836 3600 46 0 44586 0
[pid=852331/tid=852332] ppid=852329 vsize=287964 memory=7544 CPUtime=2.06 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 162 0 0 0 77 129 0 0 20 0 2 0 164160510 294875136 35836 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3096.76 s
Current children cumulated vsize: 297892 KiB
Current children cumulated memory: 146116 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.28 4.18 5/263 854206
/proc/meminfo: memFree=125325244/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288220 memory=143668 CPUtime=3156.66 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 366640 0 0 0 312777 2889 0 0 20 0 2 0 164160506 295137280 35917 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72055 35917 3600 46 0 44650 0
[pid=852331/tid=852332] ppid=852329 vsize=288220 memory=7544 CPUtime=2.11 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 164 0 0 0 79 132 0 0 20 0 2 0 164160510 295137280 35917 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3156.66 s
Current children cumulated vsize: 298148 KiB
Current children cumulated memory: 146440 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.25 4.18 5/263 854217
/proc/meminfo: memFree=125313932/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288220 memory=143672 CPUtime=3216.55 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 367465 0 0 0 318725 2930 0 0 20 0 2 0 164160506 295137280 35918 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72055 35918 3600 46 0 44650 0
[pid=852331/tid=852332] ppid=852329 vsize=288220 memory=2772 CPUtime=2.16 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 166 0 0 0 81 135 0 0 20 0 2 0 164160510 295137280 35918 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3216.55 s
Current children cumulated vsize: 298148 KiB
Current children cumulated memory: 146444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.22 4.17 5/263 854227
/proc/meminfo: memFree=125294392/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288360 memory=143740 CPUtime=3276.45 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 368339 0 0 0 324671 2974 0 0 20 0 2 0 164160506 295280640 35935 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72090 35935 3600 46 0 44685 0
[pid=852331/tid=852332] ppid=852329 vsize=288360 memory=7544 CPUtime=2.2 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 168 0 0 0 82 138 0 0 20 0 2 0 164160510 295280640 35935 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3276.45 s
Current children cumulated vsize: 298288 KiB
Current children cumulated memory: 146512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.21 4.17 5/264 854238
/proc/meminfo: memFree=125235700/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288496 memory=143748 CPUtime=3336.35 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 369651 0 0 0 330620 3015 0 0 20 0 2 0 164160506 295419904 35937 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72124 35937 3600 46 0 44719 0
[pid=852331/tid=852332] ppid=852329 vsize=288496 memory=2772 CPUtime=2.24 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 170 0 0 0 84 140 0 0 20 0 2 0 164160510 295419904 35937 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3336.35 s
Current children cumulated vsize: 298424 KiB
Current children cumulated memory: 146520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/264 854249
/proc/meminfo: memFree=125334636/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288816 memory=144196 CPUtime=3396.25 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 370606 0 0 0 336567 3058 0 0 20 0 2 0 164160506 295747584 36049 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72204 36049 3600 46 0 44799 0
[pid=852331/tid=852332] ppid=852329 vsize=288816 memory=2772 CPUtime=2.28 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 172 0 0 0 86 142 0 0 20 0 2 0 164160510 295747584 36049 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3396.25 s
Current children cumulated vsize: 298744 KiB
Current children cumulated memory: 146968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.16 5/267 854266
/proc/meminfo: memFree=125289908/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288816 memory=144196 CPUtime=3456.15 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 371466 0 0 0 342511 3104 0 0 20 0 2 0 164160506 295747584 36049 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72204 36049 3600 46 0 44799 0
[pid=852331/tid=852332] ppid=852329 vsize=288816 memory=2772 CPUtime=2.32 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 174 0 0 0 87 145 0 0 20 0 2 0 164160510 295747584 36049 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3456.15 s
Current children cumulated vsize: 298744 KiB
Current children cumulated memory: 146968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/267 854277
/proc/meminfo: memFree=125219412/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288816 memory=146288 CPUtime=3516.05 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 372360 0 0 0 348459 3146 0 0 20 0 2 0 164160506 295747584 36572 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72204 36572 3600 46 0 44799 0
[pid=852331/tid=852332] ppid=852329 vsize=288816 memory=4892 CPUtime=2.37 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 176 0 0 0 89 148 0 0 20 0 2 0 164160510 295747584 36572 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3516.05 s
Current children cumulated vsize: 298744 KiB
Current children cumulated memory: 149060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.15 5/267 854287
/proc/meminfo: memFree=125241816/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=288816 memory=146356 CPUtime=3575.96 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 373229 0 0 0 354410 3186 0 0 20 0 2 0 164160506 295747584 36589 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72204 36589 3600 46 0 44799 0
[pid=852331/tid=852332] ppid=852329 vsize=288816 memory=7544 CPUtime=2.42 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 178 0 0 0 91 151 0 0 20 0 2 0 164160510 295747584 36589 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3575.96 s
Current children cumulated vsize: 298744 KiB
Current children cumulated memory: 149128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 4.14 4.15 4.16 6/267 854290
/proc/meminfo: memFree=125236172/131524600 swapFree=130796312/131071996
[pid=852329] ppid=852326 vsize=9928 memory=2772 CPUtime=0 cores=4,6
/proc/852329/stat : 852329 (run-glibc-2.34.) S 852326 852329 848657 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 164160506 10166272 693 134679101440 94058163023872 94058164103192 140728698310048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94058166201648 94058166248836 94058183245824 140728698311615 140728698311772 140728698311772 140728698318787 0
/proc/852329/statm: 2482 693 613 264 0 133 0
[pid=852331] ppid=852329 vsize=289060 memory=148404 CPUtime=3600.01 cores=4,6
/proc/852331/stat : 852331 (ld-linux-x86-64) R 852329 852329 848657 0 -1 4194304 373286 0 0 0 356800 3201 0 0 20 0 2 0 164160506 295997440 37101 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
/proc/852331/statm: 72265 37101 3600 46 0 44860 0
[pid=852331/tid=852332] ppid=852329 vsize=289060 memory=24644 CPUtime=2.43 cores=4,6
/proc/852331/task/852332/stat : 852332 (ld-linux-x86-64) S 852329 852329 848657 0 -1 1077936192 178 0 0 0 91 152 0 0 20 0 2 0 164160510 295997440 37101 134679101440 139669481123840 139669481311452 140733741444896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139669483412352 139669483421800 93825009410048 140733741454167 140733741454331 140733741454331 140733741461426 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 298988 KiB
Current children cumulated memory: 151176 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3568.01 s, system=32.0225 s

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

Child status: 143

Real time (s): 3606.41
CPU time (s): 3600.03
CPU user time (s): 3568.01
CPU system time (s): 32.0225
CPU usage (%): 99.8233
Max. virtual memory (cumulated for all children) (KiB): 298988
Max. memory (cumulated for all children) (KiB): 151176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.01
system time used= 32.0225
maximum resident set size= 148536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373504
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= 357177
involuntary context switches= 1783


# summary of solver processes directly reported to runsolver:
#   pid: 852329
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3568.01
#   total CPU system time (s): 32.0225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5881 second user time and 16.5106 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-16 10:53:46
IDJOB=4431217
IDBENCH=155341
IDSOLVER=3055
FILE ID=nodeC014/4431217-1721120014
RUNJOBID= nodeC014-1721116306-848668
SLURM_JOB_ID= 7505656
Free space on /tmp= 889728 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1620770.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-4431217-1721120014/watcher-4431217-1721120014 -o /tmp/evaluation-result-4431217-1721120014/solver-4431217-1721120014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848668 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431217-1721120014.opb

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

MD5SUM BENCH= ea40b84df91c60f1b4d71ba03d843a27
RANDOM SEED=211165487

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124076320 kB
MemAvailable:   127238676 kB
Buffers:          342952 kB
Cached:          3621336 kB
SwapCached:        12824 kB
Active:          1356332 kB
Inactive:        5515180 kB
Active(anon):       9452 kB
Inactive(anon):  2915844 kB
Active(file):    1346880 kB
Inactive(file):  2599336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130796312 kB
Dirty:            283576 kB
Writeback:          6168 kB
AnonPages:       2898336 kB
Mapped:            64140 kB
Shmem:             18072 kB
KReclaimable:     111572 kB
Slab:             205132 kB
SReclaimable:     111572 kB
SUnreclaim:        93560 kB
KernelStack:        4240 kB
PageTables:        15808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3748364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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:      191188 kB
DirectMap2M:    14262272 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889912 MiB
End job on nodeC014 at 2024-07-16 11:53:53