Trace number 4464829

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? 3588.9 3599.19

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.opb
MD5SUM4616ac8a16a5f48e16aff56bf369874b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344
Best CPU time to get the best result obtained on this benchmark2.97819
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113616
Total number of constraints113617
Number of constraints which are clauses97461
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints14712
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
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 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
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)
1.19/1.23	c Default LC presolving (default).
1.19/1.23	c ** Before presolving: virtualMemUsedAtLc = 613998587, getVmSize() = 434176000, SCIPgetMemUsed() = 384042142, SCIPgetMemTotal() = 399596462, SCIPgetMemExternEstim() = 214402125
1.19/1.23	c ** set memory limit for presolving in LC to 8.79591e+12 for SCIP **
48.06/48.24	c ** Estimated virtualMemUsedAtSolver = 1004640160, getVmSize() = 1375068160, SCIPgetMemUsed() = 861146619, SCIPgetMemTotal() = 1292558115, SCIPgetMemExternEstim() = 214402125
48.06/48.24	c ** set memory limit for solvers to 4.39802e+12 for each SCIP **
48.06/48.24	c Original Problem   :
48.06/48.24	c   Problem name     : instance-4464829-1722391054
48.06/48.24	c   Variables        : 113616 (113616 binary, 0 integer, 0 implicit integer, 0 continuous)
48.06/48.24	c   Constraints      : 113617
48.06/48.24	c   Objective sense  : minimize
48.06/48.24	c Presolved Problem  :
48.06/48.24	c   Variables        : 111952 (111952 binary, 0 integer, 0 implicit integer, 0 continuous)
48.06/48.24	c   Constraints      : 110508
48.06/48.24	c Constraints        : Number
48.06/48.24	c   setppc           : 110499 
48.06/48.24	c   linear           : 1 
48.06/48.24	c   logicor          : 8 
48.06/48.24	c ** Instance transfer method used: 0
48.46/48.60	c ** ParaScipInstance copy does not increase the number of variables. **
49.04/49.26	c LC is working with racing ramp-up and with rebuilding tree after racing.
49.04/49.26	c                                Nodes    Active                                            
49.04/49.26	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3587.71/3598.03	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3588.19/3598.55	c SCIP Status        : c solving was interrupted [hard time limit reached]
3588.19/3598.55	c Total Time         : 3598.5600
3588.19/3598.55	c   solving          : 3598.5600
3588.19/3598.55	c   presolving       : 47.0116 (included in solving)
3588.19/3598.55	c B&B Tree           :
3588.19/3598.55	c   nodes (total)    : 1
3588.19/3598.55	c Solution           :
3588.19/3598.55	c   Solutions found  : 0
3588.19/3598.55	c   Primal Bound     :          -
3588.19/3598.55	c   Dual Bound       :          -
3588.19/3598.55	c Gap                :          -
3588.81/3599.19	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: 64096 MiB (59882 MiB free)
  memory of node 1: 64473 MiB (60906 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=35837, runsolver pid=35834

[startup+0.100409 s]*
/proc/loadavg: 3.78 2.19 2.00 5/249 35838
/proc/meminfo: memFree=123641908/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=72268 memory=60136 CPUtime=0.09 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 12896 0 0 0 6 3 0 0 20 0 1 0 5476569 74002432 15034 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 18067 15034 2347 3035 0 14463 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72268 KiB
Current children cumulated memory: 60136 KiB

[startup+0.212762 s]*
/proc/loadavg: 3.78 2.19 2.00 5/249 35838
/proc/meminfo: memFree=123585236/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=124040 memory=111476 CPUtime=0.21 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 25786 0 0 0 15 6 0 0 20 0 1 0 5476569 127016960 27869 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 31010 27869 2347 3035 0 27406 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 124040 KiB
Current children cumulated memory: 111476 KiB

[startup+0.312547 s]*
/proc/loadavg: 3.80 2.22 2.01 5/249 35838
/proc/meminfo: memFree=123574708/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=135524 memory=123084 CPUtime=0.31 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 28667 0 0 0 24 7 0 0 20 0 1 0 5476569 138776576 30771 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 33881 30771 2347 3035 0 30277 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 135524 KiB
Current children cumulated memory: 123084 KiB

[startup+0.700332 s]
/proc/loadavg: 3.80 2.22 2.01 5/249 35838
/proc/meminfo: memFree=123547016/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=192852 memory=180864 CPUtime=0.69 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 43128 0 0 0 59 10 0 0 20 0 1 0 5476569 197480448 45216 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 48213 45216 2347 3035 0 44609 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 192852 KiB
Current children cumulated memory: 180864 KiB

[startup+1.50035 s]
/proc/loadavg: 3.80 2.22 2.01 5/249 35838
/proc/meminfo: memFree=123360816/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=469808 memory=448308 CPUtime=1.48 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 110364 0 0 0 127 21 0 0 20 0 1 0 5476569 481083392 112077 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 117452 112077 2614 3035 0 113848 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 469808 KiB
Current children cumulated memory: 448308 KiB

[startup+3.11247 s]
/proc/loadavg: 3.80 2.22 2.01 5/249 35839
/proc/meminfo: memFree=123086784/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=640400 memory=609168 CPUtime=3.08 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 133009 0 0 0 281 27 0 0 20 0 1 0 5476569 655769600 152292 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 160100 152292 2678 3035 0 156496 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 640400 KiB
Current children cumulated memory: 609168 KiB

[startup+6.30034 s]
/proc/loadavg: 3.82 2.25 2.02 5/249 35839
/proc/meminfo: memFree=123084124/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=640400 memory=609464 CPUtime=6.27 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 133055 0 0 0 599 28 0 0 20 0 1 0 5476569 655769600 152366 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 160100 152366 2710 3035 0 156496 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 640400 KiB
Current children cumulated memory: 609464 KiB

[startup+12.7003 s]
/proc/loadavg: 3.83 2.28 2.03 5/249 35839
/proc/meminfo: memFree=123080560/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=640400 memory=609464 CPUtime=12.66 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 133132 0 0 0 1237 29 0 0 20 0 1 0 5476569 655769600 152366 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 160100 152366 2710 3035 0 156496 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 640400 KiB
Current children cumulated memory: 609464 KiB

[startup+25.5004 s]
/proc/loadavg: 3.94 2.35 2.06 5/249 35843
/proc/meminfo: memFree=123037912/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=640400 memory=609544 CPUtime=25.43 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 133208 0 0 0 2513 30 0 0 20 0 1 0 5476569 655769600 152386 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 160100 152386 2726 3035 0 156496 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 640400 KiB
Current children cumulated memory: 609544 KiB

[startup+51.1126 s]
/proc/loadavg: 4.02 2.53 2.12 5/251 35848
/proc/meminfo: memFree=121842848/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2112860 memory=1876620 CPUtime=50.95 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 371358 0 0 0 5007 88 0 0 20 0 3 0 5476569 2163568640 469155 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 528215 469155 2806 3035 0 515006 0
[pid=35837/tid=35847] ppid=35834 vsize=2112860 memory=198340509722 CPUtime=2.47 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 138781 0 0 0 213 34 0 0 20 0 3 0 5481394 2163568640 469155 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2112860 memory=11392 CPUtime=0 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5481497 2163568640 469155 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2112860 KiB
Current children cumulated memory: 1876620 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 2.83 2.25 5/252 36027
/proc/meminfo: memFree=120979588/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2642272 CPUtime=101.99 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 604421 0 0 0 10080 119 0 0 20 0 3 0 5476569 3053748224 660568 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 660568 2950 3035 0 731935 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=11392 CPUtime=53.52 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 371814 0 0 0 5287 65 0 0 20 0 3 0 5481394 3053748224 660568 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2631096 CPUtime=0 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 5481497 3053748224 660568 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2642272 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 3.06 2.37 5/252 36037
/proc/meminfo: memFree=120927480/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2654140 CPUtime=161.81 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 656054 0 0 0 16059 122 0 0 20 0 3 0 5476569 3053748224 663535 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 663535 2950 3035 0 734664 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=2239812 CPUtime=113.35 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 423426 0 0 0 11266 69 0 0 20 0 3 0 5481394 3053748224 663535 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=0 CPUtime=0 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 3 0 5481497 3053748224 663535 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2654140 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.25 2.48 5/252 36062
/proc/meminfo: memFree=120918044/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2654200 CPUtime=221.64 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 688430 0 0 0 22039 125 0 0 20 0 3 0 5476569 3053748224 663550 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 663550 2950 3035 0 734664 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=2239812 CPUtime=173.16 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 455788 0 0 0 17245 71 0 0 20 0 3 0 5481394 3053748224 663550 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=12880 CPUtime=0 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 3 0 5481497 3053748224 663550 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2654200 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 3.43 2.59 5/252 36073
/proc/meminfo: memFree=120934704/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2654492 CPUtime=281.47 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 737318 0 0 0 28018 129 0 0 20 0 3 0 5476569 3053748224 663623 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 663623 2950 3035 0 734664 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=2239812 CPUtime=232.98 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 504658 0 0 0 23224 74 0 0 20 0 3 0 5481394 3053748224 663623 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2654492 CPUtime=0 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 3 0 5481497 3053748224 663623 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2654492 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.55 2.69 5/252 36084
/proc/meminfo: memFree=120913072/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2654508 CPUtime=341.29 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 772186 0 0 0 33997 132 0 0 20 0 3 0 5476569 3053748224 663627 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 663627 2950 3035 0 734664 0

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

/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2504425 0 0 0 334161 232 0 0 20 0 3 0 5481394 3053748224 674939 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=11392 CPUtime=0.06 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1004 0 0 0 1 5 0 0 20 0 3 0 5481497 3053748224 674939 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3392.48 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699756 KiB

[startup+3462.3 s]
/proc/loadavg: 3.15 3.12 3.12 4/243 37303
/proc/meminfo: memFree=123373544/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699756 CPUtime=3452.34 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2738934 0 0 0 344943 291 0 0 20 0 3 0 5476569 3053748224 674939 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674939 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=2699756 CPUtime=3403.79 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2505337 0 0 0 340147 232 0 0 20 0 3 0 5481394 3053748224 674939 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2699756 CPUtime=0.06 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1021 0 0 0 1 5 0 0 20 0 3 0 5481497 3053748224 674939 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3452.34 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699756 KiB

[startup+3522.3 s]
/proc/loadavg: 2.53 2.95 3.06 3/233 37728
/proc/meminfo: memFree=123950536/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3512.19 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2739868 0 0 0 350928 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=11392 CPUtime=3463.64 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2506256 0 0 0 346132 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2699768 CPUtime=0.06 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1036 0 0 0 1 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3512.19 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3582.3 s]
/proc/loadavg: 1.71 2.65 2.95 2/224 37770
/proc/meminfo: memFree=126391844/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3572.04 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2741152 0 0 0 356913 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=5548 CPUtime=3523.49 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2507526 0 0 0 352117 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=12356 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1050 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3572.04 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

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

