Trace number 4434905

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? (MO) 2003.39 2013.85

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUM0e2b47ba7737bf0edcb2bcb32c5df9e4
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 benchmark20369123
Best CPU time to get the best result obtained on this benchmark2762.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
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)
26.18/26.37	c Default LC presolving (default).
26.27/26.46	c ** Before presolving: virtualMemUsedAtLc = 16664463956, getVmSize() = 10567139328, SCIPgetMemUsed() = 9810423690, SCIPgetMemTotal() = 10141558450, SCIPgetMemExternEstim() = 6522905506
26.27/26.46	c ** set memory limit for presolving in LC to 8.79109e+12 for SCIP **
1020.15/1026.11	c ** Estimated virtualMemUsedAtSolver = 14711135711, getVmSize() = 17402687488, SCIPgetMemUsed() = 13304531397, SCIPgetMemTotal() = 15543798061, SCIPgetMemExternEstim() = 6522905506
1020.15/1026.11	c ** set memory limit for solvers to 4.39761e+12 for each SCIP **
1020.15/1026.11	c Original Problem   :
1020.15/1026.11	c   Problem name     : instance-4434905-1721142918
1020.15/1026.11	c   Variables        : 2000400 (2000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1020.15/1026.11	c   Constraints      : 4920807
1020.15/1026.11	c   Objective sense  : minimize
1020.15/1026.11	c Presolved Problem  :
1020.15/1026.11	c   Variables        : 1960400 (1960400 binary, 0 integer, 0 implicit integer, 0 continuous)
1020.15/1026.11	c   Constraints      : 3915954
1020.15/1026.11	c Constraints        : Number
1020.15/1026.11	c   knapsack         : 5250 
1020.15/1026.11	c   setppc           : 2925551 
1020.15/1026.11	c   and              : 980100 
1020.15/1026.11	c   linear           : 3 
1020.15/1026.11	c   logicor          : 5050 
1020.15/1026.11	c ** Instance transfer method used: 0
1032.59/1038.66	c ** ParaScipInstance copy does not increase the number of variables. **
1041.96/1048.02	c LC is working with racing ramp-up and with rebuilding tree after racing.
1041.96/1048.02	c                                Nodes    Active                                            
1041.96/1048.02	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)

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 (61768 MiB free)
  memory of node 1: 64510 MiB (62291 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100087 s]*
/proc/loadavg: 1.54 1.48 2.07 5/247 851792
/proc/meminfo: memFree=126919832/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=141932 memory=128044 CPUtime=0.1 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 12542 0 0 0 4 6 0 0 20 0 1 0 166448424 145338368 32011 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 35483 32011 2318 3032 0 31883 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 141932 KiB
Current children cumulated memory: 128044 KiB

[startup+0.205708 s]*
/proc/loadavg: 1.54 1.48 2.07 5/247 851792
/proc/meminfo: memFree=126870952/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=194288 memory=177224 CPUtime=0.2 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 24821 0 0 0 11 9 0 0 20 0 1 0 166448424 198950912 44306 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 48572 44306 2318 3032 0 44972 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 194288 KiB
Current children cumulated memory: 177224 KiB

[startup+0.305944 s]*
/proc/loadavg: 1.54 1.48 2.07 5/247 851792
/proc/meminfo: memFree=126824808/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=239324 memory=221608 CPUtime=0.3 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 35950 0 0 0 18 12 0 0 20 0 1 0 166448424 245067776 55402 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 59831 55402 2318 3032 0 56231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 239324 KiB
Current children cumulated memory: 221608 KiB

[startup+0.700242 s]
/proc/loadavg: 1.54 1.48 2.07 5/247 851792
/proc/meminfo: memFree=126737168/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=416692 memory=398828 CPUtime=0.69 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 79754 0 0 0 45 24 0 0 20 0 1 0 166448424 426692608 99707 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 104173 99707 2318 3032 0 100573 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 416692 KiB
Current children cumulated memory: 398828 KiB

