Trace number 4464394

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 NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30? 3589.22 3598.33

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3575.64
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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)
0.09/0.12	c Default LC presolving (default).
0.09/0.12	c ** Before presolving: virtualMemUsedAtLc = 111235289, getVmSize() = 105476096, SCIPgetMemUsed() = 71986198, SCIPgetMemTotal() = 82753774, SCIPgetMemExternEstim() = 28481515
0.09/0.12	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
56.01/56.26	c ** Estimated virtualMemUsedAtSolver = 338406718, getVmSize() = 526848000, SCIPgetMemUsed() = 353604098, SCIPgetMemTotal() = 479128562, SCIPgetMemExternEstim() = 28481515
56.01/56.26	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
56.01/56.26	c Original Problem   :
56.01/56.26	c   Problem name     : instance-4464394-1722378605
56.01/56.26	c   Variables        : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
56.01/56.26	c   Constraints      : 1386
56.01/56.26	c   Objective sense  : minimize
56.01/56.26	c Presolved Problem  :
56.01/56.26	c   Variables        : 19927 (19927 binary, 0 integer, 0 implicit integer, 0 continuous)
56.01/56.26	c   Constraints      : 777
56.01/56.26	c Constraints        : Number
56.01/56.26	c   knapsack         : 144 
56.01/56.26	c   setppc           : 592 
56.01/56.26	c   orbitope         : 41 
56.01/56.26	c ** Instance transfer method used: 0
56.11/56.30	c ** ParaScipInstance copy increased the number of variables. **
56.11/56.35	c LC is working with racing ramp-up and with rebuilding tree after racing.
56.11/56.35	c                                Nodes    Active                                            
56.11/56.35	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3588.89/3598.02	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3588.99/3598.15	c SCIP Status        : c solving was interrupted [hard time limit reached]
3588.99/3598.15	c Total Time         : 3598.1500
3588.99/3598.15	c   solving          : 3598.1500
3588.99/3598.15	c   presolving       : 56.1395 (included in solving)
3588.99/3598.15	c B&B Tree           :
3588.99/3598.15	c   nodes (total)    : 1
3588.99/3598.15	c Solution           :
3588.99/3598.15	c   Solutions found  : 0
3588.99/3598.15	c   Primal Bound     :          -
3588.99/3598.15	c   Dual Bound       :          -
3588.99/3598.15	c Gap                :          -
3589.18/3598.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (55246 MiB free)
  memory of node 1: 64510 MiB (62481 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=31110, runsolver pid=31107

[startup+0.100801 s]*
/proc/loadavg: 0.65 0.24 0.13 5/267 31111
/proc/meminfo: memFree=120490976/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=84216 memory=73616 CPUtime=0.09 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 16129 0 0 0 7 2 0 0 20 0 1 0 4458774 86237184 18404 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 21054 18404 2539 3035 0 17450 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 84216 KiB
Current children cumulated memory: 73616 KiB

[startup+0.20574 s]*
/proc/loadavg: 0.65 0.24 0.13 5/267 31111
/proc/meminfo: memFree=120570716/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=124008 memory=110324 CPUtime=0.19 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 24238 0 0 0 16 3 0 0 20 0 1 0 4458774 126984192 27581 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 31002 27581 2614 3035 0 27398 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 124008 KiB
Current children cumulated memory: 110324 KiB

[startup+0.305796 s]*
/proc/loadavg: 0.65 0.24 0.13 5/267 31111
/proc/meminfo: memFree=120685792/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=145132 memory=132836 CPUtime=0.3 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 30644 0 0 0 25 5 0 0 20 0 1 0 4458774 148615168 33209 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 36283 33209 2662 3035 0 32679 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 145132 KiB
Current children cumulated memory: 132836 KiB

[startup+0.700243 s]
/proc/loadavg: 0.65 0.24 0.13 5/267 31111
/proc/meminfo: memFree=120661240/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=164844 memory=148552 CPUtime=0.69 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 35238 0 0 0 63 6 0 0 20 0 1 0 4458774 168800256 37138 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 41211 37138 2742 3035 0 37607 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 164844 KiB
Current children cumulated memory: 148552 KiB

[startup+1.50025 s]
/proc/loadavg: 0.65 0.24 0.13 5/267 31111
/proc/meminfo: memFree=120405336/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=458076 memory=353632 CPUtime=1.48 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 71152 0 0 0 137 11 0 0 20 0 1 0 4458774 469069824 88408 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 114519 88408 2774 3035 0 110915 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 458076 KiB
Current children cumulated memory: 353632 KiB

[startup+3.1057 s]
/proc/loadavg: 0.92 0.31 0.15 5/267 31111
/proc/meminfo: memFree=120198092/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=461224 memory=355724 CPUtime=3.08 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 71715 0 0 0 297 11 0 0 20 0 1 0 4458774 472293376 88931 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 115306 88931 2774 3035 0 111702 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 461224 KiB
Current children cumulated memory: 355724 KiB

[startup+6.30024 s]
/proc/loadavg: 0.92 0.31 0.15 5/267 31113
/proc/meminfo: memFree=120114752/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=465260 memory=359660 CPUtime=6.27 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 72725 0 0 0 615 12 0 0 20 0 1 0 4458774 476426240 89915 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 116315 89915 2774 3035 0 112711 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 465260 KiB
Current children cumulated memory: 359660 KiB

[startup+12.7002 s]
/proc/loadavg: 1.47 0.44 0.20 5/267 31113
/proc/meminfo: memFree=119033220/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=471844 memory=366208 CPUtime=12.65 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 74362 0 0 0 1252 13 0 0 20 0 1 0 4458774 483168256 91552 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 117961 91552 2774 3035 0 114357 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 471844 KiB
Current children cumulated memory: 366208 KiB

[startup+25.5003 s]
/proc/loadavg: 1.86 0.56 0.24 5/265 31116
/proc/meminfo: memFree=117186808/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=480724 memory=374948 CPUtime=25.41 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 76587 0 0 0 2528 13 0 0 20 0 1 0 4458774 492261376 93737 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 120181 93737 2774 3035 0 116577 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 480724 KiB
Current children cumulated memory: 374948 KiB

[startup+51.1058 s]
/proc/loadavg: 2.59 0.84 0.34 5/265 31123
/proc/meminfo: memFree=115089520/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=483148 memory=377264 CPUtime=50.93 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 77208 0 0 0 5079 14 0 0 20 0 1 0 4458774 494743552 94316 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 120787 94316 2774 3035 0 117183 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 483148 KiB
Current children cumulated memory: 377264 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.40 0.56 5/267 31134
/proc/meminfo: memFree=114798116/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=618624 CPUtime=101.94 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 229696 0 0 0 10164 30 0 0 20 0 3 0 4458774 829968384 154656 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 154656 2934 3035 0 184447 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=618460 CPUtime=45.81 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 141078 0 0 0 4567 14 0 0 20 0 3 0 4464401 829968384 154656 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=3296 CPUtime=0 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4464410 829968384 154656 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 618624 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 1.89 0.79 5/268 31145
/proc/meminfo: memFree=114634204/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=619372 CPUtime=161.82 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 236854 0 0 0 16152 30 0 0 20 0 3 0 4458774 829968384 154843 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 154843 2934 3035 0 184670 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=618956 CPUtime=105.69 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 148215 0 0 0 10555 14 0 0 20 0 3 0 4464401 829968384 154843 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=619372 CPUtime=0 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 3 0 4464410 829968384 154843 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 619372 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 2.33 1.01 5/266 31155
/proc/meminfo: memFree=114522524/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620164 CPUtime=221.68 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 241650 0 0 0 22138 30 0 0 20 0 3 0 4458774 829968384 155041 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155041 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=619396 CPUtime=165.55 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 152999 0 0 0 16541 14 0 0 20 0 3 0 4464401 829968384 155041 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=5612 CPUtime=0 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 3 0 4464410 829968384 155041 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620164 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 2.65 1.20 5/266 31166
/proc/meminfo: memFree=114438176/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620172 CPUtime=281.53 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 246193 0 0 0 28122 31 0 0 20 0 3 0 4458774 829968384 155043 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155043 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=620172 CPUtime=225.39 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 157533 0 0 0 22525 14 0 0 20 0 3 0 4464401 829968384 155043 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=11400 CPUtime=0 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 3 0 4464410 829968384 155043 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620172 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 2.91 1.39 5/263 31176
/proc/meminfo: memFree=114375696/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620208 CPUtime=341.38 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 248645 0 0 0 34107 31 0 0 20 0 3 0 4458774 829968384 155052 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155052 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=620208 CPUtime=285.24 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 159976 0 0 0 28510 14 0 0 20 0 3 0 4464401 829968384 155052 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=7324 CPUtime=0 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 3 0 4464410 829968384 155052 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0

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

/proc/loadavg: 4.47 4.23 4.08 5/265 32697
/proc/meminfo: memFree=112130924/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3453.53 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 432870 0 0 0 345311 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=620368 CPUtime=3397.36 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 343736 0 0 0 339713 23 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 554 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3453.53 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.20 4.08 5/267 32877
/proc/meminfo: memFree=112024440/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3513.38 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 435291 0 0 0 351296 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=11400 CPUtime=3457.21 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 346148 0 0 0 345698 23 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 563 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3513.38 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.21 4.09 5/267 32887
/proc/meminfo: memFree=112043592/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3573.22 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440018 0 0 0 357280 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=620368 CPUtime=3517.06 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350866 0 0 0 351682 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 572 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3573.22 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3598.33 s]
# the end of solver process 31110 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3588.72 s, system=0.503549 s

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