# cumulated CPU time of all completed processes:  user=3585.88 s, system=3.01567 s

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

[startup+3584 s]*
/proc/loadavg: 1.71 2.65 2.95 2/224 37771
/proc/meminfo: memFree=126390944/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3573.74 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2741158 0 0 0 357083 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=-5155631301560593285 CPUtime=3525.19 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2507532 0 0 0 352287 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=4283375816425500314 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1050 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3573.74 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3590.4 s]
/proc/loadavg: 1.73 2.64 2.94 2/224 37771
/proc/meminfo: memFree=126390972/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3580.12 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2741181 0 0 0 357721 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=11392 CPUtime=3531.56 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2507554 0 0 0 352924 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=11392 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1051 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3580.12 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3593.6 s]
/proc/loadavg: 1.67 2.61 2.93 2/224 37773
/proc/meminfo: memFree=126390944/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3583.31 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2741185 0 0 0 358040 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=2700 CPUtime=3534.76 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2507558 0 0 0 353244 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2699944 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1051 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3583.31 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3596.8 s]
/proc/loadavg: 1.62 2.58 2.92 2/224 37773
/proc/meminfo: memFree=126390916/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3586.5 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2741188 0 0 0 358359 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=12992 CPUtime=3537.95 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2507559 0 0 0 353563 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2699944 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1053 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3586.5 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3598.4 s]
/proc/loadavg: 1.62 2.58 2.92 2/224 37774
/proc/meminfo: memFree=126390860/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2982176 memory=2699944 CPUtime=3588.1 cores=4,6
/proc/35837/stat : 35837 (fscip) S 35834 35837 35020 0 -1 1077936128 2744287 0 0 0 358519 291 0 0 20 0 3 0 5476569 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 745544 674986 2966 3035 0 734913 0
[pid=35837/tid=35847] ppid=35834 vsize=2982176 memory=12356 CPUtime=3539.54 cores=4,6
/proc/35837/task/35847/stat : 35847 (fscip) R 35834 35837 35020 0 -1 4194368 2510637 0 0 0 353722 232 0 0 20 0 3 0 5481394 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
[pid=35837/tid=35848] ppid=35834 vsize=2982176 memory=2300 CPUtime=0.07 cores=4,6
/proc/35837/task/35848/stat : 35848 (fscip) S 35834 35837 35020 0 -1 1077936192 1053 0 0 0 2 5 0 0 20 0 3 0 5481497 3053748224 674986 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
Current children cumulated CPU time: 3588.1 s
Current children cumulated vsize: 2982176 KiB
Current children cumulated memory: 2699944 KiB