[startup+1.50035 s]
/proc/loadavg: 1.54 1.48 2.07 5/247 851792
/proc/meminfo: memFree=126446984/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=976040 memory=957768 CPUtime=1.48 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 211265 0 0 0 99 49 0 0 20 0 1 0 166448424 999464960 239442 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 244010 239442 2318 3032 0 240410 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 976040 KiB
Current children cumulated memory: 957768 KiB

[startup+3.11293 s]
/proc/loadavg: 1.54 1.48 2.07 5/251 851797
/proc/meminfo: memFree=124696116/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=1646200 memory=1626048 CPUtime=3.09 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 366124 0 0 0 235 74 0 0 20 0 1 0 166448424 1685708800 406512 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 411550 406512 2318 3032 0 407950 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1646200 KiB
Current children cumulated memory: 1626048 KiB

[startup+6.30033 s]
/proc/loadavg: 1.82 1.54 2.09 5/251 851797
/proc/meminfo: memFree=122817252/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=2932204 memory=2911748 CPUtime=6.26 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 676372 0 0 0 506 120 0 0 20 0 1 0 166448424 3002576896 727937 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 733051 727937 2318 3032 0 729451 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2932204 KiB
Current children cumulated memory: 2911748 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 1.58 2.10 5/245 851832
/proc/meminfo: memFree=121795300/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=4197096 memory=4177356 CPUtime=12.63 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 955041 0 0 0 1095 168 0 0 20 0 1 0 166448424 4297826304 1044339 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 1049274 1044339 2318 3032 0 1045674 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 4197096 KiB
Current children cumulated memory: 4177356 KiB

[startup+25.5004 s]
/proc/loadavg: 2.44 1.70 2.13 5/249 851846
/proc/meminfo: memFree=111524608/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=9993968 memory=9964396 CPUtime=25.37 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 2280636 0 0 0 2171 366 0 0 20 0 1 0 166448424 10233823232 2491033 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 2498492 2491033 2558 3032 0 2494892 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 9993968 KiB
Current children cumulated memory: 9964396 KiB

[startup+51.113 s]
/proc/loadavg: 3.05 1.90 2.19 5/246 851849
/proc/meminfo: memFree=104403952/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=14503876 memory=14293412 CPUtime=50.89 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 2502251 0 0 0 4566 523 0 0 20 0 1 0 166448424 14851969024 3573353 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3625969 3573353 2702 3032 0 3622369 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 14503876 KiB
Current children cumulated memory: 14293412 KiB

[startup+102.3 s]
/proc/loadavg: 3.73 2.26 2.30 5/246 851858
/proc/meminfo: memFree=101846568/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=14646848 memory=14395836 CPUtime=101.85 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 2987719 0 0 0 9563 622 0 0 20 0 1 0 166448424 14998372352 3598959 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3661712 3598959 2734 3032 0 3658112 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 14646848 KiB
Current children cumulated memory: 14395836 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.59 2.41 5/248 851871
/proc/meminfo: memFree=97278228/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655276 CPUtime=161.57 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3041435 0 0 0 15503 654 0 0 20 0 1 0 166448424 16314159104 3913819 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913819 2750 3032 0 3979349 0
Current children cumulated CPU time: 161.57 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15655276 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 2.90 2.53 5/248 851881
/proc/meminfo: memFree=94846216/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655276 CPUtime=221.2 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3042386 0 0 0 21463 657 0 0 20 0 1 0 166448424 16314159104 3913819 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913819 2750 3032 0 3979349 0
Current children cumulated CPU time: 221.2 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15655276 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.12 2.63 5/248 851891
/proc/meminfo: memFree=94835212/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655276 CPUtime=280.84 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3043327 0 0 0 27424 660 0 0 20 0 1 0 166448424 16314159104 3913819 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913819 2750 3032 0 3979349 0
Current children cumulated CPU time: 280.84 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15655276 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.30 2.72 5/249 851906
/proc/meminfo: memFree=94828768/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655276 CPUtime=340.47 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3044281 0 0 0 33384 663 0 0 20 0 1 0 166448424 16314159104 3913819 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913819 2750 3032 0 3979349 0
Current children cumulated CPU time: 340.47 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15655276 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.46 2.82 5/249 851916
/proc/meminfo: memFree=94803508/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655324 CPUtime=400.11 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3045770 0 0 0 39345 666 0 0 20 0 1 0 166448424 16314159104 3913831 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913831 2750 3032 0 3979349 0
Current children cumulated CPU time: 400.11 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15655324 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 3.59 2.90 5/249 851928
/proc/meminfo: memFree=94791532/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=15931796 memory=15655660 CPUtime=459.75 cores=0,2
/proc/851791/stat : 851791 (fscip) R 851788 851791 851666 0 -1 4194304 3046930 0 0 0 45306 669 0 0 20 0 1 0 166448424 16314159104 3913915 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 3982949 3913915 2750 3032 0 3979349 0

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

