Trace number 4431018

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM15e811bd466a2fe28afb8f0d217d004b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables476
Total number of constraints476
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=820744, runsolver pid=820729

[startup+0.100092 s]*
/proc/loadavg: 1.41 1.50 1.92 7/252 820752
/proc/meminfo: memFree=124617748/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=3036 memory=288 CPUtime=0 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) D 820744 820744 820670 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 160728445 3108864 72 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 0 0 0 0 0 17 0 0 0 9 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 759 72 61 46 0 53 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 12964 KiB
Current children cumulated memory: 3032 KiB

[startup+0.216094 s]*
/proc/loadavg: 1.41 1.50 1.92 4/252 820752
/proc/meminfo: memFree=124616596/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=56404 memory=632 CPUtime=0 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) D 820744 820744 820670 0 -1 4194304 66 0 1 0 0 0 0 0 20 0 1 0 160728445 57757696 158 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 0 0 0 0 0 17 0 0 0 18 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 14101 158 137 46 0 231 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 66332 KiB
Current children cumulated memory: 3376 KiB

[startup+0.314547 s]*
/proc/loadavg: 1.41 1.50 1.92 4/252 820752
/proc/meminfo: memFree=124615288/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=62712 memory=840 CPUtime=0 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) D 820744 820744 820670 0 -1 4194304 79 0 4 0 0 0 0 0 20 0 1 0 160728445 64217088 210 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 0 0 0 0 0 17 0 0 0 30 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 15678 210 183 46 0 254 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 72640 KiB
Current children cumulated memory: 3584 KiB

[startup+0.700356 s]
/proc/loadavg: 1.41 1.50 1.92 4/253 820753
/proc/meminfo: memFree=124610852/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=87924 memory=8832 CPUtime=0.02 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) D 820744 820744 820670 0 -1 4194304 620 0 23 0 1 1 0 0 20 0 1 0 160728445 90034176 2208 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 0 0 0 0 0 17 0 0 0 71 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 21981 2208 1818 46 0 2596 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 97852 KiB
Current children cumulated memory: 11576 KiB

[startup+1.50041 s]
/proc/loadavg: 1.41 1.50 1.92 8/259 820759
/proc/meminfo: memFree=124564736/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=147416 memory=31512 CPUtime=0.67 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 3526 0 36 0 63 4 0 0 20 0 2 0 160728445 150953984 7878 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 36854 7878 3896 46 0 9449 0
[pid=820751/tid=820759] ppid=820744 vsize=147416 memory=11420 CPUtime=0 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160728520 150953984 7878 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 157344 KiB
Current children cumulated memory: 34256 KiB

[startup+3.11419 s]
/proc/loadavg: 1.62 1.54 1.93 9/259 820761
/proc/meminfo: memFree=124534724/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=147928 memory=32764 CPUtime=2.28 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 5030 0 36 0 224 4 0 0 20 0 2 0 160728445 151478272 8191 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 36982 8191 3938 46 0 9577 0
[pid=820751/tid=820759] ppid=820744 vsize=147928 memory=0 CPUtime=0 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 160728520 151478272 8191 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 157856 KiB
Current children cumulated memory: 35508 KiB
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 1.62 1.54 1.93 9/259 820761
/proc/meminfo: memFree=124524088/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=151716 memory=35728 CPUtime=5.46 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 7679 0 36 0 541 5 0 0 20 0 2 0 160728445 155357184 8932 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 37929 8932 3939 46 0 10524 0
[pid=820751/tid=820759] ppid=820744 vsize=151716 memory=-8682873658853452645 CPUtime=0 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 160728520 155357184 8932 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 161644 KiB
Current children cumulated memory: 38472 KiB

[startup+12.7004 s]
/proc/loadavg: 1.98 1.62 1.95 8/259 820762
/proc/meminfo: memFree=124523636/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=148836 memory=34432 CPUtime=11.84 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 11286 0 36 0 1178 6 0 0 20 0 2 0 160728445 152408064 8608 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 37209 8608 3939 46 0 9804 0
[pid=820751/tid=820759] ppid=820744 vsize=148836 memory=33848 CPUtime=0.01 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 11 0 0 0 0 1 0 0 20 0 2 0 160728520 152408064 8608 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 11.84 s
Current children cumulated vsize: 158764 KiB
Current children cumulated memory: 37176 KiB

[startup+25.5004 s]
/proc/loadavg: 2.29 1.70 1.98 8/259 820764
/proc/meminfo: memFree=124513144/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=150212 memory=36108 CPUtime=24.61 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 16682 0 36 0 2453 8 0 0 20 0 2 0 160728445 153817088 9027 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 37553 9027 3939 46 0 10148 0
[pid=820751/tid=820759] ppid=820744 vsize=150212 memory=37200 CPUtime=0.01 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 17 0 0 0 0 1 0 0 20 0 2 0 160728520 153817088 9027 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 24.61 s
Current children cumulated vsize: 160140 KiB
Current children cumulated memory: 38852 KiB