[startup+3598.8 s]
/proc/loadavg: 1.62 2.58 2.92 2/224 37774
/proc/meminfo: memFree=126390860/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2440540 memory=2184888 CPUtime=3588.49 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 2775998 0 0 0 358554 295 0 0 20 0 1 0 5476569 2499112960 546222 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 610135 546222 3014 3035 0 600569 0
Current children cumulated CPU time: 3588.49 s
Current children cumulated vsize: 2440540 KiB
Current children cumulated memory: 2184888 KiB

[startup+3599 s]*
/proc/loadavg: 1.62 2.58 2.92 2/222 37774
/proc/meminfo: memFree=126943708/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2404760 memory=2149276 CPUtime=3588.7 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 2784242 0 0 0 358574 296 0 0 20 0 1 0 5476569 2462474240 537319 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 601190 537319 3014 3035 0 591624 0
Current children cumulated CPU time: 3588.7 s
Current children cumulated vsize: 2404760 KiB
Current children cumulated memory: 2149276 KiB

[startup+3599.11 s]
/proc/loadavg: 1.62 2.58 2.92 2/222 37774
/proc/meminfo: memFree=126943708/131655788 swapFree=131071996/131071996
[pid=35837] ppid=35834 vsize=2275064 memory=2020140 CPUtime=3588.81 cores=4,6
/proc/35837/stat : 35837 (fscip) R 35834 35837 35020 0 -1 4194304 2797746 0 0 0 358583 298 0 0 20 0 1 0 5476569 2329665536 505035 134679101440 4194304 16623229 140720365637184 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 53231616 140720365638678 140720365638794 140720365638794 140720365645808 0
/proc/35837/statm: 568766 505035 3014 3035 0 559200 0
Current children cumulated CPU time: 3588.81 s
Current children cumulated vsize: 2275064 KiB
Current children cumulated memory: 2020140 KiB

