Trace number 4431016

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.04 3606.03

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM0daa95194506fa379fbbdb25b381edfb
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 benchmark180
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables473
Total number of constraints473
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.04	c initialize IPBHS solver
0.00/0.04	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.04	c optimizer = "gurobi"
0.00/0.04	c pbsolver = "roundingsat"
0.00/0.04	c load symmetries from file ""
0.00/0.04	c set time limit for symmetry computation to 100 seconds.
0.00/0.04	c set interchangeable summation variable limit to 3
0.00/0.04	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.04	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.04	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.04	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.04	c set sym generation to 's'
0.00/0.04	c set abstraction set creation to 10 iterations without LB change
0.00/0.04	c set abstraction set inputs to 0
0.00/0.04	c set abstraction set cluster min size to 2
0.00/0.04	c set abstraction set cluster max size to 100000000
0.00/0.04	c set abstraction set cluster activation limit to 2
0.00/0.04	c enable abstraction set require equal cost
0.00/0.04	c set abstraction set assumptions to 0
0.00/0.04	c set abstraction set constraint type to 0
0.00/0.04	c set abstract core extraction strategy to b
0.00/0.04	c set core extraction strategy to 2
0.00/0.04	c set core extraction shuffles 10
0.00/0.04	c set cores per iteration to 5
0.00/0.04	c set optimizer bound usage strategy to 2
0.00/0.04	c set optimizer max non-optimal iterations to 1000
0.00/0.04	c set small core cardinality limit to 2
0.00/0.04	c set max coef in cores to 1000000000
0.00/0.04	c set SIS iterations to 5
0.00/0.04	c set SIS budget abs to 1000
0.00/0.04	c set SIS budget rel to 0.05
0.00/0.04	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.04	c will solve HOME/instance-4431016-1721086532.opb

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=816123, runsolver pid=816120

[startup+0.100919 s]*
/proc/loadavg: 4.06 4.10 4.11 5/236 816147
/proc/meminfo: memFree=127937676/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=138920 memory=23192 CPUtime=0.1 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1956 0 0 0 8 2 0 0 20 0 2 0 160812853 142254080 5798 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 34730 5798 3296 46 0 7325 0
[pid=816126/tid=816135] ppid=816123 vsize=138920 memory=4026532157 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) R 816123 816123 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160812855 142254080 5798 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 148848 KiB
Current children cumulated memory: 26016 KiB

[startup+0.212639 s]*
/proc/loadavg: 4.06 4.10 4.11 5/236 816148
/proc/meminfo: memFree=127883216/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=143568 memory=27340 CPUtime=0.21 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 2563 0 0 0 19 2 0 0 20 0 2 0 160812853 147013632 6835 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 35892 6835 3772 46 0 8487 0
[pid=816126/tid=816135] ppid=816123 vsize=143568 memory=3472328300254200125 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160812855 147013632 6916 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 153496 KiB
Current children cumulated memory: 30164 KiB

[startup+0.312565 s]*
/proc/loadavg: 4.06 4.10 4.11 5/236 816148
/proc/meminfo: memFree=127873708/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=146908 memory=31336 CPUtime=0.31 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 3318 0 0 0 29 2 0 0 20 0 2 0 160812853 150433792 7834 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 36727 7834 3993 46 0 9322 0
[pid=816126/tid=816135] ppid=816123 vsize=146908 memory=-8744136040158438076 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160812855 150433792 7834 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 156836 KiB
Current children cumulated memory: 34160 KiB

[startup+0.700445 s]
/proc/loadavg: 4.06 4.10 4.11 5/242 816160
/proc/meminfo: memFree=127870116/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=146908 memory=31976 CPUtime=0.68 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 3465 0 0 0 66 2 0 0 20 0 2 0 160812853 150433792 7994 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 36727 7994 4023 46 0 9322 0
[pid=816126/tid=816135] ppid=816123 vsize=146908 memory=32144 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160812855 150433792 7994 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 156836 KiB
Current children cumulated memory: 34800 KiB

