Trace number 4431050

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 3603.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM850b351e493109d76788c3bb5eecff4d
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 benchmark141
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3297
Total number of constraints6383
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (62556 MiB free)
  memory of node 1: 64473 MiB (63296 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=827376, runsolver pid=827373

[startup+0.100369 s]*
/proc/loadavg: 4.97 4.53 4.31 5/249 827378
/proc/meminfo: memFree=128867100/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=92604 memory=12756 CPUtime=0.09 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 1801 0 0 0 9 0 0 0 20 0 1 0 162027189 94826496 3189 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 23151 3189 1640 46 0 3766 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102532 KiB
Current children cumulated memory: 15540 KiB

[startup+0.213246 s]*
/proc/loadavg: 4.97 4.53 4.31 6/250 827379
/proc/meminfo: memFree=128834304/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=161756 memory=48756 CPUtime=0.21 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 8434 0 0 0 19 2 0 0 20 0 2 0 162027189 165638144 12189 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40439 12189 2750 46 0 13034 0
[pid=827378/tid=827379] ppid=827376 vsize=161756 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162027204 165638144 12189 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 171684 KiB
Current children cumulated memory: 51540 KiB

[startup+0.313213 s]*
/proc/loadavg: 4.97 4.53 4.31 5/250 827379
/proc/meminfo: memFree=128833716/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=162320 memory=49256 CPUtime=0.3 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 9341 0 0 0 28 2 0 0 20 0 2 0 162027189 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40580 12314 2750 46 0 13175 0
[pid=827378/tid=827379] ppid=827376 vsize=162320 memory=-8969133680070124645 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162027204 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 172248 KiB
Current children cumulated memory: 52040 KiB

[startup+0.700438 s]
/proc/loadavg: 4.97 4.53 4.31 5/250 827379
/proc/meminfo: memFree=128833576/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=162320 memory=49256 CPUtime=0.68 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 9396 0 0 0 65 3 0 0 20 0 2 0 162027189 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40580 12314 2750 46 0 13175 0
[pid=827378/tid=827379] ppid=827376 vsize=162320 memory=0 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162027204 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 172248 KiB
Current children cumulated memory: 52040 KiB

[startup+1.50045 s]
/proc/loadavg: 4.97 4.53 4.31 5/250 827379
/proc/meminfo: memFree=128833572/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=162320 memory=49256 CPUtime=1.48 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 9396 0 0 0 144 4 0 0 20 0 2 0 162027189 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40580 12314 2750 46 0 13175 0
[pid=827378/tid=827379] ppid=827376 vsize=162320 memory=49256 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162027204 166215680 12314 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 172248 KiB
Current children cumulated memory: 52040 KiB

[startup+3.11298 s]
/proc/loadavg: 4.89 4.52 4.31 5/250 827379
/proc/meminfo: memFree=128833616/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=162320 memory=52804 CPUtime=3.09 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 11437 0 0 0 303 6 0 0 20 0 2 0 162027189 166215680 13201 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40580 13201 3584 46 0 13175 0
[pid=827378/tid=827379] ppid=827376 vsize=162320 memory=-8969133680070124645 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 162027204 166215680 13201 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 172248 KiB
Current children cumulated memory: 55588 KiB

[startup+6.30043 s]
/proc/loadavg: 4.89 4.52 4.31 5/250 827380
/proc/meminfo: memFree=128831820/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=162320 memory=53564 CPUtime=6.27 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 13780 0 0 0 616 11 0 0 20 0 2 0 162027189 166215680 13391 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 40580 13391 3584 46 0 13175 0
[pid=827378/tid=827379] ppid=827376 vsize=162320 memory=52804 CPUtime=0 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 162027204 166215680 13391 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 172248 KiB
Current children cumulated memory: 56348 KiB

[startup+12.7004 s]
/proc/loadavg: 4.82 4.51 4.31 5/250 827380
/proc/meminfo: memFree=128829228/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=165040 memory=54288 CPUtime=12.67 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 18468 0 0 0 1246 21 0 0 20 0 2 0 162027189 169000960 13572 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 41260 13572 3584 46 0 13855 0
[pid=827378/tid=827379] ppid=827376 vsize=165040 memory=12720 CPUtime=0.01 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 15 0 0 0 0 1 0 0 20 0 2 0 162027204 169000960 13572 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 174968 KiB
Current children cumulated memory: 57072 KiB

[startup+25.5005 s]
/proc/loadavg: 4.64 4.49 4.30 5/250 827383
/proc/meminfo: memFree=128825728/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=165040 memory=55032 CPUtime=25.45 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 25728 0 0 0 2511 34 0 0 20 0 2 0 162027189 169000960 13758 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 41260 13758 3584 46 0 13855 0
[pid=827378/tid=827379] ppid=827376 vsize=165040 memory=2784 CPUtime=0.03 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 23 0 0 0 1 2 0 0 20 0 2 0 162027204 169000960 13758 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 174968 KiB
Current children cumulated memory: 57816 KiB

[startup+51.1131 s]
/proc/loadavg: 4.72 4.52 4.31 5/250 827387
/proc/meminfo: memFree=128819920/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=169460 memory=57228 CPUtime=51.04 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 37378 0 0 0 5049 55 0 0 20 0 2 0 162027189 173527040 14307 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 42365 14307 3584 46 0 14960 0
[pid=827378/tid=827379] ppid=827376 vsize=169460 memory=57228 CPUtime=0.07 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 38 0 0 0 2 5 0 0 20 0 2 0 162027204 173527040 14307 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 179388 KiB
Current children cumulated memory: 60012 KiB

[startup+102.3 s]
/proc/loadavg: 5.38 4.73 4.40 5/252 827400
/proc/meminfo: memFree=128807516/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=169460 memory=60488 CPUtime=102.15 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 47761 0 0 0 10122 93 0 0 20 0 2 0 162027189 173527040 15122 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 42365 15122 3584 46 0 14960 0
[pid=827378/tid=827379] ppid=827376 vsize=169460 memory=2784 CPUtime=0.15 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 48 0 0 0 5 10 0 0 20 0 2 0 162027204 173527040 15122 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 179388 KiB
Current children cumulated memory: 63272 KiB

[startup+162.3 s]
/proc/loadavg: 4.55 4.61 4.38 5/252 827421
/proc/meminfo: memFree=128798960/131655788 swapFree=131071996/131071996

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

/proc/827378/statm: 56133 24731 3584 46 0 28728 0
[pid=827378/tid=827379] ppid=827376 vsize=224532 memory=2784 CPUtime=5.5 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 154 0 0 0 171 379 0 0 20 0 2 0 162027204 229920768 24731 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3099.6 s
Current children cumulated vsize: 234460 KiB
Current children cumulated memory: 101708 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.27 4.24 5/252 828574
/proc/meminfo: memFree=128656184/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3159.56 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 106629 0 0 0 314899 1057 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=2784 CPUtime=5.61 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 156 0 0 0 175 386 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3159.56 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.25 4.23 5/252 828585
/proc/meminfo: memFree=128653552/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3219.51 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 112066 0 0 0 320876 1075 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=2784 CPUtime=5.72 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 158 0 0 0 178 394 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3219.51 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.22 4.22 5/252 828595
/proc/meminfo: memFree=128652932/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3279.45 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 117810 0 0 0 326853 1092 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=2784 CPUtime=5.83 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 160 0 0 0 182 401 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3279.45 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.17 4.20 5/252 828605
/proc/meminfo: memFree=128651548/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3339.4 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 123846 0 0 0 332831 1109 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=2784 CPUtime=5.93 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 162 0 0 0 185 408 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3339.4 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.19 5/250 828998
/proc/meminfo: memFree=128650060/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3399.36 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 130190 0 0 0 338812 1124 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=43020 CPUtime=6.04 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 164 0 0 0 189 415 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3399.36 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.15 4.18 5/250 829009
/proc/meminfo: memFree=128646496/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3459.31 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 136786 0 0 0 344790 1141 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=12720 CPUtime=6.15 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 166 0 0 0 192 423 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3459.31 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.20 4.20 5/251 829548
/proc/meminfo: memFree=128843040/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=100392 CPUtime=3519.24 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 143687 0 0 0 350767 1157 0 0 20 0 2 0 162027189 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25098 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=12320 CPUtime=6.25 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 168 0 0 0 195 430 0 0 20 0 2 0 162027204 231198720 25098 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3519.24 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 103176 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/253 829728
/proc/meminfo: memFree=128839400/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=101348 CPUtime=3579.17 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 144176 0 0 0 356748 1169 0 0 20 0 2 0 162027189 231198720 25337 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25337 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=101348 CPUtime=6.34 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 170 0 0 0 198 436 0 0 20 0 2 0 162027204 231198720 25337 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3579.17 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 104132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.2 s]
/proc/loadavg: 4.19 4.18 4.18 5/253 829731
/proc/meminfo: memFree=128838284/131655788 swapFree=131071996/131071996
[pid=827376] ppid=827373 vsize=9928 memory=2784 CPUtime=0 cores=4,6
/proc/827376/stat : 827376 (run-glibc-2.34.) S 827373 827376 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162027189 10166272 696 134679101440 94606212599808 94606213679128 140732494100224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94606215777584 94606215824772 94606248718336 140732494107583 140732494107740 140732494107740 140732494114755 0
/proc/827376/statm: 2482 696 616 264 0 133 0
[pid=827378] ppid=827376 vsize=225780 memory=101348 CPUtime=3600.06 cores=4,6
/proc/827378/stat : 827378 (ld-linux-x86-64) R 827376 827376 824948 0 -1 4194304 144222 0 0 0 358832 1174 0 0 20 0 2 0 162027189 231198720 25337 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
/proc/827378/statm: 56445 25337 3584 46 0 29040 0
[pid=827378/tid=827379] ppid=827376 vsize=225780 memory=2784 CPUtime=6.37 cores=4,6
/proc/827378/task/827379/stat : 827379 (ld-linux-x86-64) S 827376 827376 824948 0 -1 1077936192 170 0 0 0 199 438 0 0 20 0 2 0 162027204 231198720 25337 134679101440 140034044116992 140034044304604 140724470861120 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140034046405504 140034046414952 93825006264320 140724470862679 140724470862843 140724470862843 140724470869938 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 235708 KiB
Current children cumulated memory: 104132 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3588.33 s, system=11.7433 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): 3603.21
CPU time (s): 3600.08
CPU user time (s): 3588.33
CPU system time (s): 11.7433
CPU usage (%): 99.9131
Max. virtual memory (cumulated for all children) (KiB): 235708
Max. memory (cumulated for all children) (KiB): 104132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.33
system time used= 11.7433
maximum resident set size= 101348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144440
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= 353270
involuntary context switches= 2443


