Trace number 4431064

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.1 3606.61

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c initialize IPBHS solver
0.00/0.02	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.02	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.02	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.02	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.00/0.02	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.02	c will solve HOME/instance-4431064-1721092552.opb
3600.09/3606.60	HOME/run-glibc-2.34.sh: line 2: 819642 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 (60666 MiB free)
  memory of node 1: 64510 MiB (61172 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=819640, runsolver pid=819637

[startup+0.100937 s]*
/proc/loadavg: 4.12 4.11 4.14 5/250 819643
/proc/meminfo: memFree=124752852/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135092 memory=22008 CPUtime=0.08 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 1455 0 0 0 8 0 0 0 20 0 2 0 161414822 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33773 5502 3403 46 0 6368 0
[pid=819642/tid=819643] ppid=819640 vsize=135092 memory=4026561614 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161414824 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 145020 KiB
Current children cumulated memory: 24684 KiB

[startup+0.210936 s]*
/proc/loadavg: 4.12 4.11 4.14 5/250 819643
/proc/meminfo: memFree=124752844/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135092 memory=22008 CPUtime=0.19 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 1489 0 0 0 19 0 0 0 20 0 2 0 161414822 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33773 5502 3403 46 0 6368 0
[pid=819642/tid=819643] ppid=819640 vsize=135092 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161414824 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 145020 KiB
Current children cumulated memory: 24684 KiB

[startup+0.309974 s]*
/proc/loadavg: 4.12 4.11 4.14 5/250 819643
/proc/meminfo: memFree=124752396/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135092 memory=22008 CPUtime=0.29 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 1513 0 0 0 28 1 0 0 20 0 2 0 161414822 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33773 5502 3403 46 0 6368 0
[pid=819642/tid=819643] ppid=819640 vsize=135092 memory=-8752399073334485606 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161414824 138334208 5502 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 145020 KiB
Current children cumulated memory: 24684 KiB

[startup+0.700359 s]
/proc/loadavg: 4.12 4.11 4.14 5/250 819643
/proc/meminfo: memFree=124752256/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135228 memory=22536 CPUtime=0.67 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 1590 0 0 0 64 3 0 0 20 0 2 0 161414822 138473472 5634 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33807 5634 3403 46 0 6402 0
[pid=819642/tid=819643] ppid=819640 vsize=135228 memory=32144 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161414824 138473472 5634 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 145156 KiB
Current children cumulated memory: 25212 KiB

[startup+1.50036 s]
/proc/loadavg: 4.12 4.11 4.14 5/250 819643
/proc/meminfo: memFree=124751904/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135364 memory=22960 CPUtime=1.47 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 2103 0 0 0 142 5 0 0 20 0 2 0 161414822 138612736 5740 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33841 5740 3403 46 0 6436 0
[pid=819642/tid=819643] ppid=819640 vsize=135364 memory=11464 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 161414824 138612736 5740 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 145292 KiB
Current children cumulated memory: 25636 KiB

[startup+3.1121 s]
/proc/loadavg: 4.12 4.11 4.14 6/250 819643
/proc/meminfo: memFree=124750864/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=135948 memory=23952 CPUtime=3.07 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 2786 0 0 0 298 9 0 0 20 0 2 0 161414822 139210752 5988 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 33987 5988 3403 46 0 6582 0
[pid=819642/tid=819643] ppid=819640 vsize=135948 memory=2676 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 161414824 139210752 5988 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 145876 KiB
Current children cumulated memory: 26628 KiB

[startup+6.30035 s]
/proc/loadavg: 4.11 4.11 4.14 5/250 819645
/proc/meminfo: memFree=124749088/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=136224 memory=24680 CPUtime=6.26 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 3959 0 0 0 610 16 0 0 20 0 2 0 161414822 139493376 6170 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 34056 6170 3403 46 0 6651 0
[pid=819642/tid=819643] ppid=819640 vsize=136224 memory=2676 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 2 0 161414824 139493376 6170 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 146152 KiB
Current children cumulated memory: 27356 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.11 4.14 6/250 819645
/proc/meminfo: memFree=124745848/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=136976 memory=27552 CPUtime=12.65 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 5151 0 0 0 1238 27 0 0 20 0 2 0 161414822 140263424 6888 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 34244 6888 3403 46 0 6839 0
[pid=819642/tid=819643] ppid=819640 vsize=136976 memory=11464 CPUtime=0 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 161414824 140263424 6888 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 146904 KiB
Current children cumulated memory: 30228 KiB

[startup+25.5004 s]
/proc/loadavg: 4.38 4.17 4.16 5/250 819648
/proc/meminfo: memFree=124739668/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=137592 memory=28164 CPUtime=25.42 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 7473 0 0 0 2501 41 0 0 20 0 2 0 161414822 140894208 7041 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 34398 7041 3403 46 0 6993 0
[pid=819642/tid=819643] ppid=819640 vsize=137592 memory=2676 CPUtime=0.02 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 20 0 0 0 0 2 0 0 20 0 2 0 161414824 140894208 7041 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 147520 KiB
Current children cumulated memory: 30840 KiB

[startup+51.1124 s]
/proc/loadavg: 4.32 4.17 4.16 5/250 819651
/proc/meminfo: memFree=124725640/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=138720 memory=29284 CPUtime=50.98 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 11315 0 0 0 5028 70 0 0 20 0 2 0 161414822 142049280 7321 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 34680 7321 3403 46 0 7275 0
[pid=819642/tid=819643] ppid=819640 vsize=138720 memory=2676 CPUtime=0.05 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 33 0 0 0 1 4 0 0 20 0 2 0 161414824 142049280 7321 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 148648 KiB
Current children cumulated memory: 31960 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.16 4.15 5/251 819660
/proc/meminfo: memFree=124693128/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=142480 memory=31012 CPUtime=102.07 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 15383 0 0 0 10092 115 0 0 20 0 2 0 161414822 145899520 7753 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 35620 7753 3403 46 0 8215 0
[pid=819642/tid=819643] ppid=819640 vsize=142480 memory=2676 CPUtime=0.09 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 42 0 0 0 2 7 0 0 20 0 2 0 161414824 145899520 7753 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 152408 KiB
Current children cumulated memory: 33688 KiB

[startup+162.3 s]

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

/proc/819642/statm: 41987 14108 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=2676 CPUtime=3.14 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 253 0 0 0 81 233 0 0 20 0 2 0 161414824 171978752 14108 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3096.84 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 59108 KiB

[startup+3162.3 s]
/proc/loadavg: 1.05 1.10 1.47 2/222 821496
/proc/meminfo: memFree=128335120/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167948 memory=56432 CPUtime=3156.74 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 123672 0 0 0 314161 1513 0 0 20 0 2 0 161414822 171978752 14108 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41987 14108 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=41408 CPUtime=3.2 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 257 0 0 0 82 238 0 0 20 0 2 0 161414824 171978752 14108 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3156.74 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 59108 KiB

[startup+3222.3 s]
/proc/loadavg: 1.13 1.11 1.45 2/222 821507
/proc/meminfo: memFree=128334852/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167948 memory=56444 CPUtime=3216.39 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 124562 0 0 0 320104 1535 0 0 20 0 2 0 161414822 171978752 14111 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41987 14111 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=2676 CPUtime=3.27 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 261 0 0 0 84 243 0 0 20 0 2 0 161414824 171978752 14111 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3216.39 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 59120 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.11 1.42 2/224 821521
/proc/meminfo: memFree=128334368/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167948 memory=56460 CPUtime=3276.28 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 125436 0 0 0 326073 1555 0 0 20 0 2 0 161414822 171978752 14115 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41987 14115 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=2676 CPUtime=3.33 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 265 0 0 0 86 247 0 0 20 0 2 0 161414824 171978752 14115 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3276.28 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 59136 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.10 1.40 2/224 821531
/proc/meminfo: memFree=128334200/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167948 memory=56468 CPUtime=3336.19 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 126513 0 0 0 332044 1575 0 0 20 0 2 0 161414822 171978752 14117 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41987 14117 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=2676 CPUtime=3.4 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 269 0 0 0 88 252 0 0 20 0 2 0 161414824 171978752 14117 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3336.19 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 59144 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.10 1.37 2/224 821542
/proc/meminfo: memFree=128331848/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167948 memory=58520 CPUtime=3396.1 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 127384 0 0 0 338014 1596 0 0 20 0 2 0 161414822 171978752 14630 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41987 14630 3403 46 0 14582 0
[pid=819642/tid=819643] ppid=819640 vsize=167948 memory=2676 CPUtime=3.45 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 273 0 0 0 89 256 0 0 20 0 2 0 161414824 171978752 14630 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3396.1 s
Current children cumulated vsize: 177876 KiB
Current children cumulated memory: 61196 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.09 1.35 2/224 821552
/proc/meminfo: memFree=128331680/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167620 memory=58324 CPUtime=3456.01 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 128357 0 0 0 343984 1617 0 0 20 0 2 0 161414822 171642880 14581 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41905 14581 3403 46 0 14500 0
[pid=819642/tid=819643] ppid=819640 vsize=167620 memory=2676 CPUtime=3.52 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 277 0 0 0 91 261 0 0 20 0 2 0 161414824 171642880 14581 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3456.01 s
Current children cumulated vsize: 177548 KiB
Current children cumulated memory: 61000 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.09 1.34 2/224 821563
/proc/meminfo: memFree=128331452/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167620 memory=58324 CPUtime=3515.92 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 129316 0 0 0 349952 1640 0 0 20 0 2 0 161414822 171642880 14581 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41905 14581 3403 46 0 14500 0
[pid=819642/tid=819643] ppid=819640 vsize=167620 memory=16116 CPUtime=3.58 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 281 0 0 0 92 266 0 0 20 0 2 0 161414824 171642880 14581 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3515.92 s
Current children cumulated vsize: 177548 KiB
Current children cumulated memory: 61000 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.10 1.33 2/222 821574
/proc/meminfo: memFree=128331188/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167620 memory=58328 CPUtime=3575.83 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 130265 0 0 0 355922 1661 0 0 20 0 2 0 161414822 171642880 14582 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41905 14582 3403 46 0 14500 0
[pid=819642/tid=819643] ppid=819640 vsize=167620 memory=16116 CPUtime=3.64 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 284 0 0 0 94 270 0 0 20 0 2 0 161414824 171642880 14582 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3575.83 s
Current children cumulated vsize: 177548 KiB
Current children cumulated memory: 61004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 1.17 1.11 1.32 2/222 821580
/proc/meminfo: memFree=128331012/131655788 swapFree=131071996/131071996
[pid=819640] ppid=819637 vsize=9928 memory=2676 CPUtime=0 cores=0,2
/proc/819640/stat : 819640 (run-glibc-2.34.) S 819637 819640 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161414822 10166272 669 134679101440 94412258988032 94412260067352 140735216468896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94412262165808 94412262212996 94412265467904 140735216477119 140735216477276 140735216477276 140735216484291 0
/proc/819640/statm: 2482 669 588 264 0 133 0
[pid=819642] ppid=819640 vsize=167620 memory=58328 CPUtime=3600.09 cores=0,2
/proc/819642/stat : 819642 (ld-linux-x86-64) R 819640 819640 814103 0 -1 4194304 130915 0 0 0 358340 1669 0 0 20 0 2 0 161414822 171642880 14582 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
/proc/819642/statm: 41905 14582 3403 46 0 14500 0
[pid=819642/tid=819643] ppid=819640 vsize=167620 memory=5544 CPUtime=3.66 cores=0,2
/proc/819642/task/819643/stat : 819643 (ld-linux-x86-64) S 819640 819640 814103 0 -1 1077936192 286 0 0 0 94 272 0 0 20 0 2 0 161414824 171642880 14582 134679101440 140282513731584 140282513919196 140727875388096 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140282516020096 140282516029544 93824999981056 140727875392343 140727875392507 140727875392507 140727875399602 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 177548 KiB
Current children cumulated memory: 61004 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3583.41 s, system=16.6925 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): 3606.61
CPU time (s): 3600.1
CPU user time (s): 3583.41
CPU system time (s): 16.6925
CPU usage (%): 99.8197
Max. virtual memory (cumulated for all children) (KiB): 178144
Max. memory (cumulated for all children) (KiB): 61276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.41
system time used= 16.6925
maximum resident set size= 58752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131133
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= 356864
involuntary context switches= 24901