[startup+1.50044 s]
/proc/loadavg: 4.06 4.10 4.11 5/248 816171
/proc/meminfo: memFree=127789636/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=148876 memory=32768 CPUtime=1.48 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 3639 0 0 0 146 2 0 0 20 0 2 0 160812853 152449024 8192 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 37219 8192 4023 46 0 9814 0
[pid=816126/tid=816135] ppid=816123 vsize=148876 memory=32144 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160812855 152449024 8192 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 158804 KiB
Current children cumulated memory: 35592 KiB

[startup+3.11378 s]
/proc/loadavg: 4.06 4.10 4.11 5/247 816220
/proc/meminfo: memFree=127812268/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=151452 memory=38144 CPUtime=3.09 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 6011 0 0 0 306 3 0 0 20 0 2 0 160812853 155086848 9536 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 37863 9536 4023 46 0 10458 0
[pid=816126/tid=816135] ppid=816123 vsize=151452 memory=32144 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 160812855 155086848 9536 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 161380 KiB
Current children cumulated memory: 40968 KiB

[startup+6.30042 s]
/proc/loadavg: 4.06 4.10 4.11 5/250 816223
/proc/meminfo: memFree=126698700/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=151452 memory=38252 CPUtime=6.26 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 6146 0 0 0 623 3 0 0 20 0 2 0 160812853 155086848 9563 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 37863 9563 4023 46 0 10458 0
[pid=816126/tid=816135] ppid=816123 vsize=151452 memory=38252 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 160812855 155086848 9563 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 161380 KiB
Current children cumulated memory: 41076 KiB

[startup+12.7004 s]
/proc/loadavg: 4.05 4.09 4.11 5/250 816223
/proc/meminfo: memFree=126606308/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=151452 memory=38268 CPUtime=12.65 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 6421 0 0 0 1262 3 0 0 20 0 2 0 160812853 155086848 9567 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 37863 9567 4023 46 0 10458 0
[pid=816126/tid=816135] ppid=816123 vsize=151452 memory=38268 CPUtime=0 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 160812855 155086848 9567 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 161380 KiB
Current children cumulated memory: 41092 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.09 4.11 5/250 816226
/proc/meminfo: memFree=125926632/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=152476 memory=40608 CPUtime=25.43 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 7271 0 0 0 2538 5 0 0 20 0 2 0 160812853 156135424 10152 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 38119 10152 4038 46 0 10714 0
[pid=816126/tid=816135] ppid=816123 vsize=152476 memory=0 CPUtime=0.02 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 16 0 0 0 0 2 0 0 20 0 2 0 160812855 156135424 10152 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 162404 KiB
Current children cumulated memory: 43432 KiB

