Trace number 4431088

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.01 3607.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM950817fdcb39f28dd0871c21ea836071
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 benchmark-45
Best CPU time to get the best result obtained on this benchmark1120.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.22	c initialize IPBHS solver
0.19/0.22	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.19/0.22	c optimizer = "gurobi"
0.19/0.22	c pbsolver = "roundingsat"
0.19/0.22	c load symmetries from file ""
0.19/0.22	c set time limit for symmetry computation to 100 seconds.
0.19/0.22	c set interchangeable summation variable limit to 3
0.19/0.22	c find symmetric cores by applying each permutation and add them to optimizer
0.19/0.22	c set abs symmetric core budget per WCE-iteration to 100
0.19/0.22	c set rel symmetric core budget per WCE-iteration to 0
0.19/0.22	c set lit symmetric core budget per WCE-iteration to 0
0.19/0.22	c set sym generation to 's'
0.19/0.22	c set abstraction set creation to 10 iterations without LB change
0.19/0.22	c set abstraction set inputs to 0
0.19/0.22	c set abstraction set cluster min size to 2
0.19/0.22	c set abstraction set cluster max size to 100000000
0.19/0.22	c set abstraction set cluster activation limit to 2
0.19/0.22	c enable abstraction set require equal cost
0.19/0.22	c set abstraction set assumptions to 0
0.19/0.22	c set abstraction set constraint type to 0
0.19/0.22	c set abstract core extraction strategy to b
0.19/0.22	c set core extraction strategy to 2
0.19/0.22	c set core extraction shuffles 10
0.19/0.22	c set cores per iteration to 5
0.19/0.22	c set optimizer bound usage strategy to 2
0.19/0.22	c set optimizer max non-optimal iterations to 1000
0.19/0.22	c set small core cardinality limit to 2
0.19/0.22	c set max coef in cores to 1000000000
0.19/0.22	c set SIS iterations to 5
0.19/0.22	c set SIS budget abs to 1000
0.19/0.22	c set SIS budget rel to 0.05
0.19/0.22	c limit for coefficient in constraints and objective to 9223372036854775807
0.19/0.22	c will solve HOME/instance-4431088-1721057953.opb
3600.00/3607.01	HOME/run-glibc-2.34.sh: line 2: 850097 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100536 s]*
/proc/loadavg: 4.14 4.13 4.11 5/263 850097
/proc/meminfo: memFree=127519244/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=97696 memory=19068 CPUtime=0.09 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 3744 0 0 0 6 3 0 0 20 0 1 0 157963374 100040704 4767 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 24424 4767 1687 46 0 5039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 107624 KiB
Current children cumulated memory: 21836 KiB

[startup+0.205552 s]*
/proc/loadavg: 4.14 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127480984/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=175596 memory=61504 CPUtime=0.19 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 12283 0 0 0 14 5 0 0 20 0 2 0 157963374 179810304 15376 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 43899 15376 2724 46 0 16494 0
[pid=850097/tid=850098] ppid=850095 vsize=175596 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) R 850095 850095 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157963387 179810304 15376 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 185524 KiB
Current children cumulated memory: 64272 KiB

[startup+0.305664 s]*
/proc/loadavg: 4.14 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127478164/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=181316 memory=68504 CPUtime=0.3 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 14818 0 0 0 24 6 0 0 20 0 2 0 157963374 185667584 17126 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 45329 17126 2724 46 0 17924 0
[pid=850097/tid=850098] ppid=850095 vsize=181316 memory=-9187273492747610978 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) R 850095 850095 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157963387 185667584 17126 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 191244 KiB
Current children cumulated memory: 71272 KiB

[startup+0.700276 s]
/proc/loadavg: 4.14 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127469644/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=189644 memory=76344 CPUtime=0.68 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 20014 0 0 0 52 16 0 0 20 0 2 0 157963374 194195456 19086 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 47411 19086 3180 46 0 20006 0
[pid=850097/tid=850098] ppid=850095 vsize=189644 memory=0 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157963387 194195456 19086 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 199572 KiB
Current children cumulated memory: 79112 KiB

