Trace number 4431215

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-go19.opb
MD5SUM51fa3ae0158cc49e421df545accb4e20
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 benchmark84
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints441
Number of constraints which are clauses361
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 361
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 361
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 361
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.01	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.01	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.01	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.01	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.01	c will solve HOME/instance-4431215-1721120011.opb

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 (60321 MiB free)
  memory of node 1: 64510 MiB (61746 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100827 s]*
/proc/loadavg: 4.56 4.32 4.17 5/266 852282
/proc/meminfo: memFree=124959572/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=140652 memory=29128 CPUtime=0.09 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 3180 0 0 0 9 0 0 0 20 0 2 0 164160281 144027648 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 35163 7282 3868 46 0 7758 0
[pid=852281/tid=852282] ppid=852279 vsize=140652 memory=4026561614 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160283 144027648 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 150580 KiB
Current children cumulated memory: 31896 KiB

[startup+0.206846 s]*
/proc/loadavg: 4.56 4.32 4.17 5/266 852282
/proc/meminfo: memFree=124935652/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=140820 memory=29128 CPUtime=0.19 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 3735 0 0 0 19 0 0 0 20 0 2 0 164160281 144199680 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 35205 7282 3868 46 0 7800 0
[pid=852281/tid=852282] ppid=852279 vsize=140820 memory=3471202400344241230 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160283 144199680 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 150748 KiB
Current children cumulated memory: 31896 KiB

[startup+0.305844 s]*
/proc/loadavg: 4.56 4.32 4.17 5/266 852282
/proc/meminfo: memFree=124914048/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=140820 memory=29128 CPUtime=0.29 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 3737 0 0 0 29 0 0 0 20 0 2 0 164160281 144199680 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 35205 7282 3868 46 0 7800 0
[pid=852281/tid=852282] ppid=852279 vsize=140820 memory=-9042595380504783202 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) R 852279 852279 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160283 144199680 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 150748 KiB
Current children cumulated memory: 31896 KiB

[startup+0.700283 s]
/proc/loadavg: 4.52 4.31 4.17 5/266 852283
/proc/meminfo: memFree=124868180/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=141260 memory=29128 CPUtime=0.67 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 3762 0 0 0 67 0 0 0 20 0 2 0 164160281 144650240 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 35315 7282 3868 46 0 7910 0
[pid=852281/tid=852282] ppid=852279 vsize=141260 memory=2240 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164160283 144650240 7282 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 151188 KiB
Current children cumulated memory: 31896 KiB

[startup+1.50028 s]
/proc/loadavg: 4.52 4.31 4.17 5/267 852284
/proc/meminfo: memFree=124633020/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=144284 memory=32800 CPUtime=1.47 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 5684 0 0 0 147 0 0 0 20 0 2 0 164160281 147746816 8200 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 36071 8200 3963 46 0 8666 0
[pid=852281/tid=852282] ppid=852279 vsize=144284 memory=7544 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 164160283 147746816 8200 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 154212 KiB
Current children cumulated memory: 35568 KiB

[startup+3.10576 s]
/proc/loadavg: 4.52 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123641064/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=144284 memory=33184 CPUtime=3.07 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 6531 0 0 0 307 0 0 0 20 0 2 0 164160281 147746816 8296 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 36071 8296 3964 46 0 8666 0
[pid=852281/tid=852282] ppid=852279 vsize=144284 memory=2768 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 164160283 147746816 8296 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 154212 KiB
Current children cumulated memory: 35952 KiB

[startup+6.30026 s]
/proc/loadavg: 4.48 4.31 4.17 5/267 852332
/proc/meminfo: memFree=123244136/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=144284 memory=33184 CPUtime=6.27 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 8271 0 0 0 626 1 0 0 20 0 2 0 164160281 147746816 8296 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 36071 8296 3964 46 0 8666 0
[pid=852281/tid=852282] ppid=852279 vsize=144284 memory=2768 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 2 0 164160283 147746816 8296 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 154212 KiB
Current children cumulated memory: 35952 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.30 4.17 5/267 852334
/proc/meminfo: memFree=122899588/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=145688 memory=33804 CPUtime=12.65 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 10905 0 0 0 1264 1 0 0 20 0 2 0 164160281 149184512 8451 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 36422 8451 3964 46 0 9017 0
[pid=852281/tid=852282] ppid=852279 vsize=145688 memory=-9042595380504783202 CPUtime=0 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 164160283 149184512 8451 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 155616 KiB
Current children cumulated memory: 36572 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.29 4.17 5/267 852336
/proc/meminfo: memFree=122887436/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=148160 memory=36008 CPUtime=25.42 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 15802 0 0 0 2540 2 0 0 20 0 2 0 164160281 151715840 9002 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 37040 9002 3964 46 0 9635 0
[pid=852281/tid=852282] ppid=852279 vsize=148160 memory=2768 CPUtime=0.01 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 20 0 0 0 0 1 0 0 20 0 2 0 164160283 151715840 9002 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 158088 KiB
Current children cumulated memory: 38776 KiB

