Trace number 4431301

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.12 3604.02

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
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 benchmark101
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 variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.21	c initialize IPBHS solver
0.10/0.21	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.10/0.21	c optimizer = "gurobi"
0.10/0.21	c pbsolver = "roundingsat"
0.10/0.21	c load symmetries from file ""
0.10/0.21	c set time limit for symmetry computation to 100 seconds.
0.10/0.21	c set interchangeable summation variable limit to 3
0.10/0.21	c find symmetric cores by applying each permutation and add them to optimizer
0.10/0.21	c set abs symmetric core budget per WCE-iteration to 100
0.10/0.21	c set rel symmetric core budget per WCE-iteration to 0
0.10/0.21	c set lit symmetric core budget per WCE-iteration to 0
0.10/0.21	c set sym generation to 's'
0.10/0.21	c set abstraction set creation to 10 iterations without LB change
0.10/0.21	c set abstraction set inputs to 0
0.10/0.21	c set abstraction set cluster min size to 2
0.10/0.21	c set abstraction set cluster max size to 100000000
0.10/0.21	c set abstraction set cluster activation limit to 2
0.10/0.21	c enable abstraction set require equal cost
0.10/0.21	c set abstraction set assumptions to 0
0.10/0.21	c set abstraction set constraint type to 0
0.10/0.21	c set abstract core extraction strategy to b
0.10/0.21	c set core extraction strategy to 2
0.10/0.21	c set core extraction shuffles 10
0.10/0.21	c set cores per iteration to 5
0.10/0.21	c set optimizer bound usage strategy to 2
0.10/0.21	c set optimizer max non-optimal iterations to 1000
0.10/0.21	c set small core cardinality limit to 2
0.10/0.21	c set max coef in cores to 1000000000
0.10/0.21	c set SIS iterations to 5
0.10/0.21	c set SIS budget abs to 1000
0.10/0.21	c set SIS budget rel to 0.05
0.10/0.21	c limit for coefficient in constraints and objective to 9223372036854775807
0.10/0.21	c will solve HOME/instance-4431301-1721159268.opb
3600.10/3604.01	HOME/run-glibc-2.34.sh: line 2: 859468 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431301-1721159268/watcher-4431301-1721159268 -o /tmp/evaluation-result-4431301-1721159268/solver-4431301-1721159268 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721151642-855135 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431301-1721159268.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=859466, runsolver pid=859463

[startup+0.10009 s]*
/proc/loadavg: 4.30 4.21 4.15 5/248 859468
/proc/meminfo: memFree=125555884/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=146436 memory=32568 CPUtime=0.1 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 4623 0 0 0 7 3 0 0 20 0 2 0 168086393 149950464 8142 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 36609 8142 2574 46 0 9204 0
[pid=859468/tid=859469] ppid=859466 vsize=146436 memory=4026561614 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 168086403 149950464 8142 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 2147221247 4096 0 0 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 156364 KiB
Current children cumulated memory: 35196 KiB

[startup+0.213227 s]*
/proc/loadavg: 4.30 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125525656/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=174024 memory=58088 CPUtime=0.2 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 11439 0 0 0 17 3 0 0 20 0 2 0 168086393 178200576 14522 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 43506 14522 2740 46 0 16101 0
[pid=859468/tid=859469] ppid=859466 vsize=174024 memory=3471202400344241230 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168086403 178200576 14522 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 183952 KiB
Current children cumulated memory: 60716 KiB

[startup+0.313144 s]*
/proc/loadavg: 4.30 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125519056/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=177376 memory=63712 CPUtime=0.31 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 13346 0 0 0 27 4 0 0 20 0 2 0 168086393 181633024 15928 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44344 15928 2740 46 0 16939 0
[pid=859468/tid=859469] ppid=859466 vsize=177376 memory=-8896509837560603234 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168086403 181633024 15928 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 187304 KiB
Current children cumulated memory: 66340 KiB

[startup+0.700443 s]
/proc/loadavg: 4.30 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125548016/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=176368 memory=62948 CPUtime=0.68 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 13393 0 0 0 61 7 0 0 20 0 2 0 168086393 180600832 15737 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44092 15737 2740 46 0 16687 0
[pid=859468/tid=859469] ppid=859466 vsize=176368 memory=32144 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168086403 180600832 15737 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 186296 KiB
Current children cumulated memory: 65576 KiB