[startup+3584 s]*
/proc/loadavg: 4.24 4.21 4.09 5/267 32887
/proc/meminfo: memFree=112043304/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3574.93 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440023 0 0 0 357451 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=-5155628016028314501 CPUtime=3518.76 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350871 0 0 0 351852 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=-4050210904893341838 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 572 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3574.93 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3590.4 s]
/proc/loadavg: 4.22 4.21 4.09 5/266 33081
/proc/meminfo: memFree=114904316/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3581.3 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440037 0 0 0 358088 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=-7668368413833657975 CPUtime=3525.14 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350882 0 0 0 352490 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3581.3 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3593.6 s]
/proc/loadavg: 4.20 4.20 4.09 5/264 33129
/proc/meminfo: memFree=119220232/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3584.5 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440052 0 0 0 358408 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=5448 CPUtime=3528.33 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350897 0 0 0 352809 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3584.5 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3596.8 s]
/proc/loadavg: 4.20 4.20 4.09 5/270 33284
/proc/meminfo: memFree=121757632/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3587.69 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440052 0 0 0 358727 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=14436 CPUtime=3531.52 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350897 0 0 0 353128 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=11400 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3587.69 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3597.6 s]
/proc/loadavg: 4.19 4.20 4.09 6/263 33367
/proc/meminfo: memFree=121775284/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3588.48 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440052 0 0 0 358806 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=5612 CPUtime=3532.32 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350897 0 0 0 353208 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=16104 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3588.48 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3598 s]*
/proc/loadavg: 4.19 4.20 4.09 5/268 33376
/proc/meminfo: memFree=121363284/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620368 CPUtime=3588.89 cores=1,3
/proc/31110/stat : 31110 (fscip) S 31107 31110 30590 0 -1 1077936128 440052 0 0 0 358847 42 0 0 20 0 3 0 4458774 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155092 2934 3035 0 185028 0
[pid=31110/tid=31125] ppid=31107 vsize=810516 memory=-6000919498442893676 CPUtime=3532.72 cores=1,3
/proc/31110/task/31125/stat : 31125 (fscip) R 31107 31110 30590 0 -1 4194368 350897 0 0 0 353248 24 0 0 20 0 3 0 4464401 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=11460 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 3 0 4464410 829968384 155092 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3588.89 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620368 KiB

