Trace number 4431172

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.1 3610.03

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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.00/0.10	c initialize IPBHS solver
0.00/0.10	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.10	c optimizer = "gurobi"
0.00/0.10	c pbsolver = "roundingsat"
0.00/0.10	c load symmetries from file ""
0.00/0.10	c set time limit for symmetry computation to 100 seconds.
0.00/0.10	c set interchangeable summation variable limit to 3
0.00/0.10	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.10	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.10	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.10	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.10	c set sym generation to 's'
0.00/0.10	c set abstraction set creation to 10 iterations without LB change
0.00/0.10	c set abstraction set inputs to 0
0.00/0.10	c set abstraction set cluster min size to 2
0.00/0.10	c set abstraction set cluster max size to 100000000
0.00/0.10	c set abstraction set cluster activation limit to 2
0.00/0.10	c enable abstraction set require equal cost
0.00/0.10	c set abstraction set assumptions to 0
0.00/0.10	c set abstraction set constraint type to 0
0.00/0.10	c set abstract core extraction strategy to b
0.00/0.10	c set core extraction strategy to 2
0.00/0.10	c set core extraction shuffles 10
0.00/0.10	c set cores per iteration to 5
0.00/0.10	c set optimizer bound usage strategy to 2
0.00/0.10	c set optimizer max non-optimal iterations to 1000
0.00/0.10	c set small core cardinality limit to 2
0.00/0.10	c set max coef in cores to 1000000000
0.00/0.10	c set SIS iterations to 5
0.00/0.10	c set SIS budget abs to 1000
0.00/0.10	c set SIS budget rel to 0.05
0.00/0.10	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.10	c will solve HOME/instance-4431172-1721116305.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: 63931 MiB (61966 MiB free)
  memory of node 1: 64510 MiB (60276 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=848978, runsolver pid=848975

[startup+0.100081 s]*
/proc/loadavg: 1.61 1.30 2.07 5/266 848981
/proc/meminfo: memFree=125123696/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=158356 memory=41664 CPUtime=0.09 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 7760 0 0 0 7 2 0 0 20 0 2 0 163789673 162156544 10416 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 39589 10416 2749 46 0 12184 0
[pid=848980/tid=848981] ppid=848978 vsize=158356 memory=4026561614 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) R 848978 848978 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163789679 162156544 10416 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 168284 KiB
Current children cumulated memory: 44424 KiB

[startup+0.205686 s]*
/proc/loadavg: 1.61 1.30 2.07 5/266 848981
/proc/meminfo: memFree=125019284/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=166752 memory=49848 CPUtime=0.2 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 9860 0 0 0 18 2 0 0 20 0 2 0 163789673 170754048 12462 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 41688 12462 2749 46 0 14283 0
[pid=848980/tid=848981] ppid=848978 vsize=166752 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) R 848978 848978 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163789679 170754048 12462 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 176680 KiB
Current children cumulated memory: 52608 KiB

[startup+0.305617 s]*
/proc/loadavg: 1.61 1.30 2.07 5/266 848981
/proc/meminfo: memFree=124966980/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=175020 memory=58032 CPUtime=0.29 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 11858 0 0 0 27 2 0 0 20 0 2 0 163789673 179220480 14508 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 43755 14508 2749 46 0 16350 0
[pid=848980/tid=848981] ppid=848978 vsize=175020 memory=-8536504476185158499 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163789679 179220480 14508 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 184948 KiB
Current children cumulated memory: 60792 KiB

[startup+0.700195 s]
/proc/loadavg: 1.61 1.30 2.07 5/266 848981
/proc/meminfo: memFree=124919684/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=202056 memory=83904 CPUtime=0.69 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 18322 0 0 0 65 4 0 0 20 0 2 0 163789673 206905344 20976 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 50514 20976 2749 46 0 23109 0
[pid=848980/tid=848981] ppid=848978 vsize=202056 memory=2240 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163789679 206905344 20976 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 211984 KiB
Current children cumulated memory: 86664 KiB

