Trace number 4431043

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.13 3607.26

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
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 benchmark211
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=822681, runsolver pid=822678

[startup+0.100092 s]*
/proc/loadavg: 4.13 4.14 4.10 4/237 822683
/proc/meminfo: memFree=124105500/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=92508 memory=11616 CPUtime=0.09 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 1992 0 0 0 9 0 0 0 20 0 1 0 161089234 94728192 2904 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 23127 2904 1598 46 0 3742 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102436 KiB
Current children cumulated memory: 14312 KiB

[startup+0.208819 s]*
/proc/loadavg: 4.13 4.14 4.10 4/241 822711
/proc/meminfo: memFree=124141064/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=96932 memory=15600 CPUtime=0.2 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2981 0 0 0 19 1 0 0 20 0 1 0 161089234 99258368 3900 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 24233 3900 1598 46 0 4848 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 106860 KiB
Current children cumulated memory: 18296 KiB

[startup+0.309856 s]*
/proc/loadavg: 4.13 4.14 4.10 5/243 822715
/proc/meminfo: memFree=124116436/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=103140 memory=19404 CPUtime=0.31 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 3913 0 0 0 29 2 0 0 20 0 1 0 161089234 105615360 4851 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 25785 4851 1598 46 0 6400 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 113068 KiB
Current children cumulated memory: 22100 KiB

[startup+0.700438 s]
/proc/loadavg: 4.13 4.14 4.10 6/243 822715
/proc/meminfo: memFree=124072660/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=121760 memory=37960 CPUtime=0.69 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 7038 0 0 0 65 4 0 0 20 0 1 0 161089234 124682240 9490 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 30440 9490 1598 46 0 11055 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 131688 KiB
Current children cumulated memory: 40656 KiB

[startup+1.50041 s]
/proc/loadavg: 4.13 4.14 4.10 5/247 822726
/proc/meminfo: memFree=123955852/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=179356 memory=88516 CPUtime=1.49 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 15515 0 0 0 124 25 0 0 20 0 1 0 161089234 183660544 22129 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 44839 22129 1710 46 0 25454 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 189284 KiB
Current children cumulated memory: 91212 KiB

[startup+3.11253 s]
/proc/loadavg: 4.13 4.14 4.10 7/249 822776
/proc/meminfo: memFree=123500956/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=585260 memory=436988 CPUtime=3.09 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 78205 0 0 0 233 76 0 0 20 0 2 0 161089234 599306240 109247 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 146315 109247 2733 46 0 118910 0
[pid=822683/tid=822764] ppid=822681 vsize=585260 memory=0 CPUtime=0 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161089471 599306240 109247 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 595188 KiB
Current children cumulated memory: 439684 KiB

[startup+6.30039 s]
/proc/loadavg: 4.12 4.14 4.09 7/251 822780
/proc/meminfo: memFree=122613012/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=645508 memory=499560 CPUtime=6.27 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 132863 0 0 0 543 84 0 0 20 0 2 0 161089234 661000192 124890 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 161377 124890 2733 46 0 133972 0
[pid=822683/tid=822764] ppid=822681 vsize=645508 memory=11420 CPUtime=0 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 161089471 661000192 124890 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 655436 KiB
Current children cumulated memory: 502256 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 4.14 4.09 7/251 822782
/proc/meminfo: memFree=122328720/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=653348 memory=512304 CPUtime=12.66 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 218701 0 0 0 1067 199 0 0 20 0 2 0 161089234 669028352 128076 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 163337 128076 3273 46 0 135932 0
[pid=822683/tid=822764] ppid=822681 vsize=653348 memory=2696 CPUtime=0.01 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 4 0 0 0 0 1 0 0 20 0 2 0 161089471 669028352 128076 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 663276 KiB
Current children cumulated memory: 515000 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.15 4.10 7/251 822785
/proc/meminfo: memFree=121419844/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=1863320 memory=786044 CPUtime=25.44 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 323871 0 0 0 2319 225 0 0 20 0 2 0 161089234 1908039680 196511 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 465830 196511 4012 46 0 438425 0
[pid=822683/tid=822764] ppid=822681 vsize=1863320 memory=42868 CPUtime=0.02 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 4 0 0 0 0 2 0 0 20 0 2 0 161089471 1908039680 196511 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1873248 KiB
Current children cumulated memory: 788740 KiB

[startup+51.1123 s]
/proc/loadavg: 4.23 4.17 4.10 6/251 822788
/proc/meminfo: memFree=121402308/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=1863320 memory=786060 CPUtime=51.01 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 327479 0 0 0 4874 227 0 0 20 0 2 0 161089234 1908039680 196515 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 465830 196515 4012 46 0 438425 0
[pid=822683/tid=822764] ppid=822681 vsize=1863320 memory=2696 CPUtime=0.04 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 10 0 0 0 1 3 0 0 20 0 2 0 161089471 1908039680 196515 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 1873248 KiB
Current children cumulated memory: 788756 KiB

