Trace number 4431008

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.08 3609.61

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUM908a9c4c32d975b4e5850834449958a7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2076
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
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 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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.09	c initialize IPBHS solver
0.00/0.09	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.09	c optimizer = "gurobi"
0.00/0.09	c pbsolver = "roundingsat"
0.00/0.09	c load symmetries from file ""
0.00/0.09	c set time limit for symmetry computation to 100 seconds.
0.00/0.09	c set interchangeable summation variable limit to 3
0.00/0.09	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.09	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.09	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.09	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.09	c set sym generation to 's'
0.00/0.09	c set abstraction set creation to 10 iterations without LB change
0.00/0.09	c set abstraction set inputs to 0
0.00/0.09	c set abstraction set cluster min size to 2
0.00/0.09	c set abstraction set cluster max size to 100000000
0.00/0.09	c set abstraction set cluster activation limit to 2
0.00/0.09	c enable abstraction set require equal cost
0.00/0.09	c set abstraction set assumptions to 0
0.00/0.09	c set abstraction set constraint type to 0
0.00/0.09	c set abstract core extraction strategy to b
0.00/0.09	c set core extraction strategy to 2
0.00/0.09	c set core extraction shuffles 10
0.00/0.09	c set cores per iteration to 5
0.00/0.09	c set optimizer bound usage strategy to 2
0.00/0.09	c set optimizer max non-optimal iterations to 1000
0.00/0.09	c set small core cardinality limit to 2
0.00/0.09	c set max coef in cores to 1000000000
0.00/0.09	c set SIS iterations to 5
0.00/0.09	c set SIS budget abs to 1000
0.00/0.09	c set SIS budget rel to 0.05
0.00/0.09	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.09	c will solve HOME/instance-4431008-1721074845.opb
3600.06/3609.60	HOME/run-glibc-2.34.sh: line 2: 837502 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 (62830 MiB free)
  memory of node 1: 64473 MiB (62645 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=837500, runsolver pid=837497

[startup+0.100056 s]*
/proc/loadavg: 4.24 4.20 4.15 5/265 837503
/proc/meminfo: memFree=128455656/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=156484 memory=41304 CPUtime=0.1 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 6931 0 0 0 8 2 0 0 20 0 2 0 159646881 160239616 10326 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 39121 10326 2722 46 0 11716 0
[pid=837502/tid=837503] ppid=837500 vsize=156484 memory=4026561614 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) R 837500 837500 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159646886 160239616 10326 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 166412 KiB
Current children cumulated memory: 43964 KiB

[startup+0.20585 s]*
/proc/loadavg: 4.24 4.20 4.15 5/265 837503
/proc/meminfo: memFree=128450124/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=160496 memory=45340 CPUtime=0.19 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 8043 0 0 0 17 2 0 0 20 0 2 0 159646881 164347904 11335 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 40124 11335 2722 46 0 12719 0
[pid=837502/tid=837503] ppid=837500 vsize=160496 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) R 837500 837500 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159646886 164347904 11335 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 170424 KiB
Current children cumulated memory: 48000 KiB

[startup+0.305984 s]*
/proc/loadavg: 4.24 4.20 4.15 5/265 837503
/proc/meminfo: memFree=128439368/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=183156 memory=58504 CPUtime=0.29 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 10326 0 1 0 26 3 0 0 20 0 2 0 159646881 187551744 14626 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 45789 14626 3297 46 0 18384 0
[pid=837502/tid=837503] ppid=837500 vsize=183156 memory=-8825017418369754212 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159646886 187551744 14626 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 193084 KiB
Current children cumulated memory: 61164 KiB

[startup+0.700293 s]
/proc/loadavg: 4.22 4.20 4.15 5/265 837503
/proc/meminfo: memFree=128372736/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=249964 memory=130384 CPUtime=0.69 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 12026 0 1 0 64 5 0 0 20 0 2 0 159646881 255963136 32596 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 62491 32596 3297 46 0 35086 0
[pid=837502/tid=837503] ppid=837500 vsize=249964 memory=100 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159646886 255963136 32596 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 259892 KiB
Current children cumulated memory: 133044 KiB

[startup+1.50028 s]
/proc/loadavg: 4.22 4.20 4.15 5/265 837505
/proc/meminfo: memFree=128363872/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=307724 memory=165380 CPUtime=1.48 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 12865 0 1 0 140 8 0 0 20 0 2 0 159646881 315109376 41345 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 76931 41345 3297 46 0 49526 0
[pid=837502/tid=837503] ppid=837500 vsize=307724 memory=12304 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159646886 315109376 41345 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 317652 KiB
Current children cumulated memory: 168040 KiB

