Trace number 4442990

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-02? 3589.56 3600.19

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.09/0.13	c Default LC presolving (default).
0.09/0.13	c ** Before presolving: virtualMemUsedAtLc = 111235289, getVmSize() = 105459712, SCIPgetMemUsed() = 71986118, SCIPgetMemTotal() = 82753774, SCIPgetMemExternEstim() = 28481515
0.09/0.13	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
68.08/68.30	c ** Estimated virtualMemUsedAtSolver = 338406718, getVmSize() = 526831616, SCIPgetMemUsed() = 353604018, SCIPgetMemTotal() = 479128562, SCIPgetMemExternEstim() = 28481515
68.08/68.30	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
68.08/68.30	c Original Problem   :
68.08/68.30	c   Problem name     : instance-4442990-1721300968
68.08/68.30	c   Variables        : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
68.08/68.30	c   Constraints      : 1386
68.08/68.30	c   Objective sense  : minimize
68.08/68.30	c Presolved Problem  :
68.08/68.30	c   Variables        : 19927 (19927 binary, 0 integer, 0 implicit integer, 0 continuous)
68.08/68.30	c   Constraints      : 777
68.08/68.30	c Constraints        : Number
68.08/68.30	c   knapsack         : 144 
68.08/68.30	c   setppc           : 592 
68.08/68.30	c   orbitope         : 41 
68.08/68.30	c ** Instance transfer method used: 0
68.08/68.35	c ** ParaScipInstance copy increased the number of variables. **
68.19/68.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
68.19/68.41	c                                Nodes    Active                                            
68.19/68.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3589.35/3600.01	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3589.35/3600.09	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.35/3600.09	c Total Time         : 3600.1000
3589.35/3600.09	c   solving          : 3600.1000
3589.35/3600.09	c   presolving       : 68.1721 (included in solving)
3589.35/3600.09	c B&B Tree           :
3589.35/3600.09	c   nodes (total)    : 1
3589.35/3600.09	c Solution           :
3589.35/3600.09	c   Solutions found  : 0
3589.35/3600.09	c   Primal Bound     :          -
3589.35/3600.09	c   Dual Bound       :          -
3589.35/3600.09	c Gap                :          -
3589.46/3600.19	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62037 MiB free)
  memory of node 1: 64473 MiB (61309 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=959334, runsolver pid=959331

[startup+0.10057 s]*
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=126246780/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=80624 memory=69920 CPUtime=0.09 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 15238 0 0 0 7 2 0 0 20 0 1 0 182262992 82558976 17480 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 20156 17480 2542 3032 0 16556 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 80624 KiB
Current children cumulated memory: 69920 KiB

[startup+0.205499 s]*
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=126209340/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=123992 memory=109496 CPUtime=0.2 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 24051 0 0 0 17 3 0 0 20 0 1 0 182262992 126967808 27374 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 30998 27374 2606 3032 0 27398 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 123992 KiB
Current children cumulated memory: 109496 KiB

[startup+0.305604 s]*
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=126184040/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=145112 memory=132736 CPUtime=0.29 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 30644 0 0 0 25 4 0 0 20 0 1 0 182262992 148594688 33184 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 36278 33184 2638 3032 0 32678 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 145112 KiB
Current children cumulated memory: 132736 KiB

[startup+0.700235 s]
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=126196456/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=173992 memory=155972 CPUtime=0.68 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 35641 0 0 0 63 5 0 0 20 0 1 0 182262992 178167808 38993 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 43498 38993 2718 3032 0 39898 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 173992 KiB
Current children cumulated memory: 155972 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=126081056/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=458056 memory=354376 CPUtime=1.48 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 69814 0 0 0 137 11 0 0 20 0 1 0 182262992 469049344 88594 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 114514 88594 2766 3032 0 110914 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 458056 KiB
Current children cumulated memory: 354376 KiB

[startup+3.1056 s]
/proc/loadavg: 4.14 4.14 4.11 5/258 959335
/proc/meminfo: memFree=125941732/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=461004 memory=356204 CPUtime=3.08 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 70333 0 0 0 297 11 0 0 20 0 1 0 182262992 472068096 89051 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 115251 89051 2766 3032 0 111651 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 461004 KiB
Current children cumulated memory: 356204 KiB

[startup+6.30023 s]
/proc/loadavg: 4.13 4.14 4.11 5/258 959336
/proc/meminfo: memFree=125926336/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=465244 memory=360404 CPUtime=6.26 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 71379 0 0 0 615 11 0 0 20 0 1 0 182262992 476409856 90101 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 116311 90101 2766 3032 0 112711 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 465244 KiB
Current children cumulated memory: 360404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 4.11 5/258 959336
/proc/meminfo: memFree=125828876/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=470380 memory=365644 CPUtime=12.65 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 72677 0 0 0 1253 12 0 0 20 0 1 0 182262992 481669120 91411 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 117595 91411 2766 3032 0 113995 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 470380 KiB
Current children cumulated memory: 365644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.11 5/257 959385
/proc/meminfo: memFree=127315732/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=480708 memory=375704 CPUtime=25.42 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 75247 0 0 0 2529 13 0 0 20 0 1 0 182262992 492244992 93926 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 120177 93926 2766 3032 0 116577 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 480708 KiB
Current children cumulated memory: 375704 KiB

[startup+51.1058 s]
/proc/loadavg: 4.18 4.15 4.11 5/262 959396
/proc/meminfo: memFree=126502352/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=482108 memory=376988 CPUtime=50.95 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 75613 0 0 0 5082 13 0 0 20 0 1 0 182262992 493678592 94247 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 120527 94247 2766 3032 0 116927 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 482108 KiB
Current children cumulated memory: 376988 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/264 959408
/proc/meminfo: memFree=125869228/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=616740 CPUtime=101.96 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 227376 0 0 0 10168 28 0 0 20 0 3 0 182262992 829947904 154185 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 154185 2894 3032 0 184447 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=604764 CPUtime=33.81 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 140097 0 0 0 3368 13 0 0 20 0 3 0 182269822 829947904 154185 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=616740 CPUtime=0 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 182269833 829947904 154185 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 616740 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/264 959418
/proc/meminfo: memFree=125845016/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=617676 CPUtime=161.83 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 234572 0 0 0 16155 28 0 0 20 0 3 0 182262992 829947904 154419 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 154419 2894 3032 0 184623 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=617180 CPUtime=93.68 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 147269 0 0 0 9355 13 0 0 20 0 3 0 182269822 829947904 154419 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=617676 CPUtime=0 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 3 0 182269833 829947904 154419 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 617676 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/264 959430
/proc/meminfo: memFree=125505244/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=618508 CPUtime=221.7 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 239391 0 0 0 22141 29 0 0 20 0 3 0 182262992 829947904 154627 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 154627 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=11664 CPUtime=153.54 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 152074 0 0 0 15341 13 0 0 20 0 3 0 182269822 829947904 154627 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=26000 CPUtime=0 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 74 0 0 0 0 0 0 0 20 0 3 0 182269833 829947904 154627 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 618508 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 959442
/proc/meminfo: memFree=125349936/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=618520 CPUtime=281.53 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 243983 0 0 0 28124 29 0 0 20 0 3 0 182262992 829947904 154630 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 154630 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=618520 CPUtime=213.38 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 156655 0 0 0 21324 14 0 0 20 0 3 0 182269822 829947904 154630 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=618520 CPUtime=0 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 3 0 182269833 829947904 154630 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 618520 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 959452
/proc/meminfo: memFree=125346416/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=618536 CPUtime=341.38 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 246403 0 0 0 34109 29 0 0 20 0 3 0 182262992 829947904 154634 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 154634 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=618520 CPUtime=273.22 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 159065 0 0 0 27308 14 0 0 20 0 3 0 182269822 829947904 154634 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=11664 CPUtime=0 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 3 0 182269833 829947904 154634 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0

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

[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3452.09 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 374691 0 0 0 345159 50 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3383.89 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 286820 0 0 0 338357 32 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=11664 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 628 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3452.09 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3522.3 s]
/proc/loadavg: 3.54 3.98 4.05 4/253 961250
/proc/meminfo: memFree=124535972/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3511.9 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 374886 0 0 0 351139 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3443.69 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287004 0 0 0 344337 32 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=-6514284690057378667 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 639 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3511.9 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3582.3 s]
/proc/loadavg: 3.30 3.83 3.99 4/253 961260
/proc/meminfo: memFree=124535484/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3571.7 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375017 0 0 0 357119 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3503.49 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287125 0 0 0 350316 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=682884 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3571.7 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

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

