Trace number 4464182

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
FiberSCIP 2024-07-30? (TO) 3600.13 3611.78

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
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.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
2.99/3.01	c Default LC presolving (default).
2.99/3.02	c ** Before presolving: virtualMemUsedAtLc = 1045323018, getVmSize() = 809312256, SCIPgetMemUsed() = 552543609, SCIPgetMemTotal() = 777954593, SCIPgetMemExternEstim() = 267368425
2.99/3.02	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
23.40/23.51	c ** Estimated virtualMemUsedAtSolver = 2990189629, getVmSize() = 4490600448, SCIPgetMemUsed() = 2344491187, SCIPgetMemTotal() = 4217916019, SCIPgetMemExternEstim() = 267368425
23.40/23.51	c ** set memory limit for solvers to 4.39796e+12 for each SCIP **
23.40/23.51	c Original Problem   :
23.40/23.51	c   Problem name     : instance-4464182-1722382202
23.40/23.51	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
23.40/23.51	c   Constraints      : 65280
23.40/23.51	c   Objective sense  : minimize
23.40/23.51	c Presolved Problem  :
23.40/23.51	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
23.40/23.51	c   Constraints      : 65280
23.40/23.51	c Constraints        : Number
23.40/23.51	c   logicor          : 65280 
23.40/23.51	c ** Instance transfer method used: 0
23.80/23.95	c ** ParaScipInstance copy does not increase the number of variables. **
24.68/24.85	c LC is working with racing ramp-up and with rebuilding tree after racing.
24.68/24.85	c                                Nodes    Active                                            
24.68/24.85	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
38.19/38.45	c *      38              0           1         1          80.0000                -          -
38.19/38.45	c        38              0           1         1          80.0000                -          -

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464182-1722382202/watcher-4464182-1722382202 -o /tmp/evaluation-result-4464182-1722382202/solver-4464182-1722382202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722378594-28307 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464182-1722382202.opb -qsol -t 3600 -sth 1 

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
solver pid=30700, runsolver pid=30697
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 5.59 4.60 4.23 5/248 30701
/proc/meminfo: memFree=128111416/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=42656 memory=30980 CPUtime=0.1 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 5601 0 0 0 9 1 0 0 20 0 1 0 4590971 43679744 7745 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 10664 7745 2347 3035 0 7060 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42656 KiB
Current children cumulated memory: 30980 KiB

[startup+0.209654 s]*
/proc/loadavg: 5.59 4.60 4.23 5/248 30701
/proc/meminfo: memFree=128097136/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=49040 memory=37048 CPUtime=0.21 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 7176 0 0 0 19 2 0 0 20 0 1 0 4590971 50216960 9262 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 12260 9262 2347 3035 0 8656 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 49040 KiB
Current children cumulated memory: 37048 KiB

[startup+0.310518 s]*
/proc/loadavg: 5.59 4.60 4.23 5/248 30701
/proc/meminfo: memFree=128085236/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=53564 memory=41536 CPUtime=0.31 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 8302 0 0 0 28 3 0 0 20 0 1 0 4590971 54849536 10384 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 13391 10384 2347 3035 0 9787 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 41536 KiB

[startup+0.700264 s]
/proc/loadavg: 5.59 4.60 4.23 5/248 30701
/proc/meminfo: memFree=128067988/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=71192 memory=59484 CPUtime=0.68 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 12738 0 0 0 64 4 0 0 20 0 1 0 4590971 72900608 14871 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 17798 14871 2347 3035 0 14194 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 71192 KiB
Current children cumulated memory: 59484 KiB

[startup+1.50029 s]
/proc/loadavg: 5.59 4.60 4.23 5/248 30701
/proc/meminfo: memFree=128036040/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=125128 memory=113312 CPUtime=1.48 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 26235 0 0 0 140 8 0 0 20 0 1 0 4590971 128131072 28328 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 31282 28328 2347 3035 0 27678 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 125128 KiB
Current children cumulated memory: 113312 KiB

[startup+3.11307 s]
/proc/loadavg: 5.59 4.60 4.23 5/250 30703
/proc/meminfo: memFree=127164212/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=794228 memory=777804 CPUtime=3.09 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 202811 0 0 0 276 33 0 0 20 0 1 0 4590971 813289472 194451 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 198557 194451 2598 3035 0 194953 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 794228 KiB
Current children cumulated memory: 777804 KiB

[startup+6.30031 s]
/proc/loadavg: 5.47 4.59 4.23 5/250 30703
/proc/meminfo: memFree=126544152/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=1330816 memory=1309432 CPUtime=6.26 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 219044 0 0 0 570 56 0 0 20 0 1 0 4590971 1362755584 327358 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 332704 327358 2710 3035 0 329100 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1330816 KiB
Current children cumulated memory: 1309432 KiB