[startup+1.50027 s]
/proc/loadavg: 4.14 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127382148/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=318712 memory=131008 CPUtime=1.47 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 40136 0 0 0 128 19 0 0 20 0 2 0 157963374 326361088 32752 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 79678 32752 3768 46 0 52273 0
[pid=850097/tid=850098] ppid=850095 vsize=318712 memory=110976 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 157963387 326361088 32752 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 328640 KiB
Current children cumulated memory: 133776 KiB

[startup+3.10584 s]
/proc/loadavg: 4.13 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127349540/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=318712 memory=132156 CPUtime=3.08 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 42812 0 0 0 288 20 0 0 20 0 2 0 157963374 326361088 33039 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 79678 33039 3768 46 0 52273 0
[pid=850097/tid=850098] ppid=850095 vsize=318712 memory=-9187273492747610978 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 157963387 326361088 33039 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 328640 KiB
Current children cumulated memory: 134924 KiB

[startup+6.30024 s]
/proc/loadavg: 4.13 4.13 4.11 5/264 850098
/proc/meminfo: memFree=127345540/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=318712 memory=132156 CPUtime=6.27 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 45491 0 0 0 607 20 0 0 20 0 2 0 157963374 326361088 33039 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 79678 33039 3768 46 0 52273 0
[pid=850097/tid=850098] ppid=850095 vsize=318712 memory=132156 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 157963387 326361088 33039 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 328640 KiB
Current children cumulated memory: 134924 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.12 4.11 5/264 850100
/proc/meminfo: memFree=127293392/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=383612 memory=199556 CPUtime=12.66 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 57487 0 0 0 1244 22 0 0 20 0 2 0 157963374 392818688 49889 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 95903 49889 3942 46 0 68498 0
[pid=850097/tid=850098] ppid=850095 vsize=383612 memory=11396 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 157963387 392818688 49889 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 393540 KiB
Current children cumulated memory: 202324 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.13 4.11 5/264 850101
/proc/meminfo: memFree=127160228/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=350300 memory=165228 CPUtime=25.43 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 70198 0 0 0 2519 24 0 0 20 0 2 0 157963374 358707200 41307 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 87575 41307 3988 46 0 60170 0
[pid=850097/tid=850098] ppid=850095 vsize=350300 memory=2768 CPUtime=0 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 2 0 157963387 358707200 41307 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 360228 KiB
Current children cumulated memory: 167996 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.14 4.11 5/266 850110
/proc/meminfo: memFree=127192392/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=350300 memory=165368 CPUtime=50.99 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 84186 0 0 0 5073 26 0 0 20 0 2 0 157963374 358707200 41342 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 87575 41342 4019 46 0 60170 0
[pid=850097/tid=850098] ppid=850095 vsize=350300 memory=165228 CPUtime=0.02 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 30 0 0 0 1 1 0 0 20 0 2 0 157963387 358707200 41342 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 360228 KiB
Current children cumulated memory: 168136 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 850168
/proc/meminfo: memFree=127648936/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=350300 memory=165372 CPUtime=102.06 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 96357 0 0 0 10176 30 0 0 20 0 2 0 157963374 358707200 41343 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 87575 41343 4019 46 0 60170 0
[pid=850097/tid=850098] ppid=850095 vsize=350300 memory=2768 CPUtime=0.05 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 36 0 0 0 2 3 0 0 20 0 2 0 157963387 358707200 41343 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 360228 KiB
Current children cumulated memory: 168140 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/266 850179
/proc/meminfo: memFree=127583280/131524600 swapFree=131071996/131071996

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