[startup+1.50045 s]
/proc/loadavg: 4.30 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125547940/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=176368 memory=62948 CPUtime=1.48 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 13393 0 0 0 135 13 0 0 20 0 2 0 168086393 180600832 15737 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44092 15737 2740 46 0 16687 0
[pid=859468/tid=859469] ppid=859466 vsize=176368 memory=11464 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168086403 180600832 15737 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 186296 KiB
Current children cumulated memory: 65576 KiB

[startup+3.11293 s]
/proc/loadavg: 4.27 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125541820/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=176368 memory=65892 CPUtime=3.1 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 15842 0 0 0 284 26 0 0 20 0 2 0 168086393 180600832 16473 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44092 16473 3460 46 0 16687 0
[pid=859468/tid=859469] ppid=859466 vsize=176368 memory=2628 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 168086403 180600832 16473 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 186296 KiB
Current children cumulated memory: 68520 KiB

[startup+6.30044 s]
/proc/loadavg: 4.27 4.21 4.15 5/249 859469
/proc/meminfo: memFree=125538960/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=179088 memory=66964 CPUtime=6.28 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 19464 0 0 0 583 45 0 0 20 0 2 0 168086393 183386112 16741 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44772 16741 3460 46 0 17367 0
[pid=859468/tid=859469] ppid=859466 vsize=179088 memory=2628 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 168086403 183386112 16741 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 189016 KiB
Current children cumulated memory: 69592 KiB

[startup+12.7004 s]
/proc/loadavg: 4.25 4.20 4.15 5/249 859471
/proc/meminfo: memFree=125526336/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=179088 memory=69024 CPUtime=12.68 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 29022 0 0 0 1193 75 0 0 20 0 2 0 168086393 183386112 17256 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44772 17256 3460 46 0 17367 0
[pid=859468/tid=859469] ppid=859466 vsize=179088 memory=2628 CPUtime=0 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 168086403 183386112 17256 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 189016 KiB
Current children cumulated memory: 71652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 4.19 4.15 5/249 859472
/proc/meminfo: memFree=125505344/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=179088 memory=69332 CPUtime=25.46 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 39474 0 0 0 2409 137 0 0 20 0 2 0 168086393 183386112 17333 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 44772 17333 3460 46 0 17367 0
[pid=859468/tid=859469] ppid=859466 vsize=179088 memory=69024 CPUtime=0.03 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 24 0 0 0 1 2 0 0 20 0 2 0 168086403 183386112 17333 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 189016 KiB
Current children cumulated memory: 71960 KiB

[startup+51.1129 s]
/proc/loadavg: 4.18 4.19 4.15 5/249 859477
/proc/meminfo: memFree=125463588/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=183508 memory=73904 CPUtime=51.04 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 53436 0 0 0 4837 267 0 0 20 0 2 0 168086393 187912192 18476 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 45877 18476 3460 46 0 18472 0
[pid=859468/tid=859469] ppid=859466 vsize=183508 memory=2628 CPUtime=0.06 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 32 0 0 0 2 4 0 0 20 0 2 0 168086403 187912192 18476 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 193436 KiB
Current children cumulated memory: 76532 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.19 4.15 5/250 859488
/proc/meminfo: memFree=125409308/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=195968 memory=83352 CPUtime=102.18 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 80281 0 0 0 9746 472 0 0 20 0 2 0 168086393 200671232 20838 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 48992 20838 3460 46 0 21587 0
[pid=859468/tid=859469] ppid=859466 vsize=195968 memory=11464 CPUtime=0.13 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 44 0 0 0 5 8 0 0 20 0 2 0 168086403 200671232 20838 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 102.18 s
Current children cumulated vsize: 205896 KiB
Current children cumulated memory: 85980 KiB

[startup+162.3 s]

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

/proc/859468/statm: 130189 97117 3460 46 0 102784 0
[pid=859468/tid=859469] ppid=859466 vsize=520756 memory=28236 CPUtime=4.7 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 182 0 0 0 137 333 0 0 20 0 2 0 168086403 533254144 97117 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3099.02 s
Current children cumulated vsize: 530684 KiB
Current children cumulated memory: 391096 KiB

