Trace number 4431214

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.03 3607.51

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-ex1010-pi.opb
MD5SUM0b4dbd7f90f2b82bb3725efac604f63c
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 benchmark235
Best CPU time to get the best result obtained on this benchmark71065.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25200
Total number of constraints1468
Number of constraints which are clauses1468
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint172
Number of terms in the objective function 25200
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 25200
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25200
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431214-1721123620/watcher-4431214-1721123620 -o /tmp/evaluation-result-4431214-1721123620/solver-4431214-1721123620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848668 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431214-1721123620.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

Current StackSize limit: 8192 KiB

solver pid=854343, runsolver pid=854340

[startup+0.100078 s]*
/proc/loadavg: 4.14 4.15 4.16 4/262 854352
/proc/meminfo: memFree=125918020/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=160520 memory=44552 CPUtime=0.09 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 8318 0 0 0 8 1 0 0 20 0 2 0 164521189 164372480 11138 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 40130 11138 2691 46 0 12725 0
[pid=854346/tid=854352] ppid=854343 vsize=160520 memory=4026560555 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) R 854343 854343 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164521196 164372480 11138 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 170448 KiB
Current children cumulated memory: 47308 KiB

[startup+0.205711 s]*
/proc/loadavg: 4.14 4.15 4.16 5/260 854374
/proc/meminfo: memFree=125947892/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=171632 memory=55480 CPUtime=0.2 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 11639 0 0 0 19 1 0 0 20 0 2 0 164521189 175751168 13870 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 42908 13870 2691 46 0 15503 0
[pid=854346/tid=854352] ppid=854343 vsize=171632 memory=7598223999079838770 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) R 854343 854343 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164521196 175751168 13870 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 181560 KiB
Current children cumulated memory: 58236 KiB

[startup+0.306074 s]*
/proc/loadavg: 4.14 4.15 4.16 5/259 854374
/proc/meminfo: memFree=125905136/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=174544 memory=57328 CPUtime=0.3 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 12131 0 0 0 29 1 0 0 20 0 2 0 164521189 178733056 14332 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 43636 14332 2691 46 0 16231 0
[pid=854346/tid=854352] ppid=854343 vsize=174544 memory=-6876588628788339086 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164521196 178733056 14332 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 184472 KiB
Current children cumulated memory: 60084 KiB

[startup+0.700277 s]
/proc/loadavg: 4.14 4.15 4.16 4/263 854386
/proc/meminfo: memFree=125899812/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=177692 memory=63016 CPUtime=0.68 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 13468 0 0 0 67 1 0 0 20 0 2 0 164521189 181956608 15754 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 44423 15754 3072 46 0 17018 0
[pid=854346/tid=854352] ppid=854343 vsize=177692 memory=27784 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164521196 181956608 15754 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 187620 KiB
Current children cumulated memory: 65772 KiB

[startup+1.50027 s]
/proc/loadavg: 4.14 4.15 4.16 5/259 854421
/proc/meminfo: memFree=125891692/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=177692 memory=63016 CPUtime=1.48 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 13468 0 0 0 147 1 0 0 20 0 2 0 164521189 181956608 15754 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 44423 15754 3072 46 0 17018 0
[pid=854346/tid=854352] ppid=854343 vsize=177692 memory=7544 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164521196 181956608 15754 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 187620 KiB
Current children cumulated memory: 65772 KiB

[startup+3.1059 s]
/proc/loadavg: 4.21 4.16 4.16 5/267 854436
/proc/meminfo: memFree=125515640/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=177692 memory=63708 CPUtime=3.08 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 15591 0 0 0 307 1 0 0 20 0 2 0 164521189 181956608 15927 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 44423 15927 3244 46 0 17018 0
[pid=854346/tid=854352] ppid=854343 vsize=177692 memory=2756 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 164521196 181956608 15927 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 187620 KiB
Current children cumulated memory: 66464 KiB

