Trace number 4431328

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.11 3604.27

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm75p-opt.opb.negationfix.opb
MD5SUMee8efe71b9f67a5ece24692873b8eec2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark211.651
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35840
Total number of constraints1248
Number of constraints which are clauses559
Number of constraints which are cardinality constraints (but not clauses)559
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint560
Number of terms in the objective function 64
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 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 193587
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 515704
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.50/0.59	c initialize IPBHS solver
0.50/0.59	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.50/0.59	c optimizer = "gurobi"
0.50/0.59	c pbsolver = "roundingsat"
0.50/0.59	c load symmetries from file ""
0.50/0.59	c set time limit for symmetry computation to 100 seconds.
0.50/0.59	c set interchangeable summation variable limit to 3
0.50/0.59	c find symmetric cores by applying each permutation and add them to optimizer
0.50/0.59	c set abs symmetric core budget per WCE-iteration to 100
0.50/0.59	c set rel symmetric core budget per WCE-iteration to 0
0.50/0.59	c set lit symmetric core budget per WCE-iteration to 0
0.50/0.59	c set sym generation to 's'
0.50/0.59	c set abstraction set creation to 10 iterations without LB change
0.50/0.59	c set abstraction set inputs to 0
0.50/0.59	c set abstraction set cluster min size to 2
0.50/0.59	c set abstraction set cluster max size to 100000000
0.50/0.59	c set abstraction set cluster activation limit to 2
0.50/0.59	c enable abstraction set require equal cost
0.50/0.59	c set abstraction set assumptions to 0
0.50/0.59	c set abstraction set constraint type to 0
0.50/0.59	c set abstract core extraction strategy to b
0.50/0.59	c set core extraction strategy to 2
0.50/0.59	c set core extraction shuffles 10
0.50/0.59	c set cores per iteration to 5
0.50/0.59	c set optimizer bound usage strategy to 2
0.50/0.59	c set optimizer max non-optimal iterations to 1000
0.50/0.59	c set small core cardinality limit to 2
0.50/0.59	c set max coef in cores to 1000000000
0.50/0.59	c set SIS iterations to 5
0.50/0.59	c set SIS budget abs to 1000
0.50/0.59	c set SIS budget rel to 0.05
0.50/0.59	c limit for coefficient in constraints and objective to 9223372036854775807
0.50/0.59	c will solve HOME/instance-4431328-1721173950.opb

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: 64059 MiB (61746 MiB free)
  memory of node 1: 64510 MiB (63382 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=868611, runsolver pid=868607

[startup+0.100136 s]*
/proc/loadavg: 1.08 1.81 3.01 5/252 868621
/proc/meminfo: memFree=128080412/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=94680 memory=13596 CPUtime=0.09 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 2481 0 0 0 9 0 0 0 20 0 1 0 169554641 96952320 3399 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 23670 3399 1588 46 0 4285 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 104608 KiB
Current children cumulated memory: 16328 KiB

[startup+0.214409 s]*
/proc/loadavg: 1.08 1.81 3.01 5/252 868621
/proc/meminfo: memFree=128043000/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=147964 memory=35256 CPUtime=0.21 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 7145 0 0 0 18 3 0 0 20 0 1 0 169554641 151515136 8814 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 2147221247 0 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 36991 8814 2580 46 0 9587 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 157892 KiB
Current children cumulated memory: 37988 KiB

[startup+0.314274 s]*
/proc/loadavg: 1.08 1.81 3.01 6/254 868623
/proc/meminfo: memFree=128001128/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=172460 memory=54496 CPUtime=0.31 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 11175 0 0 0 27 4 0 0 20 0 2 0 169554641 176599040 13624 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 43115 13624 2754 46 0 15710 0
[pid=868614/tid=868622] ppid=868611 vsize=172460 memory=-8752675020738618209 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) R 868611 868611 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554664 176599040 13624 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 182388 KiB
Current children cumulated memory: 57228 KiB

[startup+0.700481 s]
/proc/loadavg: 1.08 1.81 3.01 5/254 868623
/proc/meminfo: memFree=127941756/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=190604 memory=73432 CPUtime=0.68 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 17009 0 0 0 62 6 0 0 20 0 2 0 169554641 195178496 18358 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 47651 18358 2754 46 0 20246 0
[pid=868614/tid=868622] ppid=868611 vsize=190604 memory=0 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554664 195178496 18358 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 200532 KiB
Current children cumulated memory: 76164 KiB