[startup+51.1059 s]
/proc/loadavg: 4.43 4.31 4.18 5/267 852342
/proc/meminfo: memFree=122851128/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=166020 memory=52096 CPUtime=50.98 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 38245 0 0 0 5091 7 0 0 20 0 2 0 164160281 170004480 13024 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 41505 13024 3964 46 0 14100 0
[pid=852281/tid=852282] ppid=852279 vsize=166020 memory=24644 CPUtime=0.03 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 32 0 0 0 1 2 0 0 20 0 2 0 164160283 170004480 13024 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 175948 KiB
Current children cumulated memory: 54864 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.26 4.17 5/267 852352
/proc/meminfo: memFree=122991644/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=166020 memory=52160 CPUtime=102.07 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 47840 0 1 0 10196 11 0 0 20 0 2 0 164160281 170004480 13040 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 41505 13040 3980 46 0 14100 0
[pid=852281/tid=852282] ppid=852279 vsize=166020 memory=52160 CPUtime=0.07 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 40 0 0 0 2 5 0 0 20 0 2 0 164160283 170004480 13040 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 175948 KiB
Current children cumulated memory: 54928 KiB

[startup+162.3 s]

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.25 4.18 5/263 854217
/proc/meminfo: memFree=125314360/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=642388 memory=533788 CPUtime=3214.36 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 717488 0 1 0 321216 220 0 0 20 0 2 0 164160281 657805312 133447 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 160597 133447 3980 46 0 133192 0
[pid=852281/tid=852282] ppid=852279 vsize=642388 memory=532644 CPUtime=1.51 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 112 0 0 0 45 106 0 0 20 0 2 0 164160283 657805312 133447 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3214.36 s
Current children cumulated vsize: 652316 KiB
Current children cumulated memory: 536556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.22 4.17 5/263 854227
/proc/meminfo: memFree=125290488/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=656920 memory=546548 CPUtime=3274.22 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 733750 0 1 0 327197 225 0 0 20 0 2 0 164160281 672686080 136637 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 164230 136637 3980 46 0 136825 0
[pid=852281/tid=852282] ppid=852279 vsize=656920 memory=7544 CPUtime=1.54 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 114 0 0 0 46 108 0 0 20 0 2 0 164160283 672686080 136637 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3274.22 s
Current children cumulated vsize: 666848 KiB
Current children cumulated memory: 549316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.21 4.17 5/264 854238
/proc/meminfo: memFree=125244320/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=662908 memory=553516 CPUtime=3334.06 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 747721 0 1 0 333178 228 0 0 20 0 2 0 164160281 678817792 138379 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 165727 138379 3980 46 0 138322 0
[pid=852281/tid=852282] ppid=852279 vsize=662908 memory=2768 CPUtime=1.56 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 114 0 0 0 47 109 0 0 20 0 2 0 164160283 678817792 138379 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3334.06 s
Current children cumulated vsize: 672836 KiB
Current children cumulated memory: 556284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/264 854249
/proc/meminfo: memFree=125334748/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=670304 memory=560520 CPUtime=3393.92 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 760514 0 1 0 339161 231 0 0 20 0 2 0 164160281 686391296 140130 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 167576 140130 3980 46 0 140171 0
[pid=852281/tid=852282] ppid=852279 vsize=670304 memory=7544 CPUtime=1.59 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 115 0 0 0 48 111 0 0 20 0 2 0 164160283 686391296 140130 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3393.92 s
Current children cumulated vsize: 680232 KiB
Current children cumulated memory: 563288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.16 5/267 854266
/proc/meminfo: memFree=125290188/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=680884 memory=569404 CPUtime=3453.78 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 774838 0 1 0 345144 234 0 0 20 0 2 0 164160281 697225216 142351 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 170221 142351 3980 46 0 142816 0
[pid=852281/tid=852282] ppid=852279 vsize=680884 memory=569120 CPUtime=1.61 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 116 0 0 0 49 112 0 0 20 0 2 0 164160283 697225216 142351 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3453.78 s
Current children cumulated vsize: 690812 KiB
Current children cumulated memory: 572172 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/267 854277
/proc/meminfo: memFree=125219600/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=686972 memory=578088 CPUtime=3513.63 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 790531 0 1 0 351125 238 0 0 20 0 2 0 164160281 703459328 144522 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 171743 144522 3980 46 0 144338 0
[pid=852281/tid=852282] ppid=852279 vsize=686972 memory=24644 CPUtime=1.63 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 117 0 0 0 49 114 0 0 20 0 2 0 164160283 703459328 144522 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3513.63 s
Current children cumulated vsize: 696900 KiB
Current children cumulated memory: 580856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.15 5/267 854287
/proc/meminfo: memFree=125244364/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=697000 memory=587880 CPUtime=3573.48 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 806754 0 1 0 357106 242 0 0 20 0 2 0 164160281 713728000 146970 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 174250 146970 3980 46 0 146845 0
[pid=852281/tid=852282] ppid=852279 vsize=697000 memory=2768 CPUtime=1.66 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 118 0 0 0 50 116 0 0 20 0 2 0 164160283 713728000 146970 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3573.48 s
Current children cumulated vsize: 706928 KiB
Current children cumulated memory: 590648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.14 4.15 4.16 5/267 854290
/proc/meminfo: memFree=125236172/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=703868 memory=593792 CPUtime=3600.01 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 817247 0 1 0 359756 245 0 0 20 0 2 0 164160281 720760832 148448 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 175967 148448 3980 46 0 148562 0
[pid=852281/tid=852282] ppid=852279 vsize=703868 memory=2768 CPUtime=1.67 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 120 0 0 0 50 117 0 0 20 0 2 0 164160283 720760832 148448 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 713796 KiB
Current children cumulated memory: 596560 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3608.91 s]
# the end of solver process 852279 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0 s, system=0.001603 s