# summary of solver processes directly reported to runsolver:
#   pid: 819640
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3583.41
#   total CPU system time (s): 16.6925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1267 second user time and 34.5035 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 03:16:04
IDJOB=4431064
IDBENCH=147576
IDSOLVER=3055
FILE ID=nodeC009/4431064-1721092552
RUNJOBID= nodeC009-1721082937-814113
SLURM_JOB_ID= 7505567
Free space on /tmp= 723596 MiB

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

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=216019883

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		: 3492.191
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		: 3671.311
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.317
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.463
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		: 3666.135
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		: 3671.355
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.351
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.525
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:        124762888 kB
MemAvailable:   126466164 kB
Buffers:          384312 kB
Cached:          2144868 kB
SwapCached:            0 kB
Active:           732484 kB
Inactive:        5594476 kB
Active(anon):       1480 kB
Inactive(anon):  3833992 kB
Active(file):     731004 kB
Inactive(file):  1760484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41824 kB
Writeback:            64 kB
AnonPages:       3794560 kB
Mapped:           121344 kB
Shmem:             37700 kB
KReclaimable:     103636 kB
Slab:             201296 kB
SReclaimable:     103636 kB
SUnreclaim:        97660 kB
KernelStack:        3952 kB
PageTables:        17432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7107236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2523136 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 04:16:11