Trace number 4431066

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.04 3603.81

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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.01	c initialize IPBHS solver
0.00/0.01	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.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.01	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.01	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.01	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.01	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.01	c will solve HOME/instance-4431066-1721092929.opb
3600.02/3603.80	HOME/run-glibc-2.34.sh: line 2: 824749 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: 64096 MiB (59786 MiB free)
  memory of node 1: 64473 MiB (60647 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=824747, runsolver pid=824744

[startup+0.100062 s]*
/proc/loadavg: 4.08 4.11 4.15 5/253 824750
/proc/meminfo: memFree=123314776/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=135284 memory=22204 CPUtime=0.09 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 1593 0 0 0 9 0 0 0 20 0 2 0 161450098 138530816 5551 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 33821 5551 3375 46 0 6416 0
[pid=824749/tid=824750] ppid=824747 vsize=135284 memory=4026561614 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) R 824747 824747 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450099 138530816 5551 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 145212 KiB
Current children cumulated memory: 24824 KiB

[startup+0.213469 s]*
/proc/loadavg: 4.08 4.11 4.15 5/253 824750
/proc/meminfo: memFree=123313924/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=135284 memory=22732 CPUtime=0.21 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 1674 0 0 0 20 1 0 0 20 0 2 0 161450098 138530816 5683 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 33821 5683 3375 46 0 6416 0
[pid=824749/tid=824750] ppid=824747 vsize=135284 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450099 138530816 5683 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 145212 KiB
Current children cumulated memory: 25352 KiB

[startup+0.312119 s]*
/proc/loadavg: 4.08 4.11 4.15 5/253 824750
/proc/meminfo: memFree=123313784/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=135284 memory=22732 CPUtime=0.31 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 1680 0 0 0 30 1 0 0 20 0 2 0 161450098 138530816 5683 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 33821 5683 3375 46 0 6416 0
[pid=824749/tid=824750] ppid=824747 vsize=135284 memory=-8681747724603647845 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450099 138530816 5683 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 145212 KiB
Current children cumulated memory: 25352 KiB

[startup+0.700358 s]
/proc/loadavg: 4.08 4.11 4.15 5/253 824750
/proc/meminfo: memFree=123311420/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=135688 memory=25304 CPUtime=0.68 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 1804 0 0 0 66 2 0 0 20 0 2 0 161450098 138944512 6326 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 33922 6326 3375 46 0 6517 0
[pid=824749/tid=824750] ppid=824747 vsize=135688 memory=1936 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450099 138944512 6326 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 145616 KiB
Current children cumulated memory: 27924 KiB

[startup+1.50036 s]
/proc/loadavg: 4.08 4.11 4.15 5/253 824750
/proc/meminfo: memFree=123305472/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=136388 memory=25832 CPUtime=1.49 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 1947 0 0 0 145 4 0 0 20 0 2 0 161450098 139661312 6458 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 34097 6458 3375 46 0 6692 0
[pid=824749/tid=824750] ppid=824747 vsize=136388 memory=11420 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450099 139661312 6458 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 146316 KiB
Current children cumulated memory: 28452 KiB

[startup+3.11182 s]
/proc/loadavg: 4.15 4.13 4.15 5/253 824799
/proc/meminfo: memFree=124513296/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=136964 memory=26352 CPUtime=3.09 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 2768 0 0 0 303 6 0 0 20 0 2 0 161450098 140251136 6588 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 34241 6588 3375 46 0 6836 0
[pid=824749/tid=824750] ppid=824747 vsize=136964 memory=2620 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 161450099 140251136 6588 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 146892 KiB
Current children cumulated memory: 28972 KiB

[startup+6.30035 s]
/proc/loadavg: 4.15 4.13 4.15 5/253 824801
/proc/meminfo: memFree=124503908/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=137748 memory=27208 CPUtime=6.28 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 3736 0 0 0 619 9 0 0 20 0 2 0 161450098 141053952 6802 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 34437 6802 3375 46 0 7032 0
[pid=824749/tid=824750] ppid=824747 vsize=137748 memory=2620 CPUtime=0 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 161450099 141053952 6802 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 147676 KiB
Current children cumulated memory: 29828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.12 4.15 5/253 824801
/proc/meminfo: memFree=124498144/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=138484 memory=28460 CPUtime=12.66 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 5853 0 0 0 1251 15 0 0 20 0 2 0 161450098 141807616 7115 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 34621 7115 3375 46 0 7216 0
[pid=824749/tid=824750] ppid=824747 vsize=138484 memory=2620 CPUtime=0.01 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 16 0 0 0 0 1 0 0 20 0 2 0 161450099 141807616 7115 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 148412 KiB
Current children cumulated memory: 31080 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.12 4.15 5/253 824802
/proc/meminfo: memFree=124487648/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=139288 memory=29944 CPUtime=25.44 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 9250 0 0 0 2522 22 0 0 20 0 2 0 161450098 142630912 7486 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 34822 7486 3375 46 0 7417 0
[pid=824749/tid=824750] ppid=824747 vsize=139288 memory=42868 CPUtime=0.02 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 24 0 0 0 0 2 0 0 20 0 2 0 161450099 142630912 7486 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 149216 KiB
Current children cumulated memory: 32564 KiB