/proc/851791/statm: 7670709 7392532 2798 3032 0 7580640 0
[pid=851791/tid=852639] ppid=851788 vsize=30682836 memory=29564840 CPUtime=501.37 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 10737145 0 0 0 49246 891 0 0 20 0 3 0 166551036 31419224064 7392532 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30682836 memory=11600 CPUtime=0 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 3 0 166553242 31419224064 7392532 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1534.04 s
Current children cumulated vsize: 30682836 KiB
Current children cumulated memory: 29570128 KiB

[startup+1602.3 s]
/proc/loadavg: 4.16 4.12 3.81 5/252 852743
/proc/meminfo: memFree=80700188/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30748372 memory=29581784 CPUtime=1593.76 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 16125009 0 0 0 157521 1855 0 0 20 0 3 0 166448424 31486332928 7395446 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7687093 7395446 2798 3032 0 7583457 0
[pid=851791/tid=852639] ppid=851788 vsize=30748372 memory=11600 CPUtime=561.08 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 11738750 0 0 0 55157 951 0 0 20 0 3 0 166551036 31486332928 7395446 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30748372 memory=29581780 CPUtime=0 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 3 0 166553242 31486332928 7395446 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1593.76 s
Current children cumulated vsize: 30748372 KiB
Current children cumulated memory: 29581784 KiB

[startup+1662.3 s]
/proc/loadavg: 4.11 4.11 3.83 5/252 852755
/proc/meminfo: memFree=80671900/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30748372 memory=29594360 CPUtime=1653.45 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 17129092 0 0 0 163428 1917 0 0 20 0 3 0 166448424 31486332928 7398590 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7687093 7398590 2798 3032 0 7586529 0
[pid=851791/tid=852639] ppid=851788 vsize=30748372 memory=29589080 CPUtime=620.77 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 12742818 0 0 0 61064 1013 0 0 20 0 3 0 166551036 31486332928 7398590 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30748372 memory=29594360 CPUtime=0 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 156 0 0 0 0 0 0 0 20 0 3 0 166553242 31486332928 7398590 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1653.45 s
Current children cumulated vsize: 30748372 KiB
Current children cumulated memory: 29594360 KiB

[startup+1722.3 s]
/proc/loadavg: 4.08 4.10 3.85 5/253 852766
/proc/meminfo: memFree=80648820/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30758088 memory=29609344 CPUtime=1713.18 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 18149914 0 0 0 169341 1977 0 0 20 0 3 0 166448424 31496282112 7402336 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7689522 7402336 2798 3032 0 7592606 0
[pid=851791/tid=852639] ppid=851788 vsize=30758088 memory=29589080 CPUtime=680.49 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 13763617 0 0 0 66976 1073 0 0 20 0 3 0 166551036 31496282112 7402336 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30758088 memory=29594368 CPUtime=0 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 177 0 0 0 0 0 0 0 20 0 3 0 166553242 31496282112 7402336 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1713.18 s
Current children cumulated vsize: 30758088 KiB
Current children cumulated memory: 29609344 KiB

