Trace number 4431324

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 3608.41

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm50p-opt.opb.negationfix.opb
MD5SUMa64beba99ddb27280a5fb75072b9e119
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 benchmark16
Best CPU time to get the best result obtained on this benchmark3419.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5568
Total number of constraints412
Number of constraints which are clauses173
Number of constraints which are cardinality constraints (but not clauses)173
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint174
Number of terms in the objective function 32
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 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 56906
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 206719
Number of bits of the biggest sum of numbers18
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-4431324-1721173950.opb
3600.04/3608.40	HOME/run-glibc-2.34.sh: line 2: 868605 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61753 MiB free)
  memory of node 1: 64510 MiB (63381 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431324-1721173950/watcher-4431324-1721173950 -o /tmp/evaluation-result-4431324-1721173950/solver-4431324-1721173950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721173962-868549 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431324-1721173950.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
solver pid=868599, runsolver pid=868591
Current StackSize limit: 8192 KiB


[startup+0.100477 s]*
/proc/loadavg: 1.08 1.81 3.01 6/252 868621
/proc/meminfo: memFree=128088484/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=143016 memory=26992 CPUtime=0.09 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 3759 0 0 0 7 2 0 0 20 0 2 0 169554638 146448384 6748 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 35754 6748 2706 46 0 8349 0
[pid=868605/tid=868620] ppid=868599 vsize=143016 memory=4026561614 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) R 868599 868599 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554643 146448384 6748 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 152944 KiB
Current children cumulated memory: 29752 KiB

[startup+0.21456 s]*
/proc/loadavg: 1.08 1.81 3.01 6/252 868621
/proc/meminfo: memFree=128052100/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=147008 memory=30684 CPUtime=0.2 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 4689 0 0 0 18 2 0 0 20 0 2 0 169554638 150536192 7671 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 36752 7671 2706 46 0 9347 0
[pid=868605/tid=868620] ppid=868599 vsize=147184 memory=3472328300251083854 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554643 150716416 7737 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 156936 KiB
Current children cumulated memory: 33444 KiB

[startup+0.313893 s]*
/proc/loadavg: 1.08 1.81 3.01 5/254 868623
/proc/meminfo: memFree=128014840/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=149560 memory=33324 CPUtime=0.31 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 5320 0 0 0 28 3 0 0 20 0 2 0 169554638 153149440 8331 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 37390 8331 2706 46 0 9985 0
[pid=868605/tid=868620] ppid=868599 vsize=149692 memory=-8752675020738618209 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554643 153284608 8331 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 159488 KiB
Current children cumulated memory: 36084 KiB

[startup+0.700436 s]
/proc/loadavg: 1.08 1.81 3.01 5/254 868623
/proc/meminfo: memFree=127951008/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=156900 memory=40396 CPUtime=0.68 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 7457 0 0 0 65 3 0 0 20 0 2 0 169554638 160665600 10099 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 39225 10099 2706 46 0 11820 0
[pid=868605/tid=868620] ppid=868599 vsize=156900 memory=32144 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554643 160665600 10099 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 166828 KiB
Current children cumulated memory: 43156 KiB

[startup+1.5005 s]
/proc/loadavg: 1.08 1.81 3.01 6/254 868623
/proc/meminfo: memFree=127909380/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=159620 memory=48664 CPUtime=1.48 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 8226 0 0 0 142 6 0 0 20 0 2 0 169554638 163450880 12166 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 39905 12166 3524 46 0 12500 0
[pid=868605/tid=868620] ppid=868599 vsize=159620 memory=11464 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 169554643 163450880 12166 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 169548 KiB
Current children cumulated memory: 51424 KiB