[startup+3.10625 s]
/proc/loadavg: 4.22 4.20 4.15 5/260 837689
/proc/meminfo: memFree=128340344/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=320592 memory=185404 CPUtime=3.08 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 15326 0 1 0 297 11 0 0 20 0 2 0 159646881 328286208 46351 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 80148 46351 3802 46 0 52743 0
[pid=837502/tid=837503] ppid=837500 vsize=320592 memory=2660 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 159646886 328286208 46351 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 330520 KiB
Current children cumulated memory: 188064 KiB

[startup+6.30026 s]
/proc/loadavg: 4.20 4.20 4.15 5/265 837793
/proc/meminfo: memFree=128326148/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=320592 memory=185404 CPUtime=6.27 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 15574 0 1 0 616 11 0 0 20 0 2 0 159646881 328286208 46351 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 80148 46351 3802 46 0 52743 0
[pid=837502/tid=837503] ppid=837500 vsize=320592 memory=2660 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 159646886 328286208 46351 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 330520 KiB
Current children cumulated memory: 188064 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.19 4.15 5/265 837794
/proc/meminfo: memFree=128316364/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=328348 memory=193060 CPUtime=12.64 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 16469 0 1 0 1253 11 0 0 20 0 2 0 159646881 336228352 48265 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 82087 48265 3802 46 0 54682 0
[pid=837502/tid=837503] ppid=837500 vsize=328348 memory=2660 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 159646886 336228352 48265 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 338276 KiB
Current children cumulated memory: 195720 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.18 4.15 5/265 838320
/proc/meminfo: memFree=128499640/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=331736 memory=194544 CPUtime=25.41 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 18252 0 1 0 2528 13 0 0 20 0 2 0 159646881 339697664 48636 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 82934 48636 3802 46 0 55529 0
[pid=837502/tid=837503] ppid=837500 vsize=331736 memory=12304 CPUtime=0 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 2 0 159646886 339697664 48636 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 341664 KiB
Current children cumulated memory: 197204 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.18 4.15 5/265 838324
/proc/meminfo: memFree=128442816/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=354604 memory=213944 CPUtime=50.94 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 23734 0 1 0 5080 14 0 0 20 0 2 0 159646881 363114496 53486 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 88651 53486 3802 46 0 61246 0
[pid=837502/tid=837503] ppid=837500 vsize=354604 memory=193060 CPUtime=0.02 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 32 0 0 0 1 1 0 0 20 0 2 0 159646886 363114496 53486 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 364532 KiB
Current children cumulated memory: 216604 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.15 4.14 5/264 838380
/proc/meminfo: memFree=128358232/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=387260 memory=246592 CPUtime=101.99 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 29050 0 1 0 10182 17 0 0 20 0 2 0 159646881 396554240 61648 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 96815 61648 3802 46 0 69410 0
[pid=837502/tid=837503] ppid=837500 vsize=387260 memory=12304 CPUtime=0.04 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 41 0 0 0 1 3 0 0 20 0 2 0 159646886 396554240 61648 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 397188 KiB
Current children cumulated memory: 249252 KiB

[startup+162.3 s]

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