[startup+1.50026 s]
/proc/loadavg: 1.80 1.35 2.08 5/266 848981
/proc/meminfo: memFree=124686960/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=259708 memory=125156 CPUtime=1.49 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 28174 0 0 0 143 6 0 0 20 0 2 0 163789673 265940992 31289 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 64927 31289 2749 46 0 37522 0
[pid=848980/tid=848981] ppid=848978 vsize=259708 memory=7544 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163789679 265940992 31801 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 269636 KiB
Current children cumulated memory: 127916 KiB

[startup+3.10547 s]
/proc/loadavg: 1.80 1.35 2.08 5/266 848981
/proc/meminfo: memFree=123863756/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=275764 memory=157224 CPUtime=3.07 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 39838 0 0 0 296 11 0 0 20 0 2 0 163789673 282382336 39306 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 68941 39306 3578 46 0 41536 0
[pid=848980/tid=848981] ppid=848978 vsize=275764 memory=2760 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 163789679 282382336 39306 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 285692 KiB
Current children cumulated memory: 159984 KiB

[startup+6.30019 s]
/proc/loadavg: 1.98 1.39 2.09 5/267 848982
/proc/meminfo: memFree=122858444/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=287364 memory=166616 CPUtime=6.26 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 47889 0 0 0 610 16 0 0 20 0 2 0 163789673 294260736 41654 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 71841 41654 3578 46 0 44436 0
[pid=848980/tid=848981] ppid=848978 vsize=287364 memory=2760 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 2 0 163789679 294260736 41654 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 297292 KiB
Current children cumulated memory: 169376 KiB

[startup+12.7002 s]
/proc/loadavg: 2.14 1.44 2.10 5/267 848983
/proc/meminfo: memFree=121588032/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=299040 memory=172996 CPUtime=12.63 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 65321 0 0 0 1237 26 0 0 20 0 2 0 163789673 306216960 43249 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 74760 43249 3578 46 0 47355 0
[pid=848980/tid=848981] ppid=848978 vsize=299040 memory=2760 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 2 0 163789679 306216960 43249 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 308968 KiB
Current children cumulated memory: 175756 KiB

[startup+25.5002 s]
/proc/loadavg: 2.43 1.52 2.12 5/267 849081
/proc/meminfo: memFree=119041152/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=318008 memory=185756 CPUtime=25.39 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 91492 0 0 0 2497 42 0 0 20 0 2 0 163789673 325640192 46439 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 79502 46439 3578 46 0 52097 0
[pid=848980/tid=848981] ppid=848978 vsize=318008 memory=185612 CPUtime=0 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 2 0 163789679 325640192 46439 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 327936 KiB
Current children cumulated memory: 188516 KiB

