Trace number 4464393

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? 3586.9 3598.18

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
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 benchmark80.654
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.18	c Default LC presolving (default).
0.10/0.18	c ** Before presolving: virtualMemUsedAtLc = 76201984, getVmSize() = 76201984, SCIPgetMemUsed() = 44512249, SCIPgetMemTotal() = 54020065, SCIPgetMemExternEstim() = 17730161
0.10/0.18	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
20.10/20.23	c ** Estimated virtualMemUsedAtSolver = 228443930, getVmSize() = 363212800, SCIPgetMemUsed() = 224197054, SCIPgetMemTotal() = 324935734, SCIPgetMemExternEstim() = 17730161
20.10/20.23	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
20.10/20.23	c Original Problem   :
20.10/20.23	c   Problem name     : instance-4464393-1722378613
20.10/20.23	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
20.10/20.23	c   Constraints      : 1088
20.10/20.23	c   Objective sense  : minimize
20.10/20.23	c Presolved Problem  :
20.10/20.23	c   Variables        : 12025 (12025 binary, 0 integer, 0 implicit integer, 0 continuous)
20.10/20.23	c   Constraints      : 612
20.10/20.23	c Constraints        : Number
20.10/20.23	c   knapsack         : 114 
20.10/20.23	c   setppc           : 462 
20.10/20.23	c   orbitope         : 36 
20.10/20.23	c ** Instance transfer method used: 0
20.10/20.25	c ** ParaScipInstance copy increased the number of variables. **
20.20/20.31	c LC is working with racing ramp-up and with rebuilding tree after racing.
20.20/20.31	c                                Nodes    Active                                            
20.20/20.31	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3586.61/3598.00	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3586.73/3598.07	c SCIP Status        : c solving was interrupted [hard time limit reached]
3586.73/3598.07	c Total Time         : 3598.0700
3586.73/3598.07	c   solving          : 3598.0700
3586.73/3598.07	c   presolving       : 20.0420 (included in solving)
3586.73/3598.07	c B&B Tree           :
3586.73/3598.07	c   nodes (total)    : 1
3586.73/3598.07	c Solution           :
3586.73/3598.07	c   Solutions found  : 0
3586.73/3598.07	c   Primal Bound     :          -
3586.73/3598.07	c   Dual Bound       :          -
3586.73/3598.07	c Gap                :          -
3586.83/3598.17	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: 64059 MiB (62233 MiB free)
  memory of node 1: 64510 MiB (59446 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=29308, runsolver pid=29305

[startup+0.100448 s]*
/proc/loadavg: 1.22 0.34 0.17 5/250 29309
/proc/meminfo: memFree=124580284/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=41184 memory=30564 CPUtime=0.1 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 5371 0 0 0 9 1 0 0 20 0 1 0 4456910 42172416 7641 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 10296 7641 2539 3035 0 6692 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41184 KiB
Current children cumulated memory: 30564 KiB

[startup+0.213346 s]*
/proc/loadavg: 1.22 0.34 0.17 6/250 29309
/proc/meminfo: memFree=124542736/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=77248 memory=65896 CPUtime=0.21 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 14146 0 0 0 18 3 0 0 20 0 1 0 4456910 79101952 16474 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 19312 16474 2598 3035 0 15708 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 77248 KiB
Current children cumulated memory: 65896 KiB

[startup+0.312368 s]*
/proc/loadavg: 1.22 0.34 0.17 5/250 29309
/proc/meminfo: memFree=124533036/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=86884 memory=75196 CPUtime=0.3 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 15464 0 0 0 27 3 0 0 20 0 1 0 4456910 88969216 18799 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 21721 18799 2614 3035 0 18117 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 86884 KiB
Current children cumulated memory: 75196 KiB

[startup+0.700282 s]
/proc/loadavg: 1.22 0.34 0.17 5/250 29309
/proc/meminfo: memFree=124523468/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=91976 memory=81052 CPUtime=0.69 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 20771 0 0 0 63 6 0 0 20 0 1 0 4456910 94183424 20263 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 22994 20263 2694 3035 0 19390 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 91976 KiB
Current children cumulated memory: 81052 KiB

[startup+1.50031 s]
/proc/loadavg: 1.22 0.34 0.17 6/250 29309
/proc/meminfo: memFree=124469932/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=315132 memory=250528 CPUtime=1.48 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 48558 0 0 0 136 12 0 0 20 0 1 0 4456910 322695168 62632 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 78783 62632 2774 3035 0 75179 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 315132 KiB
Current children cumulated memory: 250528 KiB

[startup+3.11284 s]
/proc/loadavg: 1.22 0.34 0.17 5/252 29313
/proc/meminfo: memFree=124284096/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=321196 memory=256592 CPUtime=3.08 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 50038 0 0 0 296 12 0 0 20 0 1 0 4456910 328904704 64148 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 80299 64148 2774 3035 0 76695 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 321196 KiB
Current children cumulated memory: 256592 KiB

[startup+6.30032 s]
/proc/loadavg: 1.45 0.41 0.20 5/252 29313
/proc/meminfo: memFree=124252896/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=329832 memory=264968 CPUtime=6.26 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 52174 0 0 0 614 12 0 0 20 0 1 0 4456910 337747968 66242 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 82458 66242 2774 3035 0 78854 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 329832 KiB
Current children cumulated memory: 264968 KiB

[startup+12.7003 s]
/proc/loadavg: 1.65 0.47 0.22 5/256 29375
/proc/meminfo: memFree=124209260/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=330180 memory=265496 CPUtime=12.63 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 52269 0 0 0 1251 12 0 0 20 0 1 0 4456910 338104320 66374 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 82545 66374 2774 3035 0 78941 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 330180 KiB
Current children cumulated memory: 265496 KiB

[startup+25.5004 s]
/proc/loadavg: 2.31 0.67 0.29 5/258 29378
/proc/meminfo: memFree=124003252/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=511724 memory=388376 CPUtime=25.37 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 104177 0 0 0 2516 21 0 0 20 0 3 0 4456910 524005376 97094 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 127931 97094 2790 3035 0 115200 0
[pid=29308/tid=29376] ppid=29305 vsize=511724 memory=267080 CPUtime=5.21 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 43727 0 0 0 514 7 0 0 20 0 3 0 4458934 524005376 97094 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=511724 memory=264968 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 3 0 4458942 524005376 97094 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 511724 KiB
Current children cumulated memory: 388376 KiB

[startup+51.1129 s]
/proc/loadavg: 2.89 0.94 0.39 7/256 29382
/proc/meminfo: memFree=123898904/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=437616 CPUtime=50.91 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 165913 0 0 0 5064 27 0 0 20 0 3 0 4456910 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 109404 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=16640 CPUtime=30.74 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 105435 0 0 0 3061 13 0 0 20 0 3 0 4458934 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=5930238 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 4458942 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 437616 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.43 0.58 5/259 29397
/proc/meminfo: memFree=123889120/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=437616 CPUtime=101.95 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 171706 0 0 0 10168 27 0 0 20 0 3 0 4456910 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 109404 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=11352 CPUtime=81.78 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 111204 0 0 0 8165 13 0 0 20 0 3 0 4458934 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=437616 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 4458942 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 437616 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 1.92 0.81 5/259 29408
/proc/meminfo: memFree=123865072/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=437616 CPUtime=161.78 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 174652 0 0 0 16151 27 0 0 20 0 3 0 4456910 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 109404 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=164 CPUtime=141.61 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 114132 0 0 0 14148 13 0 0 20 0 3 0 4458934 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=11352 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 81 0 0 0 0 0 0 0 20 0 3 0 4458942 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 437616 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.31 1.01 5/259 29419
/proc/meminfo: memFree=123796936/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=437616 CPUtime=221.61 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 176184 0 0 0 22134 27 0 0 20 0 3 0 4456910 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 109404 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=12220 CPUtime=201.44 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 115657 0 0 0 20131 13 0 0 20 0 3 0 4458934 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=437616 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 88 0 0 0 0 0 0 0 20 0 3 0 4458942 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 437616 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 2.67 1.22 5/257 29429
/proc/meminfo: memFree=123792872/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=437616 CPUtime=281.44 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 177699 0 0 0 28117 27 0 0 20 0 3 0 4456910 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 109404 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=437616 CPUtime=261.28 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 117165 0 0 0 26115 13 0 0 20 0 3 0 4458934 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=437616 CPUtime=0 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 3 0 4458942 591527936 109404 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 437616 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 2.93 1.40 5/253 29441

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

[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3451.46 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 211980 0 0 0 345114 32 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=477128 CPUtime=3431.25 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151118 0 0 0 343110 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=11352 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 423 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3451.46 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.07 5/251 31085
/proc/meminfo: memFree=120812260/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3511.27 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212346 0 0 0 351094 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=477128 CPUtime=3491.05 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151478 0 0 0 349090 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=11352 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 429 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3511.27 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.07 6/254 31315
/proc/meminfo: memFree=121399772/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3571.07 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212712 0 0 0 357074 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=1908 CPUtime=3550.85 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151838 0 0 0 355070 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=477128 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 435 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3571.07 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

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

# cumulated CPU time of all completed processes:  user=3586.55 s, system=0.34446 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.12 4.07 5/254 31315
/proc/meminfo: memFree=121350492/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3572.77 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212712 0 0 0 357244 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=-5155625816971504517 CPUtime=3552.55 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151838 0 0 0 355240 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=13684 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 435 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3572.77 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.12 4.07 5/254 31315
/proc/meminfo: memFree=121229600/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3579.14 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212712 0 0 0 357881 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=477128 CPUtime=3558.92 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151838 0 0 0 355877 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=34988 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 435 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3579.14 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3593.6 s]
/proc/loadavg: 4.09 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121227352/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3582.33 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212712 0 0 0 358200 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=12220 CPUtime=3562.11 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151838 0 0 0 356196 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=-5155630215017491589 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 435 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3582.33 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3595.2 s]
/proc/loadavg: 4.09 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121226412/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3583.92 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 212712 0 0 0 358359 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=16744 CPUtime=3563.7 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 151838 0 0 0 356355 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=-5155630215017491589 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 435 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3583.92 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121226356/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3585.52 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 213029 0 0 0 358519 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=-5155630215017491589 CPUtime=3565.3 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 152152 0 0 0 356515 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=477128 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 438 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3585.52 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3597.6 s]
/proc/loadavg: 4.08 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121225712/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3586.31 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 213053 0 0 0 358598 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=16744 CPUtime=3566.1 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 152176 0 0 0 356595 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=11352 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 438 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3586.31 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3598 s]*
/proc/loadavg: 4.08 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121225520/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477128 CPUtime=3586.73 cores=0,2
/proc/29308/stat : 29308 (fscip) S 29305 29308 29084 0 -1 1077936128 213346 0 0 0 358640 33 0 0 20 0 3 0 4456910 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119282 2934 3035 0 127974 0
[pid=29308/tid=29376] ppid=29305 vsize=577664 memory=-5155625816971504517 CPUtime=3566.51 cores=0,2
/proc/29308/task/29376/stat : 29376 (fscip) R 29305 29308 29084 0 -1 4194368 152459 0 0 0 356636 15 0 0 20 0 3 0 4458934 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=7244 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 438 0 0 0 1 3 0 0 20 0 3 0 4458942 591527936 119282 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3586.73 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477128 KiB