[startup+3.11376 s]
/proc/loadavg: 1.31 1.84 3.01 4/249 868637
/proc/meminfo: memFree=127787944/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=171220 memory=57716 CPUtime=3.09 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 13565 0 0 0 299 10 0 0 20 0 2 0 169554638 175329280 14429 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 42805 14429 3524 46 0 15400 0
[pid=868605/tid=868620] ppid=868599 vsize=171220 memory=2760 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 169554643 175329280 14429 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 181148 KiB
Current children cumulated memory: 60476 KiB

[startup+6.30038 s]
/proc/loadavg: 1.31 1.84 3.01 5/254 868673
/proc/meminfo: memFree=127515356/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=186636 memory=69676 CPUtime=6.26 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 22801 0 0 0 611 15 0 0 20 0 2 0 169554638 191115264 17419 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 46659 17419 3524 46 0 19254 0
[pid=868605/tid=868620] ppid=868599 vsize=186636 memory=49720 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 169554643 191115264 17419 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 196564 KiB
Current children cumulated memory: 72436 KiB

[startup+12.7004 s]
/proc/loadavg: 1.53 1.88 3.02 5/254 868673
/proc/meminfo: memFree=127082120/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=195956 memory=80600 CPUtime=12.65 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 42675 0 0 0 1239 26 0 0 20 0 2 0 169554638 200658944 20150 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 48989 20150 3524 46 0 21584 0
[pid=868605/tid=868620] ppid=868599 vsize=195956 memory=-8824732631973192545 CPUtime=0 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 169554643 200658944 20150 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 205884 KiB
Current children cumulated memory: 83360 KiB

[startup+25.5004 s]
/proc/loadavg: 2.22 2.02 3.04 5/254 868724
/proc/meminfo: memFree=126945156/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=237996 memory=111908 CPUtime=25.4 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 71314 0 0 0 2495 45 0 0 20 0 2 0 169554638 243707904 27977 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 59499 27977 3524 46 0 32094 0
[pid=868605/tid=868620] ppid=868599 vsize=237996 memory=16116 CPUtime=0.02 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 23 0 0 0 1 1 0 0 20 0 2 0 169554643 243707904 27977 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 247924 KiB
Current children cumulated memory: 114668 KiB

[startup+51.1134 s]
/proc/loadavg: 2.89 2.19 3.08 5/254 868727
/proc/meminfo: memFree=126708172/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=292396 memory=153252 CPUtime=50.95 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 108985 0 0 0 5027 68 0 0 20 0 2 0 169554638 299413504 38313 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 73099 38313 3524 46 0 45694 0
[pid=868605/tid=868620] ppid=868599 vsize=292396 memory=42240 CPUtime=0.04 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 32 0 0 0 1 3 0 0 20 0 2 0 169554643 299413504 38313 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 302324 KiB
Current children cumulated memory: 156012 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.50 3.14 5/254 868737
/proc/meminfo: memFree=126483676/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=315360 memory=176248 CPUtime=102.01 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 123946 0 0 0 10087 114 0 0 20 0 2 0 169554638 322928640 44062 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 78840 44062 3524 46 0 51435 0
[pid=868605/tid=868620] ppid=868599 vsize=315360 memory=167372 CPUtime=0.1 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 38 0 0 0 3 7 0 0 20 0 2 0 169554643 322928640 44062 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 325288 KiB
Current children cumulated memory: 179008 KiB

[startup+162.3 s]

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

