Trace number 4431006

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.07 3606.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23916
Best CPU time to get the best result obtained on this benchmark3441.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.03	c initialize IPBHS solver
0.00/0.03	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.03	c optimizer = "gurobi"
0.00/0.03	c pbsolver = "roundingsat"
0.00/0.03	c load symmetries from file ""
0.00/0.03	c set time limit for symmetry computation to 100 seconds.
0.00/0.03	c set interchangeable summation variable limit to 3
0.00/0.03	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.03	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.03	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.03	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.03	c set sym generation to 's'
0.00/0.03	c set abstraction set creation to 10 iterations without LB change
0.00/0.03	c set abstraction set inputs to 0
0.00/0.03	c set abstraction set cluster min size to 2
0.00/0.03	c set abstraction set cluster max size to 100000000
0.00/0.03	c set abstraction set cluster activation limit to 2
0.00/0.03	c enable abstraction set require equal cost
0.00/0.03	c set abstraction set assumptions to 0
0.00/0.03	c set abstraction set constraint type to 0
0.00/0.03	c set abstract core extraction strategy to b
0.00/0.03	c set core extraction strategy to 2
0.00/0.03	c set core extraction shuffles 10
0.00/0.03	c set cores per iteration to 5
0.00/0.03	c set optimizer bound usage strategy to 2
0.00/0.03	c set optimizer max non-optimal iterations to 1000
0.00/0.03	c set small core cardinality limit to 2
0.00/0.03	c set max coef in cores to 1000000000
0.00/0.03	c set SIS iterations to 5
0.00/0.03	c set SIS budget abs to 1000
0.00/0.03	c set SIS budget rel to 0.05
0.00/0.03	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.03	c will solve HOME/instance-4431006-1721072177.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: 63968 MiB (56387 MiB free)
  memory of node 1: 64473 MiB (60230 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100341 s]*
/proc/loadavg: 4.22 4.34 4.21 6/261 822634
/proc/meminfo: memFree=119398484/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=140672 memory=28856 CPUtime=0.09 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 2958 0 0 0 7 2 0 0 20 0 2 0 159388269 144048128 7214 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35168 7214 3742 46 0 7763 0
[pid=822622/tid=822623] ppid=822620 vsize=140672 memory=4026561614 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388272 144048128 7214 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 150600 KiB
Current children cumulated memory: 31556 KiB

[startup+0.206325 s]*
/proc/loadavg: 4.22 4.34 4.21 5/261 822634
/proc/meminfo: memFree=119380640/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=140672 memory=30904 CPUtime=0.18 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 2964 0 0 0 16 2 0 0 20 0 2 0 159388269 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35168 7726 3742 46 0 7763 0
[pid=822622/tid=822623] ppid=822620 vsize=140672 memory=3472328300251083854 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388272 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 150600 KiB
Current children cumulated memory: 33604 KiB

[startup+0.305974 s]*
/proc/loadavg: 4.22 4.34 4.21 5/262 822635
/proc/meminfo: memFree=119340228/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=140672 memory=30904 CPUtime=0.29 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 2964 0 0 0 26 3 0 0 20 0 2 0 159388269 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35168 7726 3742 46 0 7763 0
[pid=822622/tid=822623] ppid=822620 vsize=140672 memory=-8754368290086676837 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) R 822620 822620 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388272 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 150600 KiB
Current children cumulated memory: 33604 KiB

[startup+0.700271 s]
/proc/loadavg: 4.22 4.34 4.21 5/262 822635
/proc/meminfo: memFree=119325920/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=140672 memory=30904 CPUtime=0.68 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 2964 0 0 0 64 4 0 0 20 0 2 0 159388269 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35168 7726 3742 46 0 7763 0
[pid=822622/tid=822623] ppid=822620 vsize=140672 memory=1832 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388272 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 150600 KiB
Current children cumulated memory: 33604 KiB