[startup+51.1055 s]
/proc/loadavg: 3.23 1.81 2.20 5/267 849086
/proc/meminfo: memFree=118498164/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=318008 memory=200816 CPUtime=50.92 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 137491 0 0 0 5025 67 0 0 20 0 2 0 163789673 325640192 50204 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 79502 50204 3578 46 0 52097 0
[pid=848980/tid=848981] ppid=848978 vsize=318008 memory=2760 CPUtime=0.01 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 35 0 0 0 0 1 0 0 20 0 2 0 163789679 325640192 50204 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 327936 KiB
Current children cumulated memory: 203576 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 2.15 2.30 5/267 849094
/proc/meminfo: memFree=118431644/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=348828 memory=211860 CPUtime=101.96 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 186590 0 0 0 10075 121 0 0 20 0 2 0 163789673 357199872 52965 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 87207 52965 3578 46 0 59802 0
[pid=848980/tid=848981] ppid=848978 vsize=348828 memory=-8536504476185158499 CPUtime=0.05 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 43 0 0 0 1 4 0 0 20 0 2 0 163789679 357199872 52965 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 358756 KiB
Current children cumulated memory: 214620 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.24 4.15 4.10 5/266 850983
/proc/meminfo: memFree=117339252/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=923040 memory=645708 CPUtime=3153.54 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 2983087 0 0 0 313676 1678 0 0 20 0 2 0 163789673 945192960 161427 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 230760 161427 3578 46 0 203355 0
[pid=848980/tid=848981] ppid=848978 vsize=923040 memory=2760 CPUtime=2.95 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 264 0 0 0 112 183 0 0 20 0 2 0 163789679 945192960 161427 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3153.54 s
Current children cumulated vsize: 932968 KiB
Current children cumulated memory: 648468 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/266 850993
/proc/meminfo: memFree=117332868/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=926752 memory=649540 CPUtime=3213.38 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3028209 0 0 0 319641 1697 0 0 20 0 2 0 163789673 948994048 162385 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 231688 162385 3578 46 0 204283 0
[pid=848980/tid=848981] ppid=848978 vsize=926752 memory=2760 CPUtime=3 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 268 0 0 0 113 187 0 0 20 0 2 0 163789679 948994048 162385 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3213.38 s
Current children cumulated vsize: 936680 KiB
Current children cumulated memory: 652300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/263 851003
/proc/meminfo: memFree=117327296/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=928000 memory=650740 CPUtime=3273.23 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3065915 0 0 0 325609 1714 0 0 20 0 2 0 163789673 950272000 162685 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 232000 162685 3578 46 0 204595 0
[pid=848980/tid=848981] ppid=848978 vsize=928000 memory=2760 CPUtime=3.07 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 272 0 0 0 116 191 0 0 20 0 2 0 163789679 950272000 162685 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 937928 KiB
Current children cumulated memory: 653500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/263 851015
/proc/meminfo: memFree=117314376/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=928000 memory=650784 CPUtime=3333.07 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3114768 0 0 0 331580 1727 0 0 20 0 2 0 163789673 950272000 162696 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 232000 162696 3578 46 0 204595 0
[pid=848980/tid=848981] ppid=848978 vsize=928000 memory=426808 CPUtime=3.13 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 273 0 0 0 118 195 0 0 20 0 2 0 163789679 950272000 162696 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3333.07 s
Current children cumulated vsize: 937928 KiB
Current children cumulated memory: 653544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/263 851025
/proc/meminfo: memFree=117297972/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=929504 memory=651860 CPUtime=3392.91 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3145333 0 0 0 337553 1738 0 0 20 0 2 0 163789673 951812096 162965 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 232376 162965 3578 46 0 204971 0
[pid=848980/tid=848981] ppid=848978 vsize=929504 memory=2760 CPUtime=3.19 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 278 0 0 0 119 200 0 0 20 0 2 0 163789679 951812096 162965 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3392.91 s
Current children cumulated vsize: 939432 KiB
Current children cumulated memory: 654620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 851036
/proc/meminfo: memFree=117295644/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=931360 memory=653436 CPUtime=3452.74 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3182958 0 0 0 343525 1749 0 0 20 0 2 0 163789673 953712640 163359 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 232840 163359 3578 46 0 205435 0
[pid=848980/tid=848981] ppid=848978 vsize=931360 memory=2760 CPUtime=3.25 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 283 0 0 0 121 204 0 0 20 0 2 0 163789679 953712640 163359 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 941288 KiB
Current children cumulated memory: 656196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 851050
/proc/meminfo: memFree=117292648/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=933412 memory=655516 CPUtime=3512.59 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3238583 0 0 0 349501 1758 0 0 20 0 2 0 163789673 955813888 163879 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 233353 163879 3578 46 0 205948 0
[pid=848980/tid=848981] ppid=848978 vsize=933412 memory=2760 CPUtime=3.31 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 286 0 0 0 123 208 0 0 20 0 2 0 163789679 955813888 163879 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3512.59 s
Current children cumulated vsize: 943340 KiB
Current children cumulated memory: 658276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/265 851061
/proc/meminfo: memFree=117275376/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=935460 memory=672156 CPUtime=3572.43 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3294888 0 0 0 355474 1769 0 0 20 0 2 0 163789673 957911040 168039 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 233865 168039 3578 46 0 206460 0
[pid=848980/tid=848981] ppid=848978 vsize=935460 memory=24644 CPUtime=3.38 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) S 848978 848978 848657 0 -1 1077936192 288 0 0 0 126 212 0 0 20 0 2 0 163789679 957911040 168039 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 945388 KiB
Current children cumulated memory: 674916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.57 4.22 4.13 5/266 851115
/proc/meminfo: memFree=125639072/131524600 swapFree=130796312/131071996
[pid=848978] ppid=848975 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/848978/stat : 848978 (run-glibc-2.34.) S 848975 848978 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 163789673 10166272 690 134679101440 94683089494016 94683090573336 140729424338496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94683092671792 94683092718980 94683110899712 140729424343999 140729424344156 140729424344156 140729424351171 0
/proc/848978/statm: 2482 690 609 264 0 133 0
[pid=848980] ppid=848978 vsize=936868 memory=682124 CPUtime=3600.06 cores=0,2
/proc/848980/stat : 848980 (ld-linux-x86-64) R 848978 848978 848657 0 -1 4194304 3298292 0 0 0 358233 1773 0 0 20 0 2 0 163789673 959352832 170531 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
/proc/848980/statm: 234217 170531 3578 46 0 206812 0
[pid=848980/tid=848981] ppid=848978 vsize=936868 memory=200 CPUtime=3.4 cores=0,2
/proc/848980/task/848981/stat : 848981 (ld-linux-x86-64) R 848978 848978 848657 0 -1 1077936192 291 0 0 0 127 213 0 0 20 0 2 0 163789679 959352832 170531 134679101440 139688399613952 139688399801564 140724327642656 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139688401902464 139688401911912 93825021280256 140724327650135 140724327650299 140724327650299 140724327657394 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 946796 KiB
Current children cumulated memory: 684884 KiB

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

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

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

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