/proc/850097/statm: 148697 105739 4050 46 0 121292 0
[pid=850097/tid=850098] ppid=850095 vsize=594788 memory=11396 CPUtime=1.97 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 152 0 0 0 61 136 0 0 20 0 2 0 157963387 609062912 105739 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3096.23 s
Current children cumulated vsize: 604716 KiB
Current children cumulated memory: 425724 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.20 4.13 5/268 852018
/proc/meminfo: memFree=126640712/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=598244 memory=426560 CPUtime=3156.11 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 433196 0 0 0 315398 213 0 0 20 0 2 0 157963374 612601856 106640 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 149561 106640 4050 46 0 122156 0
[pid=850097/tid=850098] ppid=850095 vsize=598244 memory=11396 CPUtime=2.01 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 153 0 0 0 62 139 0 0 20 0 2 0 157963387 612601856 106640 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3156.11 s
Current children cumulated vsize: 608172 KiB
Current children cumulated memory: 429328 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.23 4.14 5/268 852029
/proc/meminfo: memFree=126616860/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=604144 memory=433300 CPUtime=3216 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 446654 0 0 0 321382 218 0 0 20 0 2 0 157963374 618643456 108325 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 151036 108325 4050 46 0 123631 0
[pid=850097/tid=850098] ppid=850095 vsize=604144 memory=431368 CPUtime=2.05 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 154 0 0 0 63 142 0 0 20 0 2 0 157963387 618643456 108325 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3216 s
Current children cumulated vsize: 614072 KiB
Current children cumulated memory: 436068 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.14 5/266 852041
/proc/meminfo: memFree=126644492/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=608500 memory=433420 CPUtime=3275.88 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 457984 0 0 0 327367 221 0 0 20 0 2 0 157963374 623104000 108355 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 152125 108355 4050 46 0 124720 0
[pid=850097/tid=850098] ppid=850095 vsize=608500 memory=40608 CPUtime=2.08 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 155 0 0 0 64 144 0 0 20 0 2 0 157963387 623104000 108355 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3275.88 s
Current children cumulated vsize: 618428 KiB
Current children cumulated memory: 436188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.29 4.17 5/266 852051
/proc/meminfo: memFree=126622484/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=613256 memory=438616 CPUtime=3335.77 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 470220 0 0 0 333351 226 0 0 20 0 2 0 157963374 627974144 109654 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 153314 109654 4050 46 0 125909 0
[pid=850097/tid=850098] ppid=850095 vsize=613256 memory=438616 CPUtime=2.13 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 156 0 0 0 66 147 0 0 20 0 2 0 157963387 627974144 109654 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3335.77 s
Current children cumulated vsize: 623184 KiB
Current children cumulated memory: 441384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.27 4.17 5/263 852062
/proc/meminfo: memFree=126589504/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=617368 memory=445340 CPUtime=3395.65 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 475106 0 0 0 339335 230 0 0 20 0 2 0 157963374 632184832 111335 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 154342 111335 4050 46 0 126937 0
[pid=850097/tid=850098] ppid=850095 vsize=617368 memory=11396 CPUtime=2.17 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 157 0 0 0 67 150 0 0 20 0 2 0 157963387 632184832 111335 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3395.65 s
Current children cumulated vsize: 627296 KiB
Current children cumulated memory: 448108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.25 4.17 5/263 852072
/proc/meminfo: memFree=126550112/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=622152 memory=450784 CPUtime=3455.54 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 475652 0 0 0 345322 232 0 0 20 0 2 0 157963374 637083648 112696 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 155538 112696 4050 46 0 128133 0
[pid=850097/tid=850098] ppid=850095 vsize=622152 memory=7679937573023947682 CPUtime=2.22 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 158 0 0 0 69 153 0 0 20 0 2 0 157963387 637083648 112696 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3455.54 s
Current children cumulated vsize: 632080 KiB
Current children cumulated memory: 453552 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.23 4.17 5/263 852085
/proc/meminfo: memFree=126525236/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=623952 memory=452612 CPUtime=3515.43 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 476453 0 0 0 351307 236 0 0 20 0 2 0 157963374 638926848 113153 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 155988 113153 4050 46 0 128583 0
[pid=850097/tid=850098] ppid=850095 vsize=623952 memory=2768 CPUtime=2.26 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 159 0 0 0 70 156 0 0 20 0 2 0 157963387 638926848 113153 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3515.43 s
Current children cumulated vsize: 633880 KiB
Current children cumulated memory: 455380 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.22 4.17 5/263 852095
/proc/meminfo: memFree=126508796/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=628652 memory=457448 CPUtime=3575.34 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 478420 0 0 0 357294 240 0 0 20 0 2 0 157963374 643739648 114362 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 157163 114362 4050 46 0 129758 0
[pid=850097/tid=850098] ppid=850095 vsize=628652 memory=457348 CPUtime=2.3 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) S 850095 850095 812359 0 -1 1077936192 160 0 0 0 71 159 0 0 20 0 2 0 157963387 643739648 114362 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3575.34 s
Current children cumulated vsize: 638580 KiB
Current children cumulated memory: 460216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 4.05 4.18 4.16 4/254 852129
/proc/meminfo: memFree=127102420/131524600 swapFree=131071996/131071996
[pid=850095] ppid=850092 vsize=9928 memory=2768 CPUtime=0 cores=4,6
/proc/850095/stat : 850095 (run-glibc-2.34.) S 850092 850095 812359 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 157963374 10166272 692 134679101440 94262381527040 94262382606360 140733378925600 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94262384704816 94262384752004 94262417571840 140733378933695 140733378933852 140733378933852 140733378940867 0
/proc/850095/statm: 2482 692 611 264 0 133 0
[pid=850097] ppid=850095 vsize=629920 memory=458432 CPUtime=3600 cores=4,6
/proc/850097/stat : 850097 (ld-linux-x86-64) R 850095 850095 812359 0 -1 4194304 478724 0 0 0 359759 241 0 0 20 0 2 0 157963374 645038080 114608 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
/proc/850097/statm: 157480 114608 4050 46 0 130075 0
[pid=850097/tid=850098] ppid=850095 vsize=629920 memory=7896110355137731741 CPUtime=2.32 cores=4,6
/proc/850097/task/850098/stat : 850098 (ld-linux-x86-64) R 850095 850095 812359 0 -1 1077936192 160 0 0 0 72 160 0 0 20 0 2 0 157963387 645038080 114608 134679101440 140495437729792 140495437917404 140730789112896 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140495440018304 140495440027752 93825018417152 140730789118807 140730789118971 140730789118971 140730789126066 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 639848 KiB
Current children cumulated memory: 461200 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.41732 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.01
CPU time (s): 3600.01
CPU user time (s): 3597.6
CPU system time (s): 2.41732
CPU usage (%): 99.806
Max. virtual memory (cumulated for all children) (KiB): 639848
Max. memory (cumulated for all children) (KiB): 461200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.41732
maximum resident set size= 458580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478939
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= 357190
involuntary context switches= 2057