[startup+1782.3 s]
/proc/loadavg: 4.13 4.11 3.87 5/253 852777
/proc/meminfo: memFree=80605488/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30758088 memory=29624584 CPUtime=1772.9 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 19153475 0 0 0 175257 2033 0 0 20 0 3 0 166448424 31496282112 7406146 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7689522 7406146 2798 3032 0 7596319 0
[pid=851791/tid=852639] ppid=851788 vsize=30758088 memory=29621972 CPUtime=740.22 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 14767165 0 0 0 72892 1130 0 0 20 0 3 0 166551036 31496282112 7406146 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30758088 memory=29621972 CPUtime=0.01 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 192 0 0 0 0 1 0 0 20 0 3 0 166553242 31496282112 7406146 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1772.9 s
Current children cumulated vsize: 30758088 KiB
Current children cumulated memory: 29624584 KiB

[startup+1842.3 s]
/proc/loadavg: 4.05 4.09 3.88 5/250 852788
/proc/meminfo: memFree=80578076/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30823624 memory=29639472 CPUtime=1832.62 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 20236116 0 0 0 181167 2095 0 0 20 0 3 0 166448424 31563390976 7409868 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7705906 7409868 2798 3032 0 7600001 0
[pid=851791/tid=852639] ppid=851788 vsize=30823624 memory=29627248 CPUtime=799.93 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 15849800 0 0 0 78802 1191 0 0 20 0 3 0 166551036 31563390976 7409868 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30823624 memory=29638368 CPUtime=0.01 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 209 0 0 0 0 1 0 0 20 0 3 0 166553242 31563390976 7409868 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1832.62 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29639472 KiB

[startup+1902.3 s]
/proc/loadavg: 4.28 4.13 3.91 5/250 852798
/proc/meminfo: memFree=80557928/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30823624 memory=29653620 CPUtime=1892.35 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 21282467 0 0 0 187081 2154 0 0 20 0 3 0 166448424 31563390976 7413405 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7705906 7413405 2798 3032 0 7603441 0
[pid=851791/tid=852639] ppid=851788 vsize=30823624 memory=29652228 CPUtime=859.67 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 16896122 0 0 0 84717 1250 0 0 20 0 3 0 166551036 31563390976 7413405 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30823624 memory=5512 CPUtime=0.01 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 225 0 0 0 0 1 0 0 20 0 3 0 166553242 31563390976 7413405 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1892.35 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29653620 KiB