[startup+3598.12 s]
/proc/loadavg: 4.08 4.12 4.07 5/254 31317
/proc/meminfo: memFree=121225520/131655788 swapFree=131071996/131071996
[pid=29308] ppid=29305 vsize=577664 memory=477336 CPUtime=3586.83 cores=0,2
/proc/29308/stat : 29308 (fscip) R 29305 29308 29084 0 -1 4194304 213637 0 0 0 358650 33 0 0 20 0 2 0 4456910 591527936 119334 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
/proc/29308/statm: 144416 119334 2982 3035 0 127974 0
[pid=29308/tid=29377] ppid=29305 vsize=577664 memory=477128 CPUtime=0.04 cores=0,2
/proc/29308/task/29377/stat : 29377 (fscip) S 29305 29308 29084 0 -1 1077936192 438 0 0 0 1 3 0 0 20 0 2 0 4458942 591527936 119334 134679101440 4194304 16623229 140735596309584 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43773952 140735596315670 140735596315786 140735596315786 140735596322800 0
Current children cumulated CPU time: 3586.83 s
Current children cumulated vsize: 577664 KiB
Current children cumulated memory: 477336 KiB

Child status: 0

Real time (s): 3598.18
CPU time (s): 3586.9
CPU user time (s): 3586.55
CPU system time (s): 0.34446
CPU usage (%): 99.6866
Max. virtual memory (cumulated for all children) (KiB): 577664
Max. memory (cumulated for all children) (KiB): 477336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.55
system time used= 0.34446
maximum resident set size= 477336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213660
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= 3598
involuntary context switches= 25102


