Trace number 4431284

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.02 3607.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4475355
Best CPU time to get the best result obtained on this benchmark72001.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431284-1721136218/watcher-4431284-1721136218 -o /tmp/evaluation-result-4431284-1721136218/solver-4431284-1721136218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721129012-850401 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431284-1721136218.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
solver pid=854541, runsolver pid=854538
Current StackSize limit: 8192 KiB


[startup+0.105513 s]*
/proc/loadavg: 4.11 4.22 4.16 5/265 854543
/proc/meminfo: memFree=121742660/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=110036 memory=26284 CPUtime=0.1 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 5657 0 0 0 9 1 0 0 20 0 1 0 165782074 112676864 6571 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 27509 6571 1614 46 0 8124 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 119964 KiB
Current children cumulated memory: 28988 KiB

[startup+0.205749 s]*
/proc/loadavg: 4.11 4.22 4.16 5/265 854543
/proc/meminfo: memFree=121756116/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=124876 memory=41656 CPUtime=0.19 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 7980 0 0 0 18 1 0 0 20 0 1 0 165782074 127873024 10414 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 31219 10414 1614 46 0 11834 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 134804 KiB
Current children cumulated memory: 44360 KiB

[startup+0.305753 s]*
/proc/loadavg: 4.11 4.22 4.16 5/265 854543
/proc/meminfo: memFree=121714212/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=137824 memory=55716 CPUtime=0.29 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 9940 0 0 0 27 2 0 0 20 0 1 0 165782074 141131776 13929 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 34456 13929 1614 46 0 15071 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 147752 KiB
Current children cumulated memory: 58420 KiB

[startup+0.700216 s]
/proc/loadavg: 4.11 4.22 4.16 5/265 854543
/proc/meminfo: memFree=121682576/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=202548 memory=102152 CPUtime=0.68 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 16918 0 0 0 64 4 0 0 20 0 1 0 165782074 207409152 25538 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 50637 25538 1614 46 0 31252 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 212476 KiB
Current children cumulated memory: 104856 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.22 4.16 5/265 854543
/proc/meminfo: memFree=121587984/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=309444 memory=214392 CPUtime=1.49 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 32681 0 0 0 117 32 0 0 20 0 1 0 165782074 316870656 53598 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 77361 53598 1694 46 0 57976 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 319372 KiB
Current children cumulated memory: 217096 KiB

[startup+3.10554 s]
/proc/loadavg: 4.10 4.22 4.16 5/266 854545
/proc/meminfo: memFree=121117884/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=817256 memory=646824 CPUtime=3.07 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 125607 0 0 0 247 60 0 0 20 0 2 0 165782074 836870144 161706 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 204314 161706 2702 46 0 176909 0
[pid=854543/tid=854544] ppid=854541 vsize=817256 memory=0 CPUtime=0 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 165782267 836870144 161706 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 827184 KiB
Current children cumulated memory: 649528 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.21 4.16 5/266 854545
/proc/meminfo: memFree=121014744/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=971780 memory=764636 CPUtime=6.25 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 211147 0 0 0 555 70 0 0 20 0 2 0 165782074 995102720 191159 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 242945 191159 2706 46 0 215540 0
[pid=854543/tid=854544] ppid=854541 vsize=971780 memory=764636 CPUtime=0 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 165782267 995102720 191159 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 981708 KiB
Current children cumulated memory: 767340 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.21 4.16 5/266 854546
/proc/meminfo: memFree=120814548/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=956740 memory=789236 CPUtime=12.64 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 327087 0 0 0 1186 78 0 0 20 0 2 0 165782074 979701760 197309 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 239185 197309 2706 46 0 211780 0
[pid=854543/tid=854544] ppid=854541 vsize=956740 memory=11400 CPUtime=0 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 2 0 165782267 979701760 197309 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 966668 KiB
Current children cumulated memory: 791940 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.20 4.16 5/266 854550
/proc/meminfo: memFree=120483612/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=944092 CPUtime=25.4 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 502861 0 0 0 2364 176 0 0 20 0 2 0 165782074 1147138048 236023 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 236023 3765 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2704 CPUtime=0.01 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 16 0 0 0 0 1 0 0 20 0 2 0 165782267 1147138048 236023 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 946796 KiB

[startup+51.1048 s]
/proc/loadavg: 4.11 4.20 4.16 5/266 854553
/proc/meminfo: memFree=120431844/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=944184 CPUtime=50.96 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 533799 0 0 0 4897 199 0 0 20 0 2 0 165782074 1147138048 236046 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 236046 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=944184 CPUtime=0.01 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 165782267 1147138048 236046 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 946888 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.18 4.16 5/263 854996
/proc/meminfo: memFree=120421044/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=944304 CPUtime=102.05 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 564396 0 0 0 9958 247 0 0 20 0 2 0 165782074 1147138048 236076 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 236076 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=42236 CPUtime=0.04 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 38 0 0 0 1 3 0 0 20 0 2 0 165782267 1147138048 236076 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 947008 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.16 4.15 5/263 855007
/proc/meminfo: memFree=120348268/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=944592 CPUtime=161.91 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 590174 0 0 0 15889 302 0 0 20 0 2 0 165782074 1147138048 236148 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 236148 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=944556 CPUtime=0.06 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 48 0 0 0 1 5 0 0 20 0 2 0 165782267 1147138048 236148 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0

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

