Trace number 4434833

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02? 3590.32 3600.92

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j1207_5.std.opb
MD5SUM58b69e9a96bb9e80c29d595afb46d459
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark132
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234036
Number of constraints which are clauses232836
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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.79/0.89	c Default LC presolving (default).
0.89/0.90	c ** Before presolving: virtualMemUsedAtLc = 706907786, getVmSize() = 461643776, SCIPgetMemUsed() = 403670279, SCIPgetMemTotal() = 419237127, SCIPgetMemExternEstim() = 287670659
0.89/0.90	c ** set memory limit for presolving in LC to 8.79588e+12 for SCIP **
88.19/88.55	c ** Estimated virtualMemUsedAtSolver = 669414848, getVmSize() = 798248960, SCIPgetMemUsed() = 498700189, SCIPgetMemTotal() = 716451613, SCIPgetMemExternEstim() = 287670659
88.19/88.55	c ** set memory limit for solvers to 4.39803e+12 for each SCIP **
88.19/88.55	c Original Problem   :
88.19/88.55	c   Problem name     : instance-4434833-1721122678
88.19/88.55	c   Variables        : 72842 (72842 binary, 0 integer, 0 implicit integer, 0 continuous)
88.19/88.55	c   Constraints      : 234036
88.19/88.55	c   Objective sense  : minimize
88.19/88.55	c Presolved Problem  :
88.19/88.55	c   Variables        : 56360 (56360 binary, 0 integer, 0 implicit integer, 0 continuous)
88.19/88.55	c   Constraints      : 118555
88.19/88.55	c Constraints        : Number
88.19/88.55	c   knapsack         : 1156 
88.19/88.55	c   setppc           : 91636 
88.19/88.55	c   and              : 25756 
88.19/88.55	c   logicor          : 7 
88.19/88.55	c ** Instance transfer method used: 0
88.49/88.87	c ** ParaScipInstance copy does not increase the number of variables. **
88.79/89.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
88.79/89.15	c                                Nodes    Active                                            
88.79/89.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3589.29/3599.99	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3589.79/3600.48	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.79/3600.48	c Total Time         : 3600.4900
3589.79/3600.48	c   solving          : 3600.4900
3589.79/3600.48	c   presolving       : 87.6491 (included in solving)
3589.79/3600.48	c B&B Tree           :
3589.79/3600.48	c   nodes (total)    : 1
3589.79/3600.48	c Solution           :
3589.79/3600.48	c   Solutions found  : 0
3589.79/3600.48	c   Primal Bound     :          -
3589.79/3600.48	c   Dual Bound       :          -
3589.79/3600.48	c Gap                :          -
3590.28/3600.91	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: 63931 MiB (61396 MiB free)
  memory of node 1: 64510 MiB (59880 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=876293, runsolver pid=876290
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 4.13 4.12 4.09 5/258 876294
/proc/meminfo: memFree=124128768/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=81876 memory=69808 CPUtime=0.1 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 15370 0 0 0 8 2 0 0 20 0 1 0 164429629 83841024 17452 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 20469 17452 2318 3032 0 16869 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 81876 KiB
Current children cumulated memory: 69808 KiB

[startup+0.20569 s]*
/proc/loadavg: 4.13 4.12 4.09 5/258 876294
/proc/meminfo: memFree=124099872/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=110868 memory=98620 CPUtime=0.2 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 22533 0 0 0 17 3 0 0 20 0 1 0 164429629 113528832 24589 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 27717 24655 2318 3032 0 24117 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 110868 KiB
Current children cumulated memory: 98620 KiB

[startup+0.305609 s]*
/proc/loadavg: 4.13 4.12 4.09 5/258 876294
/proc/meminfo: memFree=124064248/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=147284 memory=135720 CPUtime=0.3 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 31848 0 0 0 26 4 0 0 20 0 1 0 164429629 150818816 33930 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 36821 33930 2318 3032 0 33221 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 147284 KiB
Current children cumulated memory: 135720 KiB

[startup+0.700245 s]
/proc/loadavg: 4.13 4.12 4.09 5/258 876294
/proc/meminfo: memFree=123982364/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=351616 memory=340476 CPUtime=0.69 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 83306 0 0 0 58 11 0 0 20 0 1 0 164429629 360054784 85119 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 87904 85119 2558 3032 0 84304 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 351616 KiB
Current children cumulated memory: 340476 KiB

[startup+1.50024 s]
/proc/loadavg: 4.13 4.12 4.09 5/258 876294
/proc/meminfo: memFree=123746464/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=490864 memory=471376 CPUtime=1.49 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 116213 0 0 0 134 15 0 0 20 0 1 0 164429629 502644736 117844 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 122716 117844 2622 3032 0 119116 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 490864 KiB
Current children cumulated memory: 471376 KiB

[startup+3.10567 s]
/proc/loadavg: 4.12 4.11 4.09 5/258 876296
/proc/meminfo: memFree=123599600/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=614260 memory=593352 CPUtime=3.08 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 135633 0 0 0 289 19 0 0 20 0 1 0 164429629 629002240 148338 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 153565 148338 2702 3032 0 149965 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 614260 KiB
Current children cumulated memory: 593352 KiB

[startup+6.30022 s]
/proc/loadavg: 4.12 4.11 4.09 5/258 876296
/proc/meminfo: memFree=123597820/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=614260 memory=593352 CPUtime=6.28 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 135666 0 0 0 608 20 0 0 20 0 1 0 164429629 629002240 148338 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 153565 148338 2702 3032 0 149965 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 614260 KiB
Current children cumulated memory: 593352 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/258 876297
/proc/meminfo: memFree=123566852/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=618372 memory=596132 CPUtime=12.65 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 171776 0 0 0 1240 25 0 0 20 0 1 0 164429629 633212928 149033 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 154593 149033 2750 3032 0 150993 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 618372 KiB
Current children cumulated memory: 596132 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 876299
/proc/meminfo: memFree=123483108/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=650232 memory=627648 CPUtime=25.42 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 177636 0 0 0 2515 27 0 0 20 0 1 0 164429629 665837568 156912 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 162558 156912 2750 3032 0 158958 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 650232 KiB
Current children cumulated memory: 627648 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.13 4.10 5/258 876302
/proc/meminfo: memFree=123438848/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=651352 memory=628664 CPUtime=50.93 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 177902 0 0 0 5066 27 0 0 20 0 1 0 164429629 666984448 157166 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 162838 157166 2750 3032 0 159238 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 651352 KiB
Current children cumulated memory: 628664 KiB

[startup+102.301 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 876316
/proc/meminfo: memFree=122457996/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1317268 memory=1166908 CPUtime=101.84 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 390733 0 0 0 10131 53 0 0 20 0 3 0 164429629 1348882432 291727 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 329317 291727 2798 3032 0 319957 0
[pid=876293/tid=876312] ppid=876290 vsize=1317268 memory=916156 CPUtime=13.26 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 166661 0 0 0 1308 18 0 0 20 0 3 0 164438484 1348882432 291727 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1317268 memory=11544 CPUtime=0 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 164438545 1348882432 291727 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 1317268 KiB
Current children cumulated memory: 1166908 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 876331
/proc/meminfo: memFree=122425452/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1317268 memory=1175148 CPUtime=161.37 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 598186 0 0 0 16068 69 0 0 20 0 3 0 164429629 1348882432 293787 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 329317 293787 2798 3032 0 322006 0
[pid=876293/tid=876312] ppid=876290 vsize=1317268 memory=164 CPUtime=72.79 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 374078 0 0 0 7245 34 0 0 20 0 3 0 164438484 1348882432 293787 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1317268 memory=43136 CPUtime=0 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 3 0 164438545 1348882432 293787 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 161.37 s
Current children cumulated vsize: 1317268 KiB
Current children cumulated memory: 1175148 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/264 876341
/proc/meminfo: memFree=121990212/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1317268 memory=1175152 CPUtime=221.16 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 697863 0 0 0 22038 78 0 0 20 0 3 0 164429629 1348882432 293788 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 329317 293788 2798 3032 0 322006 0
[pid=876293/tid=876312] ppid=876290 vsize=1317268 memory=5472 CPUtime=132.57 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 473740 0 0 0 13214 43 0 0 20 0 3 0 164438484 1348882432 293788 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1317268 memory=1175148 CPUtime=0 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 164438545 1348882432 293788 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 221.16 s
Current children cumulated vsize: 1317268 KiB
Current children cumulated memory: 1175152 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 876351
/proc/meminfo: memFree=121678160/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1579412 memory=1440728 CPUtime=280.98 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 820176 0 0 0 28006 92 0 0 20 0 3 0 164429629 1617317888 360182 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 394853 360182 2910 3032 0 389206 0
[pid=876293/tid=876312] ppid=876290 vsize=1579412 memory=1175152 CPUtime=192.4 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 596047 0 0 0 19183 57 0 0 20 0 3 0 164438484 1617317888 360182 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1579412 memory=11544 CPUtime=0 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 3 0 164438545 1617317888 360182 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 280.98 s
Current children cumulated vsize: 1579412 KiB
Current children cumulated memory: 1440728 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 876361
/proc/meminfo: memFree=121658184/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1579412 memory=1440740 CPUtime=340.83 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 829582 0 0 0 33989 94 0 0 20 0 3 0 164429629 1617317888 360185 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 394853 360185 2910 3032 0 389206 0
[pid=876293/tid=876312] ppid=876290 vsize=1579412 memory=1440728 CPUtime=252.24 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 605443 0 0 0 25166 58 0 0 20 0 3 0 164438484 1617317888 360185 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1579412 memory=11544 CPUtime=0 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 3 0 164438545 1617317888 360185 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0

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

Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/262 878352
/proc/meminfo: memFree=119993348/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3452.13 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1576190 0 0 0 345052 161 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=13196 CPUtime=3363.51 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1351544 0 0 0 336228 123 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=1705916 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 590 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3452.13 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/262 878362
/proc/meminfo: memFree=119992792/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3511.93 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1597787 0 0 0 351030 163 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=13196 CPUtime=3423.3 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1373130 0 0 0 342206 124 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=1705916 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 601 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3511.93 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.13 4.10 5/263 878374
/proc/meminfo: memFree=119992392/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3571.75 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1623339 0 0 0 357010 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3483.11 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1398675 0 0 0 348185 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=11544 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3571.75 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

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

# cumulated CPU time of all completed processes:  user=3588.63 s, system=1.68893 s

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

[startup+3584 s]*
/proc/loadavg: 4.33 4.15 4.11 5/263 878374
/proc/meminfo: memFree=119992308/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3573.45 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1623339 0 0 0 357180 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=13644 CPUtime=3484.81 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1398675 0 0 0 348355 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=-7160573490534637693 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3573.45 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3590.4 s]
/proc/loadavg: 4.39 4.16 4.11 5/263 878375
/proc/meminfo: memFree=119992044/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3579.82 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1623599 0 0 0 357817 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3491.19 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1398935 0 0 0 348993 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=-6082223890768247660 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3579.82 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3596.8 s]
/proc/loadavg: 4.44 4.18 4.12 5/263 878377
/proc/meminfo: memFree=119992076/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3586.2 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1623599 0 0 0 358455 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3497.57 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1398935 0 0 0 349631 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=11544 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3586.2 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3598.4 s]
/proc/loadavg: 4.44 4.18 4.12 6/258 878394
/proc/meminfo: memFree=120443048/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3587.79 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1623618 0 0 0 358614 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=16060 CPUtime=3499.16 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1398954 0 0 0 349790 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=2320 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3587.79 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3600 s]*
/proc/loadavg: 4.40 4.17 4.12 5/261 878423
/proc/meminfo: memFree=119634532/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3589.39 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1625715 0 0 0 358774 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=-8528804375749305020 CPUtime=3500.76 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1401031 0 0 0 349950 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=2684 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3589.39 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3600.4 s]
/proc/loadavg: 4.40 4.17 4.12 5/261 878423
/proc/meminfo: memFree=119634532/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1841556 memory=1705916 CPUtime=3589.79 cores=1,3
/proc/876293/stat : 876293 (fscip) S 876290 876293 874143 0 -1 1077936128 1628157 0 0 0 358814 165 0 0 20 0 3 0 164429629 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 460389 426479 2926 3032 0 451619 0
[pid=876293/tid=876312] ppid=876290 vsize=1841556 memory=1518720 CPUtime=3501.15 cores=1,3
/proc/876293/task/876312/stat : 876312 (fscip) R 876290 876293 874143 0 -1 4194368 1403473 0 0 0 349989 126 0 0 20 0 3 0 164438484 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
[pid=876293/tid=876313] ppid=876290 vsize=1841556 memory=1705916 CPUtime=0.04 cores=1,3
/proc/876293/task/876313/stat : 876313 (fscip) S 876290 876293 874143 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 164438545 1885753344 426479 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
Current children cumulated CPU time: 3589.79 s
Current children cumulated vsize: 1841556 KiB
Current children cumulated memory: 1705916 KiB