[startup+3162.3 s]
/proc/loadavg: 3.28 3.89 4.11 4/243 861253
/proc/meminfo: memFree=125546948/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=522736 memory=390576 CPUtime=3158.98 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 704082 0 0 0 307523 8375 0 0 20 0 2 0 168086393 535281664 97644 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 130684 97644 3460 46 0 103279 0
[pid=859468/tid=859469] ppid=859466 vsize=522736 memory=2628 CPUtime=4.8 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 184 0 0 0 140 340 0 0 20 0 2 0 168086403 535281664 97644 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3158.98 s
Current children cumulated vsize: 532664 KiB
Current children cumulated memory: 393204 KiB

[startup+3222.3 s]
/proc/loadavg: 2.71 3.63 4.00 3/234 861295
/proc/meminfo: memFree=127595160/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=523072 memory=390912 CPUtime=3218.92 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 725149 0 0 0 313442 8450 0 0 20 0 2 0 168086393 535625728 97728 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 130768 97728 3460 46 0 103363 0
[pid=859468/tid=859469] ppid=859466 vsize=523072 memory=16116 CPUtime=4.87 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 186 0 0 0 142 345 0 0 20 0 2 0 168086403 535625728 97728 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3218.92 s
Current children cumulated vsize: 533000 KiB
Current children cumulated memory: 393540 KiB

[startup+3282.3 s]
/proc/loadavg: 2.31 3.35 3.88 3/234 861306
/proc/meminfo: memFree=127588284/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=526328 memory=393952 CPUtime=3278.83 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 741682 0 0 0 319280 8603 0 0 20 0 2 0 168086393 538959872 98488 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 131582 98488 3460 46 0 104177 0
[pid=859468/tid=859469] ppid=859466 vsize=526328 memory=393940 CPUtime=4.94 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 188 0 0 0 144 350 0 0 20 0 2 0 168086403 538959872 98488 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3278.83 s
Current children cumulated vsize: 536256 KiB
Current children cumulated memory: 396580 KiB

[startup+3342.3 s]
/proc/loadavg: 2.26 3.15 3.77 3/234 861316
/proc/meminfo: memFree=127588968/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=523436 memory=391312 CPUtime=3338.74 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 757917 0 0 0 325079 8795 0 0 20 0 2 0 168086393 535998464 97828 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 130859 97828 3460 46 0 103454 0
[pid=859468/tid=859469] ppid=859466 vsize=523436 memory=11464 CPUtime=4.99 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 190 0 0 0 145 354 0 0 20 0 2 0 168086403 535998464 97828 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3338.74 s
Current children cumulated vsize: 533364 KiB
Current children cumulated memory: 393940 KiB

[startup+3402.3 s]
/proc/loadavg: 2.05 2.93 3.66 2/225 861359
/proc/meminfo: memFree=127886872/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=541712 memory=408684 CPUtime=3398.64 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 786582 0 0 0 330883 8981 0 0 20 0 2 0 168086393 554713088 102171 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 135428 102171 3460 46 0 108023 0
[pid=859468/tid=859469] ppid=859466 vsize=541712 memory=2628 CPUtime=5.05 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 192 0 0 0 147 358 0 0 20 0 2 0 168086403 554713088 102171 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3398.64 s
Current children cumulated vsize: 551640 KiB
Current children cumulated memory: 411312 KiB

[startup+3462.3 s]
/proc/loadavg: 1.43 2.59 3.50 2/225 861369
/proc/meminfo: memFree=127883072/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=543888 memory=412408 CPUtime=3458.55 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 804273 0 0 0 336741 9114 0 0 20 0 2 0 168086393 556941312 103102 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 135972 103102 3460 46 0 108567 0
[pid=859468/tid=859469] ppid=859466 vsize=543888 memory=2628 CPUtime=5.11 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 194 0 0 0 148 363 0 0 20 0 2 0 168086403 556941312 103102 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3458.55 s
Current children cumulated vsize: 553816 KiB
Current children cumulated memory: 415036 KiB