[startup+1.50049 s]
/proc/loadavg: 1.08 1.81 3.01 5/254 868623
/proc/meminfo: memFree=127903224/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=217568 memory=98776 CPUtime=1.48 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 23393 0 0 0 140 8 0 0 20 0 2 0 169554641 222789632 24694 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 54392 24694 2754 46 0 26987 0
[pid=868614/tid=868622] ppid=868611 vsize=217568 memory=164 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554664 222789632 24694 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 227496 KiB
Current children cumulated memory: 101508 KiB

[startup+3.11361 s]
/proc/loadavg: 1.31 1.84 3.01 5/249 868637
/proc/meminfo: memFree=127784928/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=313672 memory=190244 CPUtime=3.09 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 50425 0 0 0 297 12 0 0 20 0 2 0 169554641 321200128 47561 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 78418 47561 2754 46 0 51013 0
[pid=868614/tid=868622] ppid=868611 vsize=313672 memory=2732 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 169554664 321200128 47561 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 323600 KiB
Current children cumulated memory: 192976 KiB

[startup+6.30042 s]
/proc/loadavg: 1.31 1.84 3.01 5/254 868673
/proc/meminfo: memFree=127515020/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=466672 memory=332012 CPUtime=6.27 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 97057 0 0 0 609 18 0 0 20 0 2 0 169554641 477872128 83003 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 116668 83003 2754 46 0 89263 0
[pid=868614/tid=868622] ppid=868611 vsize=466672 memory=326956 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 169554664 477872128 83003 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 476600 KiB
Current children cumulated memory: 334744 KiB

[startup+12.7004 s]
/proc/loadavg: 1.53 1.88 3.02 5/254 868673
/proc/meminfo: memFree=127081784/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=596636 memory=451256 CPUtime=12.65 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 188516 0 0 0 1232 33 0 0 20 0 2 0 169554641 610955264 112814 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 149159 112814 3596 46 0 121754 0
[pid=868614/tid=868622] ppid=868611 vsize=596636 memory=2732 CPUtime=0 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 169554664 610955264 112814 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 606564 KiB
Current children cumulated memory: 453988 KiB

[startup+25.5005 s]
/proc/loadavg: 2.22 2.02 3.04 5/254 868724
/proc/meminfo: memFree=126944820/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=627280 memory=478456 CPUtime=25.44 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 198610 0 0 0 2507 37 0 0 20 0 2 0 169554641 642334720 119614 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 156820 119614 3596 46 0 129415 0
[pid=868614/tid=868622] ppid=868611 vsize=627280 memory=474360 CPUtime=0.01 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 22 0 0 0 0 1 0 0 20 0 2 0 169554664 642334720 119614 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 637208 KiB
Current children cumulated memory: 481188 KiB

[startup+51.1133 s]
/proc/loadavg: 2.89 2.19 3.08 5/254 868727
/proc/meminfo: memFree=126708172/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=708188 memory=539472 CPUtime=51.01 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 212743 0 0 0 5056 45 0 0 20 0 2 0 169554641 725184512 134868 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 177047 134868 3596 46 0 149642 0
[pid=868614/tid=868622] ppid=868611 vsize=708188 memory=2732 CPUtime=0.04 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 30 0 0 0 1 3 0 0 20 0 2 0 169554664 725184512 134868 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 718116 KiB
Current children cumulated memory: 542204 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.50 3.14 5/254 868737
/proc/meminfo: memFree=126483676/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=921836 memory=656960 CPUtime=102.13 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 251329 0 0 0 10142 71 0 0 20 0 2 0 169554641 943960064 164240 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 230459 164240 3596 46 0 203054 0
[pid=868614/tid=868622] ppid=868611 vsize=921836 memory=2732 CPUtime=0.09 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 38 0 0 0 2 7 0 0 20 0 2 0 169554664 943960064 164240 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 931764 KiB
Current children cumulated memory: 659692 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.81 3.20 5/254 868747
/proc/meminfo: memFree=126315144/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0

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