[startup+51.1127 s]
/proc/loadavg: 4.07 4.11 4.14 5/253 824807
/proc/meminfo: memFree=124470108/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=143220 memory=33804 CPUtime=51.01 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 12320 0 0 0 5062 39 0 0 20 0 2 0 161450098 146657280 8451 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 35805 8451 3375 46 0 8400 0
[pid=824749/tid=824750] ppid=824747 vsize=143220 memory=28460 CPUtime=0.04 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 34 0 0 0 0 4 0 0 20 0 2 0 161450099 146657280 8451 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 153148 KiB
Current children cumulated memory: 36424 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/253 824815
/proc/meminfo: memFree=124453248/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=145540 memory=37368 CPUtime=102.15 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 17381 0 0 0 10143 72 0 0 20 0 2 0 161450098 149032960 9342 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 36385 9342 3375 46 0 8980 0
[pid=824749/tid=824750] ppid=824747 vsize=145540 memory=2620 CPUtime=0.1 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 43 0 0 0 2 8 0 0 20 0 2 0 161450099 149032960 9342 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 155468 KiB
Current children cumulated memory: 39988 KiB

[startup+162.3 s]

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

/proc/824749/statm: 45955 16699 3375 46 0 18550 0
[pid=824749/tid=824750] ppid=824747 vsize=183820 memory=11420 CPUtime=4.15 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 238 0 0 0 137 278 0 0 20 0 2 0 161450099 188231680 16699 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3099.07 s
Current children cumulated vsize: 193748 KiB
Current children cumulated memory: 69416 KiB

[startup+3162.3 s]
/proc/loadavg: 5.33 4.73 4.34 5/252 826559
/proc/meminfo: memFree=124284352/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=183820 memory=68912 CPUtime=3159 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 78858 0 0 0 314835 1065 0 0 20 0 2 0 161450098 188231680 17228 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 45955 17228 3375 46 0 18550 0
[pid=824749/tid=824750] ppid=824747 vsize=183820 memory=2620 CPUtime=4.24 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 242 0 0 0 140 284 0 0 20 0 2 0 161450099 188231680 17228 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3159 s
Current children cumulated vsize: 193748 KiB
Current children cumulated memory: 71532 KiB