# cumulated CPU time of all completed processes:  user=3589.04 s, system=0.523557 s

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

[startup+3584 s]*
/proc/loadavg: 3.30 3.83 3.99 4/253 961260
/proc/meminfo: memFree=124535468/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3573.39 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375017 0 0 0 357288 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=6944656575208382560 CPUtime=3505.19 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287125 0 0 0 350486 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=6655300316396806240 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3573.39 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3590.4 s]
/proc/loadavg: 3.27 3.82 3.98 4/253 961262
/proc/meminfo: memFree=124535388/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3579.77 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375017 0 0 0 357926 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3511.57 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287125 0 0 0 351124 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=682884 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3579.77 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3596.8 s]
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128486952/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3586.16 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375017 0 0 0 358565 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3517.95 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287125 0 0 0 351762 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=11664 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3586.16 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3598.4 s]
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128487060/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3587.75 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375097 0 0 0 358724 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=682884 CPUtime=3519.55 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287205 0 0 0 351922 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=682884 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3587.75 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3599.2 s]
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128487060/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3588.55 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375101 0 0 0 358804 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=-6514284690057378667 CPUtime=3520.35 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287205 0 0 0 352002 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=-7737314618303276151 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 653 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3588.55 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3599.6 s]
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128487060/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3588.95 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375101 0 0 0 358844 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=-6514284690057378667 CPUtime=3520.75 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287205 0 0 0 352042 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=32192 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 653 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3588.95 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3600 s]*
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128487060/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=682884 CPUtime=3589.35 cores=4,6
/proc/959334/stat : 959334 (fscip) S 959331 959334 954227 0 -1 1077936128 375101 0 0 0 358884 51 0 0 20 0 3 0 182262992 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170721 2894 3032 0 184982 0
[pid=959334/tid=959400] ppid=959331 vsize=810496 memory=-6514284690057378667 CPUtime=3521.15 cores=4,6
/proc/959334/task/959400/stat : 959400 (fscip) R 959331 959334 954227 0 -1 4194368 287205 0 0 0 352082 33 0 0 20 0 3 0 182269822 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=-7737314618303276151 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 653 0 0 0 1 3 0 0 20 0 3 0 182269833 829947904 170721 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3589.35 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 682884 KiB