# summary of solver processes directly reported to runsolver:
#   pid: 827376
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3588.33
#   total CPU system time (s): 11.7433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0907 second user time and 37.9069 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 04:58:46
IDJOB=4431050
IDBENCH=147627
IDSOLVER=3055
FILE ID=nodeC004/4431050-1721098713
RUNJOBID= nodeC004-1721095002-824959
SLURM_JOB_ID= 7505602
Free space on /tmp= 723648 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.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-4431050-1721098713/watcher-4431050-1721098713 -o /tmp/evaluation-result-4431050-1721098713/solver-4431050-1721098713 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824959 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431050-1721098713.opb

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

MD5SUM BENCH= 850b351e493109d76788c3bb5eecff4d
RANDOM SEED=524810423

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128873996 kB
MemAvailable:   129709888 kB
Buffers:          400788 kB
Cached:          1272364 kB
SwapCached:            0 kB
Active:           726712 kB
Inactive:        1518772 kB
Active(anon):       3368 kB
Inactive(anon):   606660 kB
Active(file):     723344 kB
Inactive(file):   912112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             43384 kB
Writeback:             0 kB
AnonPages:        572136 kB
Mapped:           120196 kB
Shmem:             37700 kB
KReclaimable:      81272 kB
Slab:             176392 kB
SReclaimable:      81272 kB
SUnreclaim:        95120 kB
KernelStack:        3984 kB
PageTables:        10944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     949896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723616 MiB
End job on nodeC004 at 2024-07-16 05:58:49