# summary of solver processes directly reported to runsolver:
#   pid: 29308
#   total CPU time (s): 3586.9
#   total CPU user time (s): 3586.55
#   total CPU system time (s): 0.34446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9218 second user time and 32.6532 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-31 00:30:13
IDJOB=4464393
IDBENCH=147863
IDSOLVER=3092
FILE ID=nodeC002/4464393-1722378613
RUNJOBID= nodeC002-1722378594-29094
SLURM_JOB_ID= 8249832
Free space on /tmp= 723696 MiB

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

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1453536771

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124600352 kB
MemAvailable:   129412684 kB
Buffers:           91316 kB
Cached:          5511396 kB
SwapCached:            0 kB
Active:           256016 kB
Inactive:        6251304 kB
Active(anon):       1908 kB
Inactive(anon):   932272 kB
Active(file):     254108 kB
Inactive(file):  5319032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117716 kB
Writeback:            12 kB
AnonPages:        904240 kB
Mapped:           126952 kB
Shmem:             29512 kB
KReclaimable:     158448 kB
Slab:             242440 kB
SReclaimable:     158448 kB
SUnreclaim:        83992 kB
KernelStack:        4000 kB
PageTables:        10680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1088304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      224072 kB
DirectMap2M:    19603456 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723660 MiB
End job on nodeC002 at 2024-07-31 01:30:11