[startup+51.1145 s]
/proc/loadavg: 2.94 1.90 2.04 9/259 820767
/proc/meminfo: memFree=124455904/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=167132 memory=53800 CPUtime=50.15 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 43329 0 36 0 5002 13 0 0 20 0 2 0 160728445 171143168 13450 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 41783 13450 3978 46 0 14378 0
[pid=820751/tid=820759] ppid=820744 vsize=167132 memory=2744 CPUtime=0.04 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 27 0 0 0 1 3 0 0 20 0 2 0 160728520 171143168 13450 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 50.15 s
Current children cumulated vsize: 177060 KiB
Current children cumulated memory: 56544 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.27 2.16 8/259 820777
/proc/meminfo: memFree=124442896/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=167132 memory=54372 CPUtime=101.17 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 52370 0 36 0 10098 19 0 0 20 0 2 0 160728445 171143168 13593 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 41783 13593 3978 46 0 14378 0
[pid=820751/tid=820759] ppid=820744 vsize=167132 memory=2744 CPUtime=0.09 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 35 0 0 0 2 7 0 0 20 0 2 0 160728520 171143168 13593 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 101.17 s
Current children cumulated vsize: 177060 KiB
Current children cumulated memory: 57116 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.62 2.29 8/259 820789
/proc/meminfo: memFree=124438820/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=167132 memory=57800 CPUtime=161.03 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 53457 0 36 0 16078 25 0 0 20 0 2 0 160728445 171143168 14450 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.09 8/251 822517
/proc/meminfo: memFree=122933044/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=517976 memory=405372 CPUtime=3213.8 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 396156 0 36 0 321021 359 0 0 20 0 2 0 160728445 530407424 101343 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 129494 101343 3978 46 0 102089 0
[pid=820751/tid=820759] ppid=820744 vsize=517976 memory=11420 CPUtime=3.12 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 195 0 0 0 86 226 0 0 20 0 2 0 160728520 530407424 101343 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3213.8 s
Current children cumulated vsize: 527904 KiB
Current children cumulated memory: 408116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.15 4.10 8/249 822527
/proc/meminfo: memFree=122905164/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=523800 memory=411888 CPUtime=3273.68 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 399274 0 36 0 327002 366 0 0 20 0 2 0 160728445 536371200 102972 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 130950 102972 3978 46 0 103545 0
[pid=820751/tid=820759] ppid=820744 vsize=523800 memory=411384 CPUtime=3.18 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 198 0 0 0 88 230 0 0 20 0 2 0 160728520 536371200 102972 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 533728 KiB
Current children cumulated memory: 414632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.18 4.11 8/249 822537
/proc/meminfo: memFree=122871212/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=533112 memory=420372 CPUtime=3333.53 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 403588 0 36 0 332982 371 0 0 20 0 2 0 160728445 545906688 105093 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 133278 105093 3978 46 0 105873 0
[pid=820751/tid=820759] ppid=820744 vsize=533112 memory=42868 CPUtime=3.24 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 201 0 0 0 90 234 0 0 20 0 2 0 160728520 545906688 105093 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 543040 KiB
Current children cumulated memory: 423116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.18 4.11 8/249 822547
/proc/meminfo: memFree=122834776/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=541400 memory=428268 CPUtime=3393.36 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 407970 0 36 0 338961 375 0 0 20 0 2 0 160728445 554393600 107067 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 135350 107067 3978 46 0 107945 0
[pid=820751/tid=820759] ppid=820744 vsize=541400 memory=2744 CPUtime=3.3 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 204 0 0 0 92 238 0 0 20 0 2 0 160728520 554393600 107067 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3393.36 s
Current children cumulated vsize: 551328 KiB
Current children cumulated memory: 431012 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.16 4.10 8/249 822558
/proc/meminfo: memFree=122805912/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=549236 memory=436588 CPUtime=3453.21 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 412129 0 36 0 344939 382 0 0 20 0 2 0 160728445 562417664 109147 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 137309 109147 3978 46 0 109904 0
[pid=820751/tid=820759] ppid=820744 vsize=549236 memory=11420 CPUtime=3.36 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 207 0 0 0 93 243 0 0 20 0 2 0 160728520 562417664 109147 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3453.21 s
Current children cumulated vsize: 559164 KiB
Current children cumulated memory: 439332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.16 4.10 8/251 822572
/proc/meminfo: memFree=122773148/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=557544 memory=444420 CPUtime=3513.05 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 416967 0 36 0 350917 388 0 0 20 0 2 0 160728445 570925056 111105 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 139386 111105 3978 46 0 111981 0
[pid=820751/tid=820759] ppid=820744 vsize=557544 memory=2744 CPUtime=3.42 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 210 0 0 0 95 247 0 0 20 0 2 0 160728520 570925056 111105 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3513.05 s
Current children cumulated vsize: 567472 KiB
Current children cumulated memory: 447164 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.10 9/251 822582
/proc/meminfo: memFree=122742344/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=564620 memory=451888 CPUtime=3572.89 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 422221 0 36 0 356895 394 0 0 20 0 2 0 160728445 578170880 112972 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 141155 112972 3978 46 0 113750 0
[pid=820751/tid=820759] ppid=820744 vsize=564620 memory=451872 CPUtime=3.47 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 213 0 0 0 96 251 0 0 20 0 2 0 160728520 578170880 112972 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3572.89 s
Current children cumulated vsize: 574548 KiB
Current children cumulated memory: 454632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.13 4.14 4.10 6/248 822727
/proc/meminfo: memFree=123924904/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=568136 memory=456036 CPUtime=3600.02 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 426028 0 36 0 359605 397 0 0 20 0 2 0 160728445 581771264 114009 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 142034 114009 3978 46 0 114629 0
[pid=820751/tid=820759] ppid=820744 vsize=568136 memory=2744 CPUtime=3.5 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 213 0 0 0 97 253 0 0 20 0 2 0 160728520 581771264 114009 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 578064 KiB
Current children cumulated memory: 458780 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002087 s, system=0.002383 s

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

