Trace number 4434903

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) 2093.6 2101.98

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
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 benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
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 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
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.61/26.75	c Default LC presolving (default).
26.70/26.84	c ** Before presolving: virtualMemUsedAtLc = 16664463956, getVmSize() = 10567139328, SCIPgetMemUsed() = 9810423690, SCIPgetMemTotal() = 10141558450, SCIPgetMemExternEstim() = 6522905506
26.70/26.84	c ** set memory limit for presolving in LC to 8.79109e+12 for SCIP **
1106.23/1110.93	c ** Estimated virtualMemUsedAtSolver = 14711135711, getVmSize() = 17402687488, SCIPgetMemUsed() = 13304531397, SCIPgetMemTotal() = 15543798061, SCIPgetMemExternEstim() = 6522905506
1106.23/1110.93	c ** set memory limit for solvers to 4.39761e+12 for each SCIP **
1106.23/1110.93	c Original Problem   :
1106.23/1110.93	c   Problem name     : instance-4434903-1721146103
1106.23/1110.93	c   Variables        : 2000400 (2000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1106.23/1110.93	c   Constraints      : 4920807
1106.23/1110.93	c   Objective sense  : minimize
1106.23/1110.93	c Presolved Problem  :
1106.23/1110.93	c   Variables        : 1960400 (1960400 binary, 0 integer, 0 implicit integer, 0 continuous)
1106.23/1110.93	c   Constraints      : 3915954
1106.23/1110.93	c Constraints        : Number
1106.23/1110.93	c   knapsack         : 5250 
1106.23/1110.93	c   setppc           : 2925551 
1106.23/1110.93	c   and              : 980100 
1106.23/1110.93	c   linear           : 3 
1106.23/1110.93	c   logicor          : 5050 
1106.23/1110.93	c ** Instance transfer method used: 0
1119.30/1124.08	c ** ParaScipInstance copy does not increase the number of variables. **
1128.86/1133.70	c LC is working with racing ramp-up and with rebuilding tree after racing.
1128.86/1133.70	c                                Nodes    Active                                            
1128.86/1133.70	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: 63968 MiB (34431 MiB free)
  memory of node 1: 64473 MiB (45344 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=866826, runsolver pid=866823

[startup+0.100205 s]*
/proc/loadavg: 4.08 4.14 4.10 5/258 866827
/proc/meminfo: memFree=81528556/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=186332 memory=170004 CPUtime=0.09 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 23042 0 0 0 4 5 0 0 20 0 1 0 166781029 190803968 42501 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 46583 42501 2318 3032 0 42983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 186332 KiB
Current children cumulated memory: 170004 KiB

[startup+0.206261 s]*
/proc/loadavg: 4.08 4.14 4.10 6/258 866827
/proc/meminfo: memFree=81436932/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=285788 memory=267620 CPUtime=0.19 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 47468 0 0 0 11 8 0 0 20 0 1 0 166781029 292646912 66905 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 71447 66905 2318 3032 0 67847 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 285788 KiB
Current children cumulated memory: 267620 KiB

[startup+0.306231 s]*
/proc/loadavg: 4.08 4.14 4.10 5/258 866827
/proc/meminfo: memFree=81345744/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=374820 memory=356720 CPUtime=0.3 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 69740 0 0 0 18 12 0 0 20 0 1 0 166781029 383815680 89180 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 93705 89180 2318 3032 0 90105 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 374820 KiB
Current children cumulated memory: 356720 KiB

[startup+0.700255 s]
/proc/loadavg: 4.08 4.14 4.10 5/258 866827
/proc/meminfo: memFree=81153924/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=730812 memory=712880 CPUtime=0.68 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 154157 0 0 0 43 25 0 0 20 0 1 0 166781029 748351488 178220 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 182703 178220 2318 3032 0 179103 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 730812 KiB
Current children cumulated memory: 712880 KiB

[startup+1.50025 s]
/proc/loadavg: 4.08 4.14 4.10 5/258 866827
/proc/meminfo: memFree=80683416/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=1261212 memory=1240164 CPUtime=1.48 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 270166 0 0 0 105 43 0 0 20 0 1 0 166781029 1291481088 310041 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 315303 310041 2318 3032 0 311703 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1261212 KiB
Current children cumulated memory: 1240164 KiB

[startup+3.10618 s]
/proc/loadavg: 4.08 4.14 4.10 5/258 866827
/proc/meminfo: memFree=79856112/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=1900644 memory=1878692 CPUtime=3.08 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 429842 0 0 0 239 69 0 0 20 0 1 0 166781029 1946259456 469673 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 475161 469673 2318 3032 0 471561 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1900644 KiB
Current children cumulated memory: 1878692 KiB

[startup+6.30022 s]
/proc/loadavg: 4.15 4.15 4.11 5/258 866829
/proc/meminfo: memFree=78776512/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=3005892 memory=2982812 CPUtime=6.27 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 694924 0 0 0 513 114 0 0 20 0 1 0 166781029 3078033408 745703 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 751473 745703 2318 3032 0 747873 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3005892 KiB
Current children cumulated memory: 2982812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.15 4.11 5/258 866829
/proc/meminfo: memFree=77592268/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=4252248 memory=4231380 CPUtime=12.65 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 969360 0 0 0 1103 162 0 0 20 0 1 0 166781029 4354301952 1057845 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 1063062 1057845 2318 3032 0 1059462 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4252248 KiB
Current children cumulated memory: 4231380 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.14 4.10 5/258 866832
/proc/meminfo: memFree=72099504/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=9837148 memory=9808340 CPUtime=25.41 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 2237580 0 0 0 2182 359 0 0 20 0 1 0 166781029 10073239552 2452085 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 2459287 2452085 2558 3032 0 2455687 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 9837148 KiB
Current children cumulated memory: 9808340 KiB

[startup+51.1062 s]
/proc/loadavg: 4.07 4.13 4.10 5/258 866835
/proc/meminfo: memFree=67195472/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=14712556 memory=14472744 CPUtime=50.92 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 2500741 0 0 0 4562 530 0 0 20 0 1 0 166781029 15065657344 3618186 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3678139 3618186 2702 3032 0 3674539 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 14712556 KiB
Current children cumulated memory: 14472744 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/259 866845
/proc/meminfo: memFree=67633036/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=14264216 memory=14032056 CPUtime=101.92 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 2927472 0 0 0 9571 621 0 0 20 0 1 0 166781029 14606557184 3508014 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3566054 3508014 2734 3032 0 3562454 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 14264216 KiB
Current children cumulated memory: 14032056 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 866864
/proc/meminfo: memFree=66077760/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15861664 memory=15578608 CPUtime=161.71 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3040696 0 0 0 15505 666 0 0 20 0 1 0 166781029 16242343936 3894652 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3965416 3894652 2750 3032 0 3961816 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 15861664 KiB
Current children cumulated memory: 15578608 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 866875
/proc/meminfo: memFree=65989640/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15931796 memory=15657520 CPUtime=221.38 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3045312 0 0 0 21466 672 0 0 20 0 1 0 166781029 16314159104 3914380 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3982949 3914380 2750 3032 0 3979349 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15657520 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/263 866886
/proc/meminfo: memFree=65270440/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15931796 memory=15657520 CPUtime=281.07 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3046644 0 0 0 27431 676 0 0 20 0 1 0 166781029 16314159104 3914380 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3982949 3914380 2750 3032 0 3979349 0
Current children cumulated CPU time: 281.07 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15657520 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 866899
/proc/meminfo: memFree=53592212/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15931796 memory=15657520 CPUtime=340.88 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3047672 0 0 0 33408 680 0 0 20 0 1 0 166781029 16314159104 3914380 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3982949 3914380 2750 3032 0 3979349 0
Current children cumulated CPU time: 340.88 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15657520 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 866910
/proc/meminfo: memFree=52077972/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15931796 memory=15657520 CPUtime=400.65 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3049305 0 0 0 39381 684 0 0 20 0 1 0 166781029 16314159104 3914380 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3982949 3914380 2750 3032 0 3979349 0
Current children cumulated CPU time: 400.65 s
Current children cumulated vsize: 15931796 KiB
Current children cumulated memory: 15657520 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/261 866920
/proc/meminfo: memFree=52071480/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=15931796 memory=15657620 CPUtime=460.39 cores=5,7
/proc/866826/stat : 866826 (fscip) R 866823 866826 863603 0 -1 4194304 3050515 0 0 0 45351 688 0 0 20 0 1 0 166781029 16314159104 3914405 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 3982949 3914405 2750 3032 0 3979349 0

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

/proc/866826/statm: 7687093 7394622 2798 3032 0 7581665 0
[pid=866826/tid=867427] ppid=866823 vsize=30748372 memory=2248 CPUtime=536.13 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 10949472 0 0 0 52712 901 0 0 20 0 3 0 166892122 31486332928 7394622 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30748372 memory=29556908 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 126 0 0 0 0 0 0 0 20 0 3 0 166894415 31486332928 7394622 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1655.52 s
Current children cumulated vsize: 30748372 KiB
Current children cumulated memory: 29578488 KiB

[startup+1722.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/261 867912
/proc/meminfo: memFree=90906916/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30748372 memory=29590216 CPUtime=1715.32 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 16180281 0 0 0 169648 1884 0 0 20 0 3 0 166781029 31486332928 7397554 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7687093 7397554 2798 3032 0 7584481 0
[pid=866826/tid=867427] ppid=866823 vsize=30748372 memory=2248 CPUtime=595.92 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 11991153 0 0 0 58631 961 0 0 20 0 3 0 166892122 31486332928 7397554 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30748372 memory=29556908 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 141 0 0 0 0 0 0 0 20 0 3 0 166894415 31486332928 7397554 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1715.32 s
Current children cumulated vsize: 30748372 KiB
Current children cumulated memory: 29590216 KiB

[startup+1782.3 s]
/proc/loadavg: 4.20 4.15 4.16 5/261 867971
/proc/meminfo: memFree=87319648/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30748372 memory=29603572 CPUtime=1775.11 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 17283859 0 0 0 175565 1946 0 0 20 0 3 0 166781029 31486332928 7400893 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7687093 7400893 2798 3032 0 7587761 0
[pid=866826/tid=867427] ppid=866823 vsize=30748372 memory=42140 CPUtime=655.72 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 13094719 0 0 0 64549 1023 0 0 20 0 3 0 166892122 31486332928 7400893 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30748372 memory=11440 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 156 0 0 0 0 0 0 0 20 0 3 0 166894415 31486332928 7400893 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1775.11 s
Current children cumulated vsize: 30748372 KiB
Current children cumulated memory: 29603572 KiB

[startup+1842.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/261 867982
/proc/meminfo: memFree=87302168/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30758088 memory=29620296 CPUtime=1834.89 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 18385050 0 0 0 181480 2009 0 0 20 0 3 0 166781029 31496282112 7405074 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7689522 7405074 2798 3032 0 7594271 0
[pid=866826/tid=867427] ppid=866823 vsize=30758088 memory=29614932 CPUtime=715.5 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 14195892 0 0 0 70464 1086 0 0 20 0 3 0 166892122 31496282112 7405074 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30758088 memory=29616124 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 171 0 0 0 0 0 0 0 20 0 3 0 166894415 31496282112 7405074 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1834.89 s
Current children cumulated vsize: 30758088 KiB
Current children cumulated memory: 29620296 KiB

[startup+1902.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/261 867992
/proc/meminfo: memFree=86506752/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30758088 memory=29635308 CPUtime=1894.67 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 19396602 0 0 0 187399 2068 0 0 20 0 3 0 166781029 31496282112 7408827 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7689522 7408827 2798 3032 0 7597983 0
[pid=866826/tid=867427] ppid=866823 vsize=30758088 memory=29631352 CPUtime=775.27 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 15207428 0 0 0 76382 1145 0 0 20 0 3 0 166892122 31496282112 7408827 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30758088 memory=29630096 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 3 0 166894415 31496282112 7408827 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1894.67 s
Current children cumulated vsize: 30758088 KiB
Current children cumulated memory: 29635308 KiB

[startup+1962.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/264 868008
/proc/meminfo: memFree=85855604/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30823624 memory=29650556 CPUtime=1954.45 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 20396355 0 0 0 193316 2129 0 0 20 0 3 0 166781029 31563390976 7412639 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7705906 7412639 2798 3032 0 7601697 0
[pid=866826/tid=867427] ppid=866823 vsize=30823624 memory=29639404 CPUtime=835.05 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 16207166 0 0 0 82299 1206 0 0 20 0 3 0 166892122 31563390976 7412639 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30823624 memory=29646228 CPUtime=0 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 202 0 0 0 0 0 0 0 20 0 3 0 166894415 31563390976 7412639 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 1954.45 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29650556 KiB

[startup+2022.3 s]
/proc/loadavg: 4.21 4.15 4.15 5/266 868023
/proc/meminfo: memFree=83403400/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30823624 memory=29664784 CPUtime=2014.21 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 21416820 0 0 0 199234 2187 0 0 20 0 3 0 166781029 31563390976 7416196 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7705906 7416196 2798 3032 0 7605154 0
[pid=866826/tid=867427] ppid=866823 vsize=30823624 memory=29663524 CPUtime=894.81 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 17227615 0 0 0 88217 1264 0 0 20 0 3 0 166892122 31563390976 7416196 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30823624 memory=11440 CPUtime=0.01 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 218 0 0 0 0 1 0 0 20 0 3 0 166894415 31563390976 7416196 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 2014.21 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29664784 KiB

[startup+2082.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/267 868034
/proc/meminfo: memFree=83353756/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=30823624 memory=29681820 CPUtime=2073.98 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 22424610 0 0 0 205155 2243 0 0 20 0 3 0 166781029 31563390976 7420455 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7705906 7420455 2798 3032 0 7608866 0
[pid=866826/tid=867427] ppid=866823 vsize=30823624 memory=29670432 CPUtime=954.58 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 18235383 0 0 0 94138 1320 0 0 20 0 3 0 166892122 31563390976 7420455 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=30823624 memory=29678548 CPUtime=0.01 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 240 0 0 0 0 1 0 0 20 0 3 0 166894415 31563390976 7420455 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 2073.98 s
Current children cumulated vsize: 30823624 KiB
Current children cumulated memory: 29681820 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2101.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/267 868037
/proc/meminfo: memFree=82637972/131524596 swapFree=131071996/131071996
[pid=866826] ppid=866823 vsize=31770856 memory=30549812 CPUtime=2092.92 cores=5,7
/proc/866826/stat : 866826 (fscip) S 866823 866826 863603 0 -1 1077936128 23818026 0 0 0 206963 2329 0 0 20 0 3 0 166781029 32533356544 7637453 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
/proc/866826/statm: 7942714 7637453 2798 3032 0 7847620 0
[pid=866826/tid=867427] ppid=866823 vsize=31770856 memory=29670432 CPUtime=973.51 cores=5,7
/proc/866826/task/867427/stat : 867427 (fscip) R 866823 866826 863603 0 -1 4194368 19628799 0 0 0 95946 1405 0 0 20 0 3 0 166892122 32533356544 7637453 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
[pid=866826/tid=867433] ppid=866823 vsize=31770856 memory=11440 CPUtime=0.01 cores=5,7
/proc/866826/task/867433/stat : 867433 (fscip) S 866823 866826 863603 0 -1 1077936192 241 0 0 0 0 1 0 0 20 0 3 0 166894415 32533356544 7637453 134679101440 4194304 16613245 140730213145856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 48717824 140730213151765 140730213151881 140730213151881 140730213158896 0
Current children cumulated CPU time: 2092.92 s
Current children cumulated vsize: 31770856 KiB
Current children cumulated memory: 30549812 KiB

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

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

# cumulated CPU time of all completed processes:  user=2069.64 s, system=23.9589 s

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

[startup+2101.6 s]
/proc/loadavg: 4.16 4.14 4.15 5/266 868037
/proc/meminfo: memFree=87207912/131524596 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2101.8 s]
/proc/loadavg: 4.16 4.14 4.15 5/266 868037
/proc/meminfo: memFree=87207912/131524596 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2101.9 s]
/proc/loadavg: 4.16 4.14 4.15 5/266 868037
/proc/meminfo: memFree=87207912/131524596 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): 2101.98
CPU time (s): 2093.6
CPU user time (s): 2069.64
CPU system time (s): 23.9589
CPU usage (%): 99.6014
Max. virtual memory (cumulated for all children) (KiB): 31770856
Max. memory (cumulated for all children) (KiB): 30549812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2069.64
system time used= 23.9589
maximum resident set size= 30556352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23819608
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= 1061
involuntary context switches= 2120


# summary of solver processes directly reported to runsolver:
#   pid: 866826
#   total CPU time (s): 2093.6
#   total CPU user time (s): 2069.64
#   total CPU system time (s): 23.9589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78782 second user time and 11.0988 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-16 18:08:37
IDJOB=4434903
IDBENCH=155754
IDSOLVER=3064
FILE ID=nodeC034/4434903-1721146103
RUNJOBID= nodeC034-1721140463-863616
SLURM_JOB_ID= 7505721
Free space on /tmp= 889372 MiB

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

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=474187985

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        81690760 kB
MemAvailable:   87284516 kB
Buffers:          408812 kB
Cached:          5956168 kB
SwapCached:            0 kB
Active:          1201060 kB
Inactive:       47805392 kB
Active(anon):       1508 kB
Inactive(anon): 42677680 kB
Active(file):    1199552 kB
Inactive(file):  5127712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            250408 kB
Writeback:             4 kB
AnonPages:      42641596 kB
Mapped:           138212 kB
Shmem:             37720 kB
KReclaimable:     212628 kB
Slab:             334516 kB
SReclaimable:     212628 kB
SUnreclaim:       121888 kB
KernelStack:        4144 kB
PageTables:        93276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   34035680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64608 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10483712 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:      295636 kB
DirectMap2M:    40372224 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889696 MiB
End job on nodeC034 at 2024-07-16 18:43:39