Trace number 4432024

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
IPBHS-SCIP 2024-07-09? (TO) 3600.04 3610.52

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-631710.opb
MD5SUMa6cae5fe4979829ef4db3f016c46bc73
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 benchmark203
Best CPU time to get the best result obtained on this benchmark3558.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432024-1721121012/watcher-4432024-1721121012 -o /tmp/evaluation-result-4432024-1721121012/solver-4432024-1721121012 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721113771-833757 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432024-1721121012.opb 

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=839920, runsolver pid=839917
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=127034716/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=42204 memory=17280 CPUtime=0.1 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 3934 0 0 0 9 1 0 0 20 0 1 0 164257925 43216896 4320 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 10551 4320 1023 2900 0 7065 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42204 KiB
Current children cumulated memory: 17280 KiB

[startup+0.212844 s]*
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=127023172/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=52912 memory=28028 CPUtime=0.21 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 6108 0 0 0 19 2 0 0 20 0 1 0 164257925 54181888 7007 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 13228 7007 1023 2900 0 9742 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 52912 KiB
Current children cumulated memory: 28028 KiB

[startup+0.311764 s]*
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=127020036/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=56368 memory=31196 CPUtime=0.31 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 6867 0 0 0 29 2 0 0 20 0 1 0 164257925 57720832 7799 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 14092 7799 1023 2900 0 10606 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 56368 KiB
Current children cumulated memory: 31196 KiB