[startup+3222.3 s]
/proc/loadavg: 4.56 4.63 4.33 5/252 826570
/proc/meminfo: memFree=124281348/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=184108 memory=69748 CPUtime=3218.93 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 79576 0 0 0 320814 1079 0 0 20 0 2 0 161450098 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 46027 17437 3375 46 0 18622 0
[pid=824749/tid=824750] ppid=824747 vsize=184108 memory=2620 CPUtime=4.33 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 246 0 0 0 143 290 0 0 20 0 2 0 161450099 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3218.93 s
Current children cumulated vsize: 194036 KiB
Current children cumulated memory: 72368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.56 4.32 5/249 826580
/proc/meminfo: memFree=124281008/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=184108 memory=69748 CPUtime=3278.87 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 79997 0 0 0 326790 1097 0 0 20 0 2 0 161450098 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 46027 17437 3375 46 0 18622 0
[pid=824749/tid=824750] ppid=824747 vsize=184108 memory=69748 CPUtime=4.41 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 250 0 0 0 146 295 0 0 20 0 2 0 161450099 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3278.87 s
Current children cumulated vsize: 194036 KiB
Current children cumulated memory: 72368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.45 4.30 5/249 826590
/proc/meminfo: memFree=124280668/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=184108 memory=69748 CPUtime=3338.8 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 80312 0 0 0 332769 1111 0 0 20 0 2 0 161450098 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 46027 17437 3375 46 0 18622 0
[pid=824749/tid=824750] ppid=824747 vsize=184108 memory=11420 CPUtime=4.5 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 254 0 0 0 149 301 0 0 20 0 2 0 161450099 188526592 17437 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3338.8 s
Current children cumulated vsize: 194036 KiB
Current children cumulated memory: 72368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.42 4.30 5/249 826600
/proc/meminfo: memFree=124279656/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=185132 memory=70524 CPUtime=3398.74 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 80916 0 0 0 338747 1127 0 0 20 0 2 0 161450098 189575168 17631 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 46283 17631 3375 46 0 18878 0
[pid=824749/tid=824750] ppid=824747 vsize=185132 memory=2620 CPUtime=4.59 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 258 0 0 0 152 307 0 0 20 0 2 0 161450099 189575168 17631 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3398.74 s
Current children cumulated vsize: 195060 KiB
Current children cumulated memory: 73144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.35 4.28 5/249 826611
/proc/meminfo: memFree=124278308/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=187172 memory=71608 CPUtime=3458.67 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 81679 0 0 0 344724 1143 0 0 20 0 2 0 161450098 191664128 17902 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 46793 17902 3375 46 0 19388 0
[pid=824749/tid=824750] ppid=824747 vsize=187172 memory=2620 CPUtime=4.68 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 262 0 0 0 155 313 0 0 20 0 2 0 161450099 191664128 17902 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3458.67 s
Current children cumulated vsize: 197100 KiB
Current children cumulated memory: 74228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.30 4.26 5/251 826625
/proc/meminfo: memFree=124274928/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=188268 memory=74500 CPUtime=3518.6 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 82466 0 0 0 350701 1159 0 0 20 0 2 0 161450098 192786432 18625 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 47067 18625 3375 46 0 19662 0
[pid=824749/tid=824750] ppid=824747 vsize=188268 memory=11420 CPUtime=4.76 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 265 0 0 0 158 318 0 0 20 0 2 0 161450099 192786432 18625 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3518.6 s
Current children cumulated vsize: 198196 KiB
Current children cumulated memory: 77120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.26 4.25 5/251 826635
/proc/meminfo: memFree=124274400/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=188976 memory=75024 CPUtime=3578.54 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 83411 0 0 0 356681 1173 0 0 20 0 2 0 161450098 193511424 18756 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 47244 18756 3375 46 0 19839 0
[pid=824749/tid=824750] ppid=824747 vsize=188976 memory=74504 CPUtime=4.85 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 269 0 0 0 160 325 0 0 20 0 2 0 161450099 193511424 18756 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3578.54 s
Current children cumulated vsize: 198904 KiB
Current children cumulated memory: 77644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 4.07 4.24 4.25 5/251 826639
/proc/meminfo: memFree=124274012/131655788 swapFree=131071996/131071996
[pid=824747] ppid=824744 vsize=9928 memory=2620 CPUtime=0 cores=4,6
/proc/824747/stat : 824747 (run-glibc-2.34.) S 824744 824747 820670 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 161450098 10166272 655 134679101440 94820576256000 94820577335320 140720350237920 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94820579433776 94820579480964 94820609277952 140720350245823 140720350245980 140720350245980 140720350252995 0
/proc/824747/statm: 2482 655 574 264 0 133 0
[pid=824749] ppid=824747 vsize=188976 memory=75024 CPUtime=3600.02 cores=4,6
/proc/824749/stat : 824749 (ld-linux-x86-64) R 824747 824747 820670 0 -1 4194304 83411 0 0 0 358823 1179 0 0 20 0 2 0 161450098 193511424 18756 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
/proc/824749/statm: 47244 18756 3375 46 0 19839 0
[pid=824749/tid=824750] ppid=824747 vsize=188976 memory=16192 CPUtime=4.89 cores=4,6
/proc/824749/task/824750/stat : 824750 (ld-linux-x86-64) S 824747 824747 820670 0 -1 1077936192 269 0 0 0 162 327 0 0 20 0 2 0 161450099 193511424 18756 134679101440 140717751365632 140717751553244 140723421623040 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140717753654144 140717753663592 93825008123904 140723421627223 140723421627387 140723421627387 140723421634482 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 198904 KiB
Current children cumulated memory: 77644 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3588.24 s, system=11.7921 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): 3603.81
CPU time (s): 3600.04
CPU user time (s): 3588.24
CPU system time (s): 11.7921
CPU usage (%): 99.8953
Max. virtual memory (cumulated for all children) (KiB): 198904
Max. memory (cumulated for all children) (KiB): 77644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.24
system time used= 11.7921
maximum resident set size= 75088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83629
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= 353561
involuntary context switches= 2412


# summary of solver processes directly reported to runsolver:
#   pid: 824747
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3588.24
#   total CPU system time (s): 11.7921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1654 second user time and 35.7967 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 03:22:22
IDJOB=4431066
IDBENCH=147583
IDSOLVER=3055
FILE ID=nodeC011/4431066-1721092929
RUNJOBID= nodeC011-1721085725-820681
SLURM_JOB_ID= 7505579
Free space on /tmp= 723644 MiB

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

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=1238453549

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123325084 kB
MemAvailable:   128658740 kB
Buffers:          414920 kB
Cached:          5694508 kB
SwapCached:            0 kB
Active:           752916 kB
Inactive:        6902008 kB
Active(anon):       1456 kB
Inactive(anon):  1581740 kB
Active(file):     751460 kB
Inactive(file):  5320268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            125384 kB
Writeback:             0 kB
AnonPages:       1543404 kB
Mapped:           121416 kB
Shmem:             37704 kB
KReclaimable:     204252 kB
Slab:             315124 kB
SReclaimable:     204252 kB
SUnreclaim:       110872 kB
KernelStack:        4032 kB
PageTables:        12824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2912748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723660 MiB
End job on nodeC011 at 2024-07-16 04:22:26