[startup+6.30026 s]
/proc/loadavg: 4.21 4.16 4.16 5/267 854436
/proc/meminfo: memFree=125179300/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=191468 memory=78616 CPUtime=6.26 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 32545 0 0 0 621 5 0 0 20 0 2 0 164521189 196063232 19654 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 47867 19654 3751 46 0 20462 0
[pid=854346/tid=854352] ppid=854343 vsize=191468 memory=7544 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 164521196 196063232 19654 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 201396 KiB
Current children cumulated memory: 81372 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.16 4.16 5/267 854439
/proc/meminfo: memFree=125014272/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=212864 memory=99956 CPUtime=12.65 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 47359 0 0 0 1256 9 0 0 20 0 2 0 164521189 217972736 24989 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 53216 24989 3970 46 0 25811 0
[pid=854346/tid=854352] ppid=854343 vsize=212864 memory=24644 CPUtime=0 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 164521196 217972736 24989 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 222792 KiB
Current children cumulated memory: 102712 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.15 4.16 5/267 854442
/proc/meminfo: memFree=124614828/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=210076 memory=99052 CPUtime=25.43 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 66546 0 0 0 2531 12 0 0 20 0 2 0 164521189 215117824 24763 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 52519 24763 3970 46 0 25114 0
[pid=854346/tid=854352] ppid=854343 vsize=210076 memory=2756 CPUtime=0.01 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) R 854343 854343 848657 0 -1 1077936192 20 0 0 0 1 0 0 0 20 0 2 0 164521196 215117824 24763 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 220004 KiB
Current children cumulated memory: 101808 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.17 4.16 5/267 854445
/proc/meminfo: memFree=124421048/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=214248 memory=101708 CPUtime=50.99 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 89435 0 0 0 5083 16 0 0 20 0 2 0 164521189 219389952 25427 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 53562 25427 3970 46 0 26157 0
[pid=854346/tid=854352] ppid=854343 vsize=214248 memory=101704 CPUtime=0.03 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 30 0 0 0 1 2 0 0 20 0 2 0 164521196 219389952 25427 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 224176 KiB
Current children cumulated memory: 104464 KiB

[startup+102.3 s]
/proc/loadavg: 4.39 4.23 4.19 5/268 854839
/proc/meminfo: memFree=124294280/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=214248 memory=101708 CPUtime=102.09 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 105455 0 0 0 10190 19 0 0 20 0 2 0 164521189 219389952 25427 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 53562 25427 3970 46 0 26157 0
[pid=854346/tid=854352] ppid=854343 vsize=214248 memory=7544 CPUtime=0.07 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 42 0 0 0 3 4 0 0 20 0 2 0 164521196 219389952 25427 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 224176 KiB
Current children cumulated memory: 104464 KiB

[startup+162.3 s]

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

/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=2756 CPUtime=3.12 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 159 0 0 0 118 194 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3155.77 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.17 4.14 5/263 856356
/proc/meminfo: memFree=113904224/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3215.64 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 632455 0 0 0 320929 635 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=227384 CPUtime=3.18 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 161 0 0 0 120 198 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3215.64 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.14 5/263 856366
/proc/meminfo: memFree=113893360/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3275.51 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 635995 0 0 0 326912 639 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=2756 CPUtime=3.24 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 163 0 0 0 123 201 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3275.51 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/263 856377
/proc/meminfo: memFree=113831588/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3335.38 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 643460 0 0 0 332894 644 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=2756 CPUtime=3.32 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 165 0 0 0 126 206 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3335.38 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/265 856393
/proc/meminfo: memFree=113902428/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3395.26 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 645645 0 0 0 338877 649 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=7544 CPUtime=3.38 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 167 0 0 0 128 210 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3395.26 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.12 4.12 5/265 856404
/proc/meminfo: memFree=113857704/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3455.13 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 647861 0 0 0 344860 653 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=7544 CPUtime=3.44 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 169 0 0 0 131 213 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3455.13 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/265 856414
/proc/meminfo: memFree=113892860/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3515 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 654587 0 0 0 350842 658 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=227384 CPUtime=3.51 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 171 0 0 0 133 218 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3515 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.12 5/265 856425
/proc/meminfo: memFree=113869152/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3574.87 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 660739 0 0 0 356825 662 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=7897236255044573853 CPUtime=3.57 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) S 854343 854343 848657 0 -1 1077936192 173 0 0 0 135 222 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3574.87 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.5 s]
/proc/loadavg: 4.09 4.12 4.12 5/265 856429
/proc/meminfo: memFree=113827768/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3600.01 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 660936 0 0 0 359337 664 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=2756 CPUtime=3.59 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) R 854343 854343 848657 0 -1 1077936192 173 0 0 0 135 224 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3593.38 s, system=6.65252 s

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