/proc/868605/statm: 234488 165366 3524 46 0 207083 0
[pid=868605/tid=868620] ppid=868599 vsize=937952 memory=2760 CPUtime=4.02 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 136 0 0 0 125 277 0 0 20 0 2 0 169554643 960462848 165366 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3095.13 s
Current children cumulated vsize: 947880 KiB
Current children cumulated memory: 664224 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.16 4.18 5/251 870465
/proc/meminfo: memFree=119987808/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=937952 memory=661532 CPUtime=3154.97 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2677450 0 0 0 313979 1518 0 0 20 0 2 0 169554638 960462848 165383 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 234488 165383 3524 46 0 207083 0
[pid=868605/tid=868620] ppid=868599 vsize=937952 memory=2760 CPUtime=4.09 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 136 0 0 0 127 282 0 0 20 0 2 0 169554643 960462848 165383 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3154.97 s
Current children cumulated vsize: 947880 KiB
Current children cumulated memory: 664292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/249 870476
/proc/meminfo: memFree=119809144/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=945088 memory=675156 CPUtime=3214.82 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2700474 0 0 0 319952 1530 0 0 20 0 2 0 169554638 967770112 168789 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 236272 168789 3524 46 0 208867 0
[pid=868605/tid=868620] ppid=868599 vsize=945088 memory=11464 CPUtime=4.17 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 138 0 0 0 130 287 0 0 20 0 2 0 169554643 967770112 168789 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3214.82 s
Current children cumulated vsize: 955016 KiB
Current children cumulated memory: 677916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.13 4.17 5/249 870486
/proc/meminfo: memFree=119709244/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=956644 memory=724316 CPUtime=3274.69 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2774712 0 0 0 325923 1546 0 0 20 0 2 0 169554638 979603456 181079 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 239161 181079 3524 46 0 211756 0
[pid=868605/tid=868620] ppid=868599 vsize=956644 memory=2760 CPUtime=4.25 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 140 0 0 0 133 292 0 0 20 0 2 0 169554643 979603456 181079 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3274.69 s
Current children cumulated vsize: 966572 KiB
Current children cumulated memory: 727076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/249 870496
/proc/meminfo: memFree=119643172/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=956644 memory=736336 CPUtime=3334.55 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2811009 0 0 0 331893 1562 0 0 20 0 2 0 169554638 979603456 184084 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 239161 184084 3524 46 0 211756 0
[pid=868605/tid=868620] ppid=868599 vsize=956644 memory=2760 CPUtime=4.33 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 140 0 0 0 136 297 0 0 20 0 2 0 169554643 979603456 184089 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3334.55 s
Current children cumulated vsize: 966572 KiB
Current children cumulated memory: 739096 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.16 5/249 870508
/proc/meminfo: memFree=119520200/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=958876 memory=754524 CPUtime=3394.42 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2845837 0 0 0 337865 1577 0 0 20 0 2 0 169554638 981889024 188631 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 239719 188631 3524 46 0 212314 0
[pid=868605/tid=868620] ppid=868599 vsize=958876 memory=2760 CPUtime=4.42 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 142 0 0 0 139 303 0 0 20 0 2 0 169554643 981889024 188631 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3394.42 s
Current children cumulated vsize: 968804 KiB
Current children cumulated memory: 757284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.14 4.17 5/249 870518
/proc/meminfo: memFree=119439756/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=958876 memory=782556 CPUtime=3454.3 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2872808 0 0 0 343836 1594 0 0 20 0 2 0 169554638 981889024 195639 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 239719 195639 3524 46 0 212314 0
[pid=868605/tid=868620] ppid=868599 vsize=958876 memory=2760 CPUtime=4.51 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 144 0 0 0 142 309 0 0 20 0 2 0 169554643 981889024 195639 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3454.3 s
Current children cumulated vsize: 968804 KiB
Current children cumulated memory: 785316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.20 4.19 5/252 870533
/proc/meminfo: memFree=119325176/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=959040 memory=786996 CPUtime=3514.15 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2923696 0 0 0 349804 1611 0 0 20 0 2 0 169554638 982056960 196749 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 239760 196749 3524 46 0 212355 0
[pid=868605/tid=868620] ppid=868599 vsize=959040 memory=2760 CPUtime=4.58 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 146 0 0 0 144 314 0 0 20 0 2 0 169554643 982056960 196749 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3514.15 s
Current children cumulated vsize: 968968 KiB
Current children cumulated memory: 789756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/252 870544
/proc/meminfo: memFree=119242808/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=966464 memory=791140 CPUtime=3574 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2944137 0 0 0 355776 1624 0 0 20 0 2 0 169554638 989659136 197785 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 241616 197785 3524 46 0 214211 0
[pid=868605/tid=868620] ppid=868599 vsize=966464 memory=11464 CPUtime=4.66 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 148 0 0 0 146 320 0 0 20 0 2 0 169554643 989659136 197785 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3574 s
Current children cumulated vsize: 976392 KiB
Current children cumulated memory: 793900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.17 4.18 4.18 3/234 870610
/proc/meminfo: memFree=125410160/131655788 swapFree=131071996/131071996
[pid=868599] ppid=868591 vsize=9928 memory=2760 CPUtime=0 cores=0,2
/proc/868599/stat : 868599 (run-glibc-2.34.) S 868591 868599 868539 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 169554637 10166272 690 134679101440 94690869465088 94690870544408 140734107390592 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94690872642864 94690872690052 94690882150400 140734107395007 140734107395164 140734107395164 140734107402179 0
/proc/868599/statm: 2482 690 609 264 0 133 0
[pid=868605] ppid=868599 vsize=972612 memory=794660 CPUtime=3600.04 cores=0,2
/proc/868605/stat : 868605 (ld-linux-x86-64) R 868599 868599 868539 0 -1 4194304 2945287 0 0 0 358377 1627 0 0 20 0 2 0 169554638 995954688 198665 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
/proc/868605/statm: 243153 198665 3524 46 0 215748 0
[pid=868605/tid=868620] ppid=868599 vsize=972612 memory=5500 CPUtime=4.7 cores=0,2
/proc/868605/task/868620/stat : 868620 (ld-linux-x86-64) S 868599 868599 868539 0 -1 1077936192 148 0 0 0 148 322 0 0 20 0 2 0 169554643 995954688 198665 134679101440 140465595060224 140465595247836 140726808913888 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140465597348736 140465597358184 93825025748992 140726808916823 140726808916987 140726808916987 140726808924082 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 982540 KiB
Current children cumulated memory: 797420 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3583.79 s, system=16.28 s

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

