Trace number 4431259

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.19 3605.79

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat85_4_27_4.opb
MD5SUM21308a801a9cbe43fb5a50efc40ff8ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5141383
Best CPU time to get the best result obtained on this benchmark66218.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 146273936801
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 146273936801
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100761 s]*
/proc/loadavg: 4.21 4.16 4.10 5/263 852457
/proc/meminfo: memFree=114962468/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=101396 memory=23580 CPUtime=0.08 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 4347 0 0 0 6 2 0 0 20 0 1 0 165420983 103829504 5895 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 25349 5895 1710 46 0 5964 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 111324 KiB
Current children cumulated memory: 26256 KiB

[startup+0.20676 s]*
/proc/loadavg: 4.21 4.16 4.10 5/264 852458
/proc/meminfo: memFree=114920152/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=177380 memory=61720 CPUtime=0.18 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 11981 0 0 0 14 4 0 0 20 0 2 0 165420983 181637120 15430 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 44345 15430 2716 46 0 16940 0
[pid=852457/tid=852458] ppid=852455 vsize=177380 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165420996 181637120 15430 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 187308 KiB
Current children cumulated memory: 64396 KiB

[startup+0.306778 s]*
/proc/loadavg: 4.21 4.16 4.10 5/264 852458
/proc/meminfo: memFree=114915700/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=183368 memory=66384 CPUtime=0.28 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 13793 0 0 0 23 5 0 0 20 0 2 0 165420983 187768832 16596 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 45842 16596 2716 46 0 18437 0
[pid=852457/tid=852458] ppid=852455 vsize=183368 memory=-8898480166709324130 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) R 852455 852455 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165420996 187768832 16596 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 193296 KiB
Current children cumulated memory: 69060 KiB

[startup+0.700272 s]
/proc/loadavg: 4.21 4.16 4.10 5/264 852458
/proc/meminfo: memFree=114912652/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=188076 memory=74800 CPUtime=0.66 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 15526 0 0 0 56 10 0 0 20 0 2 0 165420983 192589824 18700 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 47019 18700 3130 46 0 19614 0
[pid=852457/tid=852458] ppid=852455 vsize=188076 memory=0 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165420996 192589824 18700 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 198004 KiB
Current children cumulated memory: 77476 KiB

[startup+1.50023 s]
/proc/loadavg: 4.19 4.16 4.10 5/264 852458
/proc/meminfo: memFree=114887136/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=228400 memory=106404 CPUtime=1.47 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 22607 0 0 0 135 12 0 0 20 0 2 0 165420983 233881600 26601 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 57100 26601 3902 46 0 29695 0
[pid=852457/tid=852458] ppid=852455 vsize=228400 memory=101852 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165420996 233881600 26601 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 238328 KiB
Current children cumulated memory: 109080 KiB

[startup+3.10547 s]
/proc/loadavg: 4.19 4.16 4.10 5/264 852506
/proc/meminfo: memFree=116472612/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=244616 memory=122268 CPUtime=3.07 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 32064 0 0 0 294 13 0 0 20 0 2 0 165420983 250486784 30567 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 61154 30567 3933 46 0 33749 0
[pid=852457/tid=852458] ppid=852455 vsize=244616 memory=-8898480166709324130 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 165420996 250486784 30567 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 254544 KiB
Current children cumulated memory: 124944 KiB

[startup+6.3002 s]
/proc/loadavg: 4.26 4.17 4.10 5/265 852508
/proc/meminfo: memFree=116445828/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=248984 memory=127572 CPUtime=6.25 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 45425 0 0 0 609 16 0 0 20 0 2 0 165420983 254959616 31893 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 62246 31893 4012 46 0 34841 0
[pid=852457/tid=852458] ppid=852455 vsize=248984 memory=127572 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 165420996 254959616 31893 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 258912 KiB
Current children cumulated memory: 130248 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.18 4.11 5/265 852508
/proc/meminfo: memFree=116441824/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=248984 memory=128524 CPUtime=12.65 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 51644 0 0 0 1192 73 0 0 20 0 2 0 165420983 254959616 32131 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 62246 32131 4012 46 0 34841 0
[pid=852457/tid=852458] ppid=852455 vsize=248984 memory=127572 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 2 0 165420996 254959616 32131 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 258912 KiB
Current children cumulated memory: 131200 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.18 4.10 5/265 852513
/proc/meminfo: memFree=116428608/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=256124 memory=131920 CPUtime=25.43 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 60531 0 0 0 2345 198 0 0 20 0 2 0 165420983 262270976 32980 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 64031 32980 4012 46 0 36626 0
[pid=852457/tid=852458] ppid=852455 vsize=256124 memory=131160 CPUtime=0 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 2 0 165420996 262270976 32980 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 266052 KiB
Current children cumulated memory: 134596 KiB

