Trace number 4431317

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.11 3604.71

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_clique-50.lin.opb
MD5SUM11852bf7a05815ba1c78428ce5d4534c
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 benchmark2312
Best CPU time to get the best result obtained on this benchmark2994.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3825
Total number of constraints7400
Number of constraints which are clauses3675
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints3675
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3675
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 62475
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 62475
Number of bits of the biggest sum of numbers16
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.05	c initialize IPBHS solver
0.00/0.05	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.05	c optimizer = "gurobi"
0.00/0.05	c pbsolver = "roundingsat"
0.00/0.05	c load symmetries from file ""
0.00/0.05	c set time limit for symmetry computation to 100 seconds.
0.00/0.05	c set interchangeable summation variable limit to 3
0.00/0.05	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.05	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.05	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.05	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.05	c set sym generation to 's'
0.00/0.05	c set abstraction set creation to 10 iterations without LB change
0.00/0.05	c set abstraction set inputs to 0
0.00/0.05	c set abstraction set cluster min size to 2
0.00/0.05	c set abstraction set cluster max size to 100000000
0.00/0.05	c set abstraction set cluster activation limit to 2
0.00/0.05	c enable abstraction set require equal cost
0.00/0.05	c set abstraction set assumptions to 0
0.00/0.05	c set abstraction set constraint type to 0
0.00/0.05	c set abstract core extraction strategy to b
0.00/0.05	c set core extraction strategy to 2
0.00/0.05	c set core extraction shuffles 10
0.00/0.05	c set cores per iteration to 5
0.00/0.05	c set optimizer bound usage strategy to 2
0.00/0.05	c set optimizer max non-optimal iterations to 1000
0.00/0.05	c set small core cardinality limit to 2
0.00/0.05	c set max coef in cores to 1000000000
0.00/0.05	c set SIS iterations to 5
0.00/0.05	c set SIS budget abs to 1000
0.00/0.05	c set SIS budget rel to 0.05
0.00/0.05	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.05	c will solve HOME/instance-4431317-1721165589.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: 63968 MiB (62316 MiB free)
  memory of node 1: 64473 MiB (61737 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431317-1721165589/watcher-4431317-1721165589 -o /tmp/evaluation-result-4431317-1721165589/solver-4431317-1721165589 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866314 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431317-1721165589.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=871525, runsolver pid=871522
Current StackSize limit: 8192 KiB


[startup+0.100903 s]*
/proc/loadavg: 4.19 4.22 4.18 5/267 871528
/proc/meminfo: memFree=127009560/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=148052 memory=31860 CPUtime=0.08 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 4302 0 0 0 8 0 0 0 20 0 2 0 168725913 151605248 7965 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 37013 7965 2706 46 0 9608 0
[pid=871527/tid=871528] ppid=871525 vsize=148052 memory=4026561614 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168725917 151605248 7965 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 157980 KiB
Current children cumulated memory: 34716 KiB

[startup+0.205904 s]*
/proc/loadavg: 4.19 4.22 4.18 5/267 871528
/proc/meminfo: memFree=127003176/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=154612 memory=38196 CPUtime=0.18 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 5909 0 0 0 18 0 0 0 20 0 2 0 168725913 158322688 9549 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 38653 9549 2706 46 0 11248 0
[pid=871527/tid=871528] ppid=871525 vsize=154612 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168725917 158322688 9549 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 164540 KiB
Current children cumulated memory: 41052 KiB

[startup+0.305724 s]*
/proc/loadavg: 4.19 4.22 4.18 5/267 871528
/proc/meminfo: memFree=126997880/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=160492 memory=44268 CPUtime=0.29 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 7378 0 0 0 28 1 0 0 20 0 2 0 168725913 164343808 11067 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 40123 11067 2706 46 0 12718 0
[pid=871527/tid=871528] ppid=871525 vsize=160492 memory=-8826701848675117664 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168725917 164343808 11067 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 170420 KiB
Current children cumulated memory: 47124 KiB

[startup+0.700226 s]
/proc/loadavg: 4.19 4.22 4.18 5/267 871528
/proc/meminfo: memFree=126987248/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=170392 memory=53820 CPUtime=0.68 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 10508 0 0 0 58 10 0 0 20 0 2 0 168725913 174481408 13455 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 42598 13455 2706 46 0 15193 0
[pid=871527/tid=871528] ppid=871525 vsize=170392 memory=1968 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168725917 174481408 13455 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 180320 KiB
Current children cumulated memory: 56676 KiB

[startup+1.50018 s]
/proc/loadavg: 4.19 4.22 4.18 5/267 871529
/proc/meminfo: memFree=126987064/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=170392 memory=53820 CPUtime=1.47 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 10522 0 0 0 107 40 0 0 20 0 2 0 168725913 174481408 13455 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 42598 13455 2706 46 0 15193 0
[pid=871527/tid=871528] ppid=871525 vsize=170392 memory=11608 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168725917 174481408 13455 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 180320 KiB
Current children cumulated memory: 56676 KiB

[startup+3.10558 s]
/proc/loadavg: 4.19 4.22 4.18 5/267 871529
/proc/meminfo: memFree=126983032/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=170392 memory=58484 CPUtime=3.08 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 13940 0 0 0 207 101 0 0 20 0 2 0 168725913 174481408 14621 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 42598 14621 3324 46 0 15193 0
[pid=871527/tid=871528] ppid=871525 vsize=170392 memory=2856 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 168725917 174481408 14621 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 180320 KiB
Current children cumulated memory: 61340 KiB

[startup+6.3002 s]
/proc/loadavg: 4.17 4.21 4.18 5/266 871529
/proc/meminfo: memFree=126967252/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=170392 memory=58660 CPUtime=6.27 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 18457 0 0 0 406 221 0 0 20 0 2 0 168725913 174481408 14665 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 42598 14665 3324 46 0 15193 0
[pid=871527/tid=871528] ppid=871525 vsize=170392 memory=2856 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 2 0 168725917 174481408 14665 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 180320 KiB
Current children cumulated memory: 61516 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.23 4.18 5/266 871531
/proc/meminfo: memFree=126959372/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=176976 memory=64888 CPUtime=12.66 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 32766 0 0 0 791 475 0 0 20 0 2 0 168725913 181223424 16222 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 44244 16222 3324 46 0 16839 0
[pid=871527/tid=871528] ppid=871525 vsize=176976 memory=2856 CPUtime=0 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 168725917 181223424 16222 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 186904 KiB
Current children cumulated memory: 67744 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.21 4.18 5/266 871532
/proc/meminfo: memFree=126663596/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=620656 memory=346164 CPUtime=25.43 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 77624 0 0 0 1757 786 0 0 20 0 2 0 168725913 635551744 86541 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 155164 86541 3340 46 0 127759 0
[pid=871527/tid=871528] ppid=871525 vsize=620656 memory=81368 CPUtime=0.01 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 22 0 0 0 0 1 0 0 20 0 2 0 168725917 635551744 86541 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 630584 KiB
Current children cumulated memory: 349020 KiB

[startup+51.1059 s]
/proc/loadavg: 4.12 4.20 4.17 5/266 871538
/proc/meminfo: memFree=126631392/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=620656 memory=362880 CPUtime=51 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 91204 0 0 0 4312 788 0 0 20 0 2 0 168725913 635551744 90720 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 155164 90720 3340 46 0 127759 0
[pid=871527/tid=871528] ppid=871525 vsize=620656 memory=2856 CPUtime=0.03 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 32 0 0 0 0 3 0 0 20 0 2 0 168725917 635551744 90720 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 630584 KiB
Current children cumulated memory: 365736 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/263 871546
/proc/meminfo: memFree=126594924/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=620656 memory=366992 CPUtime=102.14 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 105503 0 0 0 9419 795 0 0 20 0 2 0 168725913 635551744 91748 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 155164 91748 3340 46 0 127759 0
[pid=871527/tid=871528] ppid=871525 vsize=620656 memory=11608 CPUtime=0.1 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 42 0 0 0 3 7 0 0 20 0 2 0 168725917 635551744 91748 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 630584 KiB
Current children cumulated memory: 369848 KiB

[startup+162.3 s]

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

[startup+3222.3 s]
/proc/loadavg: 1.11 1.50 2.64 2/237 873688
/proc/meminfo: memFree=127211716/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2352816 memory=1905372 CPUtime=3218.29 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 977119 0 0 0 318489 3340 0 0 20 0 2 0 168725913 2409283584 476343 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 588204 476343 3833 46 0 560799 0
[pid=871527/tid=871528] ppid=871525 vsize=2352816 memory=2856 CPUtime=3.85 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 234 0 0 0 119 266 0 0 20 0 2 0 168725917 2409283584 476343 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3218.29 s
Current children cumulated vsize: 2362744 KiB
Current children cumulated memory: 1908228 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 1.44 2.55 2/238 873869
/proc/meminfo: memFree=126939824/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3278.19 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 983552 0 0 0 324468 3351 0 0 20 0 2 0 168725913 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544002 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3.92 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 238 0 0 0 121 271 0 0 20 0 2 0 168725917 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3278.19 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2178864 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.37 2.45 2/238 873879
/proc/meminfo: memFree=126939952/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3338.1 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 988855 0 0 0 330451 3359 0 0 20 0 2 0 168725913 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544002 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=5616 CPUtime=4.01 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 242 0 0 0 124 277 0 0 20 0 2 0 168725917 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3338.1 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2178864 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.32 2.36 2/241 873949
/proc/meminfo: memFree=126939156/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3398.01 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 993182 0 0 0 336434 3367 0 0 20 0 2 0 168725913 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544002 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2856 CPUtime=4.08 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 247 0 0 0 126 282 0 0 20 0 2 0 168725917 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3398.01 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2178864 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.29 2.29 2/241 873961
/proc/meminfo: memFree=126939184/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3457.91 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 996987 0 0 0 342417 3374 0 0 20 0 2 0 168725913 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544002 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2856 CPUtime=4.16 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 250 0 0 0 128 288 0 0 20 0 2 0 168725917 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3457.91 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2178864 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.25 2.21 2/241 873971
/proc/meminfo: memFree=126938988/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176008 CPUtime=3517.82 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 1002305 0 0 0 348400 3382 0 0 20 0 2 0 168725913 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544002 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2856 CPUtime=4.23 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 253 0 0 0 130 293 0 0 20 0 2 0 168725917 2686414848 544002 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3517.82 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2178864 KiB

[startup+3582.3 s]
/proc/loadavg: 1.13 1.23 2.14 2/240 873981
/proc/meminfo: memFree=126938552/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176820 CPUtime=3577.73 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 1005961 0 0 0 354384 3389 0 0 20 0 2 0 168725913 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544205 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2176820 CPUtime=4.3 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 256 0 0 0 132 298 0 0 20 0 2 0 168725917 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3577.73 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2179676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 1.14 1.23 2.11 2/239 873986
/proc/meminfo: memFree=126938216/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176820 CPUtime=3600.09 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 1007970 0 0 0 356617 3392 0 0 20 0 2 0 168725913 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544205 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2856 CPUtime=4.34 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 257 0 0 0 133 301 0 0 20 0 2 0 168725917 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2179676 KiB

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

[startup+3604.71 s]
# the end of solver process 871525 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.001528 s

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

# cumulated CPU time of all completed processes:  user=3566.18 s, system=33.9323 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+3604.7 s]
/proc/loadavg: 1.14 1.23 2.11 2/239 873986
/proc/meminfo: memFree=126938216/131524600 swapFree=131071996/131071996
[pid=871525] ppid=871522 vsize=9928 memory=2856 CPUtime=0 cores=4,6
/proc/871525/stat : 871525 (run-glibc-2.34.) S 871522 871525 866303 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 168725913 10166272 714 134679101440 94170367676416 94170368755736 140721070165120 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94170370854192 94170370901380 94170376794112 140721070171071 140721070171228 140721070171228 140721070178243 0
/proc/871525/statm: 2482 714 633 264 0 133 0
[pid=871527] ppid=871525 vsize=2623452 memory=2176820 CPUtime=3600.09 cores=4,6
/proc/871527/stat : 871527 (ld-linux-x86-64) R 871525 871525 866303 0 -1 4194304 1007970 0 0 0 356617 3392 0 0 20 0 2 0 168725913 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
/proc/871527/statm: 655863 544205 3833 46 0 628458 0
[pid=871527/tid=871528] ppid=871525 vsize=2623452 memory=2856 CPUtime=4.34 cores=4,6
/proc/871527/task/871528/stat : 871528 (ld-linux-x86-64) S 871525 871525 866303 0 -1 1077936192 257 0 0 0 133 301 0 0 20 0 2 0 168725917 2686414848 544205 134679101440 139624527327232 139624527514844 140729706391520 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139624529615744 139624529625192 93825018384384 140729706394455 140729706394619 140729706394619 140729706401714 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2633380 KiB
Current children cumulated memory: 2179676 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.71
CPU time (s): 3600.11
CPU user time (s): 3566.18
CPU system time (s): 33.9323
CPU usage (%): 99.8724
Max. virtual memory (cumulated for all children) (KiB): 3166916
Max. memory (cumulated for all children) (KiB): 2635064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.18
system time used= 33.9323
maximum resident set size= 2709480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1008178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356975
involuntary context switches= 1891


# summary of solver processes directly reported to runsolver:
#   pid: 871525,871527
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3566.18
#   total CPU system time (s): 33.9323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53909 second user time and 17.916 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 23:33:21
IDJOB=4431317
IDBENCH=158576
IDSOLVER=3055
FILE ID=nodeC028/4431317-1721165589
RUNJOBID= nodeC028-1721157371-866314
SLURM_JOB_ID= 7505768
Free space on /tmp= 889936 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-50.lin.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-4431317-1721165589/watcher-4431317-1721165589 -o /tmp/evaluation-result-4431317-1721165589/solver-4431317-1721165589 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866314 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431317-1721165589.opb

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

MD5SUM BENCH= 11852bf7a05815ba1c78428ce5d4534c
RANDOM SEED=32766359

nodeC028.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		: 3672.324
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.56
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		: 3678.738
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.59
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.200
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.56
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.796
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.59
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		: 3661.843
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.56
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.738
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.59
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		: 3677.577
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.944
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127031636 kB
MemAvailable:   127859364 kB
Buffers:          421564 kB
Cached:          1243476 kB
SwapCached:            0 kB
Active:           796852 kB
Inactive:        3099676 kB
Active(anon):       1552 kB
Inactive(anon):  2267636 kB
Active(file):     795300 kB
Inactive(file):   832040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41916 kB
Writeback:             0 kB
AnonPages:       2208080 kB
Mapped:           122260 kB
Shmem:             37720 kB
KReclaimable:      80424 kB
Slab:             184836 kB
SReclaimable:      80424 kB
SUnreclaim:       104412 kB
KernelStack:        4272 kB
PageTables:        14048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2747688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1333248 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:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC028 at 2024-07-17 00:33:26