[startup+3162.3 s]
/proc/loadavg: 4.16 4.16 4.18 5/251 870465
/proc/meminfo: memFree=119987808/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2801964 memory=2392876 CPUtime=3158.66 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5139266 0 0 0 313514 2352 0 0 20 0 2 0 169554641 2869211136 598219 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 700491 598219 3596 46 0 673086 0
[pid=868614/tid=868622] ppid=868611 vsize=2801964 memory=2392876 CPUtime=4.24 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 214 0 0 0 127 297 0 0 20 0 2 0 169554664 2869211136 598219 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3158.66 s
Current children cumulated vsize: 2811892 KiB
Current children cumulated memory: 2395608 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/249 870476
/proc/meminfo: memFree=119809144/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2807088 memory=2397780 CPUtime=3218.59 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5284897 0 0 0 319447 2412 0 0 20 0 2 0 169554641 2874458112 599445 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 701772 599445 3596 46 0 674367 0
[pid=868614/tid=868622] ppid=868611 vsize=2807088 memory=2392876 CPUtime=4.32 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 218 0 0 0 129 303 0 0 20 0 2 0 169554664 2874458112 599445 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3218.59 s
Current children cumulated vsize: 2817016 KiB
Current children cumulated memory: 2400512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.13 4.17 5/249 870486
/proc/meminfo: memFree=119709244/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2807088 memory=2397812 CPUtime=3278.51 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5434544 0 0 0 325381 2470 0 0 20 0 2 0 169554641 2874458112 599453 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 701772 599453 3596 46 0 674367 0
[pid=868614/tid=868622] ppid=868611 vsize=2807088 memory=2732 CPUtime=4.39 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 222 0 0 0 131 308 0 0 20 0 2 0 169554664 2874458112 599453 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3278.51 s
Current children cumulated vsize: 2817016 KiB
Current children cumulated memory: 2400544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/249 870496
/proc/meminfo: memFree=119643172/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2807088 memory=2397832 CPUtime=3338.44 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5511168 0 0 0 331354 2490 0 0 20 0 2 0 169554641 2874458112 599458 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 701772 599458 3596 46 0 674367 0
[pid=868614/tid=868622] ppid=868611 vsize=2807088 memory=11464 CPUtime=4.48 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 226 0 0 0 134 314 0 0 20 0 2 0 169554664 2874458112 599458 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3338.44 s
Current children cumulated vsize: 2817016 KiB
Current children cumulated memory: 2400564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.16 5/249 870508
/proc/meminfo: memFree=119520200/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2840672 memory=2426400 CPUtime=3398.37 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5682014 0 0 0 337313 2524 0 0 20 0 2 0 169554641 2908848128 606600 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 710168 606600 3596 46 0 682763 0
[pid=868614/tid=868622] ppid=868611 vsize=2840672 memory=2732 CPUtime=4.55 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 230 0 0 0 136 319 0 0 20 0 2 0 169554664 2908848128 606600 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3398.37 s
Current children cumulated vsize: 2850600 KiB
Current children cumulated memory: 2429132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.14 4.17 5/249 870518
/proc/meminfo: memFree=119439420/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2856856 memory=2441208 CPUtime=3458.3 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5794005 0 0 0 343275 2555 0 0 20 0 2 0 169554641 2925420544 610302 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 714214 610302 3596 46 0 686809 0
[pid=868614/tid=868622] ppid=868611 vsize=2856856 memory=2732 CPUtime=4.63 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 234 0 0 0 138 325 0 0 20 0 2 0 169554664 2925420544 610302 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3458.3 s
Current children cumulated vsize: 2866784 KiB
Current children cumulated memory: 2443940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.20 4.19 5/252 870533
/proc/meminfo: memFree=119325176/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2860396 memory=2445004 CPUtime=3518.23 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 5950674 0 0 0 349196 2627 0 0 20 0 2 0 169554641 2929045504 611251 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 715099 611251 3596 46 0 687694 0
[pid=868614/tid=868622] ppid=868611 vsize=2860396 memory=2732 CPUtime=4.72 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 238 0 0 0 141 331 0 0 20 0 2 0 169554664 2929045504 611251 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3518.23 s
Current children cumulated vsize: 2870324 KiB
Current children cumulated memory: 2447736 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/252 870544
/proc/meminfo: memFree=119242816/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2860396 memory=2445004 CPUtime=3578.16 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 6068740 0 0 0 355145 2671 0 0 20 0 2 0 169554641 2929045504 611251 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 715099 611251 3596 46 0 687694 0
[pid=868614/tid=868622] ppid=868611 vsize=2860396 memory=11464 CPUtime=4.8 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 241 0 0 0 144 336 0 0 20 0 2 0 169554664 2929045504 611251 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3578.16 s
Current children cumulated vsize: 2870324 KiB
Current children cumulated memory: 2447736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.17 4.18 4.18 5/252 870547
/proc/meminfo: memFree=119212396/131655788 swapFree=131071996/131071996
[pid=868611] ppid=868607 vsize=9928 memory=2732 CPUtime=0 cores=1,3
/proc/868611/stat : 868611 (run-glibc-2.34.) S 868607 868611 868539 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 169554641 10166272 683 134679101440 94468648087552 94468649166872 140733306374832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94468651265328 94468651312516 94468665044992 140733306381247 140733306381404 140733306381404 140733306388419 0
/proc/868611/statm: 2482 683 603 264 0 133 0
[pid=868614] ppid=868611 vsize=2860572 memory=2445180 CPUtime=3600.03 cores=1,3
/proc/868614/stat : 868614 (ld-linux-x86-64) R 868611 868611 868539 0 -1 4194304 6123099 0 0 0 357307 2696 0 0 20 0 2 0 169554641 2929225728 611295 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
/proc/868614/statm: 715143 611295 3596 46 0 687738 0
[pid=868614/tid=868622] ppid=868611 vsize=2860572 memory=11260 CPUtime=4.83 cores=1,3
/proc/868614/task/868622/stat : 868622 (ld-linux-x86-64) S 868611 868611 868539 0 -1 1077936192 242 0 0 0 145 338 0 0 20 0 2 0 169554664 2929225728 611295 134679101440 140388296941568 140388297129180 140724694882368 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140388299230080 140388299239528 93825012379648 140724694889303 140724694889467 140724694889467 140724694896562 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2870500 KiB
Current children cumulated memory: 2447912 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3604.21 s]
# the end of solver process 868611 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.004056 s, system=0 s