[startup+3522.3 s]
/proc/loadavg: 1.26 2.33 3.35 2/222 861380
/proc/meminfo: memFree=127878752/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=543888 memory=416540 CPUtime=3518.48 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 820608 0 0 0 342522 9326 0 0 20 0 2 0 168086393 556941312 104135 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 135972 104135 3460 46 0 108567 0
[pid=859468/tid=859469] ppid=859466 vsize=543888 memory=42120 CPUtime=5.17 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 196 0 0 0 149 368 0 0 20 0 2 0 168086403 556941312 104135 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3518.48 s
Current children cumulated vsize: 553816 KiB
Current children cumulated memory: 419168 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 2.10 3.20 2/222 861390
/proc/meminfo: memFree=127877132/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=544144 memory=417904 CPUtime=3578.41 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 830850 0 0 0 348301 9540 0 0 20 0 2 0 168086393 557203456 104476 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 136036 104476 3460 46 0 108631 0
[pid=859468/tid=859469] ppid=859466 vsize=544144 memory=2628 CPUtime=5.23 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 198 0 0 0 150 373 0 0 20 0 2 0 168086403 557203456 104476 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3578.41 s
Current children cumulated vsize: 554072 KiB
Current children cumulated memory: 420532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604 s]*
/proc/loadavg: 1.22 2.04 3.15 2/222 861393
/proc/meminfo: memFree=127876984/131655788 swapFree=131071996/131071996
[pid=859466] ppid=859463 vsize=9928 memory=2628 CPUtime=0 cores=1,3
/proc/859466/stat : 859466 (run-glibc-2.34.) S 859463 859466 855123 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 168086392 10166272 657 134679101440 94369887678464 94369888757784 140732532643904 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94369890856240 94369890903428 94369904148480 140732532646847 140732532647004 140732532647004 140732532654019 0
/proc/859466/statm: 2482 657 578 264 0 133 0
[pid=859468] ppid=859466 vsize=544496 memory=417920 CPUtime=3600.1 cores=1,3
/proc/859468/stat : 859468 (ld-linux-x86-64) R 859466 859466 855123 0 -1 4194304 831982 0 0 0 350405 9605 0 0 20 0 2 0 168086393 557563904 104480 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
/proc/859468/statm: 136124 104480 3460 46 0 108719 0
[pid=859468/tid=859469] ppid=859466 vsize=544496 memory=4860 CPUtime=5.26 cores=1,3
/proc/859468/task/859469/stat : 859469 (ld-linux-x86-64) S 859466 859466 855123 0 -1 1077936192 200 0 0 0 151 375 0 0 20 0 2 0 168086403 557563904 104480 134679101440 139965133508608 139965133696220 140732785049008 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 139965135797120 139965135806568 93825015902208 140732785054551 140732785054715 140732785054715 140732785061810 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 554424 KiB
Current children cumulated memory: 420548 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3504.06 s, system=96.0552 s

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

Child status: 143

Real time (s): 3604.02
CPU time (s): 3600.12
CPU user time (s): 3504.06
CPU system time (s): 96.0552
CPU usage (%): 99.8918
Max. virtual memory (cumulated for all children) (KiB): 557604
Max. memory (cumulated for all children) (KiB): 423648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3504.06
system time used= 96.0552
maximum resident set size= 421124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 832197
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= 353616
involuntary context switches= 2545


# summary of solver processes directly reported to runsolver:
#   pid: 859466
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3504.06
#   total CPU system time (s): 96.0552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.9302 second user time and 29.8343 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 21:48:00
IDJOB=4431301
IDBENCH=158385
IDSOLVER=3055
FILE ID=nodeC009/4431301-1721159268
RUNJOBID= nodeC009-1721151642-855135
SLURM_JOB_ID= 7505750
Free space on /tmp= 723604 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.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-4431301-1721159268/watcher-4431301-1721159268 -o /tmp/evaluation-result-4431301-1721159268/solver-4431301-1721159268 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721151642-855135 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431301-1721159268.opb

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=1890056157

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		: 3652.296
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		: 3509.244
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.495
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.319
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		: 3669.920
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		: 3502.349
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.412
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.450
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:        125573136 kB
MemAvailable:   127358112 kB
Buffers:          435876 kB
Cached:          2173412 kB
SwapCached:            0 kB
Active:           794812 kB
Inactive:        4716876 kB
Active(anon):       1476 kB
Inactive(anon):  2938628 kB
Active(file):     793336 kB
Inactive(file):  1778248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             43028 kB
Writeback:             0 kB
AnonPages:       2902068 kB
Mapped:           122520 kB
Shmem:             37700 kB
KReclaimable:     106848 kB
Slab:             206020 kB
SReclaimable:     106848 kB
SUnreclaim:        99172 kB
KernelStack:        3968 kB
PageTables:        15672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3877972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1480704 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= 723728 MiB
End job on nodeC009 at 2024-07-16 22:48:04