[startup+51.1134 s]
/proc/loadavg: 4.14 4.11 4.11 5/250 816229
/proc/meminfo: memFree=125896768/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=167504 memory=57328 CPUtime=51 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 29478 0 0 0 5087 13 0 0 20 0 2 0 160812853 171524096 14332 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 41876 14332 4038 46 0 14471 0
[pid=816126/tid=816135] ppid=816123 vsize=167504 memory=41240 CPUtime=0.05 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 21 0 0 0 1 4 0 0 20 0 2 0 160812855 171524096 14332 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 177432 KiB
Current children cumulated memory: 60152 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/250 816238
/proc/meminfo: memFree=125894644/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=167504 memory=57348 CPUtime=102.1 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 34486 0 0 0 10191 19 0 0 20 0 2 0 160812853 171524096 14337 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 41876 14337 4038 46 0 14471 0
[pid=816126/tid=816135] ppid=816123 vsize=167504 memory=57348 CPUtime=0.09 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 25 0 0 0 2 7 0 0 20 0 2 0 160812855 171524096 14337 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 177432 KiB
Current children cumulated memory: 60172 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/252 817750
/proc/meminfo: memFree=124043412/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=533024 memory=418744 CPUtime=3157.05 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1284040 0 0 0 315243 462 0 0 20 0 2 0 160812853 545816576 104686 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 133256 104686 4038 46 0 105851 0
[pid=816126/tid=816135] ppid=816123 vsize=533024 memory=413920 CPUtime=3.07 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 129 0 0 0 76 231 0 0 20 0 2 0 160812855 545816576 104686 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3157.05 s
Current children cumulated vsize: 542952 KiB
Current children cumulated memory: 421568 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/253 817930
/proc/meminfo: memFree=124015388/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=540800 memory=426136 CPUtime=3216.94 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1322150 0 0 0 321225 469 0 0 20 0 2 0 160812853 553779200 106534 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 135200 106534 4038 46 0 107795 0
[pid=816126/tid=816135] ppid=816123 vsize=540800 memory=2824 CPUtime=3.13 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 131 0 0 0 78 235 0 0 20 0 2 0 160812855 553779200 106534 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3216.94 s
Current children cumulated vsize: 550728 KiB
Current children cumulated memory: 428960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/254 817997
/proc/meminfo: memFree=123991400/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=547228 memory=432908 CPUtime=3276.84 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1358570 0 0 0 327206 478 0 0 20 0 2 0 160812853 560361472 108227 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 136807 108227 4038 46 0 109402 0
[pid=816126/tid=816135] ppid=816123 vsize=547228 memory=430932 CPUtime=3.19 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 133 0 0 0 80 239 0 0 20 0 2 0 160812855 560361472 108227 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3276.84 s
Current children cumulated vsize: 557156 KiB
Current children cumulated memory: 435732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/252 818007
/proc/meminfo: memFree=123968192/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=555812 memory=441008 CPUtime=3336.74 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1393355 0 0 0 333187 487 0 0 20 0 2 0 160812853 569151488 110252 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 138953 110252 4038 46 0 111548 0
[pid=816126/tid=816135] ppid=816123 vsize=555812 memory=2824 CPUtime=3.25 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 135 0 0 0 81 244 0 0 20 0 2 0 160812855 569151488 110252 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3336.74 s
Current children cumulated vsize: 565740 KiB
Current children cumulated memory: 443832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/252 818018
/proc/meminfo: memFree=123934968/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=562732 memory=448264 CPUtime=3396.64 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1431880 0 0 0 339169 495 0 0 20 0 2 0 160812853 576237568 112066 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 140683 112066 4038 46 0 113278 0
[pid=816126/tid=816135] ppid=816123 vsize=562732 memory=2824 CPUtime=3.3 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 137 0 0 0 82 248 0 0 20 0 2 0 160812855 576237568 112066 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3396.64 s
Current children cumulated vsize: 572660 KiB
Current children cumulated memory: 451088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/252 818028
/proc/meminfo: memFree=123914128/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=570104 memory=456400 CPUtime=3456.53 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1471573 0 0 0 345149 504 0 0 20 0 2 0 160812853 583786496 114100 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 142526 114100 4038 46 0 115121 0
[pid=816126/tid=816135] ppid=816123 vsize=570104 memory=2824 CPUtime=3.36 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 139 0 0 0 83 253 0 0 20 0 2 0 160812855 583786496 114100 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3456.53 s
Current children cumulated vsize: 580032 KiB
Current children cumulated memory: 459224 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/250 818039
/proc/meminfo: memFree=123883456/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=576056 memory=462076 CPUtime=3516.43 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1505201 0 0 0 351130 513 0 0 20 0 2 0 160812853 589881344 115519 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 144014 115519 4038 46 0 116609 0
[pid=816126/tid=816135] ppid=816123 vsize=576056 memory=2824 CPUtime=3.41 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 141 0 0 0 84 257 0 0 20 0 2 0 160812855 589881344 115519 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3516.43 s
Current children cumulated vsize: 585984 KiB
Current children cumulated memory: 464900 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.14 4.15 5/250 818049
/proc/meminfo: memFree=123854792/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=582804 memory=470316 CPUtime=3576.34 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1546787 0 0 0 357110 524 0 0 20 0 2 0 160812853 596791296 117579 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 145701 117579 4038 46 0 118296 0
[pid=816126/tid=816135] ppid=816123 vsize=582804 memory=2824 CPUtime=3.48 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 143 0 0 0 86 262 0 0 20 0 2 0 160812855 596791296 117579 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3576.34 s
Current children cumulated vsize: 592732 KiB
Current children cumulated memory: 473140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606 s]*
/proc/loadavg: 4.21 4.14 4.16 5/251 818059
/proc/meminfo: memFree=123851528/131655788 swapFree=131071996/131071996
[pid=816123] ppid=816120 vsize=9928 memory=2824 CPUtime=0 cores=1,3
/proc/816123/stat : 816123 (run-glibc-2.34.) S 816120 816123 814103 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 160812852 10166272 706 134679101440 94688177815552 94688178894872 140730868021120 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94688180993328 94688181040516 94688210866176 140730868024255 140730868024412 140730868024412 140730868031427 0
/proc/816123/statm: 2482 706 626 264 0 133 0
[pid=816126] ppid=816123 vsize=586352 memory=472604 CPUtime=3600.01 cores=1,3
/proc/816126/stat : 816126 (ld-linux-x86-64) R 816123 816123 814103 0 -1 4194304 1559878 0 0 0 359473 528 0 0 20 0 2 0 160812853 600424448 118151 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
/proc/816126/statm: 146588 118151 4038 46 0 119183 0
[pid=816126/tid=816135] ppid=816123 vsize=586352 memory=7825737212913556634 CPUtime=3.5 cores=1,3
/proc/816126/task/816135/stat : 816135 (ld-linux-x86-64) S 816123 816123 814103 0 -1 1077936192 144 0 0 0 86 264 0 0 20 0 2 0 160812855 600424448 118151 134679101440 139950998151168 139950998338780 140734585924784 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139951000439680 139951000449128 93824997687296 140734585926487 140734585926651 140734585926651 140734585933746 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 596280 KiB
Current children cumulated memory: 475428 KiB

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

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

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

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