# summary of solver processes directly reported to runsolver:
#   pid: 850095
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.41732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38129 second user time and 18.0755 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-15 17:39:26
IDJOB=4431088
IDBENCH=146680
IDSOLVER=3055
FILE ID=nodeC030/4431088-1721057953
RUNJOBID= nodeC030-1721050746-845370
SLURM_JOB_ID= 7505481
Free space on /tmp= 889952 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.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-4431088-1721057953/watcher-4431088-1721057953 -o /tmp/evaluation-result-4431088-1721057953/solver-4431088-1721057953 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721050746-845370 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431088-1721057953.opb

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

MD5SUM BENCH= 950817fdcb39f28dd0871c21ea836071
RANDOM SEED=1466813178

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.891
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.28
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		: 3682.952
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.11
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		: 3601.625
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.28
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.841
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.11
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		: 3674.997
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.28
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		: 3682.950
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.11
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		: 3655.999
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.28
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.855
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127533232 kB
MemAvailable:   128953876 kB
Buffers:          365848 kB
Cached:          1881220 kB
SwapCached:            0 kB
Active:           828488 kB
Inactive:        2546656 kB
Active(anon):       1556 kB
Inactive(anon):  1164232 kB
Active(file):     826932 kB
Inactive(file):  1382424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            131032 kB
Writeback:             4 kB
AnonPages:       1127616 kB
Mapped:           120652 kB
Shmem:             37720 kB
KReclaimable:     102220 kB
Slab:             208588 kB
SReclaimable:     102220 kB
SUnreclaim:       106368 kB
KernelStack:        4144 kB
PageTables:        12044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1896548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889956 MiB
End job on nodeC030 at 2024-07-15 18:39:33