[startup+3598.2 s]
/proc/loadavg: 4.19 4.20 4.09 5/268 33376
/proc/meminfo: memFree=121363284/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=810516 memory=620572 CPUtime=3589.08 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 508789 0 0 0 358862 46 0 0 20 0 2 0 4458774 829968384 155143 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 202629 155143 2982 3035 0 185028 0
[pid=31110/tid=31126] ppid=31107 vsize=810516 memory=2828 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 2 0 4464410 829968384 155143 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3589.08 s
Current children cumulated vsize: 810516 KiB
Current children cumulated memory: 620572 KiB

[startup+3598.3 s]
/proc/loadavg: 4.19 4.20 4.09 5/268 33376
/proc/meminfo: memFree=121363284/131524600 swapFree=131071216/131071996
[pid=31110] ppid=31107 vsize=762324 memory=572380 CPUtime=3589.18 cores=1,3
/proc/31110/stat : 31110 (fscip) R 31107 31110 30590 0 -1 4194304 529742 0 0 0 358871 47 0 0 20 0 2 0 4458774 780619776 143095 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
/proc/31110/statm: 190581 143095 2982 3035 0 172980 0
[pid=31110/tid=31126] ppid=31107 vsize=762324 memory=620368 CPUtime=0.03 cores=1,3
/proc/31110/task/31126/stat : 31126 (fscip) S 31107 31110 30590 0 -1 1077936192 575 0 0 0 1 2 0 0 20 0 2 0 4464410 780619776 143095 134679101440 4194304 16623229 140734955824720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 44515328 140734955832342 140734955832458 140734955832458 140734955839472 0
Current children cumulated CPU time: 3589.18 s
Current children cumulated vsize: 762324 KiB
Current children cumulated memory: 572380 KiB