# cumulated CPU time of all completed processes:  user=3582.34 s, system=17.7603 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): 3610.03
CPU time (s): 3600.1
CPU user time (s): 3582.34
CPU system time (s): 17.7603
CPU usage (%): 99.7249
Max. virtual memory (cumulated for all children) (KiB): 946796
Max. memory (cumulated for all children) (KiB): 684884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.34
system time used= 17.7603
maximum resident set size= 682128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3298498
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= 357484
involuntary context switches= 25258


# summary of solver processes directly reported to runsolver:
#   pid: 848978,848980
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3582.34
#   total CPU system time (s): 17.7603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33681 second user time and 17.6818 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-16 09:51:58
IDJOB=4431172
IDBENCH=148768
IDSOLVER=3055
FILE ID=nodeC014/4431172-1721116305
RUNJOBID= nodeC014-1721116306-848667
SLURM_JOB_ID= 7505656
Free space on /tmp= 889708 MiB

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

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=757829264

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125182688 kB
MemAvailable:   128315992 kB
Buffers:          340088 kB
Cached:          3595484 kB
SwapCached:        12804 kB
Active:          1367084 kB
Inactive:        4400764 kB
Active(anon):       9460 kB
Inactive(anon):  1840868 kB
Active(file):    1357624 kB
Inactive(file):  2559896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130796312 kB
Dirty:             86964 kB
Writeback:           208 kB
AnonPages:       1823376 kB
Mapped:            62328 kB
Shmem:             18048 kB
KReclaimable:     110864 kB
Slab:             203992 kB
SReclaimable:     110864 kB
SUnreclaim:        93128 kB
KernelStack:        4240 kB
PageTables:        13832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2816932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:    14262272 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889916 MiB
End job on nodeC014 at 2024-07-16 10:52:08