[startup+1.50027 s]
/proc/loadavg: 4.22 4.34 4.21 5/262 822637
/proc/meminfo: memFree=119324368/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=140672 memory=30904 CPUtime=1.47 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 2977 0 0 0 141 6 0 0 20 0 2 0 159388269 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35168 7726 3742 46 0 7763 0
[pid=822622/tid=822623] ppid=822620 vsize=140672 memory=11440 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) R 822620 822620 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388272 144048128 7726 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 150600 KiB
Current children cumulated memory: 33604 KiB

[startup+3.10562 s]
/proc/loadavg: 4.20 4.33 4.21 5/261 822684
/proc/meminfo: memFree=120042480/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=141152 memory=31692 CPUtime=3.07 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 3915 0 0 0 298 9 0 0 20 0 2 0 159388269 144539648 7923 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 35288 7923 3821 46 0 7883 0
[pid=822622/tid=822623] ppid=822620 vsize=141152 memory=2700 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 159388272 144539648 7923 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 151080 KiB
Current children cumulated memory: 34392 KiB

[startup+6.30026 s]
/proc/loadavg: 4.20 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123384272/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=231148 memory=100952 CPUtime=6.26 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 36417 0 0 0 602 24 0 0 20 0 2 0 159388269 236695552 25238 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 57787 25238 3885 46 0 30382 0
[pid=822622/tid=822623] ppid=822620 vsize=231148 memory=2700 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 159388272 236695552 25238 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 241076 KiB
Current children cumulated memory: 103652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.32 4.21 5/262 822735
/proc/meminfo: memFree=123229876/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=336312 memory=220952 CPUtime=12.63 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 80668 0 0 0 1221 42 0 0 20 0 2 0 159388269 344383488 55238 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 84078 55238 3885 46 0 56673 0
[pid=822622/tid=822623] ppid=822620 vsize=336312 memory=11440 CPUtime=0 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 159388272 344383488 55238 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 346240 KiB
Current children cumulated memory: 223652 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.31 4.21 5/262 822736
/proc/meminfo: memFree=123029336/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=457476 memory=306776 CPUtime=25.37 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 145543 0 0 0 2475 62 0 0 20 0 2 0 159388269 468455424 76694 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 114369 76694 3901 46 0 86964 0
[pid=822622/tid=822623] ppid=822620 vsize=457476 memory=2700 CPUtime=0.01 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) R 822620 822620 820378 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 159388272 468455424 76694 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 467404 KiB
Current children cumulated memory: 309476 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.30 4.20 5/262 822741
/proc/meminfo: memFree=122904656/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=539716 memory=377632 CPUtime=50.9 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 282531 0 0 0 4959 131 0 0 20 0 2 0 159388269 552669184 94408 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 134929 94408 3917 46 0 107524 0
[pid=822622/tid=822623] ppid=822620 vsize=539716 memory=41168 CPUtime=0.03 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 20 0 0 0 1 2 0 0 20 0 2 0 159388272 552669184 94408 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 549644 KiB
Current children cumulated memory: 380332 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.25 4.19 5/262 822750
/proc/meminfo: memFree=122603488/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=839712 memory=619316 CPUtime=101.96 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 478843 0 0 0 9895 301 0 0 20 0 2 0 159388269 859865088 154829 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 209928 154829 4028 46 0 182523 0
[pid=822622/tid=822623] ppid=822620 vsize=839712 memory=5552 CPUtime=0.06 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 26 0 0 0 2 4 0 0 20 0 2 0 159388272 859865088 154829 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 849640 KiB
Current children cumulated memory: 622016 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.10 6/265 824585
/proc/meminfo: memFree=120588612/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=3128920 memory=2464476 CPUtime=3156.79 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 6682441 0 0 0 306547 9132 0 0 20 0 2 0 159388269 3204014080 616119 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 782230 616119 4028 46 0 754825 0
[pid=822622/tid=822623] ppid=822620 vsize=3128920 memory=2700 CPUtime=2.6 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 151 0 0 0 99 161 0 0 20 0 2 0 159388272 3204014080 616119 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3156.79 s
Current children cumulated vsize: 3138848 KiB
Current children cumulated memory: 2467176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.10 5/265 824595
/proc/meminfo: memFree=120564216/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=3156160 memory=2485616 CPUtime=3216.69 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 6818967 0 0 0 312301 9368 0 0 20 0 2 0 159388269 3231907840 621404 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 789040 621404 4028 46 0 761635 0
[pid=822622/tid=822623] ppid=822620 vsize=3156160 memory=2700 CPUtime=2.65 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 153 0 0 0 101 164 0 0 20 0 2 0 159388272 3231907840 621404 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3216.69 s
Current children cumulated vsize: 3166088 KiB
Current children cumulated memory: 2488316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/266 824665
/proc/meminfo: memFree=119509380/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=4770684 memory=3540932 CPUtime=3276.61 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 6897042 0 0 0 318120 9541 0 0 20 0 2 0 159388269 4885180416 885233 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 1192671 885233 4028 46 0 1165266 0
[pid=822622/tid=822623] ppid=822620 vsize=4770684 memory=2700 CPUtime=2.69 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 155 0 0 0 103 166 0 0 20 0 2 0 159388272 4885180416 885233 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3276.61 s
Current children cumulated vsize: 4780612 KiB
Current children cumulated memory: 3543632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 824676
/proc/meminfo: memFree=120507964/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=3201928 memory=2529748 CPUtime=3336.52 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7010208 0 0 0 323957 9695 0 0 20 0 2 0 159388269 3278774272 632437 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 800482 632437 4028 46 0 773077 0
[pid=822622/tid=822623] ppid=822620 vsize=3201928 memory=8257239451722618521 CPUtime=2.74 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 157 0 0 0 105 169 0 0 20 0 2 0 159388272 3278774272 632437 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3336.52 s
Current children cumulated vsize: 3211856 KiB
Current children cumulated memory: 2532448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 824687
/proc/meminfo: memFree=119432472/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=4839648 memory=3602944 CPUtime=3396.44 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7089138 0 0 0 329769 9875 0 0 20 0 2 0 159388269 4955799552 900736 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 1209912 900736 4028 46 0 1182507 0
[pid=822622/tid=822623] ppid=822620 vsize=4839648 memory=11440 CPUtime=2.79 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 160 0 0 0 107 172 0 0 20 0 2 0 159388272 4955799552 900736 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3396.44 s
Current children cumulated vsize: 4849576 KiB
Current children cumulated memory: 3605644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/266 824698
/proc/meminfo: memFree=120495432/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=3236140 memory=2541020 CPUtime=3456.34 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7186854 0 0 0 335628 10006 0 0 20 0 2 0 159388269 3313807360 635255 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 809035 635255 4028 46 0 781630 0
[pid=822622/tid=822623] ppid=822620 vsize=3236140 memory=8257239451722618521 CPUtime=2.84 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 163 0 0 0 109 175 0 0 20 0 2 0 159388272 3313807360 635255 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3456.34 s
Current children cumulated vsize: 3246068 KiB
Current children cumulated memory: 2543720 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 824708
/proc/meminfo: memFree=120665932/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=3063648 memory=2370356 CPUtime=3516.27 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7328128 0 0 0 341404 10223 0 0 20 0 2 0 159388269 3137175552 592589 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 765912 592589 4028 46 0 738507 0
[pid=822622/tid=822623] ppid=822620 vsize=3063648 memory=2700 CPUtime=2.89 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 165 0 0 0 111 178 0 0 20 0 2 0 159388272 3137175552 592589 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3516.27 s
Current children cumulated vsize: 3073576 KiB
Current children cumulated memory: 2373056 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/262 824718
/proc/meminfo: memFree=119470368/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=4261088 memory=3563096 CPUtime=3576.17 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7365361 0 0 0 347290 10327 0 0 20 0 2 0 159388269 4363354112 890774 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 1065272 890774 4028 46 0 1037867 0
[pid=822622/tid=822623] ppid=822620 vsize=4261088 memory=3563096 CPUtime=2.94 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 166 0 0 0 113 181 0 0 20 0 2 0 159388272 4363354112 890774 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3576.17 s
Current children cumulated vsize: 4271016 KiB
Current children cumulated memory: 3565796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.2 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 824721
/proc/meminfo: memFree=119604560/131524596 swapFree=131071996/131071996
[pid=822620] ppid=822617 vsize=9928 memory=2700 CPUtime=0 cores=5,7
/proc/822620/stat : 822620 (run-glibc-2.34.) S 822617 822620 820378 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 159388269 10166272 675 134679101440 94137387347968 94137388427288 140729121257776 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94137390525744 94137390572932 94137407438848 140729121264575 140729121264732 140729121264732 140729121271747 0
/proc/822620/statm: 2482 675 595 264 0 133 0
[pid=822622] ppid=822620 vsize=5200684 memory=3543116 CPUtime=3600.04 cores=5,7
/proc/822622/stat : 822622 (ld-linux-x86-64) R 822620 822620 820378 0 -1 4194304 7454425 0 0 0 349551 10453 0 0 20 0 2 0 159388269 5325500416 885779 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
/proc/822622/statm: 1300171 885779 4028 46 0 1272766 0
[pid=822622/tid=822623] ppid=822620 vsize=5200684 memory=15816 CPUtime=2.96 cores=5,7
/proc/822622/task/822623/stat : 822623 (ld-linux-x86-64) S 822620 822620 820378 0 -1 1077936192 167 0 0 0 114 182 0 0 20 0 2 0 159388272 5325500416 885779 134679101440 139739774431232 139739774618844 140720850212720 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139739776719744 139739776729192 93825020198912 140720850219863 140720850220027 140720850220027 140720850227122 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 5210612 KiB
Current children cumulated memory: 3545816 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000793 s, system=0.000797 s

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