[startup+102.3 s]
/proc/loadavg: 4.50 4.24 4.13 6/251 822796
/proc/meminfo: memFree=121385860/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=1863320 memory=789168 CPUtime=102.12 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 339127 0 0 0 9979 233 0 0 20 0 2 0 161089234 1908039680 197292 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 465830 197292 4012 46 0 438425 0
[pid=822683/tid=822764] ppid=822681 vsize=1863320 memory=2696 CPUtime=0.1 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 16 0 0 0 2 8 0 0 20 0 2 0 161089471 1908039680 197292 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 1873248 KiB
Current children cumulated memory: 791864 KiB

[startup+162.3 s]
/proc/loadavg: 4.69 4.36 4.18 7/251 822807
/proc/meminfo: memFree=121381260/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=1867516 memory=793212 CPUtime=162.03 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 348990 0 0 0 15961 242 0 0 20 0 2 0 161089234 1912336384 198303 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 466879 198303 4012 46 0 439474 0
[pid=822683/tid=822764] ppid=822681 vsize=1867516 memory=789168 CPUtime=0.15 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 21 0 0 0 3 12 0 0 20 0 2 0 161089471 1912336384 198303 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0

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

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.16 7/252 824523
/proc/meminfo: memFree=119468796/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2327272 memory=1278880 CPUtime=3156.11 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 1967984 0 0 0 314892 719 0 0 20 0 2 0 161089234 2383126528 319720 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 581818 319720 4012 46 0 554413 0
[pid=822683/tid=822764] ppid=822681 vsize=2327272 memory=11420 CPUtime=3.07 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 161 0 0 0 78 229 0 0 20 0 2 0 161089471 2383126528 319720 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3156.11 s
Current children cumulated vsize: 2337200 KiB
Current children cumulated memory: 1281576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.13 4.16 6/252 824534
/proc/meminfo: memFree=119453688/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2327272 memory=1278880 CPUtime=3215.99 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2017019 0 0 0 320870 729 0 0 20 0 2 0 161089234 2383126528 319720 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 581818 319720 4012 46 0 554413 0
[pid=822683/tid=822764] ppid=822681 vsize=2327272 memory=1988 CPUtime=3.13 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 163 0 0 0 80 233 0 0 20 0 2 0 161089471 2383126528 319720 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3215.99 s
Current children cumulated vsize: 2337200 KiB
Current children cumulated memory: 1281576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.14 4.16 7/250 824544
/proc/meminfo: memFree=119426656/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2335080 memory=1285600 CPUtime=3275.86 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2069571 0 0 0 326845 741 0 0 20 0 2 0 161089234 2391121920 321400 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 583770 321400 4012 46 0 556365 0
[pid=822683/tid=822764] ppid=822681 vsize=2335080 memory=1285600 CPUtime=3.18 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 166 0 0 0 81 237 0 0 20 0 2 0 161089471 2391121920 321400 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3275.86 s
Current children cumulated vsize: 2345008 KiB
Current children cumulated memory: 1288296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.14 4.16 7/250 824554
/proc/meminfo: memFree=119400112/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2351216 memory=1301468 CPUtime=3335.73 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2123840 0 0 0 332821 752 0 0 20 0 2 0 161089234 2407645184 325367 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 587804 325367 4012 46 0 560399 0
[pid=822683/tid=822764] ppid=822681 vsize=2351216 memory=1293948 CPUtime=3.25 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 168 0 0 0 83 242 0 0 20 0 2 0 161089471 2407645184 325367 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3335.73 s
Current children cumulated vsize: 2361144 KiB
Current children cumulated memory: 1304164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.16 7/250 824564
/proc/meminfo: memFree=119370468/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2357992 memory=1309368 CPUtime=3395.6 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2177025 0 0 0 338797 763 0 0 20 0 2 0 161089234 2414583808 327342 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 589498 327342 4012 46 0 562093 0
[pid=822683/tid=822764] ppid=822681 vsize=2357992 memory=2696 CPUtime=3.3 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 170 0 0 0 84 246 0 0 20 0 2 0 161089471 2414583808 327342 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3395.6 s
Current children cumulated vsize: 2367920 KiB
Current children cumulated memory: 1312064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.13 4.16 6/250 824575
/proc/meminfo: memFree=119336828/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2370512 memory=1321308 CPUtime=3455.47 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2234751 0 0 0 344772 775 0 0 20 0 2 0 161089234 2427404288 330327 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 592628 330327 4012 46 0 565223 0
[pid=822683/tid=822764] ppid=822681 vsize=2370512 memory=11420 CPUtime=3.36 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 173 0 0 0 85 251 0 0 20 0 2 0 161089471 2427404288 330327 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3455.47 s
Current children cumulated vsize: 2380440 KiB
Current children cumulated memory: 1324004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.14 4.16 7/252 824589
/proc/meminfo: memFree=119312544/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2372980 memory=1323756 CPUtime=3515.34 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2288733 0 0 0 350746 788 0 0 20 0 2 0 161089234 2429931520 330939 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 593245 330939 4012 46 0 565840 0
[pid=822683/tid=822764] ppid=822681 vsize=2372980 memory=2696 CPUtime=3.42 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 176 0 0 0 87 255 0 0 20 0 2 0 161089471 2429931520 330939 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3515.34 s
Current children cumulated vsize: 2382908 KiB
Current children cumulated memory: 1326452 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.15 7/252 824600
/proc/meminfo: memFree=119281876/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2381808 memory=1332376 CPUtime=3575.21 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2347442 0 0 0 356722 799 0 0 20 0 2 0 161089234 2438971392 333094 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 595452 333094 4012 46 0 568047 0
[pid=822683/tid=822764] ppid=822681 vsize=2381808 memory=1332376 CPUtime=3.48 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 179 0 0 0 88 260 0 0 20 0 2 0 161089471 2438971392 333094 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3575.21 s
Current children cumulated vsize: 2391736 KiB
Current children cumulated memory: 1335072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 4.08 4.11 4.15 7/252 824604
/proc/meminfo: memFree=119278972/131655788 swapFree=131071996/131071996
[pid=822681] ppid=822678 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/822681/stat : 822681 (run-glibc-2.34.) S 822678 822681 820670 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161089233 10166272 674 134679101440 94826839461888 94826840541208 140732222700880 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94826842639664 94826842686852 94826848747520 140732222702527 140732222702684 140732222702684 140732222709699 0
/proc/822681/statm: 2482 674 594 264 0 133 0
[pid=822683] ppid=822681 vsize=2382868 memory=1334712 CPUtime=3600.06 cores=5,7
/proc/822683/stat : 822683 (ld-linux-x86-64) R 822681 822681 820670 0 -1 4194304 2367745 0 0 0 359202 804 0 0 20 0 2 0 161089234 2440056832 333678 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
/proc/822683/statm: 595717 333678 4012 46 0 568312 0
[pid=822683/tid=822764] ppid=822681 vsize=2382868 memory=2696 CPUtime=3.51 cores=5,7
/proc/822683/task/822764/stat : 822764 (ld-linux-x86-64) S 822681 822681 820670 0 -1 1077936192 179 0 0 0 89 262 0 0 20 0 2 0 161089471 2440056832 333678 134679101440 140595333820416 140595334008028 140733238503136 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140595336108928 140595336118376 93825015697408 140733238506327 140733238506491 140733238506491 140733238513586 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2392796 KiB
Current children cumulated memory: 1337408 KiB

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