[startup+51.1058 s]
/proc/loadavg: 4.23 4.18 4.10 5/265 852516
/proc/meminfo: memFree=116371180/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=263304 memory=139876 CPUtime=51 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 78655 0 0 0 4652 448 0 0 20 0 2 0 165420983 269623296 34969 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 65826 34969 4012 46 0 38421 0
[pid=852457/tid=852458] ppid=852455 vsize=263304 memory=12740 CPUtime=0.01 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 39 0 0 0 0 1 0 0 20 0 2 0 165420996 269623296 34969 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 273232 KiB
Current children cumulated memory: 142552 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.16 4.10 5/265 852958
/proc/meminfo: memFree=122079328/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=356120 memory=211656 CPUtime=102.11 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 114968 0 0 0 9342 869 0 0 20 0 2 0 165420983 364666880 52914 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 89030 52914 4012 46 0 61625 0
[pid=852457/tid=852458] ppid=852455 vsize=356120 memory=162932 CPUtime=0.04 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 49 0 0 0 1 3 0 0 20 0 2 0 165420996 364666880 52914 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 366048 KiB
Current children cumulated memory: 214332 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/265 852968
/proc/meminfo: memFree=121767780/131524600 swapFree=131071996/131071996

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.11 5/263 854325
/proc/meminfo: memFree=95027708/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22478808 memory=16536756 CPUtime=3217.27 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2320372 0 0 0 302917 18810 0 0 20 0 2 0 165420983 23018299392 4134189 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5619702 4134189 4162 46 0 5592297 0
[pid=852457/tid=852458] ppid=852455 vsize=22478808 memory=11400 CPUtime=1.87 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 235 0 0 0 71 116 0 0 20 0 2 0 165420996 23018299392 4134189 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3217.27 s
Current children cumulated vsize: 22488736 KiB
Current children cumulated memory: 16539432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.17 4.11 5/263 854336
/proc/meminfo: memFree=93234520/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22464864 memory=16685520 CPUtime=3277.17 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2501302 0 0 0 308550 19167 0 0 20 0 2 0 165420983 23004020736 4171380 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5616216 4171380 4162 46 0 5588811 0
[pid=852457/tid=852458] ppid=852455 vsize=22464864 memory=16659200 CPUtime=1.92 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 241 0 0 0 73 119 0 0 20 0 2 0 165420996 23004020736 4171380 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3277.17 s
Current children cumulated vsize: 22474792 KiB
Current children cumulated memory: 16688196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.24 4.14 5/263 854347
/proc/meminfo: memFree=93464552/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22451308 memory=16628904 CPUtime=3337.09 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2692600 0 0 0 314147 19562 0 0 20 0 2 0 165420983 22990139392 4157226 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5612827 4157226 4162 46 0 5585422 0
[pid=852457/tid=852458] ppid=852455 vsize=22451308 memory=12740 CPUtime=1.95 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 250 0 0 0 74 121 0 0 20 0 2 0 165420996 22990139392 4157226 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3337.09 s
Current children cumulated vsize: 22461236 KiB
Current children cumulated memory: 16631580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.23 4.14 5/265 854362
/proc/meminfo: memFree=93867580/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22957240 memory=17177724 CPUtime=3396.99 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2890566 0 0 0 319742 19957 0 0 20 0 2 0 165420983 23508213760 4294431 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5739310 4294431 4162 46 0 5711905 0
[pid=852457/tid=852458] ppid=852455 vsize=22957240 memory=2676 CPUtime=1.99 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 256 0 0 0 75 124 0 0 20 0 2 0 165420996 23508213760 4294431 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3396.99 s
Current children cumulated vsize: 22967168 KiB
Current children cumulated memory: 17180400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.30 4.18 5/265 854373
/proc/meminfo: memFree=93820192/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22983092 memory=17193788 CPUtime=3456.9 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2948421 0 0 0 325571 20119 0 0 20 0 2 0 165420983 23534686208 4298447 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5745773 4298447 4162 46 0 5718368 0
[pid=852457/tid=852458] ppid=852455 vsize=22983092 memory=17934116 CPUtime=2.03 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 263 0 0 0 77 126 0 0 20 0 2 0 165420996 23534686208 4298447 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3456.9 s
Current children cumulated vsize: 22993020 KiB
Current children cumulated memory: 17196464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.26 4.17 5/266 854384
/proc/meminfo: memFree=92865980/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=24927124 memory=18120028 CPUtime=3516.81 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 2992989 0 0 0 331392 20289 0 0 20 0 2 0 165420983 25525374976 4530007 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 6231781 4530007 4162 46 0 6204376 0
[pid=852457/tid=852458] ppid=852455 vsize=24927124 memory=5448 CPUtime=2.09 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 269 0 0 0 79 130 0 0 20 0 2 0 165420996 25525374976 4530007 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3516.81 s
Current children cumulated vsize: 24937052 KiB
Current children cumulated memory: 18122704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.24 4.17 5/266 854395
/proc/meminfo: memFree=94239404/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22444960 memory=16713076 CPUtime=3576.73 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 3131755 0 0 0 337213 20460 0 0 20 0 2 0 165420983 22983639040 4178269 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5611240 4178269 4178 46 0 5583835 0
[pid=852457/tid=852458] ppid=852455 vsize=22444960 memory=16160 CPUtime=2.14 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 276 0 0 0 81 133 0 0 20 0 2 0 165420996 22983639040 4178269 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3576.73 s
Current children cumulated vsize: 22454888 KiB
Current children cumulated memory: 16715752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.7 s]
/proc/loadavg: 4.12 4.22 4.17 5/266 854400
/proc/meminfo: memFree=94225856/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22444960 memory=16719220 CPUtime=3600.09 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 3160166 0 0 0 339546 20463 0 0 20 0 2 0 165420983 22983639040 4179805 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5611240 4179805 4178 46 0 5583835 0
[pid=852457/tid=852458] ppid=852455 vsize=22444960 memory=2676 CPUtime=2.16 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 278 0 0 0 82 134 0 0 20 0 2 0 165420996 22983639040 4179805 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 22454888 KiB
Current children cumulated memory: 16721896 KiB

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