# cumulated CPU time of all completed processes:  user=3495.52 s, system=104.555 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): 3606.22
CPU time (s): 3600.07
CPU user time (s): 3495.52
CPU system time (s): 104.555
CPU usage (%): 99.8294
Max. virtual memory (cumulated for all children) (KiB): 5926152
Max. memory (cumulated for all children) (KiB): 4236788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3495.52
system time used= 104.555
maximum resident set size= 4345772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7454629
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= 357001
involuntary context switches= 3827


# summary of solver processes directly reported to runsolver:
#   pid: 822620,822622
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3495.52
#   total CPU system time (s): 104.555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4377 second user time and 14.6179 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 21:36:30
IDJOB=4431006
IDBENCH=147022
IDSOLVER=3055
FILE ID=nodeC034/4431006-1721072177
RUNJOBID= nodeC034-1721068582-820391
SLURM_JOB_ID= 7505522
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.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-4431006-1721072177/watcher-4431006-1721072177 -o /tmp/evaluation-result-4431006-1721072177/solver-4431006-1721072177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721068582-820391 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431006-1721072177.opb

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=603822625

nodeC034.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		: 3662.632
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.99
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		: 3680.942
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.58
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		: 3602.826
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.99
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		: 3600.275
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.58
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		: 3623.537
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.99
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		: 3600.738
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.58
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		: 3659.474
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.99
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		: 3680.893
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        119426880 kB
MemAvailable:   125300080 kB
Buffers:          372316 kB
Cached:          6267304 kB
SwapCached:            0 kB
Active:           681808 kB
Inactive:       10658592 kB
Active(anon):       1516 kB
Inactive(anon):  4736636 kB
Active(file):     680292 kB
Inactive(file):  5921956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             76104 kB
Writeback:             0 kB
AnonPages:       4694440 kB
Mapped:           119168 kB
Shmem:             37720 kB
KReclaimable:     221548 kB
Slab:             342868 kB
SReclaimable:     221548 kB
SUnreclaim:       121320 kB
KernelStack:        4008 kB
PageTables:        18816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    5247860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4012032 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:      250580 kB
DirectMap2M:    28882944 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 889916 MiB
End job on nodeC034 at 2024-07-15 22:36:36