[startup+1962.3 s]
/proc/loadavg: 4.87 4.33 3.99 5/250 852808
/proc/meminfo: memFree=80538564/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=30823624 memory=29667840 CPUtime=1952.08 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 22338287 0 0 0 192992 2216 0 0 20 0 3 0 166448424 31563390976 7416960 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7705906 7416960 2798 3032 0 7606898 0
[pid=851791/tid=852639] ppid=851788 vsize=30823624 memory=29659412 CPUtime=919.39 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 17951926 0 0 0 90627 1312 0 0 20 0 3 0 166551036 31563390976 7416960 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=30823624 memory=11600 CPUtime=0.01 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 241 0 0 0 0 1 0 0 20 0 3 0 166553242 31563390976 7416960 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 1952.08 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29667840 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2012.2 s]
/proc/loadavg: 4.43 4.29 4.00 5/249 852818
/proc/meminfo: memFree=79820456/131655788 swapFree=131071996/131071996
[pid=851791] ppid=851788 vsize=31766760 memory=30541360 CPUtime=2001.75 cores=0,2
/proc/851791/stat : 851791 (fscip) S 851788 851791 851666 0 -1 1077936128 24209483 0 0 0 197836 2339 0 0 20 0 3 0 166448424 32529162240 7635340 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
/proc/851791/statm: 7941690 7635340 2798 3032 0 7846596 0
[pid=851791/tid=852639] ppid=851788 vsize=31766760 memory=5551 CPUtime=969.07 cores=0,2
/proc/851791/task/852639/stat : 852639 (fscip) R 851788 851791 851666 0 -1 4194368 19823111 0 0 0 95472 1435 0 0 20 0 3 0 166551036 32529162240 7635340 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
[pid=851791/tid=852644] ppid=851788 vsize=31766760 memory=29743 CPUtime=0.01 cores=0,2
/proc/851791/task/852644/stat : 852644 (fscip) S 851788 851791 851666 0 -1 1077936192 256 0 0 0 0 1 0 0 20 0 3 0 166553242 32529162240 7635340 134679101440 4194304 16613245 140728698942848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30404608 140728698950677 140728698950793 140728698950793 140728698957808 0
Current children cumulated CPU time: 2001.75 s
Current children cumulated vsize: 31766760 KiB
Current children cumulated memory: 30541360 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2013.85 s]
# the end of solver process 851791 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=1978.37 s, system=25.0129 s

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

[startup+2012.8 s]
/proc/loadavg: 4.43 4.29 4.00 5/248 852819
/proc/meminfo: memFree=80922200/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2013.6 s]
/proc/loadavg: 4.43 4.29 4.00 5/248 852819
/proc/meminfo: memFree=93138208/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2013.8 s]
/proc/loadavg: 4.43 4.29 4.00 5/248 852819
/proc/meminfo: memFree=93138208/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 2013.85
CPU time (s): 2003.39
CPU user time (s): 1978.37
CPU system time (s): 25.0129
CPU usage (%): 99.4805
Max. virtual memory (cumulated for all children) (KiB): 31766760
Max. memory (cumulated for all children) (KiB): 30541360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1978.37
system time used= 25.0129
maximum resident set size= 30548020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24211070
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= 971
involuntary context switches= 13759


# summary of solver processes directly reported to runsolver:
#   pid: 851791
#   total CPU time (s): 2003.39
#   total CPU user time (s): 1978.37
#   total CPU system time (s): 25.0129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9086 second user time and 18.3915 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 17:15:32
IDJOB=4434905
IDBENCH=155744
IDSOLVER=3064
FILE ID=nodeC008/4434905-1721142918
RUNJOBID= nodeC008-1721142923-851676
SLURM_JOB_ID= 7505729
Free space on /tmp= 723448 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.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-4434905-1721142918/watcher-4434905-1721142918 -o /tmp/evaluation-result-4434905-1721142918/solver-4434905-1721142918 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721142923-851676 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434905-1721142918.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 0e2b47ba7737bf0edcb2bcb32c5df9e4
RANDOM SEED=248847283

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		: 1197.422
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		: 3688.527
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		: 3492.122
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.469
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		: 3679.520
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		: 3491.958
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		: 1198.008
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		: 1197.090
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:        127037212 kB
MemAvailable:   127705280 kB
Buffers:          439128 kB
Cached:          1068204 kB
SwapCached:            0 kB
Active:           724216 kB
Inactive:        3358316 kB
Active(anon):       1476 kB
Inactive(anon):  2611436 kB
Active(file):     722740 kB
Inactive(file):   746880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            359716 kB
Writeback:             4 kB
AnonPages:       2573312 kB
Mapped:           138092 kB
Shmem:             37704 kB
KReclaimable:      76960 kB
Slab:             171760 kB
SReclaimable:      76960 kB
SUnreclaim:        94800 kB
KernelStack:        3968 kB
PageTables:        14340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2895240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52864 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 723320 MiB
End job on nodeC008 at 2024-07-16 17:49:06