Trace number 4434870

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? 3594.93 3606.27

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMf42bed8b206e9691e6e5fc670f14b50f
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 benchmark-214739
Best CPU time to get the best result obtained on this benchmark66957.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 594102826
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 594102826
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: 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)
3.57/3.65	c Default LC presolving (default).
3.57/3.66	c ** Before presolving: virtualMemUsedAtLc = 2166892132, getVmSize() = 1466068992, SCIPgetMemUsed() = 1387109163, SCIPgetMemTotal() = 1405788675, SCIPgetMemExternEstim() = 761103457
3.57/3.66	c ** set memory limit for presolving in LC to 8.79544e+12 for SCIP **
271.84/272.65	c ** Estimated virtualMemUsedAtSolver = 2644807883, getVmSize() = 3497115648, SCIPgetMemUsed() = 2337785272, SCIPgetMemTotal() = 3206108368, SCIPgetMemExternEstim() = 761103457
271.84/272.65	c ** set memory limit for solvers to 4.39797e+12 for each SCIP **
271.84/272.65	c Original Problem   :
271.84/272.65	c   Problem name     : instance-4434870-1721150129
271.84/272.65	c   Variables        : 399113 (399113 binary, 0 integer, 0 implicit integer, 0 continuous)
271.84/272.65	c   Constraints      : 400980
271.84/272.65	c   Objective sense  : minimize
271.84/272.65	c Presolved Problem  :
271.84/272.65	c   Variables        : 329967 (329967 binary, 0 integer, 0 implicit integer, 0 continuous)
271.84/272.65	c   Constraints      : 331493
271.84/272.65	c Constraints        : Number
271.84/272.65	c   knapsack         : 1 
271.84/272.65	c   setppc           : 23274 
271.84/272.65	c   linear           : 1 
271.84/272.65	c   logicor          : 308217 
271.84/272.65	c ** Instance transfer method used: 0
273.14/273.92	c ** ParaScipInstance copy does not increase the number of variables. **
274.92/275.77	c LC is working with racing ramp-up and with rebuilding tree after racing.
274.92/275.77	c                                Nodes    Active                                            
274.92/275.77	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3588.70/3600.04	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3591.47/3602.82	c SCIP Status        : c solving was interrupted [hard time limit reached]
3591.47/3602.82	c Total Time         : 3602.8000
3591.47/3602.82	c   solving          : 3602.8000
3591.47/3602.82	c   presolving       : 268.9907 (included in solving)
3591.47/3602.82	c B&B Tree           :
3591.47/3602.82	c   nodes (total)    : 1
3591.47/3602.82	c Solution           :
3591.47/3602.82	c   Solutions found  : 0
3591.47/3602.82	c   Primal Bound     :          -
3591.47/3602.82	c   Dual Bound       :          -
3591.47/3602.82	c Gap                :          -
3594.76/3606.14	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 (55261 MiB free)
  memory of node 1: 64510 MiB (62445 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=855926, runsolver pid=855923

[startup+0.100711 s]*
/proc/loadavg: 4.11 4.17 4.18 5/247 855927
/proc/meminfo: memFree=120453572/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=86868 memory=72648 CPUtime=0.1 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 15564 0 0 0 5 5 0 0 20 0 1 0 167169447 88952832 18162 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 21717 18162 2318 3032 0 18117 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 72648 KiB

[startup+0.213186 s]*
/proc/loadavg: 4.11 4.17 4.18 5/247 855927
/proc/meminfo: memFree=120355992/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=160716 memory=144512 CPUtime=0.21 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 33518 0 0 0 12 9 0 0 20 0 1 0 167169447 164573184 36128 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 40179 36128 2318 3032 0 36579 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 160716 KiB
Current children cumulated memory: 144512 KiB

[startup+0.312911 s]*
/proc/loadavg: 4.11 4.17 4.18 5/247 855927
/proc/meminfo: memFree=120263900/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=225040 memory=209216 CPUtime=0.31 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 49669 0 0 0 19 12 0 0 20 0 1 0 167169447 230440960 52238 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 56516 52238 2318 3032 0 52916 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 225040 KiB
Current children cumulated memory: 209216 KiB

[startup+0.70032 s]
/proc/loadavg: 4.11 4.17 4.18 5/247 855927
/proc/meminfo: memFree=120074668/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=395460 memory=379952 CPUtime=0.68 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 91346 0 0 0 46 22 0 0 20 0 1 0 167169447 404951040 94988 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 98865 94988 2318 3032 0 95265 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 395460 KiB
Current children cumulated memory: 379952 KiB

[startup+1.50032 s]
/proc/loadavg: 4.11 4.17 4.18 5/247 855927
/proc/meminfo: memFree=119762544/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=568280 memory=552812 CPUtime=1.47 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 134599 0 0 0 117 30 0 0 20 0 1 0 167169447 581918720 138203 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 142070 138203 2318 3032 0 138470 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 568280 KiB
Current children cumulated memory: 552812 KiB

[startup+3.11246 s]
/proc/loadavg: 4.11 4.17 4.18 5/243 855930
/proc/meminfo: memFree=118519396/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1249536 memory=1236616 CPUtime=3.08 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 315106 0 0 0 250 58 0 0 20 0 1 0 167169447 1279524864 309154 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 312384 309154 2558 3032 0 308784 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1249536 KiB
Current children cumulated memory: 1236616 KiB

[startup+6.30029 s]
/proc/loadavg: 4.10 4.17 4.18 5/241 855944
/proc/meminfo: memFree=124647796/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1911524 memory=1876700 CPUtime=6.26 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 403856 0 0 0 545 81 0 0 20 0 1 0 167169447 1957400576 469175 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 477881 469175 2702 3032 0 474281 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1911524 KiB
Current children cumulated memory: 1876700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.16 4.18 5/243 855977
/proc/meminfo: memFree=124459428/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1945492 memory=1904920 CPUtime=12.65 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 406905 0 0 0 1183 82 0 0 20 0 1 0 167169447 1992183808 476230 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 486373 476230 2702 3032 0 482773 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1945492 KiB
Current children cumulated memory: 1904920 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.17 4.18 5/243 855979
/proc/meminfo: memFree=122638316/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1955804 memory=1910272 CPUtime=25.42 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 407908 0 0 0 2458 84 0 0 20 0 1 0 167169447 2002743296 477568 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 488951 477568 2702 3032 0 485351 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1955804 KiB
Current children cumulated memory: 1910272 KiB

[startup+51.1125 s]
/proc/loadavg: 4.21 4.19 4.19 5/243 855982
/proc/meminfo: memFree=122628416/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1955804 memory=1910272 CPUtime=50.95 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 408123 0 0 0 5009 86 0 0 20 0 1 0 167169447 2002743296 477568 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 488951 477568 2702 3032 0 485351 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1955804 KiB
Current children cumulated memory: 1910272 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/243 855992
/proc/meminfo: memFree=122372480/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=1938576 memory=1898740 CPUtime=102 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 411053 0 0 0 10112 88 0 0 20 0 1 0 167169447 1985101824 474685 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 484644 474685 2702 3032 0 481044 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1938576 KiB
Current children cumulated memory: 1898740 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/245 856004
/proc/meminfo: memFree=118804000/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=2612736 memory=2559892 CPUtime=161.83 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 595384 0 0 0 16062 121 0 0 20 0 1 0 167169447 2675441664 639973 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 653184 639973 2750 3032 0 649584 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2612736 KiB
Current children cumulated memory: 2559892 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/245 856015
/proc/meminfo: memFree=118690360/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=2612736 memory=2559944 CPUtime=221.68 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 595467 0 0 0 22046 122 0 0 20 0 1 0 167169447 2675441664 639986 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 653184 639986 2750 3032 0 649584 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 2612736 KiB
Current children cumulated memory: 2559944 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/249 856029
/proc/meminfo: memFree=112647988/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=5213268 memory=4868264 CPUtime=281.5 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 1120797 0 0 0 27912 238 0 0 20 0 3 0 167169447 5338386432 1217066 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1303317 1217066 2798 3032 0 1272647 0
[pid=855926/tid=856027] ppid=855923 vsize=5213268 memory=11600 CPUtime=8.31 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 342908 0 0 0 748 83 0 0 20 0 3 0 167196712 5338386432 1217066 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=5213268 memory=2559972 CPUtime=0 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 167197028 5338386432 1217066 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 5213268 KiB
Current children cumulated memory: 4868264 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/251 856043
/proc/meminfo: memFree=112526128/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=5147732 memory=4867680 CPUtime=341.35 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 1161901 0 0 0 33894 241 0 0 20 0 3 0 167169447 5271277568 1216920 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1286933 1216920 2798 3032 0 1271775 0
[pid=855926/tid=856027] ppid=855923 vsize=5147732 memory=4867680 CPUtime=68.17 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 383971 0 0 0 6730 87 0 0 20 0 3 0 167196712 5271277568 1216920 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=5147732 memory=4867680 CPUtime=0 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 167197028 5271277568 1216920 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 5147732 KiB
Current children cumulated memory: 4867680 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/251 856054
/proc/meminfo: memFree=111173552/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=5790840 memory=5480928 CPUtime=401.2 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 1729629 0 0 0 39829 291 0 0 20 0 3 0 167169447 5929820160 1370232 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1447710 1370232 2814 3032 0 1427924 0
[pid=855926/tid=856027] ppid=855923 vsize=5790840 memory=5160596 CPUtime=128.01 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 951686 0 0 0 12665 136 0 0 20 0 3 0 167196712 5929820160 1370232 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0

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

Current children cumulated memory: 6564808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.26 4.22 6/251 857810
/proc/meminfo: memFree=102343940/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3331.86 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 5833397 0 0 0 332477 709 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=41788 CPUtime=3058.61 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5054656 0 0 0 305310 551 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=11600 CPUtime=0.05 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 852 0 0 0 2 3 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3331.86 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.23 4.21 6/251 857821
/proc/meminfo: memFree=102201316/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3391.65 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 5883507 0 0 0 338452 713 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3118.41 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5104747 0 0 0 311286 555 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=6564808 CPUtime=0.05 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 871 0 0 0 2 3 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3391.65 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.20 4.20 6/251 857831
/proc/meminfo: memFree=102198804/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3451.44 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 5936698 0 0 0 344427 717 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3178.2 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5157920 0 0 0 317261 559 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=6564808 CPUtime=0.05 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 889 0 0 0 2 3 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3451.44 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.19 6/251 857841
/proc/meminfo: memFree=102198084/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3511.24 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 5993413 0 0 0 350402 722 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3238 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5214614 0 0 0 323236 564 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=6564808 CPUtime=0.06 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 910 0 0 0 2 4 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3511.24 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.17 4.18 6/251 857852
/proc/meminfo: memFree=102197480/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3571.04 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 6049634 0 0 0 356376 728 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=41788 CPUtime=3297.8 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5270819 0 0 0 329210 570 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=11600 CPUtime=0.06 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 926 0 0 0 2 4 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3571.04 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

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

# cumulated CPU time of all completed processes:  user=3586.66 s, system=8.26185 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.17 4.18 6/251 857852
/proc/meminfo: memFree=102197524/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3572.74 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 6049645 0 0 0 356546 728 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=-6080816524474628969 CPUtime=3299.5 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5270827 0 0 0 329380 570 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=-8621784602307444379 CPUtime=0.06 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 929 0 0 0 2 4 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.18 4.18 6/251 857853
/proc/meminfo: memFree=102197528/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=7028240 memory=6564808 CPUtime=3585.49 cores=4,6
/proc/855926/stat : 855926 (fscip) S 855923 855926 851666 0 -1 1077936128 6062573 0 0 0 357820 729 0 0 20 0 3 0 167169447 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1757060 1641202 2942 3032 0 1736068 0
[pid=855926/tid=856027] ppid=855923 vsize=7028240 memory=6780 CPUtime=3312.25 cores=4,6
/proc/855926/task/856027/stat : 856027 (fscip) R 855923 855926 851666 0 -1 4194368 5283754 0 0 0 330654 571 0 0 20 0 3 0 167196712 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
[pid=855926/tid=856028] ppid=855923 vsize=7028240 memory=3978151216082872167 CPUtime=0.06 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 930 0 0 0 2 4 0 0 20 0 3 0 167197028 7196917760 1641202 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3585.49 s
Current children cumulated vsize: 7028240 KiB
Current children cumulated memory: 6564808 KiB

[startup+3603.2 s]
/proc/loadavg: 4.13 4.17 4.18 5/248 857856
/proc/meminfo: memFree=102824800/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=6628744 memory=6256028 CPUtime=3591.86 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 6653760 0 0 0 358415 771 0 0 20 0 2 0 167169447 6787833856 1564007 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1657186 1564007 2990 3032 0 1636383 0
[pid=855926/tid=856028] ppid=855923 vsize=6628744 memory=6564808 CPUtime=0.06 cores=4,6
/proc/855926/task/856028/stat : 856028 (fscip) S 855923 855926 851666 0 -1 1077936192 931 0 0 0 2 4 0 0 20 0 2 0 167197028 6787833856 1564007 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
Current children cumulated CPU time: 3591.86 s
Current children cumulated vsize: 6628744 KiB
Current children cumulated memory: 6256028 KiB

[startup+3604.8 s]
/proc/loadavg: 4.13 4.17 4.18 7/245 857870
/proc/meminfo: memFree=108616440/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=6628744 memory=6256028 CPUtime=3593.45 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 6832996 0 0 0 358552 793 0 0 20 0 1 0 167169447 6787833856 1564007 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1657186 1564007 2990 3032 0 1636383 0
Current children cumulated CPU time: 3593.45 s
Current children cumulated vsize: 6628744 KiB
Current children cumulated memory: 6256028 KiB

[startup+3605.6 s]
/proc/loadavg: 4.13 4.17 4.18 6/245 857870
/proc/meminfo: memFree=108616244/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=6628744 memory=6256028 CPUtime=3594.24 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 6928726 0 0 0 358622 802 0 0 20 0 1 0 167169447 6787833856 1564007 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1657186 1564007 2990 3032 0 1636383 0
Current children cumulated CPU time: 3594.24 s
Current children cumulated vsize: 6628744 KiB
Current children cumulated memory: 6256028 KiB

[startup+3606 s]*
/proc/loadavg: 4.12 4.17 4.18 6/245 857870
/proc/meminfo: memFree=108920200/131655788 swapFree=131071996/131071996
[pid=855926] ppid=855923 vsize=6297636 memory=5924940 CPUtime=3594.66 cores=4,6
/proc/855926/stat : 855926 (fscip) R 855923 855926 851666 0 -1 4194304 7001951 0 0 0 358657 809 0 0 20 0 1 0 167169447 6448779264 1481235 134679101440 4194304 16613245 140736679327008 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 30257152 140736679334933 140736679335049 140736679335049 140736679342064 0
/proc/855926/statm: 1574409 1481235 2990 3032 0 1553606 0
Current children cumulated CPU time: 3594.66 s
Current children cumulated vsize: 6297636 KiB
Current children cumulated memory: 5924940 KiB

[startup+3606.2 s]*
/proc/loadavg: 4.12 4.17 4.18 6/245 857870
/proc/meminfo: memFree=111895680/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3606.27
CPU time (s): 3594.93
CPU user time (s): 3586.66
CPU system time (s): 8.26185
CPU usage (%): 99.6854
Max. virtual memory (cumulated for all children) (KiB): 7028240
Max. memory (cumulated for all children) (KiB): 6564808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.66
system time used= 8.26185
maximum resident set size= 6572596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7036067
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= 3335
involuntary context switches= 3748


# summary of solver processes directly reported to runsolver:
#   pid: 855926
#   total CPU time (s): 3594.93
#   total CPU user time (s): 3586.66
#   total CPU system time (s): 8.26185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7079 second user time and 37.3461 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 19:15:42
IDJOB=4434870
IDBENCH=157943
IDSOLVER=3064
FILE ID=nodeC008/4434870-1721150129
RUNJOBID= nodeC008-1721142923-851677
SLURM_JOB_ID= 7505729
Free space on /tmp= 723596 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.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-4434870-1721150129/watcher-4434870-1721150129 -o /tmp/evaluation-result-4434870-1721150129/solver-4434870-1721150129 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721142923-851677 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434870-1721150129.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= f42bed8b206e9691e6e5fc670f14b50f
RANDOM SEED=2009173636

nodeC008.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		: 3494.650
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.91
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		: 3660.723
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.31
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.301
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.287
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.31
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		: 1440.449
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.91
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		: 1301.042
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.31
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.255
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.91
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		: 1608.652
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120536008 kB
MemAvailable:   121096632 kB
Buffers:          444644 kB
Cached:           957108 kB
SwapCached:            0 kB
Active:           745168 kB
Inactive:        9827732 kB
Active(anon):       1476 kB
Inactive(anon):  9207720 kB
Active(file):     743692 kB
Inactive(file):   620012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114912 kB
Writeback:             0 kB
AnonPages:       9171784 kB
Mapped:           138512 kB
Shmem:             37704 kB
KReclaimable:      73904 kB
Slab:             168972 kB
SReclaimable:      73904 kB
SUnreclaim:        95068 kB
KernelStack:        3920 kB
PageTables:        27640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    6227292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53056 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1992704 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723544 MiB
End job on nodeC008 at 2024-07-16 20:15:49