[startup+12.7003 s]
/proc/loadavg: 5.35 4.58 4.23 5/250 30705
/proc/meminfo: memFree=125330688/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=2866244 memory=2534944 CPUtime=12.64 cores=0,2
/proc/30700/stat : 30700 (fscip) R 30697 30700 28297 0 -1 4194304 338293 0 0 0 1161 103 0 0 20 0 1 0 4590971 2935033856 633736 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 716561 633736 2758 3035 0 712957 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2866244 KiB
Current children cumulated memory: 2534944 KiB

[startup+25.5004 s]
/proc/loadavg: 5.12 4.57 4.23 5/252 30708
/proc/meminfo: memFree=123602192/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=4860496 memory=4333204 CPUtime=25.37 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 528122 0 0 0 2376 161 0 0 20 0 3 0 4590971 4977147904 1083301 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1215124 1083301 2790 3035 0 1194962 0
[pid=30700/tid=30707] ppid=30697 vsize=4860496 memory=3892280 CPUtime=1.51 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 97167 0 0 0 130 21 0 0 20 0 3 0 4593322 4977147904 1083301 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=4860496 memory=3797564 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4593456 4977147904 1083301 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 4860496 KiB
Current children cumulated memory: 4333204 KiB

[startup+51.1132 s]
/proc/loadavg: 4.81 4.54 4.23 5/250 30713
/proc/meminfo: memFree=121980736/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=6262800 memory=5737508 CPUtime=50.87 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 893792 0 0 0 4834 253 0 0 20 0 3 0 4590971 6413107200 1434377 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1565700 1434377 2966 3035 0 1553852 0
[pid=30700/tid=30707] ppid=30697 vsize=6262800 memory=5737148 CPUtime=27 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 460781 0 0 0 2587 113 0 0 20 0 3 0 4593322 6413107200 1434377 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=6262800 memory=11648 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 4593456 6413107200 1434377 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 6262800 KiB
Current children cumulated memory: 5737508 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.47 4.22 5/250 30722
/proc/meminfo: memFree=121929808/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=6262800 memory=5737516 CPUtime=101.89 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 918157 0 0 0 9933 256 0 0 20 0 3 0 4590971 6413107200 1434379 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1565700 1434379 2966 3035 0 1553852 0
[pid=30700/tid=30707] ppid=30697 vsize=6262800 memory=12800 CPUtime=78.02 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 485126 0 0 0 7686 116 0 0 20 0 3 0 4593322 6413107200 1434379 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=6262800 memory=5737516 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 4593456 6413107200 1434379 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 6262800 KiB
Current children cumulated memory: 5737516 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.41 4.22 5/250 30733
/proc/meminfo: memFree=121887232/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=6262800 memory=5737580 CPUtime=161.69 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 946944 0 0 0 15911 258 0 0 20 0 3 0 4590971 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1565700 1434395 2982 3035 0 1553852 0
[pid=30700/tid=30707] ppid=30697 vsize=6262800 memory=12800 CPUtime=137.82 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 513899 0 0 0 13664 118 0 0 20 0 3 0 4593322 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=6262800 memory=5737580 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 4593456 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 6262800 KiB
Current children cumulated memory: 5737580 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.36 4.21 5/249 30743
/proc/meminfo: memFree=121836528/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=6262800 memory=5737580 CPUtime=221.5 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 969421 0 0 0 21889 261 0 0 20 0 3 0 4590971 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1565700 1434395 2982 3035 0 1553852 0
[pid=30700/tid=30707] ppid=30697 vsize=6262800 memory=5737580 CPUtime=197.63 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 536355 0 0 0 19642 121 0 0 20 0 3 0 4593322 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=6262800 memory=5737580 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 4593456 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 6262800 KiB
Current children cumulated memory: 5737580 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.33 4.21 5/249 30753
/proc/meminfo: memFree=121768268/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=6262800 memory=5737580 CPUtime=281.31 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 997483 0 0 0 27867 264 0 0 20 0 3 0 4590971 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1565700 1434395 2982 3035 0 1553852 0
[pid=30700/tid=30707] ppid=30697 vsize=6262800 memory=5737580 CPUtime=257.44 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 564403 0 0 0 25620 124 0 0 20 0 3 0 4593322 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=6262800 memory=11648 CPUtime=0 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 3 0 4593456 6413107200 1434395 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 6262800 KiB
Current children cumulated memory: 5737580 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.28 4.19 5/246 30763

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