[startup+0.700296 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=127013988/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=73084 memory=46764 CPUtime=0.69 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 8766 0 0 0 66 3 0 0 20 0 1 0 164257925 74838016 11691 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 18271 11691 1023 2900 0 14785 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73084 KiB
Current children cumulated memory: 46764 KiB

[startup+1.50035 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=126949032/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=140544 memory=113416 CPUtime=1.49 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 19168 0 0 0 125 24 0 0 20 0 1 0 164257925 143917056 28354 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 35136 28354 1135 2900 0 31650 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 140544 KiB
Current children cumulated memory: 113416 KiB

[startup+3.11279 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=126393072/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=719352 memory=668348 CPUtime=3.09 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154239 0 0 0 265 44 0 0 20 0 1 0 164257925 736616448 167087 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 179838 167087 2671 2900 0 176352 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 668348 KiB

[startup+6.30031 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839921
/proc/meminfo: memFree=126386792/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=719352 memory=669060 CPUtime=6.27 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154459 0 0 0 583 44 0 0 20 0 1 0 164257925 736616448 167265 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 179838 167265 2671 2900 0 176352 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 669060 KiB

[startup+12.7003 s]
/proc/loadavg: 4.02 4.09 4.09 5/245 839922
/proc/meminfo: memFree=126386728/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=719352 memory=669060 CPUtime=12.65 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154463 0 0 0 1221 44 0 0 20 0 1 0 164257925 736616448 167265 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 179838 167265 2671 2900 0 176352 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 669060 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.10 4.09 5/245 839924
/proc/meminfo: memFree=126386620/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=719352 memory=669420 CPUtime=25.42 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154467 0 0 0 2498 44 0 0 20 0 1 0 164257925 736616448 167355 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 179838 167355 2703 2900 0 176352 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 669420 KiB

[startup+51.1127 s]
/proc/loadavg: 4.14 4.11 4.09 5/247 840030
/proc/meminfo: memFree=126780764/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=719352 memory=669420 CPUtime=50.96 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154497 0 0 0 5052 44 0 0 20 0 1 0 164257925 736616448 167355 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 179838 167355 2703 2900 0 176352 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 669420 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/247 840037
/proc/meminfo: memFree=126763988/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=726532 memory=670328 CPUtime=102.02 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 154782 0 0 0 10154 48 0 0 20 0 1 0 164257925 743968768 167582 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 181633 167582 2703 2900 0 178147 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 726532 KiB
Current children cumulated memory: 670328 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/247 840048
/proc/meminfo: memFree=126720856/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=738208 memory=688060 CPUtime=161.89 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 155603 0 0 0 16140 49 0 0 20 0 1 0 164257925 755924992 172015 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 184552 172015 2703 2900 0 181066 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 738208 KiB
Current children cumulated memory: 688060 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/247 840058
/proc/meminfo: memFree=126626976/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=825996 memory=768164 CPUtime=221.71 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 168515 0 0 0 22102 69 0 0 20 0 1 0 164257925 845819904 192041 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 206499 192041 2703 2900 0 203013 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 825996 KiB
Current children cumulated memory: 768164 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/248 840116
/proc/meminfo: memFree=126807088/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=825996 memory=768164 CPUtime=281.54 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 168531 0 0 0 28085 69 0 0 20 0 1 0 164257925 845819904 192041 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 206499 192041 2703 2900 0 203013 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 825996 KiB
Current children cumulated memory: 768164 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/245 840128
/proc/meminfo: memFree=126738228/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=825996 memory=768852 CPUtime=341.38 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 168553 0 0 0 34069 69 0 0 20 0 1 0 164257925 845819904 192213 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 206499 192213 2703 2900 0 203013 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 825996 KiB
Current children cumulated memory: 768852 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/243 840138
/proc/meminfo: memFree=126730172/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=825996 memory=773468 CPUtime=401.23 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 168606 0 0 0 40053 70 0 0 20 0 1 0 164257925 845819904 193367 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 206499 193367 2703 2900 0 203013 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 825996 KiB
Current children cumulated memory: 773468 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/243 840148
/proc/meminfo: memFree=126739288/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=825996 memory=773468 CPUtime=461.07 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 168658 0 0 0 46037 70 0 0 20 0 1 0 164257925 845819904 193367 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 206499 193367 2703 2900 0 203013 0

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

Current children cumulated memory: 1428728 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.22 4.23 5/246 841904
/proc/meminfo: memFree=121603284/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=1653904 memory=1428728 CPUtime=2914.37 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 177318 0 0 0 291269 168 0 0 20 0 1 0 164257925 1693597696 357182 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 413476 357182 2703 2900 0 409990 0
Current children cumulated CPU time: 2914.37 s
Current children cumulated vsize: 1653904 KiB
Current children cumulated memory: 1428728 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.19 4.22 5/246 841914
/proc/meminfo: memFree=121530872/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=1653904 memory=1500408 CPUtime=2974.14 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 177506 0 0 0 297243 171 0 0 20 0 1 0 164257925 1693597696 375102 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 413476 375102 2703 2900 0 409990 0
Current children cumulated CPU time: 2974.14 s
Current children cumulated vsize: 1653904 KiB
Current children cumulated memory: 1500408 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.21 4.22 5/244 841937
/proc/meminfo: memFree=121447736/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=1653904 memory=1576184 CPUtime=3033.92 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 177806 0 0 0 303219 173 0 0 20 0 1 0 164257925 1693597696 394046 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 413476 394046 2703 2900 0 409990 0
Current children cumulated CPU time: 3033.92 s
Current children cumulated vsize: 1653904 KiB
Current children cumulated memory: 1576184 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.20 4.22 5/244 841947
/proc/meminfo: memFree=121366288/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1654960 CPUtime=3093.69 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 178257 0 0 0 309189 180 0 0 20 0 1 0 164257925 2274746368 413740 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413740 2703 2900 0 551872 0
Current children cumulated CPU time: 3093.69 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1654960 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.18 4.20 5/244 841958
/proc/meminfo: memFree=121365316/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3153.48 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 178439 0 0 0 315163 185 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3153.48 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.16 4.19 5/243 841968
/proc/meminfo: memFree=121364812/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3213.25 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 178624 0 0 0 321139 186 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.16 4.19 5/243 841979
/proc/meminfo: memFree=121364116/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3273.03 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 178810 0 0 0 327116 187 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3273.03 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.14 4.18 5/242 841990
/proc/meminfo: memFree=121363312/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3332.8 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 178955 0 0 0 333091 189 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.16 4.18 5/242 842000
/proc/meminfo: memFree=121362524/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3392.58 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 179115 0 0 0 339068 190 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3392.58 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.17 5/242 842010
/proc/meminfo: memFree=121355636/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3452.36 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 180280 0 0 0 345043 193 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3452.36 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/242 842021
/proc/meminfo: memFree=121358052/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1655024 CPUtime=3512.14 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 180672 0 0 0 351014 200 0 0 20 0 1 0 164257925 2274746368 413756 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 413756 2703 2900 0 551872 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1655024 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/242 842031
/proc/meminfo: memFree=121327428/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1679600 CPUtime=3571.91 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 180899 0 0 0 356984 207 0 0 20 0 1 0 164257925 2274746368 419900 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 419900 2703 2900 0 551872 0
Current children cumulated CPU time: 3571.91 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1679600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.12 4.13 4.17 5/244 842040
/proc/meminfo: memFree=121292040/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1714416 CPUtime=3600 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 181017 0 0 0 359792 208 0 0 20 0 1 0 164257925 2274746368 428604 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 428604 2703 2900 0 551872 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1714416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.93 s, system=2.1071 s

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

[startup+3610.5 s]
/proc/loadavg: 4.12 4.13 4.17 5/244 842040
/proc/meminfo: memFree=121292040/131655788 swapFree=131071996/131071996
[pid=839920] ppid=839917 vsize=2221432 memory=1714416 CPUtime=3600 cores=0,2
/proc/839920/stat : 839920 (ipbhs_static_sc) R 839917 839920 833747 0 -1 4194304 181017 0 0 0 359792 208 0 0 20 0 1 0 164257925 2274746368 428604 134679101440 4194304 16068861 140721277815200 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41431040 140721277817894 140721277817981 140721277817981 140721277824996 0
/proc/839920/statm: 555358 428604 2703 2900 0 551872 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2221432 KiB
Current children cumulated memory: 1714416 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.52
CPU time (s): 3600.04
CPU user time (s): 3597.93
CPU system time (s): 2.1071
CPU usage (%): 99.7096
Max. virtual memory (cumulated for all children) (KiB): 2221432
Max. memory (cumulated for all children) (KiB): 1714416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.93
system time used= 2.1071
maximum resident set size= 1714416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181017
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= 16
involuntary context switches= 25175


# summary of solver processes directly reported to runsolver:
#   pid: 839920
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.93
#   total CPU system time (s): 2.1071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8065 second user time and 34.4992 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 11:10:25
IDJOB=4432024
IDBENCH=155367
IDSOLVER=3057
FILE ID=nodeC007/4432024-1721121012
RUNJOBID= nodeC007-1721113771-833757
SLURM_JOB_ID= 7505647
Free space on /tmp= 723600 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-631710.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432024-1721121012/watcher-4432024-1721121012 -o /tmp/evaluation-result-4432024-1721121012/solver-4432024-1721121012 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721113771-833757 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432024-1721121012.opb

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

MD5SUM BENCH= a6cae5fe4979829ef4db3f016c46bc73
RANDOM SEED=897112130

nodeC007.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		: 3013.468
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.25
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		: 3672.803
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.130
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.25
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.304
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.30
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		: 3667.048
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127048008 kB
MemAvailable:   128483164 kB
Buffers:          405280 kB
Cached:          1858748 kB
SwapCached:            0 kB
Active:           727112 kB
Inactive:        3323908 kB
Active(anon):       1460 kB
Inactive(anon):  1823228 kB
Active(file):     725652 kB
Inactive(file):  1500680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             63032 kB
Writeback:             0 kB
AnonPages:       1781800 kB
Mapped:           137484 kB
Shmem:             37704 kB
KReclaimable:      97708 kB
Slab:             194736 kB
SReclaimable:      97708 kB
SUnreclaim:        97028 kB
KernelStack:        3920 kB
PageTables:        12756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2347180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52384 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1503232 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:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723512 MiB
End job on nodeC007 at 2024-07-16 12:10:36