[startup+3600.8 s]
/proc/loadavg: 4.40 4.17 4.12 5/261 878423
/proc/meminfo: memFree=119634532/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1493376 memory=1325608 CPUtime=3590.19 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 1637270 0 0 0 358852 167 0 0 20 0 1 0 164429629 1529217024 331402 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 373344 331402 2974 3032 0 367697 0
Current children cumulated CPU time: 3590.19 s
Current children cumulated vsize: 1493376 KiB
Current children cumulated memory: 1325608 KiB

[startup+3600.9 s]
/proc/loadavg: 4.40 4.17 4.12 5/261 878423
/proc/meminfo: memFree=119634532/131524600 swapFree=131071996/131071996
[pid=876293] ppid=876290 vsize=1344336 memory=1176928 CPUtime=3590.28 cores=1,3
/proc/876293/stat : 876293 (fscip) R 876290 876293 874143 0 -1 4194304 1644111 0 0 0 358861 167 0 0 20 0 1 0 164429629 1376600064 294232 134679101440 4194304 16613245 140721913886400 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 41197568 140721913889813 140721913889929 140721913889929 140721913896944 0
/proc/876293/statm: 336084 294232 2974 3032 0 330437 0
Current children cumulated CPU time: 3590.28 s
Current children cumulated vsize: 1344336 KiB
Current children cumulated memory: 1176928 KiB