Current children cumulated memory: 6602916 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.21 4.18 6/249 31945
/proc/meminfo: memFree=104142528/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7030644 memory=6603796 CPUtime=3152.07 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 3640369 0 0 0 314696 511 0 0 20 0 3 0 4590971 7199379456 1650949 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1757661 1650949 2982 3035 0 1749730 0
[pid=30700/tid=30707] ppid=30697 vsize=7030644 memory=6600280 CPUtime=3128.14 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3206471 0 0 0 312448 366 0 0 20 0 3 0 4593322 7199379456 1650949 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7030644 memory=6600280 CPUtime=0.05 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 894 0 0 0 1 4 0 0 20 0 3 0 4593456 7199379456 1650949 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3152.07 s
Current children cumulated vsize: 7030644 KiB
Current children cumulated memory: 6603796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/249 31956
/proc/meminfo: memFree=104122380/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7036396 memory=6617892 CPUtime=3211.88 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 3746236 0 0 0 320670 518 0 0 20 0 3 0 4590971 7205269504 1654473 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1759099 1654473 2982 3035 0 1751168 0
[pid=30700/tid=30707] ppid=30697 vsize=7036396 memory=6600280 CPUtime=3187.94 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3312322 0 0 0 318422 372 0 0 20 0 3 0 4593322 7205269504 1654473 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7036396 memory=6604248 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 910 0 0 0 1 5 0 0 20 0 3 0 4593456 7205269504 1654473 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3211.88 s
Current children cumulated vsize: 7036396 KiB
Current children cumulated memory: 6617892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.17 4.17 6/249 31966
/proc/meminfo: memFree=104107276/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7041968 memory=6623464 CPUtime=3271.69 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 3842436 0 0 0 326641 528 0 0 20 0 3 0 4590971 7210975232 1655866 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1760492 1655866 2982 3035 0 1752561 0
[pid=30700/tid=30707] ppid=30697 vsize=7041968 memory=6617892 CPUtime=3247.75 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3408498 0 0 0 324393 382 0 0 20 0 3 0 4593322 7210975232 1655866 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7041968 memory=6617892 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 934 0 0 0 1 5 0 0 20 0 3 0 4593456 7210975232 1655866 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3271.69 s
Current children cumulated vsize: 7041968 KiB
Current children cumulated memory: 6623464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/251 32361
/proc/meminfo: memFree=104082632/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7102668 memory=6640740 CPUtime=3331.5 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 3985127 0 0 0 332612 538 0 0 20 0 3 0 4590971 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1775667 1660185 2982 3035 0 1767736 0
[pid=30700/tid=30707] ppid=30697 vsize=7102668 memory=12800 CPUtime=3307.56 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3551172 0 0 0 330364 392 0 0 20 0 3 0 4593322 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7102668 memory=33092 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 951 0 0 0 1 5 0 0 20 0 3 0 4593456 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3331.5 s
Current children cumulated vsize: 7102668 KiB
Current children cumulated memory: 6640740 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.17 4.17 6/251 32373
/proc/meminfo: memFree=104077384/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7102668 memory=6640740 CPUtime=3391.31 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4117803 0 0 0 338583 548 0 0 20 0 3 0 4590971 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1775667 1660185 2982 3035 0 1767736 0
[pid=30700/tid=30707] ppid=30697 vsize=7102668 memory=11648 CPUtime=3367.37 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3683823 0 0 0 336335 402 0 0 20 0 3 0 4593322 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7102668 memory=6640740 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 976 0 0 0 1 5 0 0 20 0 3 0 4593456 7273132032 1660185 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3391.31 s
Current children cumulated vsize: 7102668 KiB
Current children cumulated memory: 6640740 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/249 32383
/proc/meminfo: memFree=104070984/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7105220 memory=6643292 CPUtime=3451.11 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4247513 0 0 0 344555 556 0 0 20 0 3 0 4590971 7275745280 1660823 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1776305 1660823 2982 3035 0 1768374 0
[pid=30700/tid=30707] ppid=30697 vsize=7105220 memory=11648 CPUtime=3427.18 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3813514 0 0 0 342307 411 0 0 20 0 3 0 4593322 7275745280 1660823 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7105220 memory=6640740 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 995 0 0 0 1 5 0 0 20 0 3 0 4593456 7275745280 1660823 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3451.11 s
Current children cumulated vsize: 7105220 KiB
Current children cumulated memory: 6643292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.17 4.17 5/251 32563
/proc/meminfo: memFree=104023888/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7110860 memory=6648932 CPUtime=3510.92 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4370388 0 0 0 350519 573 0 0 20 0 3 0 4590971 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1777715 1662233 2982 3035 0 1769784 0
[pid=30700/tid=30707] ppid=30697 vsize=7110860 memory=12800 CPUtime=3486.99 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 3936365 0 0 0 348272 427 0 0 20 0 3 0 4593322 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7110860 memory=5468 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 1019 0 0 0 1 5 0 0 20 0 3 0 4593456 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3510.92 s
Current children cumulated vsize: 7110860 KiB
Current children cumulated memory: 6648932 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/251 32574
/proc/meminfo: memFree=104015912/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7110860 memory=6648932 CPUtime=3570.74 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4509870 0 0 0 356492 582 0 0 20 0 3 0 4590971 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1777715 1662233 2982 3035 0 1769784 0
[pid=30700/tid=30707] ppid=30697 vsize=7110860 memory=6648932 CPUtime=3546.8 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 4075830 0 0 0 354244 436 0 0 20 0 3 0 4593322 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7110860 memory=11648 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 1036 0 0 0 1 5 0 0 20 0 3 0 4593456 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3570.74 s
Current children cumulated vsize: 7110860 KiB
Current children cumulated memory: 6648932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.22 4.18 4.18 5/250 32684
/proc/meminfo: memFree=104363096/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7110860 memory=6648932 CPUtime=3600.04 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4549053 0 0 0 359420 584 0 0 20 0 3 0 4590971 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1777715 1662233 2982 3035 0 1769784 0
[pid=30700/tid=30707] ppid=30697 vsize=7110860 memory=11648 CPUtime=3576.1 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 4114999 0 0 0 357172 438 0 0 20 0 3 0 4593322 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7110860 memory=6648932 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 1050 0 0 0 1 5 0 0 20 0 3 0 4593456 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 7110860 KiB
Current children cumulated memory: 6648932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.21 s, system=5.91869 s

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