[startup+3600.11 s]
/proc/loadavg: 3.07 3.76 3.96 2/235 961326
/proc/meminfo: memFree=128487060/131524600 swapFree=131071996/131071996
[pid=959334] ppid=959331 vsize=810496 memory=681604 CPUtime=3589.46 cores=4,6
/proc/959334/stat : 959334 (fscip) R 959331 959334 954227 0 -1 4194304 377133 0 0 0 358895 51 0 0 20 0 2 0 182262992 829947904 170401 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
/proc/959334/statm: 202624 170401 2942 3032 0 184982 0
[pid=959334/tid=959401] ppid=959331 vsize=810496 memory=682884 CPUtime=0.04 cores=4,6
/proc/959334/task/959401/stat : 959401 (fscip) S 959331 959334 954227 0 -1 1077936192 653 0 0 0 1 3 0 0 20 0 2 0 182269833 829947904 170401 134679101440 4194304 16613245 140724989401360 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 29810688 140724989404180 140724989404296 140724989404296 140724989411312 0
Current children cumulated CPU time: 3589.46 s
Current children cumulated vsize: 810496 KiB
Current children cumulated memory: 681604 KiB

Child status: 0

Real time (s): 3600.19
CPU time (s): 3589.56
CPU user time (s): 3589.04
CPU system time (s): 0.523557
CPU usage (%): 99.7046
Max. virtual memory (cumulated for all children) (KiB): 810496
Max. memory (cumulated for all children) (KiB): 682884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.04
system time used= 0.523557
maximum resident set size= 682884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3549
involuntary context switches= 1128


# summary of solver processes directly reported to runsolver:
#   pid: 959334
#   total CPU time (s): 3589.56
#   total CPU user time (s): 3589.04
#   total CPU system time (s): 0.523557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26581 second user time and 18.6076 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-18 13:09:41
IDJOB=4442990
IDBENCH=147859
IDSOLVER=3064
FILE ID=nodeC026/4442990-1721300968
RUNJOBID= nodeC026-1721293769-954238
SLURM_JOB_ID= 7542600
Free space on /tmp= 889988 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442990-1721300968/watcher-4442990-1721300968 -o /tmp/evaluation-result-4442990-1721300968/solver-4442990-1721300968 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721293769-954238 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4442990-1721300968.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=1233634971

nodeC026.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		: 3662.519
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.74
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		: 3600.343
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.887
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.74
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		: 3683.840
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.45
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		: 3661.161
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.74
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		: 3683.825
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.45
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		: 3664.260
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.74
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		: 3600.267
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126307496 kB
MemAvailable:   126948928 kB
Buffers:          506004 kB
Cached:           972820 kB
SwapCached:            0 kB
Active:           999232 kB
Inactive:        3602640 kB
Active(anon):       1548 kB
Inactive(anon):  3159216 kB
Active(file):     997684 kB
Inactive(file):   443424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             98464 kB
Writeback:             4 kB
AnonPages:       3113028 kB
Mapped:           140712 kB
Shmem:             37720 kB
KReclaimable:      80296 kB
Slab:             190664 kB
SReclaimable:      80296 kB
SUnreclaim:       110368 kB
KernelStack:        4144 kB
PageTables:        15504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1834820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC026 at 2024-07-18 14:09:41