[startup+3607.5 s]
/proc/loadavg: 4.09 4.12 4.12 5/265 856429
/proc/meminfo: memFree=113827768/131524600 swapFree=130796312/131071996
[pid=854343] ppid=854340 vsize=9928 memory=2756 CPUtime=0 cores=4,6
/proc/854343/stat : 854343 (run-glibc-2.34.) S 854340 854343 848657 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 164521189 10166272 689 134679101440 94223381676032 94223382755352 140737451599088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94223384853808 94223384900996 94223397289984 140737451602879 140737451603036 140737451603036 140737451610051 0
/proc/854343/statm: 2482 689 608 264 0 133 0
[pid=854346] ppid=854343 vsize=333904 memory=227384 CPUtime=3600.01 cores=4,6
/proc/854346/stat : 854346 (ld-linux-x86-64) R 854343 854343 848657 0 -1 4194304 660936 0 0 0 359337 664 0 0 20 0 2 0 164521189 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
/proc/854346/statm: 83476 56846 3986 46 0 56071 0
[pid=854346/tid=854352] ppid=854343 vsize=333904 memory=2756 CPUtime=3.59 cores=4,6
/proc/854346/task/854352/stat : 854352 (ld-linux-x86-64) R 854343 854343 848657 0 -1 1077936192 173 0 0 0 135 224 0 0 20 0 2 0 164521196 341917696 56846 134679101440 139984900976640 139984901164252 140725754547536 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 139984903265152 139984903274600 93825024098304 140725754549079 140725754549243 140725754549243 140725754556338 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 343832 KiB
Current children cumulated memory: 230140 KiB

Child status: 143

Real time (s): 3607.51
CPU time (s): 3600.03
CPU user time (s): 3593.38
CPU system time (s): 6.65252
CPU usage (%): 99.7927
Max. virtual memory (cumulated for all children) (KiB): 568780
Max. memory (cumulated for all children) (KiB): 342636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.38
system time used= 6.65252
maximum resident set size= 364356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661151
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= 357263
involuntary context switches= 1309


# summary of solver processes directly reported to runsolver:
#   pid: 854343
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3593.38
#   total CPU system time (s): 6.65252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.18924 second user time and 19.4389 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-16 11:53:53
IDJOB=4431214
IDBENCH=155394
IDSOLVER=3055
FILE ID=nodeC014/4431214-1721123620
RUNJOBID= nodeC014-1721116306-848668
SLURM_JOB_ID= 7505656
Free space on /tmp= 889952 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-ex1010-pi.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-4431214-1721123620/watcher-4431214-1721123620 -o /tmp/evaluation-result-4431214-1721123620/solver-4431214-1721123620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848668 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431214-1721123620.opb

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

MD5SUM BENCH= 0b4dbd7f90f2b82bb3725efac604f63c
RANDOM SEED=1827437070

nodeC014.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		: 3659.128
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.32
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		: 3646.222
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	: 7005.96
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		: 3602.608
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.32
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		: 3663.968
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	: 7005.96
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		: 3658.895
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.32
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		: 3679.086
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	: 7005.96
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		: 3657.595
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.32
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		: 3604.530
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125952520 kB
MemAvailable:   128921644 kB
Buffers:          345388 kB
Cached:          3428288 kB
SwapCached:        12808 kB
Active:          1130684 kB
Inactive:        3873108 kB
Active(anon):       9452 kB
Inactive(anon):  1238816 kB
Active(file):    1121232 kB
Inactive(file):  2634292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130796312 kB
Dirty:             42832 kB
Writeback:             0 kB
AnonPages:       1214836 kB
Mapped:            62564 kB
Shmem:             18120 kB
KReclaimable:     106492 kB
Slab:             199712 kB
SReclaimable:     106492 kB
SUnreclaim:        93220 kB
KernelStack:        4192 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2072392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 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:      191188 kB
DirectMap2M:    14262272 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889252 MiB
End job on nodeC014 at 2024-07-16 12:54:00