[startup+3605.71 s]
# the end of solver process 852455 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.001739 s

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

# cumulated CPU time of all completed processes:  user=3395.47 s, system=204.72 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+3605.7 s]
/proc/loadavg: 4.12 4.22 4.17 5/266 854400
/proc/meminfo: memFree=94225856/131524600 swapFree=131071996/131071996
[pid=852455] ppid=852452 vsize=9928 memory=2676 CPUtime=0 cores=4,6
/proc/852455/stat : 852455 (run-glibc-2.34.) S 852452 852455 850391 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 165420983 10166272 669 134679101440 94372081344512 94372082423832 140720376041376 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94372084522288 94372084569476 94372115136512 140720376050623 140720376050780 140720376050780 140720376057795 0
/proc/852455/statm: 2482 669 588 264 0 133 0
[pid=852457] ppid=852455 vsize=22444960 memory=16719220 CPUtime=3600.09 cores=4,6
/proc/852457/stat : 852457 (ld-linux-x86-64) R 852455 852455 850391 0 -1 4194304 3160166 0 0 0 339546 20463 0 0 20 0 2 0 165420983 22983639040 4179805 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
/proc/852457/statm: 5611240 4179805 4178 46 0 5583835 0
[pid=852457/tid=852458] ppid=852455 vsize=22444960 memory=2676 CPUtime=2.16 cores=4,6
/proc/852457/task/852458/stat : 852458 (ld-linux-x86-64) S 852455 852455 850391 0 -1 1077936192 278 0 0 0 82 134 0 0 20 0 2 0 165420996 22983639040 4179805 134679101440 140001886662656 140001886850268 140734143950224 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140001888951168 140001888960616 93824993280000 140734143955799 140734143955963 140734143955963 140734143963058 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 22454888 KiB
Current children cumulated memory: 16721896 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.79
CPU time (s): 3600.19
CPU user time (s): 3395.47
CPU system time (s): 204.72
CPU usage (%): 99.8447
Max. virtual memory (cumulated for all children) (KiB): 24937052
Max. memory (cumulated for all children) (KiB): 19389780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3395.47
system time used= 204.72
maximum resident set size= 19457628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3160371
page faults= 0
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357180
involuntary context switches= 4599


# summary of solver processes directly reported to runsolver:
#   pid: 852455,852457
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3395.47
#   total CPU system time (s): 204.72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44815 second user time and 17.1851 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 14:23:40
IDJOB=4431259
IDBENCH=155628
IDSOLVER=3055
FILE ID=nodeC015/4431259-1721132608
RUNJOBID= nodeC015-1721129012-850402
SLURM_JOB_ID= 7505693
Free space on /tmp= 889912 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat85_4_27_4.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431259-1721132608/watcher-4431259-1721132608 -o /tmp/evaluation-result-4431259-1721132608/solver-4431259-1721132608 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721129012-850402 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431259-1721132608.opb

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

MD5SUM BENCH= 21308a801a9cbe43fb5a50efc40ff8ff
RANDOM SEED=1582713142

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114991364 kB
MemAvailable:   121106508 kB
Buffers:          400300 kB
Cached:          6534624 kB
SwapCached:            0 kB
Active:          1371532 kB
Inactive:       14510948 kB
Active(anon):       1572 kB
Inactive(anon):  8983708 kB
Active(file):    1369960 kB
Inactive(file):  5527240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             85664 kB
Writeback:             4 kB
AnonPages:       8942020 kB
Mapped:           121808 kB
Shmem:             37720 kB
KReclaimable:     115184 kB
Slab:             224852 kB
SReclaimable:     115184 kB
SUnreclaim:       109668 kB
KernelStack:        4208 kB
PageTables:        27196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13356532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63424 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7495680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889892 MiB
End job on nodeC015 at 2024-07-16 15:23:46