/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2704 CPUtime=1.23 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 220 0 0 0 31 92 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3096.21 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.12 7/264 856395
/proc/meminfo: memFree=118843008/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=984692 CPUtime=3156.1 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 842839 0 0 0 312414 3196 0 0 20 0 2 0 165782074 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2704 CPUtime=1.26 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 223 0 0 0 32 94 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3156.1 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/265 856410
/proc/meminfo: memFree=118321708/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=984692 CPUtime=3216 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 843326 0 0 0 318343 3257 0 0 20 0 2 0 165782074 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2168 CPUtime=1.28 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 226 0 0 0 32 96 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3216 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/264 856420
/proc/meminfo: memFree=118358508/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=984692 CPUtime=3275.89 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 843661 0 0 0 324271 3318 0 0 20 0 2 0 165782074 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=12740 CPUtime=1.31 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 229 0 0 0 34 97 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3275.89 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/264 856430
/proc/meminfo: memFree=118640292/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=984692 CPUtime=3335.78 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 843987 0 0 0 330198 3380 0 0 20 0 2 0 165782074 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2248 CPUtime=1.32 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 232 0 0 0 34 98 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3335.78 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.11 5/265 856443
/proc/meminfo: memFree=118637320/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=984692 CPUtime=3395.67 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 844304 0 0 0 336130 3437 0 0 20 0 2 0 165782074 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246173 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=2704 CPUtime=1.35 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 235 0 0 0 35 100 0 0 20 0 2 0 165782267 1147138048 246173 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3395.67 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 987396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 856454
/proc/meminfo: memFree=118634400/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=986740 CPUtime=3455.56 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 844557 0 0 0 342062 3494 0 0 20 0 2 0 165782074 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246685 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=12740 CPUtime=1.38 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 238 0 0 0 36 102 0 0 20 0 2 0 165782267 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3455.56 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 989444 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/264 856464
/proc/meminfo: memFree=118633920/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=986740 CPUtime=3515.45 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 844960 0 0 0 347990 3555 0 0 20 0 2 0 165782074 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246685 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=986740 CPUtime=1.4 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 241 0 0 0 37 103 0 0 20 0 2 0 165782267 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3515.45 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 989444 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 856474
/proc/meminfo: memFree=118633248/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=986740 CPUtime=3575.34 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 845081 0 0 0 353919 3615 0 0 20 0 2 0 165782074 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246685 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=11400 CPUtime=1.42 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) S 854541 854541 850391 0 -1 1077936192 244 0 0 0 37 105 0 0 20 0 2 0 165782267 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3575.34 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 989444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 3.92 4.06 4.08 4/255 856512
/proc/meminfo: memFree=119671500/131524600 swapFree=131071996/131071996
[pid=854541] ppid=854538 vsize=9928 memory=2704 CPUtime=0 cores=0,2
/proc/854541/stat : 854541 (run-glibc-2.34.) S 854538 854541 850391 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 165782073 10166272 676 134679101440 94712647577600 94712648656920 140732851722336 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94712650755376 94712650802564 94712672129024 140732851729343 140732851729500 140732851729500 140732851736515 0
/proc/854541/statm: 2482 676 596 264 0 133 0
[pid=854543] ppid=854541 vsize=1120252 memory=986740 CPUtime=3600 cores=0,2
/proc/854543/stat : 854543 (ld-linux-x86-64) R 854541 854541 850391 0 -1 4194304 845352 0 0 0 356360 3640 0 0 20 0 2 0 165782074 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
/proc/854543/statm: 280063 246685 3781 46 0 252658 0
[pid=854543/tid=854544] ppid=854541 vsize=1120252 memory=7681344947907500959 CPUtime=1.43 cores=0,2
/proc/854543/task/854544/stat : 854544 (ld-linux-x86-64) R 854541 854541 850391 0 -1 1077936192 245 0 0 0 37 106 0 0 20 0 2 0 165782267 1147138048 246685 134679101440 140278369497088 140278369684700 140726857338416 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 140278371785600 140278371795048 93825014902784 140726857339735 140726857339899 140726857339899 140726857346994 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 989444 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3563.61 s, system=36.41 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): 3607.01
CPU time (s): 3600.02
CPU user time (s): 3563.61
CPU system time (s): 36.41
CPU usage (%): 99.8061
Max. virtual memory (cumulated for all children) (KiB): 1352912
Max. memory (cumulated for all children) (KiB): 994556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.61
system time used= 36.41
maximum resident set size= 1021336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 845565
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= 356999
involuntary context switches= 24637


# summary of solver processes directly reported to runsolver:
#   pid: 854541
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3563.61
#   total CPU system time (s): 36.41

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52038 second user time and 13.9159 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 15:23:51
IDJOB=4431284
IDBENCH=155668
IDSOLVER=3055
FILE ID=nodeC015/4431284-1721136218
RUNJOBID= nodeC015-1721129012-850401
SLURM_JOB_ID= 7505693
Free space on /tmp= 889884 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.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-4431284-1721136218/watcher-4431284-1721136218 -o /tmp/evaluation-result-4431284-1721136218/solver-4431284-1721136218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721129012-850401 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431284-1721136218.opb

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=224255418

nodeC015.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	: 0xb00002a
cpu MHz		: 3675.766
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3682.537
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3679.282
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3599.848
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3678.802
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3682.534
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3600.891
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3599.881
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121763616 kB
MemAvailable:   127951104 kB
Buffers:          402172 kB
Cached:          6604440 kB
SwapCached:            0 kB
Active:          1377696 kB
Inactive:        7744172 kB
Active(anon):       1588 kB
Inactive(anon):  2151720 kB
Active(file):    1376108 kB
Inactive(file):  5592452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            177620 kB
Writeback:            24 kB
AnonPages:       2113924 kB
Mapped:           120364 kB
Shmem:             37720 kB
KReclaimable:     117152 kB
Slab:             226236 kB
SReclaimable:     117152 kB
SUnreclaim:       109084 kB
KernelStack:        4220 kB
PageTables:        14032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2632256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889908 MiB
End job on nodeC015 at 2024-07-16 16:23:58