Child status: 0

Real time (s): 3598.33
CPU time (s): 3589.22
CPU user time (s): 3588.72
CPU system time (s): 0.503549
CPU usage (%): 99.7469
Max. virtual memory (cumulated for all children) (KiB): 810516
Max. memory (cumulated for all children) (KiB): 620572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.72
system time used= 0.503549
maximum resident set size= 620572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530906
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= 3549
involuntary context switches= 1170


# summary of solver processes directly reported to runsolver:
#   pid: 31110
#   total CPU time (s): 3589.22
#   total CPU user time (s): 3588.72
#   total CPU system time (s): 0.503549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84084 second user time and 16.0101 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-31 00:30:05
IDJOB=4464394
IDBENCH=147859
IDSOLVER=3092
FILE ID=nodeC021/4464394-1722378605
RUNJOBID= nodeC021-1722378594-30602
SLURM_JOB_ID= 8249844
Free space on /tmp= 889980 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.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-4464394-1722378605/watcher-4464394-1722378605 -o /tmp/evaluation-result-4464394-1722378605/solver-4464394-1722378605 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1722378594-30602 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464394-1722378605.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=1390683433

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120553408 kB
MemAvailable:   127657216 kB
Buffers:           92704 kB
Cached:          7804256 kB
SwapCached:           56 kB
Active:           279364 kB
Inactive:       10116100 kB
Active(anon):       1536 kB
Inactive(anon):  2518228 kB
Active(file):     277828 kB
Inactive(file):  7597872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            104484 kB
Writeback:          9756 kB
AnonPages:       2495772 kB
Mapped:           123108 kB
Shmem:             21208 kB
KReclaimable:     135508 kB
Slab:             227100 kB
SReclaimable:     135508 kB
SUnreclaim:        91592 kB
KernelStack:        4288 kB
PageTables:        14060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2676168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             8672 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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:      226004 kB
DirectMap2M:    15276032 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889952 MiB
End job on nodeC021 at 2024-07-31 01:30:03