Child status: 0

Real time (s): 3599.19
CPU time (s): 3588.9
CPU user time (s): 3585.88
CPU system time (s): 3.01567
CPU usage (%): 99.7139
Max. virtual memory (cumulated for all children) (KiB): 2982176
Max. memory (cumulated for all children) (KiB): 2699944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.88
system time used= 3.01567
maximum resident set size= 2699944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2818020
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= 3589
involuntary context switches= 1687


# summary of solver processes directly reported to runsolver:
#   pid: 35837
#   total CPU time (s): 3588.9
#   total CPU user time (s): 3585.88
#   total CPU system time (s): 3.01567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3536 second user time and 39.0697 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-31 03:57:35
IDJOB=4464829
IDBENCH=178875
IDSOLVER=3092
FILE ID=nodeC004/4464829-1722391054
RUNJOBID= nodeC004-1722390921-35058
SLURM_JOB_ID= 8249883
Free space on /tmp= 723668 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.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-4464829-1722391054/watcher-4464829-1722391054 -o /tmp/evaluation-result-4464829-1722391054/solver-4464829-1722391054 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1722390921-35058 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464829-1722391054.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4616ac8a16a5f48e16aff56bf369874b
RANDOM SEED=345761370

nodeC004.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		: 3645.190
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.85
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		: 3661.068
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123688460 kB
MemAvailable:   124687320 kB
Buffers:          109888 kB
Cached:          1723172 kB
SwapCached:            0 kB
Active:           293544 kB
Inactive:        7231612 kB
Active(anon):       1444 kB
Inactive(anon):  5711640 kB
Active(file):     292100 kB
Inactive(file):  1519972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35352 kB
Writeback:            40 kB
AnonPages:       5689132 kB
Mapped:           124756 kB
Shmem:             21320 kB
KReclaimable:      53976 kB
Slab:             129772 kB
SReclaimable:      53976 kB
SUnreclaim:        75796 kB
KernelStack:        4000 kB
PageTables:        20504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3823048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1519616 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:      172872 kB
DirectMap2M:     9168896 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC004 at 2024-07-31 04:57:34