# cumulated CPU time of all completed processes:  user=3594.74 s, system=5.30034 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.03
CPU time (s): 3600.04
CPU user time (s): 3594.74
CPU system time (s): 5.30034
CPU usage (%): 99.8337
Max. virtual memory (cumulated for all children) (KiB): 596280
Max. memory (cumulated for all children) (KiB): 475428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.74
system time used= 5.30034
maximum resident set size= 472604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1560083
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= 354243
involuntary context switches= 4513


# summary of solver processes directly reported to runsolver:
#   pid: 816123,816126
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3594.74
#   total CPU system time (s): 5.30034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3712 second user time and 33.6463 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 01:35:44
IDJOB=4431016
IDBENCH=147549
IDSOLVER=3055
FILE ID=nodeC009/4431016-1721086532
RUNJOBID= nodeC009-1721082937-814115
SLURM_JOB_ID= 7505567
Free space on /tmp= 723688 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.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-4431016-1721086532/watcher-4431016-1721086532 -o /tmp/evaluation-result-4431016-1721086532/solver-4431016-1721086532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721082937-814115 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431016-1721086532.opb

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

MD5SUM BENCH= 0daa95194506fa379fbbdb25b381edfb
RANDOM SEED=1654060883

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		: 3674.621
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		: 3614.485
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.463
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.316
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		: 3489.390
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		: 3603.249
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.316
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.329
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:        127905512 kB
MemAvailable:   129487540 kB
Buffers:          382012 kB
Cached:          2027140 kB
SwapCached:            0 kB
Active:           679796 kB
Inactive:        2515436 kB
Active(anon):       1452 kB
Inactive(anon):   821996 kB
Active(file):     678344 kB
Inactive(file):  1693440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54408 kB
Writeback:            36 kB
AnonPages:        785868 kB
Mapped:           116692 kB
Shmem:             37700 kB
KReclaimable:     100548 kB
Slab:             197612 kB
SReclaimable:     100548 kB
SUnreclaim:        97064 kB
KernelStack:        3804 kB
PageTables:        10268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1097776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 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= 723556 MiB
End job on nodeC009 at 2024-07-16 02:35:51