/proc/837502/statm: 146063 100290 4304 46 0 118658 0
[pid=837502/tid=837503] ppid=837500 vsize=584252 memory=100 CPUtime=1.92 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 160 0 0 0 61 131 0 0 20 0 2 0 159646886 598274048 100290 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3093.95 s
Current children cumulated vsize: 594180 KiB
Current children cumulated memory: 403820 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.24 4.18 5/265 840164
/proc/meminfo: memFree=128563620/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=630896 memory=444924 CPUtime=3153.8 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 161012 0 12 0 314598 782 0 0 20 0 2 0 159646881 646037504 111231 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 157724 111231 4304 46 0 130319 0
[pid=837502/tid=837503] ppid=837500 vsize=630896 memory=2660 CPUtime=1.96 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 163 0 0 0 62 134 0 0 20 0 2 0 159646886 646037504 111231 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 640824 KiB
Current children cumulated memory: 447584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.23 4.18 5/265 840176
/proc/meminfo: memFree=128515580/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=683264 memory=492880 CPUtime=3213.66 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 162601 0 12 0 320578 788 0 0 20 0 2 0 159646881 699662336 123220 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 170816 123220 4304 46 0 143411 0
[pid=837502/tid=837503] ppid=837500 vsize=683264 memory=2660 CPUtime=2.01 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 165 0 0 0 63 138 0 0 20 0 2 0 159646886 699662336 123220 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3213.66 s
Current children cumulated vsize: 693192 KiB
Current children cumulated memory: 495540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.20 4.17 5/266 840187
/proc/meminfo: memFree=128597972/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409272 CPUtime=3273.52 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 176394 0 12 0 326530 822 0 0 20 0 2 0 159646881 566153216 102318 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102318 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=2660 CPUtime=2.06 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 166 0 0 0 65 141 0 0 20 0 2 0 159646886 566153216 102318 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3273.52 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 411932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.18 4.16 5/263 840197
/proc/meminfo: memFree=128591988/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3333.39 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 178190 0 12 0 332512 827 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=13124 CPUtime=2.12 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 169 0 0 0 67 145 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3333.39 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.16 4.16 5/263 840209
/proc/meminfo: memFree=128587228/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3393.25 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 179364 0 12 0 338494 831 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=2660 CPUtime=2.18 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 171 0 0 0 69 149 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3393.25 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.16 5/263 840219
/proc/meminfo: memFree=128581768/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3453.12 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 180460 0 12 0 344477 835 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=2660 CPUtime=2.23 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 173 0 0 0 71 152 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/263 840229
/proc/meminfo: memFree=128572396/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3512.97 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 182815 0 12 0 350456 841 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=2660 CPUtime=2.27 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 175 0 0 0 72 155 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3512.97 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.36 4.20 4.18 5/264 840243
/proc/meminfo: memFree=128565252/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3572.83 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 183849 0 12 0 356437 846 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=12304 CPUtime=2.33 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 177 0 0 0 74 159 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3572.83 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.37 4.22 4.18 5/264 840248
/proc/meminfo: memFree=128564592/131524600 swapFree=131071996/131071996
[pid=837500] ppid=837497 vsize=9928 memory=2660 CPUtime=0 cores=0,2
/proc/837500/stat : 837500 (run-glibc-2.34.) S 837497 837500 834531 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 159646881 10166272 665 134679101440 93969440169984 93969441249304 140723711100240 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93969443347760 93969443394948 93969460072448 140723711108031 140723711108188 140723711108188 140723711115203 0
/proc/837500/statm: 2482 665 584 264 0 133 0
[pid=837502] ppid=837500 vsize=552884 memory=409424 CPUtime=3600.06 cores=0,2
/proc/837502/stat : 837502 (ld-linux-x86-64) R 837500 837500 834531 0 -1 4194304 184022 0 12 0 359159 847 0 0 20 0 2 0 159646881 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
/proc/837502/statm: 138221 102356 4304 46 0 110816 0
[pid=837502/tid=837503] ppid=837500 vsize=552884 memory=409424 CPUtime=2.35 cores=0,2
/proc/837502/task/837503/stat : 837503 (ld-linux-x86-64) S 837500 837500 834531 0 -1 1077936192 179 0 0 0 75 160 0 0 20 0 2 0 159646886 566153216 102356 134679101440 140562963570688 140562963758300 140727568510512 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140562965859200 140562965868648 93825016647680 140727568511831 140727568511995 140727568511995 140727568519090 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 562812 KiB
Current children cumulated memory: 412084 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3591.6 s, system=8.48337 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): 3609.61
CPU time (s): 3600.08
CPU user time (s): 3591.6
CPU system time (s): 8.48337
CPU usage (%): 99.7361
Max. virtual memory (cumulated for all children) (KiB): 1350460
Max. memory (cumulated for all children) (KiB): 922292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.6
system time used= 8.48337
maximum resident set size= 927832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184241
page faults= 12
swaps= 0
block input operations= 3192
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357465
involuntary context switches= 24657


# summary of solver processes directly reported to runsolver:
#   pid: 837500
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3591.6
#   total CPU system time (s): 8.48337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.94388 second user time and 17.7796 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-15 22:20:57
IDJOB=4431008
IDBENCH=147222
IDSOLVER=3055
FILE ID=nodeC018/4431008-1721074845
RUNJOBID= nodeC018-1721071221-834543
SLURM_JOB_ID= 7505532
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g100x100.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-4431008-1721074845/watcher-4431008-1721074845 -o /tmp/evaluation-result-4431008-1721074845/solver-4431008-1721074845 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721071221-834543 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431008-1721074845.opb

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

MD5SUM BENCH= 908a9c4c32d975b4e5850834449958a7
RANDOM SEED=1743882107

nodeC018.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		: 3674.551
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.52
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		: 3673.757
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.30
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		: 3659.195
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.52
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.778
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.30
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		: 3670.307
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.52
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		: 3673.754
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.30
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		: 3610.419
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.52
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.914
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128487760 kB
MemAvailable:   128805164 kB
Buffers:          363636 kB
Cached:           795244 kB
SwapCached:            0 kB
Active:           632588 kB
Inactive:        1818076 kB
Active(anon):       1568 kB
Inactive(anon):  1327928 kB
Active(file):     631020 kB
Inactive(file):   490148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             84960 kB
Writeback:             0 kB
AnonPages:       1286084 kB
Mapped:           123172 kB
Shmem:             37720 kB
KReclaimable:      72116 kB
Slab:             177924 kB
SReclaimable:      72116 kB
SUnreclaim:       105808 kB
KernelStack:        4224 kB
PageTables:        12408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2038232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60448 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889920 MiB
End job on nodeC018 at 2024-07-15 23:21:06