Child status: 143

Real time (s): 3608.41
CPU time (s): 3600.07
CPU user time (s): 3583.79
CPU system time (s): 16.28
CPU usage (%): 99.7688
Max. virtual memory (cumulated for all children) (KiB): 982540
Max. memory (cumulated for all children) (KiB): 797420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.79
system time used= 16.28
maximum resident set size= 794660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2945562
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= 354521
involuntary context switches= 24637


# summary of solver processes directly reported to runsolver:
#   pid: 868599
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3583.79
#   total CPU system time (s): 16.28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.597 second user time and 38.8418 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-17 01:52:42
IDJOB=4431324
IDBENCH=158621
IDSOLVER=3055
FILE ID=nodeC009/4431324-1721173950
RUNJOBID= nodeC009-1721173962-868549
SLURM_JOB_ID= 7505813
Free space on /tmp= 723768 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm50p-opt.opb.negationfix.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431324-1721173950/watcher-4431324-1721173950 -o /tmp/evaluation-result-4431324-1721173950/solver-4431324-1721173950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721173962-868549 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431324-1721173950.opb

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

MD5SUM BENCH= a64beba99ddb27280a5fb75072b9e119
RANDOM SEED=1572539383

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128140236 kB
MemAvailable:   129915808 kB
Buffers:          450216 kB
Cached:          2150036 kB
SwapCached:            0 kB
Active:           768200 kB
Inactive:        2183252 kB
Active(anon):       1348 kB
Inactive(anon):   387548 kB
Active(file):     766852 kB
Inactive(file):  1795704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            170196 kB
Writeback:             0 kB
AnonPages:        351212 kB
Mapped:           104288 kB
Shmem:             37700 kB
KReclaimable:     106096 kB
Slab:             205436 kB
SReclaimable:     106096 kB
SUnreclaim:        99340 kB
KernelStack:        3696 kB
PageTables:         9636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     779156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

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