Child status: 0

Real time (s): 3600.92
CPU time (s): 3590.32
CPU user time (s): 3588.63
CPU system time (s): 1.68893
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 1841556
Max. memory (cumulated for all children) (KiB): 1705916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.63
system time used= 1.68893
maximum resident set size= 1705916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1646270
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= 3544
involuntary context switches= 2766


# summary of solver processes directly reported to runsolver:
#   pid: 876293
#   total CPU time (s): 3590.32
#   total CPU user time (s): 3588.63
#   total CPU system time (s): 1.68893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.387 second user time and 18.4703 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-16 11:38:10
IDJOB=4434833
IDBENCH=149087
IDSOLVER=3064
FILE ID=nodeC017/4434833-1721122678
RUNJOBID= nodeC017-1721119087-874155
SLURM_JOB_ID= 7505668
Free space on /tmp= 889980 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j1207_5.std.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-4434833-1721122678/watcher-4434833-1721122678 -o /tmp/evaluation-result-4434833-1721122678/solver-4434833-1721122678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721119087-874155 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434833-1721122678.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 58b69e9a96bb9e80c29d595afb46d459
RANDOM SEED=43396770

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.315
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.46
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		: 3668.934
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	: 7006.99
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.768
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.46
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		: 3679.389
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	: 7006.99
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		: 3600.397
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.46
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		: 3679.133
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	: 7006.99
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		: 3680.350
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.46
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.130
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124188428 kB
MemAvailable:   128479964 kB
Buffers:          408580 kB
Cached:          4676584 kB
SwapCached:            0 kB
Active:           936140 kB
Inactive:        5711780 kB
Active(anon):       1568 kB
Inactive(anon):  1598580 kB
Active(file):     934572 kB
Inactive(file):  4113200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             99580 kB
Writeback:             0 kB
AnonPages:       1562508 kB
Mapped:           140208 kB
Shmem:             37720 kB
KReclaimable:     166824 kB
Slab:             280300 kB
SReclaimable:     166824 kB
SUnreclaim:       113476 kB
KernelStack:        4188 kB
PageTables:        12272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1501432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61376 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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:      215764 kB
DirectMap2M:    24723456 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 889936 MiB
End job on nodeC017 at 2024-07-16 12:38:11