# cumulated CPU time of all completed processes:  user=3596.06 s, system=3.98156 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+3609.5 s]
/proc/loadavg: 4.13 4.14 4.10 6/248 822727
/proc/meminfo: memFree=123924904/131655788 swapFree=131071996/131071996
[pid=820744] ppid=820729 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/820744/stat : 820744 (run-glibc-2.34.) S 820729 820744 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160728444 10166272 686 134679101440 94917427634176 94917428713496 140726643674464 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94917430811952 94917430859140 94917444071424 140726643680191 140726643680348 140726643680348 140726643687363 0
/proc/820744/statm: 2482 686 605 264 0 133 0
[pid=820751] ppid=820744 vsize=568136 memory=456036 CPUtime=3600.02 cores=0,2
/proc/820751/stat : 820751 (ld-linux-x86-64) R 820744 820744 820670 0 -1 4194304 426028 0 36 0 359605 397 0 0 20 0 2 0 160728445 581771264 114009 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 0 0 0 17 0 0 0 87 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
/proc/820751/statm: 142034 114009 3978 46 0 114629 0
[pid=820751/tid=820759] ppid=820744 vsize=568136 memory=2744 CPUtime=3.5 cores=0,2
/proc/820751/task/820759/stat : 820759 (ld-linux-x86-64) S 820744 820744 820670 0 -1 1077936192 213 0 0 0 97 253 0 0 20 0 2 0 160728520 581771264 114009 134679101440 140244623048704 140244623236316 140722587701664 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140244625337216 140244625346664 93825004302336 140722587710295 140722587710459 140722587710459 140722587717554 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 578064 KiB
Current children cumulated memory: 458780 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.51
CPU time (s): 3600.04
CPU user time (s): 3596.06
CPU system time (s): 3.98156
CPU usage (%): 99.7376
Max. virtual memory (cumulated for all children) (KiB): 578064
Max. memory (cumulated for all children) (KiB): 458780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.06
system time used= 3.98156
maximum resident set size= 456052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426233
page faults= 36
swaps= 0
block input operations= 2680
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356857
involuntary context switches= 25241


# summary of solver processes directly reported to runsolver:
#   pid: 820744,820751
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3596.06
#   total CPU system time (s): 3.98156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6375 second user time and 35.0612 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 01:22:05
IDJOB=4431018
IDBENCH=147547
IDSOLVER=3055
FILE ID=nodeC011/4431018-1721085712
RUNJOBID= nodeC011-1721085725-820680
SLURM_JOB_ID= 7505579
Free space on /tmp= 723784 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.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-4431018-1721085712/watcher-4431018-1721085712 -o /tmp/evaluation-result-4431018-1721085712/solver-4431018-1721085712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820680 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431018-1721085712.opb

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

MD5SUM BENCH= 15e811bd466a2fe28afb8f0d217d004b
RANDOM SEED=1113139262

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.121
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.121
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.156
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.159
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1199.561
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1242.841
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1261.596
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1217.437
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124622940 kB
MemAvailable:   129887588 kB
Buffers:          413012 kB
Cached:          5628500 kB
SwapCached:            0 kB
Active:           722740 kB
Inactive:        5639984 kB
Active(anon):       1320 kB
Inactive(anon):   357640 kB
Active(file):     721420 kB
Inactive(file):  5282344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            166984 kB
Writeback:             0 kB
AnonPages:        319220 kB
Mapped:           103488 kB
Shmem:             37704 kB
KReclaimable:     202168 kB
Slab:             312596 kB
SReclaimable:     202168 kB
SUnreclaim:       110428 kB
KernelStack:        3760 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     788396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723568 MiB
End job on nodeC011 at 2024-07-16 02:22:15