[startup+3611.7 s]
/proc/loadavg: 4.22 4.18 4.18 5/250 32684
/proc/meminfo: memFree=104363096/131655788 swapFree=131071472/131071996
[pid=30700] ppid=30697 vsize=7110860 memory=6648932 CPUtime=3600.04 cores=0,2
/proc/30700/stat : 30700 (fscip) S 30697 30700 28297 0 -1 1077936128 4549053 0 0 0 359420 584 0 0 20 0 3 0 4590971 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
/proc/30700/statm: 1777715 1662233 2982 3035 0 1769784 0
[pid=30700/tid=30707] ppid=30697 vsize=7110860 memory=11648 CPUtime=3576.1 cores=0,2
/proc/30700/task/30707/stat : 30707 (fscip) R 30697 30700 28297 0 -1 4194368 4114999 0 0 0 357172 438 0 0 20 0 3 0 4593322 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
[pid=30700/tid=30708] ppid=30697 vsize=7110860 memory=6648932 CPUtime=0.06 cores=0,2
/proc/30700/task/30708/stat : 30708 (fscip) S 30697 30700 28297 0 -1 1077936192 1050 0 0 0 1 5 0 0 20 0 3 0 4593456 7281520640 1662233 134679101440 4194304 16623229 140729534131632 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 31195136 140729534137370 140729534137486 140729534137486 140729534144496 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 7110860 KiB
Current children cumulated memory: 6648932 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.78
CPU time (s): 3600.13
CPU user time (s): 3594.21
CPU system time (s): 5.91869
CPU usage (%): 99.6774
Max. virtual memory (cumulated for all children) (KiB): 7110860
Max. memory (cumulated for all children) (KiB): 6648932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.21
system time used= 5.91869
maximum resident set size= 6702768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4549055
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= 3697
involuntary context switches= 25219


# summary of solver processes directly reported to runsolver:
#   pid: 30700
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3594.21
#   total CPU system time (s): 5.91869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2313 second user time and 33.7422 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-31 01:30:03
IDJOB=4464182
IDBENCH=155404
IDSOLVER=3092
FILE ID=nodeC008/4464182-1722382202
RUNJOBID= nodeC008-1722378594-28307
SLURM_JOB_ID= 8249838
Free space on /tmp= 723652 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464182-1722382202/watcher-4464182-1722382202 -o /tmp/evaluation-result-4464182-1722382202/solver-4464182-1722382202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722378594-28307 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464182-1722382202.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=1367756045

nodeC008.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		: 1340.679
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	: 6984.63
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		: 3492.315
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.27
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		: 1420.303
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	: 6984.63
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.387
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.27
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		: 3038.313
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	: 6984.63
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		: 3631.169
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.27
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		: 1197.370
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	: 6984.63
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		: 1197.589
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128140776 kB
MemAvailable:   128395116 kB
Buffers:           84196 kB
Cached:          1009460 kB
SwapCached:           72 kB
Active:           247944 kB
Inactive:        2842180 kB
Active(anon):       1464 kB
Inactive(anon):  2016108 kB
Active(file):     246480 kB
Inactive(file):   826072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            134748 kB
Writeback:             0 kB
AnonPages:       1996244 kB
Mapped:           123452 kB
Shmem:             21104 kB
KReclaimable:      43640 kB
Slab:             118816 kB
SReclaimable:      43640 kB
SUnreclaim:        75176 kB
KernelStack:        4000 kB
PageTables:        13276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1811252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6240 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      146248 kB
DirectMap2M:    10244096 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723500 MiB
End job on nodeC008 at 2024-07-31 02:30:15