[startup+3607.23 s]
# the end of solver process 822681 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.002851 s

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

# cumulated CPU time of all completed processes:  user=3592.03 s, system=8.09511 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): 3607.26
CPU time (s): 3600.13
CPU user time (s): 3592.03
CPU system time (s): 8.09511
CPU usage (%): 99.8024
Max. virtual memory (cumulated for all children) (KiB): 3061292
Max. memory (cumulated for all children) (KiB): 1337408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.03
system time used= 8.09511
maximum resident set size= 1334712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2367952
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= 354268
involuntary context switches= 1954


# summary of solver processes directly reported to runsolver:
#   pid: 822681,822683
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3592.03
#   total CPU system time (s): 8.09511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1855 second user time and 33.4768 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 02:22:13
IDJOB=4431043
IDBENCH=147555
IDSOLVER=3055
FILE ID=nodeC011/4431043-1721089320
RUNJOBID= nodeC011-1721085725-820683
SLURM_JOB_ID= 7505579
Free space on /tmp= 723644 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.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-4431043-1721089320/watcher-4431043-1721089320 -o /tmp/evaluation-result-4431043-1721089320/solver-4431043-1721089320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820683 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431043-1721089320.opb

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
RANDOM SEED=1092676611

nodeC011.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		: 3666.903
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	: 6983.20
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		: 3611.452
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.31
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.232
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	: 6983.20
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.129
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.31
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		: 3532.133
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	: 6983.20
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.362
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.31
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.155
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	: 6983.20
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		: 1497.363
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124147384 kB
MemAvailable:   129436080 kB
Buffers:          413916 kB
Cached:          5651408 kB
SwapCached:            0 kB
Active:           736068 kB
Inactive:        6101464 kB
Active(anon):       1420 kB
Inactive(anon):   808488 kB
Active(file):     734648 kB
Inactive(file):  5292976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             74856 kB
Writeback:            68 kB
AnonPages:        769964 kB
Mapped:           116156 kB
Shmem:             37704 kB
KReclaimable:     202544 kB
Slab:             313340 kB
SReclaimable:     202544 kB
SUnreclaim:       110796 kB
KernelStack:        3840 kB
PageTables:        10620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1092732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723552 MiB
End job on nodeC011 at 2024-07-16 03:22:21