[startup+3608.92 s]
# the end of solver process 852281 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3597.57 s, system=2.47127 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3608.9 s]
/proc/loadavg: 4.14 4.15 4.16 5/267 854290
/proc/meminfo: memFree=125236172/131524600 swapFree=130796312/131071996
[pid=852279] ppid=852276 vsize=9928 memory=2768 CPUtime=0 cores=1,3
/proc/852279/stat : 852279 (run-glibc-2.34.) S 852276 852279 848657 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 164160281 10166272 692 134679101440 94211218882560 94211219961880 140726996485280 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94211222060336 94211222107524 94211243700224 140726996493247 140726996493404 140726996493404 140726996500419 0
/proc/852279/statm: 2482 692 611 264 0 133 0
[pid=852281] ppid=852279 vsize=703868 memory=593792 CPUtime=3600.01 cores=1,3
/proc/852281/stat : 852281 (ld-linux-x86-64) R 852279 852279 848657 0 -1 4194304 817247 0 1 0 359756 245 0 0 20 0 2 0 164160281 720760832 148448 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
/proc/852281/statm: 175967 148448 3980 46 0 148562 0
[pid=852281/tid=852282] ppid=852279 vsize=703868 memory=2768 CPUtime=1.67 cores=1,3
/proc/852281/task/852282/stat : 852282 (ld-linux-x86-64) S 852279 852279 848657 0 -1 1077936192 120 0 0 0 50 117 0 0 20 0 2 0 164160283 720760832 148448 134679101440 140164624441344 140164624628956 140730252013584 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140164626729856 140164626739304 93825012854784 140730252018519 140730252018683 140730252018683 140730252025778 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 713796 KiB
Current children cumulated memory: 596560 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.92
CPU time (s): 3600.04
CPU user time (s): 3597.57
CPU system time (s): 2.47127
CPU usage (%): 99.7542
Max. virtual memory (cumulated for all children) (KiB): 713796
Max. memory (cumulated for all children) (KiB): 596560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.57
system time used= 2.47127
maximum resident set size= 593792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 817455
page faults= 1
swaps= 0
block input operations= 104
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357452
involuntary context switches= 3570


# summary of solver processes directly reported to runsolver:
#   pid: 852279,852281
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.57
#   total CPU system time (s): 2.47127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.02628 second user time and 16.216 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-16 10:53:44
IDJOB=4431215
IDBENCH=155338
IDSOLVER=3055
FILE ID=nodeC014/4431215-1721120011
RUNJOBID= nodeC014-1721116306-848669
SLURM_JOB_ID= 7505656
Free space on /tmp= 889724 MiB

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

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

MD5SUM BENCH= 51fa3ae0158cc49e421df545accb4e20
RANDOM SEED=472015011

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		: 3676.250
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		: 3664.587
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		: 3599.906
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		: 3673.056
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		: 3676.239
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		: 3672.348
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		: 3600.009
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		: 3622.925
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:        125001156 kB
MemAvailable:   128166564 kB
Buffers:          342948 kB
Cached:          3624380 kB
SwapCached:        12824 kB
Active:          1359716 kB
Inactive:        4588928 kB
Active(anon):       9460 kB
Inactive(anon):  1989936 kB
Active(file):    1350256 kB
Inactive(file):  2598992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130796312 kB
Dirty:            323796 kB
Writeback:             0 kB
AnonPages:       1972388 kB
Mapped:            62976 kB
Shmem:             18072 kB
KReclaimable:     111612 kB
Slab:             205092 kB
SReclaimable:     111612 kB
SUnreclaim:        93480 kB
KernelStack:        4240 kB
PageTables:        14196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2797304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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= 889908 MiB
End job on nodeC014 at 2024-07-16 11:53:53