Trace number 4464704

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? 3588.83 3598.34

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
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 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
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.19/0.28	c Default LC presolving (default).
0.19/0.28	c ** Before presolving: virtualMemUsedAtLc = 247263290, getVmSize() = 171106304, SCIPgetMemUsed() = 130454730, SCIPgetMemTotal() = 141360218, SCIPgetMemExternEstim() = 105903072
0.19/0.28	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
30.50/30.63	c ** Estimated virtualMemUsedAtSolver = 385044944, getVmSize() = 521064448, SCIPgetMemUsed() = 292847073, SCIPgetMemTotal() = 471664345, SCIPgetMemExternEstim() = 105903072
30.50/30.63	c ** set memory limit for solvers to 4.39803e+12 for each SCIP **
30.50/30.63	c Original Problem   :
30.50/30.63	c   Problem name     : instance-4464704-1722387250
30.50/30.63	c   Variables        : 12292 (12292 binary, 0 integer, 0 implicit integer, 0 continuous)
30.50/30.63	c   Constraints      : 97390
30.50/30.63	c   Objective sense  : minimize
30.50/30.63	c Presolved Problem  :
30.50/30.63	c   Variables        : 12245 (12245 binary, 0 integer, 0 implicit integer, 0 continuous)
30.50/30.63	c   Constraints      : 97343
30.50/30.63	c Constraints        : Number
30.50/30.63	c   knapsack         : 23 
30.50/30.63	c   setppc           : 97320 
30.50/30.63	c ** Instance transfer method used: 0
30.60/30.78	c ** ParaScipInstance copy does not increase the number of variables. **
30.80/30.91	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.80/30.91	c                                Nodes    Active                                            
30.80/30.91	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
160.35/160.86	c       161              2           1         1                -           0.0000          -
599.76/601.46	c       601              3           2         1                -           0.0000          -
646.25/648.02	c       648              4           1         1                -           0.0000          -
832.39/834.62	c       835              5           2         1                -           0.0000          -
864.82/867.11	c       867              6           1         1                -           0.0000          -
1333.34/1336.93	c      1337              7           2         1                -           0.0000          -
1364.74/1368.43	c      1368              8           1         1                -           0.0000          -
2191.88/2198.11	c      2198              9           2         1                -           0.0000          -
2471.83/2478.94	c      2479             10           3         1                -           0.0000          -
2482.51/2489.68	c      2490             11           2         1                -           0.0000          -
3214.07/3222.89	c      3223             12           3         1                -           0.0000          -
3588.49/3598.00	c      3598             12           3         0                -           0.0000          -
3588.68/3598.20	c SCIP Status        : c solving was interrupted [hard time limit reached]
3588.68/3598.20	c Total Time         : 3598.2100
3588.68/3598.20	c   solving          : 3598.2100
3588.68/3598.20	c   presolving       : 30.3486 (included in solving)
3588.68/3598.20	c B&B Tree           :
3588.68/3598.20	c   nodes (total)    : 1
3588.68/3598.20	c Solution           :
3588.68/3598.20	c   Solutions found  : 0
3588.68/3598.20	c   Primal Bound     :          -
3588.68/3598.20	c   Dual Bound       : +0.00000000000000e+00
3588.68/3598.20	c Gap                :          -
3588.79/3598.34	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: 63968 MiB (61416 MiB free)
  memory of node 1: 64473 MiB (63340 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464704-1722387250/watcher-4464704-1722387250 -o /tmp/evaluation-result-4464704-1722387250/solver-4464704-1722387250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722378594-28860 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464704-1722387250.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=33883, runsolver pid=33880

[startup+0.100976 s]*
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127702372/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=70500 memory=58252 CPUtime=0.09 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 12500 0 0 0 7 2 0 0 20 0 1 0 5322059 72192000 14563 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 17625 14563 2347 3035 0 14021 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70500 KiB
Current children cumulated memory: 58252 KiB

[startup+0.205841 s]*
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127650716/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=124552 memory=113648 CPUtime=0.19 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 26633 0 0 0 16 3 0 0 20 0 1 0 5322059 127541248 28412 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 31138 28412 2539 3035 0 27534 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 124552 KiB
Current children cumulated memory: 113648 KiB

[startup+0.305825 s]*
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127603500/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=172032 memory=158516 CPUtime=0.29 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 37787 0 0 0 25 4 0 0 20 0 1 0 5322059 176160768 39629 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 43008 39629 2614 3035 0 39404 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 172032 KiB
Current children cumulated memory: 158516 KiB

[startup+0.700222 s]
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127568932/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=203016 memory=189460 CPUtime=0.68 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 53313 0 0 0 61 7 0 0 20 0 1 0 5322059 207888384 47365 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 50754 47365 2710 3035 0 47150 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 203016 KiB
Current children cumulated memory: 189460 KiB

[startup+1.50017 s]
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127539936/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=235200 memory=219740 CPUtime=1.49 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 67194 0 0 0 139 10 0 0 20 0 1 0 5322059 240844800 54935 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 58800 54935 2710 3035 0 55196 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 235200 KiB
Current children cumulated memory: 219740 KiB

[startup+3.106 s]
/proc/loadavg: 4.16 4.16 4.12 5/265 33884
/proc/meminfo: memFree=127533184/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=242244 memory=227036 CPUtime=3.08 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 69029 0 0 0 298 10 0 0 20 0 1 0 5322059 248057856 56759 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 60561 56759 2758 3035 0 56957 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 242244 KiB
Current children cumulated memory: 227036 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.15 4.12 5/266 33887
/proc/meminfo: memFree=127519772/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=255948 memory=240216 CPUtime=6.27 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 71790 0 0 0 616 11 0 0 20 0 1 0 5322059 262090752 60054 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 63987 60054 2758 3035 0 60383 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 255948 KiB
Current children cumulated memory: 240216 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.15 4.11 5/266 33887
/proc/meminfo: memFree=127520096/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=256972 memory=241256 CPUtime=12.65 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 72050 0 0 0 1254 11 0 0 20 0 1 0 5322059 263139328 60314 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 64243 60314 2758 3035 0 60639 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 256972 KiB
Current children cumulated memory: 241256 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.14 4.11 5/266 33890
/proc/meminfo: memFree=127519724/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=256972 memory=241256 CPUtime=25.41 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 72056 0 0 0 2530 11 0 0 20 0 1 0 5322059 263139328 60314 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 64243 60314 2758 3035 0 60639 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 256972 KiB
Current children cumulated memory: 241256 KiB

[startup+51.106 s]
/proc/loadavg: 4.13 4.15 4.11 5/268 33895
/proc/meminfo: memFree=127074372/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=787388 memory=684924 CPUtime=50.95 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 271213 0 0 0 5060 35 0 0 20 0 3 0 5322059 806285312 171231 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 196847 171231 2790 3035 0 188800 0
[pid=33883/tid=33891] ppid=33880 vsize=787388 memory=684924 CPUtime=20.24 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 166624 0 0 0 2009 15 0 0 20 0 3 0 5325123 806285312 171231 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=787388 memory=684924 CPUtime=0 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5325151 806285312 171231 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 787388 KiB
Current children cumulated memory: 684924 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.18 4.13 5/267 34292
/proc/meminfo: memFree=126871316/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1112652 memory=985164 CPUtime=102 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 393237 0 0 0 10152 48 0 0 20 0 3 0 5322059 1139355648 246291 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 278163 246291 2950 3035 0 272295 0
[pid=33883/tid=33891] ppid=33880 vsize=1112652 memory=12696 CPUtime=71.31 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 288619 0 0 0 7102 29 0 0 20 0 3 0 5325123 1139355648 246291 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1112652 memory=985164 CPUtime=0 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 3 0 5325151 1139355648 246291 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1112652 KiB
Current children cumulated memory: 985164 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 34302
/proc/meminfo: memFree=126867308/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1112652 memory=990072 CPUtime=161.85 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 429756 0 0 0 16135 50 0 0 20 0 3 0 5322059 1139355648 247518 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 278163 247518 2950 3035 0 273869 0
[pid=33883/tid=33891] ppid=33880 vsize=1112652 memory=985164 CPUtime=131.15 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 325089 0 0 0 13084 31 0 0 20 0 3 0 5325123 1139355648 247518 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1112652 memory=13176 CPUtime=0 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 82 0 0 0 0 0 0 0 20 0 3 0 5325151 1139355648 247518 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1112652 KiB
Current children cumulated memory: 990072 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/267 34315
/proc/meminfo: memFree=126827332/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1119956 memory=999836 CPUtime=221.7 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 448735 0 0 0 22118 52 0 0 20 0 3 0 5322059 1146834944 249959 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 279989 249959 2950 3035 0 275695 0
[pid=33883/tid=33891] ppid=33880 vsize=1119956 memory=998420 CPUtime=190.99 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 344061 0 0 0 19067 32 0 0 20 0 3 0 5325123 1146834944 249959 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1119956 memory=2228 CPUtime=0 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 3 0 5325151 1146834944 249959 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 1119956 KiB
Current children cumulated memory: 999836 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 34494
/proc/meminfo: memFree=126796900/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1119956 memory=1003432 CPUtime=281.55 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 454538 0 0 0 28103 52 0 0 20 0 3 0 5322059 1146834944 250858 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 279989 250858 2950 3035 0 275695 0
[pid=33883/tid=33891] ppid=33880 vsize=1119956 memory=12696 CPUtime=250.85 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 349858 0 0 0 25052 33 0 0 20 0 3 0 5325123 1146834944 250858 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1119956 memory=1003432 CPUtime=0 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 3 0 5325151 1146834944 250858 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 1119956 KiB
Current children cumulated memory: 1003432 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.16 4.12 5/266 34504
/proc/meminfo: memFree=126786980/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1119956 memory=1008596 CPUtime=341.39 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 462874 0 0 0 34087 52 0 0 20 0 3 0 5322059 1146834944 252149 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 279989 252149 2950 3035 0 275695 0

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

/proc/loadavg: 1.09 1.18 1.97 2/240 35834
/proc/meminfo: memFree=127555728/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3453.06 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 494397 0 0 0 345248 58 0 0 20 0 3 0 5322059 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 257838 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3422.32 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 389323 0 0 0 342196 36 0 0 20 0 3 0 5325123 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1031352 CPUtime=0.03 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 384 0 0 0 0 3 0 0 20 0 3 0 5325151 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3453.06 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1031352 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.18 1.91 2/240 35845
/proc/meminfo: memFree=127554964/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3512.93 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 495123 0 0 0 351235 58 0 0 20 0 3 0 5322059 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 257838 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3482.19 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390043 0 0 0 348183 36 0 0 20 0 3 0 5325123 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1031352 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 390 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3512.93 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1031352 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.16 1.86 2/239 35856
/proc/meminfo: memFree=127554160/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3572.82 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 495604 0 0 0 357223 59 0 0 20 0 3 0 5322059 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 257838 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=1940 CPUtime=3542.07 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390520 0 0 0 354171 36 0 0 20 0 3 0 5325123 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1896 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 394 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1031352 KiB

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

# cumulated CPU time of all completed processes:  user=3588.23 s, system=0.599477 s

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

[startup+3584 s]*
/proc/loadavg: 1.12 1.16 1.86 2/239 35857
/proc/meminfo: memFree=127554160/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3574.52 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 495971 0 0 0 357393 59 0 0 20 0 3 0 5322059 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 257838 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=-7091317304856766072 CPUtime=3543.77 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390887 0 0 0 354341 36 0 0 20 0 3 0 5325123 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=7294779845770255892 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 394 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3574.52 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1031352 KiB

[startup+3590.4 s]
/proc/loadavg: 1.11 1.16 1.86 2/239 35857
/proc/meminfo: memFree=127554020/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3580.9 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 496030 0 0 0 358031 59 0 0 20 0 3 0 5322059 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 257838 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=-7091317304856766072 CPUtime=3550.15 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390944 0 0 0 354979 36 0 0 20 0 3 0 5325123 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1031352 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 257838 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3580.9 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1031352 KiB

[startup+3593.6 s]
/proc/loadavg: 1.10 1.16 1.85 2/239 35857
/proc/meminfo: memFree=127552752/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1032576 CPUtime=3584.09 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 496030 0 0 0 358350 59 0 0 20 0 3 0 5322059 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 258144 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3553.34 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390944 0 0 0 355298 36 0 0 20 0 3 0 5325123 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1031352 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3584.09 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1032576 KiB

[startup+3596.8 s]
/proc/loadavg: 1.09 1.15 1.85 2/239 35859
/proc/meminfo: memFree=127552668/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1032576 CPUtime=3587.29 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 496032 0 0 0 358670 59 0 0 20 0 3 0 5322059 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 258144 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=1031352 CPUtime=3556.54 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390946 0 0 0 355618 36 0 0 20 0 3 0 5325123 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=1031352 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3587.29 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1032576 KiB

[startup+3597.6 s]
/proc/loadavg: 1.09 1.15 1.85 2/239 35859
/proc/meminfo: memFree=127552668/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1032576 CPUtime=3588.09 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 496032 0 0 0 358750 59 0 0 20 0 3 0 5322059 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 258144 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=12696 CPUtime=3557.34 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390946 0 0 0 355698 36 0 0 20 0 3 0 5325123 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=13176 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3588.09 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1032576 KiB

[startup+3598 s]*
/proc/loadavg: 1.09 1.15 1.85 2/239 35859
/proc/meminfo: memFree=127552668/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1032576 CPUtime=3588.49 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 496032 0 0 0 358790 59 0 0 20 0 3 0 5322059 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 258144 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=-7091317304856766072 CPUtime=3557.74 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 390946 0 0 0 355738 36 0 0 20 0 3 0 5325123 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=7294779845770255892 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3588.49 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1032576 KiB

[startup+3598.2 s]
/proc/loadavg: 1.09 1.15 1.85 2/239 35859
/proc/meminfo: memFree=127552668/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=1134044 memory=1032576 CPUtime=3588.68 cores=5,7
/proc/33883/stat : 33883 (fscip) S 33880 33883 28847 0 -1 1077936128 497222 0 0 0 358809 59 0 0 20 0 3 0 5322059 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 283511 258144 3014 3035 0 279217 0
[pid=33883/tid=33891] ppid=33880 vsize=1134044 memory=13872 CPUtime=3557.93 cores=5,7
/proc/33883/task/33891/stat : 33891 (fscip) R 33880 33883 28847 0 -1 4194368 392123 0 0 0 355757 36 0 0 20 0 3 0 5325123 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
[pid=33883/tid=33892] ppid=33880 vsize=1134044 memory=11776 CPUtime=0.04 cores=5,7
/proc/33883/task/33892/stat : 33892 (fscip) S 33880 33883 28847 0 -1 1077936192 396 0 0 0 1 3 0 0 20 0 3 0 5325151 1161261056 258144 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
Current children cumulated CPU time: 3588.68 s
Current children cumulated vsize: 1134044 KiB
Current children cumulated memory: 1032576 KiB

[startup+3598.31 s]
/proc/loadavg: 1.09 1.15 1.85 2/239 35859
/proc/meminfo: memFree=127552668/131524600 swapFree=131071216/131071996
[pid=33883] ppid=33880 vsize=918112 memory=846980 CPUtime=3588.79 cores=5,7
/proc/33883/stat : 33883 (fscip) R 33880 33883 28847 0 -1 4194304 500487 0 0 0 358820 59 0 0 20 0 1 0 5322059 940146688 211745 134679101440 4194304 16623229 140733335045216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 31150080 140733335049238 140733335049354 140733335049354 140733335056368 0
/proc/33883/statm: 229528 211745 3014 3035 0 225234 0
Current children cumulated CPU time: 3588.79 s
Current children cumulated vsize: 918112 KiB
Current children cumulated memory: 846980 KiB

Child status: 0

Real time (s): 3598.34
CPU time (s): 3588.83
CPU user time (s): 3588.23
CPU system time (s): 0.599477
CPU usage (%): 99.7357
Max. virtual memory (cumulated for all children) (KiB): 1134044
Max. memory (cumulated for all children) (KiB): 1032576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.23
system time used= 0.599477
maximum resident set size= 1032576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504987
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= 3617
involuntary context switches= 1165


# summary of solver processes directly reported to runsolver:
#   pid: 33883
#   total CPU time (s): 3588.83
#   total CPU user time (s): 3588.23
#   total CPU system time (s): 0.599477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63921 second user time and 16.7555 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-31 02:54:11
IDJOB=4464704
IDBENCH=164078
IDSOLVER=3092
FILE ID=nodeC017/4464704-1722387250
RUNJOBID= nodeC017-1722378594-28860
SLURM_JOB_ID= 8249830
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.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-4464704-1722387250/watcher-4464704-1722387250 -o /tmp/evaluation-result-4464704-1722387250/solver-4464704-1722387250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722378594-28860 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464704-1722387250.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=624940052

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127751824 kB
MemAvailable:   129134708 kB
Buffers:          104432 kB
Cached:          2110508 kB
SwapCached:           52 kB
Active:           274504 kB
Inactive:        3018592 kB
Active(anon):       1488 kB
Inactive(anon):  1097800 kB
Active(file):     273016 kB
Inactive(file):  1920792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             31044 kB
Writeback:             0 kB
AnonPages:       1075880 kB
Mapped:           125612 kB
Shmem:             21136 kB
KReclaimable:      57796 kB
Slab:             139132 kB
SReclaimable:      57796 kB
SUnreclaim:        81336 kB
KernelStack:        4300 kB
PageTables:        11332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     938348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC017 at 2024-07-31 03:54:09