[startup+3604.27 s]
# the end of solver process 868614 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3573.08 s, system=27.028 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.27
CPU time (s): 3600.11
CPU user time (s): 3573.08
CPU system time (s): 27.028
CPU usage (%): 99.8846
Max. virtual memory (cumulated for all children) (KiB): 2870500
Max. memory (cumulated for all children) (KiB): 2447912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.08
system time used= 27.028
maximum resident set size= 2445180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6123304
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= 353404
involuntary context switches= 3556


# summary of solver processes directly reported to runsolver:
#   pid: 868611,868614
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3573.08
#   total CPU system time (s): 27.028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6496 second user time and 37.3338 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-17 01:52:42
IDJOB=4431328
IDBENCH=158609
IDSOLVER=3055
FILE ID=nodeC009/4431328-1721173950
RUNJOBID= nodeC009-1721173962-868551
SLURM_JOB_ID= 7505813
Free space on /tmp= 723736 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm75p-opt.opb.negationfix.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-4431328-1721173950/watcher-4431328-1721173950 -o /tmp/evaluation-result-4431328-1721173950/solver-4431328-1721173950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721173962-868551 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431328-1721173950.opb

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

MD5SUM BENCH= ee8efe71b9f67a5ece24692873b8eec2
RANDOM SEED=1572539383

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.365
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.316
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.27
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.317
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.34
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.498
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.27
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		: 1197.316
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.34
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		: 1197.316
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.27
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.372
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.34
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.495
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128127364 kB
MemAvailable:   129902936 kB
Buffers:          450216 kB
Cached:          2150036 kB
SwapCached:            0 kB
Active:           768200 kB
Inactive:        2195312 kB
Active(anon):       1348 kB
Inactive(anon):   399608 kB
Active(file):     766852 kB
Inactive(file):  1795704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            170196 kB
Writeback:             0 kB
AnonPages:        363616 kB
Mapped:           104612 kB
Shmem:             37700 kB
KReclaimable:     106096 kB
Slab:             205436 kB
SReclaimable:     106096 kB
SUnreclaim:        99340 kB
KernelStack:        3780 kB
PageTables:         9636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     779156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723604 MiB
End job on nodeC009 at 2024-07-17 02:52:47