Trace number 4464493

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? 3587.16 3598.33

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K185.opb
MD5SUM8e923d8a993edfc65d984f909d6bfa9e
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 benchmark43.2702
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22015
Total number of constraints22387
Number of constraints which are clauses22202
Number of constraints which are cardinality constraints (but not clauses)185
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint185
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
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.10/0.15	c Default LC presolving (default).
0.10/0.15	c ** Before presolving: virtualMemUsedAtLc = 129034841, getVmSize() = 110714880, SCIPgetMemUsed() = 78459854, SCIPgetMemTotal() = 86250262, SCIPgetMemExternEstim() = 42784579
0.10/0.15	c ** set memory limit for presolving in LC to 8.79605e+12 for SCIP **
61.21/61.40	c ** Estimated virtualMemUsedAtSolver = 270164682, getVmSize() = 396394496, SCIPgetMemUsed() = 274870220, SCIPgetMemTotal() = 362462444, SCIPgetMemExternEstim() = 42784579
61.21/61.40	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
61.21/61.40	c Original Problem   :
61.21/61.40	c   Problem name     : instance-4464493-1722384635
61.21/61.40	c   Variables        : 22015 (22015 binary, 0 integer, 0 implicit integer, 0 continuous)
61.21/61.40	c   Constraints      : 22387
61.21/61.40	c   Objective sense  : minimize
61.21/61.40	c Presolved Problem  :
61.21/61.40	c   Variables        : 20450 (20450 binary, 0 integer, 0 implicit integer, 0 continuous)
61.21/61.40	c   Constraints      : 20746
61.21/61.40	c Constraints        : Number
61.21/61.40	c   knapsack         : 1 
61.21/61.40	c   setppc           : 2518 
61.21/61.40	c   orbitope         : 1 
61.21/61.40	c   logicor          : 18226 
61.21/61.40	c ** Instance transfer method used: 0
61.21/61.46	c ** ParaScipInstance copy increased the number of variables. **
61.31/61.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
61.31/61.58	c                                Nodes    Active                                            
61.31/61.58	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3586.83/3598.05	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3586.93/3598.18	c SCIP Status        : c solving was interrupted [hard time limit reached]
3586.93/3598.18	c Total Time         : 3598.1600
3586.93/3598.18	c   solving          : 3598.1600
3586.93/3598.18	c   presolving       : 61.2518 (included in solving)
3586.93/3598.18	c B&B Tree           :
3586.93/3598.18	c   nodes (total)    : 1
3586.93/3598.18	c Solution           :
3586.93/3598.18	c   Solutions found  : 0
3586.93/3598.18	c   Primal Bound     :          -
3586.93/3598.18	c   Dual Bound       :          -
3586.93/3598.18	c Gap                :          -
3587.12/3598.32	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 (44627 MiB free)
  memory of node 1: 64473 MiB (60318 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=32635, runsolver pid=32632

[startup+0.100109 s]*
/proc/loadavg: 4.19 4.21 4.18 5/250 32636
/proc/meminfo: memFree=107406784/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=85736 memory=75424 CPUtime=0.1 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 16643 0 0 0 8 2 0 0 20 0 1 0 4834927 87793664 18856 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 21434 18856 2539 3035 0 17830 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 85736 KiB
Current children cumulated memory: 75424 KiB

[startup+0.213065 s]*
/proc/loadavg: 4.19 4.21 4.18 5/250 32636
/proc/meminfo: memFree=107372344/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=115924 memory=101780 CPUtime=0.22 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 23193 0 0 0 19 3 0 0 20 0 1 0 4834927 118706176 25445 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 28981 25445 2598 3035 0 25377 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 115924 KiB
Current children cumulated memory: 101780 KiB

[startup+0.313161 s]*
/proc/loadavg: 4.19 4.21 4.18 6/250 32636
/proc/meminfo: memFree=107342564/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=145868 memory=131808 CPUtime=0.32 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 30796 0 0 0 28 4 0 0 20 0 1 0 4834927 149368832 32952 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 36467 32952 2662 3035 0 32863 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 145868 KiB
Current children cumulated memory: 131808 KiB

[startup+0.700325 s]
/proc/loadavg: 4.18 4.21 4.18 5/250 32636
/proc/meminfo: memFree=107342292/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=151372 memory=137944 CPUtime=0.68 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 35771 0 0 0 64 4 0 0 20 0 1 0 4834927 155004928 34486 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 37843 34486 2710 3035 0 34239 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 151372 KiB
Current children cumulated memory: 137944 KiB

[startup+1.50033 s]
/proc/loadavg: 4.18 4.21 4.18 5/250 32636
/proc/meminfo: memFree=107329392/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=195780 memory=177720 CPUtime=1.48 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 42241 0 0 0 143 5 0 0 20 0 1 0 4834927 200478720 44430 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 48945 44430 2774 3035 0 45341 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 195780 KiB
Current children cumulated memory: 177720 KiB

[startup+3.11279 s]
/proc/loadavg: 4.18 4.21 4.18 5/250 32636
/proc/meminfo: memFree=107285424/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=205548 memory=187224 CPUtime=3.09 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 44618 0 0 0 303 6 0 0 20 0 1 0 4834927 210481152 46806 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 51387 46806 2774 3035 0 47783 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 205548 KiB
Current children cumulated memory: 187224 KiB

[startup+6.3003 s]
/proc/loadavg: 4.16 4.20 4.17 5/250 32636
/proc/meminfo: memFree=106705124/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=206112 memory=188008 CPUtime=6.27 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 44781 0 0 0 621 6 0 0 20 0 1 0 4834927 211058688 47002 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 51528 47002 2774 3035 0 47924 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 206112 KiB
Current children cumulated memory: 188008 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.20 4.17 5/250 32638
/proc/meminfo: memFree=106154476/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=215172 memory=196712 CPUtime=12.66 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 47049 0 0 0 1259 7 0 0 20 0 1 0 4834927 220336128 49178 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 53793 49178 2774 3035 0 50189 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 215172 KiB
Current children cumulated memory: 196712 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.19 4.17 5/250 32640
/proc/meminfo: memFree=106150284/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=215916 memory=197480 CPUtime=25.42 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 47263 0 0 0 2535 7 0 0 20 0 1 0 4834927 221097984 49370 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 53979 49370 2774 3035 0 50375 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 215916 KiB
Current children cumulated memory: 197480 KiB

[startup+51.1129 s]
/proc/loadavg: 4.13 4.19 4.17 5/250 32645
/proc/meminfo: memFree=106140600/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=217964 memory=199548 CPUtime=50.96 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 47783 0 0 0 5088 8 0 0 20 0 1 0 4834927 223195136 49887 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 54491 49887 2774 3035 0 50887 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 217964 KiB
Current children cumulated memory: 199548 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.20 4.18 5/252 32656
/proc/meminfo: memFree=105645184/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=700228 memory=554040 CPUtime=101.96 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 233240 0 0 0 10163 33 0 0 20 0 3 0 4834927 717033472 138510 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 175057 138510 2966 3035 0 161944 0
[pid=32635/tid=32649] ppid=32632 vsize=700228 memory=381928 CPUtime=40.67 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 150993 0 0 0 4047 20 0 0 20 0 3 0 4841067 717033472 138510 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=700228 memory=552564 CPUtime=0 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 4841086 717033472 138510 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 700228 KiB
Current children cumulated memory: 554040 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/252 32668
/proc/meminfo: memFree=105636132/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=700228 memory=555500 CPUtime=161.77 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 252079 0 0 0 16142 35 0 0 20 0 3 0 4834927 717033472 138875 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 175057 138875 2966 3035 0 162202 0
[pid=32635/tid=32649] ppid=32632 vsize=700228 memory=381928 CPUtime=100.48 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 169807 0 0 0 10026 22 0 0 20 0 3 0 4841067 717033472 138875 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=700228 memory=555408 CPUtime=0 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 4841086 717033472 138875 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 700228 KiB
Current children cumulated memory: 555500 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.16 4.17 5/252 32678
/proc/meminfo: memFree=105464216/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=700228 memory=555700 CPUtime=221.58 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 258899 0 0 0 22122 36 0 0 20 0 3 0 4834927 717033472 138925 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 175057 138925 2966 3035 0 162364 0
[pid=32635/tid=32649] ppid=32632 vsize=700228 memory=555700 CPUtime=160.29 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 176617 0 0 0 16006 23 0 0 20 0 3 0 4841067 717033472 138925 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=700228 memory=11968 CPUtime=0 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 77 0 0 0 0 0 0 0 20 0 3 0 4841086 717033472 138925 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 700228 KiB
Current children cumulated memory: 555700 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.14 4.16 5/252 32689
/proc/meminfo: memFree=105387644/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=700228 memory=555736 CPUtime=281.39 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 265634 0 0 0 28102 37 0 0 20 0 3 0 4834927 717033472 138934 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 175057 138934 2966 3035 0 162368 0
[pid=32635/tid=32649] ppid=32632 vsize=700228 memory=555708 CPUtime=220.09 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 183345 0 0 0 21986 23 0 0 20 0 3 0 4841067 717033472 138934 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=700228 memory=555736 CPUtime=0 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 3 0 4841086 717033472 138934 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 700228 KiB
Current children cumulated memory: 555736 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/249 32702
/proc/meminfo: memFree=105282688/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=765964 memory=647480 CPUtime=341.2 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 304539 0 0 0 34079 41 0 0 20 0 3 0 4834927 784347136 161870 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 191491 161870 2982 3035 0 185596 0
[pid=32635/tid=32649] ppid=32632 vsize=765964 memory=555708 CPUtime=279.91 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 222243 0 0 0 27963 28 0 0 20 0 3 0 4841067 784347136 161870 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=765964 memory=647480 CPUtime=0 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 91 0 0 0 0 0 0 0 20 0 3 0 4841086 784347136 161870 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0

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

/proc/loadavg: 4.08 4.17 4.16 5/250 34937
/proc/meminfo: memFree=114408680/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854440 CPUtime=3451.55 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 709295 0 0 0 345072 83 0 0 20 0 3 0 4834927 986005504 213610 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213610 3286 3035 0 223084 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=854440 CPUtime=3390.21 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 626548 0 0 0 338955 66 0 0 20 0 3 0 4841067 986005504 213610 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=854440 CPUtime=0.04 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 542 0 0 0 1 3 0 0 20 0 3 0 4841086 986005504 213610 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3451.55 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854440 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.17 4.16 5/251 34949
/proc/meminfo: memFree=114368156/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854444 CPUtime=3511.36 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710005 0 0 0 351053 83 0 0 20 0 3 0 4834927 986005504 213611 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213611 3286 3035 0 223084 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=12132 CPUtime=3450.01 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627250 0 0 0 344935 66 0 0 20 0 3 0 4841067 986005504 213611 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=12132 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 550 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213611 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3511.36 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854444 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.15 5/252 35010
/proc/meminfo: memFree=114493084/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3571.17 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710477 0 0 0 357033 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=33104 CPUtime=3509.82 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627712 0 0 0 350916 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=854444 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 560 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3571.17 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

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

# cumulated CPU time of all completed processes:  user=3586.29 s, system=0.862319 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.15 4.15 5/254 35012
/proc/meminfo: memFree=114176596/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3572.88 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710477 0 0 0 357204 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=-5155629115556457349 CPUtime=3511.53 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627712 0 0 0 351087 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=1832 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 560 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3572.88 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

[startup+3590.4 s]
/proc/loadavg: 4.09 4.15 4.15 5/254 35013
/proc/meminfo: memFree=114086632/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3579.25 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710477 0 0 0 357841 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=854448 CPUtime=3517.89 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627712 0 0 0 351723 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=-5155629115556457349 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 560 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3579.25 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

[startup+3593.6 s]
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114083884/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3582.44 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710485 0 0 0 358160 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=-5155633500617599877 CPUtime=3521.08 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627717 0 0 0 352042 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=11968 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3582.44 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114081632/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3585.63 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710485 0 0 0 358479 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=854448 CPUtime=3524.27 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627717 0 0 0 352361 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=854448 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3585.63 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

[startup+3597.6 s]
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114081112/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854448 CPUtime=3586.42 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710485 0 0 0 358558 84 0 0 20 0 3 0 4834927 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213612 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=12576 CPUtime=3525.07 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627717 0 0 0 352441 66 0 0 20 0 3 0 4841067 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=854448 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213612 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3586.42 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854448 KiB

[startup+3598 s]*
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114081100/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=962896 memory=854528 CPUtime=3586.83 cores=5,7
/proc/32635/stat : 32635 (fscip) S 32632 32635 29026 0 -1 1077936128 710579 0 0 0 358599 84 0 0 20 0 3 0 4834927 986005504 213632 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 240724 213632 3286 3035 0 223116 0
[pid=32635/tid=32649] ppid=32632 vsize=962896 memory=-5155629115556457349 CPUtime=3525.48 cores=5,7
/proc/32635/task/32649/stat : 32649 (fscip) R 32632 32635 29026 0 -1 4194368 627816 0 0 0 352482 66 0 0 20 0 3 0 4841067 986005504 213632 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
[pid=32635/tid=32650] ppid=32632 vsize=962896 memory=6928 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 3 0 4841086 986005504 213632 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3586.83 s
Current children cumulated vsize: 962896 KiB
Current children cumulated memory: 854528 KiB

[startup+3598.2 s]
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114081100/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=897160 memory=789096 CPUtime=3587.02 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 713828 0 0 0 358617 85 0 0 20 0 2 0 4834927 918691840 197274 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 224290 197274 3334 3035 0 206682 0
[pid=32635/tid=32650] ppid=32632 vsize=897160 memory=32604 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 2 0 4841086 918691840 197274 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3587.02 s
Current children cumulated vsize: 897160 KiB
Current children cumulated memory: 789096 KiB

[startup+3598.3 s]
/proc/loadavg: 4.08 4.14 4.15 5/254 35013
/proc/meminfo: memFree=114081100/131655788 swapFree=131071216/131071996
[pid=32635] ppid=32632 vsize=869004 memory=760940 CPUtime=3587.12 cores=5,7
/proc/32635/stat : 32635 (fscip) R 32632 32635 29026 0 -1 4194304 715400 0 0 0 358627 85 0 0 20 0 2 0 4834927 889860096 190235 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
/proc/32635/statm: 217251 190235 3334 3035 0 199643 0
[pid=32635/tid=32650] ppid=32632 vsize=869004 memory=854444 CPUtime=0.05 cores=5,7
/proc/32635/task/32650/stat : 32650 (fscip) S 32632 32635 29026 0 -1 1077936192 563 0 0 0 2 3 0 0 20 0 2 0 4841086 889860096 190235 134679101440 4194304 16623229 140736019571152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 29470720 140736019579926 140736019580042 140736019580042 140736019587056 0
Current children cumulated CPU time: 3587.12 s
Current children cumulated vsize: 869004 KiB
Current children cumulated memory: 760940 KiB

Child status: 0

Real time (s): 3598.33
CPU time (s): 3587.16
CPU user time (s): 3586.29
CPU system time (s): 0.862319
CPU usage (%): 99.6895
Max. virtual memory (cumulated for all children) (KiB): 962896
Max. memory (cumulated for all children) (KiB): 854528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.29
system time used= 0.862319
maximum resident set size= 854528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 716664
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= 3562
involuntary context switches= 5063


# summary of solver processes directly reported to runsolver:
#   pid: 32635
#   total CPU time (s): 3587.16
#   total CPU user time (s): 3586.29
#   total CPU system time (s): 0.862319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7024 second user time and 36.0498 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-31 02:10:35
IDJOB=4464493
IDBENCH=158267
IDSOLVER=3092
FILE ID=nodeC003/4464493-1722384635
RUNJOBID= nodeC003-1722378594-29039
SLURM_JOB_ID= 8249833
Free space on /tmp= 723648 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K185.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-4464493-1722384635/watcher-4464493-1722384635 -o /tmp/evaluation-result-4464493-1722384635/solver-4464493-1722384635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1722378594-29039 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464493-1722384635.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 8e923d8a993edfc65d984f909d6bfa9e
RANDOM SEED=292526229

nodeC003.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		: 3603.096
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.52
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		: 3671.559
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.40
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.334
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.52
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.240
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.40
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		: 3652.205
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.52
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		: 3597.722
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.40
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.307
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.52
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.176
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        107465128 kB
MemAvailable:   118318284 kB
Buffers:           95416 kB
Cached:         11576508 kB
SwapCached:           16 kB
Active:           318016 kB
Inactive:       23382840 kB
Active(anon):       1448 kB
Inactive(anon): 12048648 kB
Active(file):     316568 kB
Inactive(file): 11334192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             29800 kB
Writeback:             4 kB
AnonPages:      12027772 kB
Mapped:           125204 kB
Shmem:             21156 kB
KReclaimable:      85188 kB
Slab:             163792 kB
SReclaimable:      85188 kB
SUnreclaim:        78604 kB
KernelStack:        4000 kB
PageTables:        32940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8092320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4304896 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:      295752 kB
DirectMap2M:    11143168 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723660 MiB
End job on nodeC003 at 2024-07-31 03:10:34