Trace number 4431838

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.03 3608.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
MD5SUMfd68547584ae9b6527d66061061fb773
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1957
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1957
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 1957
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1957
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

9.98/10.02	c initialize IPBHS solver
9.98/10.02	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:06:57), with Glucose 3.0, with SCIP , with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
9.98/10.02	c optimizer = "scip"
9.98/10.02	c pbsolver = "roundingsat"
9.98/10.02	c load symmetries from file ""
9.98/10.02	c set time limit for symmetry computation to 100 seconds.
9.98/10.02	c set interchangeable summation variable limit to 3
9.98/10.02	c set abs symmetric core budget per WCE-iteration to 100
9.98/10.02	c set rel symmetric core budget per WCE-iteration to 0
9.98/10.02	c set lit symmetric core budget per WCE-iteration to 0
9.98/10.02	c set sym generation to 's'
9.98/10.02	c set abstraction set creation to 10 iterations without LB change
9.98/10.02	c set abstraction set inputs to 0
9.98/10.02	c set abstraction set cluster min size to 2
9.98/10.02	c set abstraction set cluster max size to 100000000
9.98/10.02	c set abstraction set cluster activation limit to 2
9.98/10.02	c enable abstraction set require equal cost
9.98/10.02	c set abstraction set assumptions to 0
9.98/10.02	c set abstraction set constraint type to 0
9.98/10.02	c set abstract core extraction strategy to b
9.98/10.02	c set core extraction strategy to 2
9.98/10.02	c set core extraction shuffles 10
9.98/10.02	c set cores per iteration to 5
9.98/10.02	c set optimizer bound usage strategy to 2
9.98/10.02	c set optimizer max non-optimal iterations to 1000
9.98/10.02	c set small core cardinality limit to 2
9.98/10.02	c set max coef in cores to 1000000000
9.98/10.02	c set SIS iterations to 5
9.98/10.02	c set SIS budget abs to 1000
9.98/10.02	c set SIS budget rel to 0.05
9.98/10.02	c limit for coefficient in constraints and objective to 9223372036854775807
9.98/10.02	c will solve HOME/instance-4431838-1721075567.opb
9.98/10.02	c [0.04] solve iteration 1, LB=0, UB=1958

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: 64096 MiB (63054 MiB free)
  memory of node 1: 64473 MiB (61741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431838-1721075567/watcher-4431838-1721075567 -o /tmp/evaluation-result-4431838-1721075567/solver-4431838-1721075567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721071938-815890 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431838-1721075567.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=819766, runsolver pid=819763

[startup+0.100327 s]*
/proc/loadavg: 4.09 4.10 4.11 5/244 819767
/proc/meminfo: memFree=127775204/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=47180 memory=28528 CPUtime=0.1 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 4741 0 0 0 6 4 0 0 20 0 1 0 159715564 48312320 7132 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 11795 7132 2623 2900 0 8309 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47180 KiB
Current children cumulated memory: 28528 KiB

[startup+0.213145 s]*
/proc/loadavg: 4.09 4.10 4.11 6/244 819767
/proc/meminfo: memFree=127767392/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=55940 memory=34724 CPUtime=0.22 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 6329 0 0 0 17 5 0 0 20 0 1 0 159715564 57282560 8681 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 13985 8681 2863 2900 0 10499 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 55940 KiB
Current children cumulated memory: 34724 KiB

[startup+0.312575 s]*
/proc/loadavg: 4.09 4.10 4.11 5/244 819767
/proc/meminfo: memFree=127757508/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=71776 memory=47396 CPUtime=0.31 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 9490 0 0 0 25 6 0 0 20 0 1 0 159715564 73498624 11849 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 17944 11849 2879 2900 0 14458 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 71776 KiB
Current children cumulated memory: 47396 KiB

[startup+0.700331 s]
/proc/loadavg: 4.09 4.10 4.11 5/244 819767
/proc/meminfo: memFree=127750312/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=75608 memory=51324 CPUtime=0.69 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 10429 0 0 0 63 6 0 0 20 0 1 0 159715564 77422592 12831 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 18902 12831 2879 2900 0 15416 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75608 KiB
Current children cumulated memory: 51324 KiB

[startup+1.50033 s]
/proc/loadavg: 4.09 4.10 4.11 5/244 819767
/proc/meminfo: memFree=127747288/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=80460 memory=55588 CPUtime=1.48 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 11492 0 0 0 142 6 0 0 20 0 1 0 159715564 82391040 13897 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 20115 13897 2895 2900 0 16629 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 80460 KiB
Current children cumulated memory: 55588 KiB

[startup+3.11279 s]
/proc/loadavg: 4.09 4.10 4.11 5/244 819768
/proc/meminfo: memFree=127736956/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=91868 memory=65620 CPUtime=3.09 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 14029 0 0 0 303 6 0 0 20 0 1 0 159715564 94072832 16405 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 22967 16405 2895 2900 0 19481 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 91868 KiB
Current children cumulated memory: 65620 KiB

[startup+6.30033 s]
/proc/loadavg: 4.08 4.10 4.11 5/244 819768
/proc/meminfo: memFree=127721880/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=110572 memory=83572 CPUtime=6.27 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 18513 0 0 0 620 7 0 0 20 0 1 0 159715564 113225728 20893 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 27643 20893 2895 2900 0 24157 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 110572 KiB
Current children cumulated memory: 83572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.10 4.11 5/244 819770
/proc/meminfo: memFree=127694468/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=126000 memory=96776 CPUtime=12.66 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 22773 0 0 0 1258 8 0 0 20 0 1 0 159715564 129024000 24194 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 31500 24194 2895 2900 0 28014 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 126000 KiB
Current children cumulated memory: 96776 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.09 4.11 5/244 819771
/proc/meminfo: memFree=127678312/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=126000 memory=97036 CPUtime=25.42 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 22856 0 0 0 2534 8 0 0 20 0 1 0 159715564 129024000 24259 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 31500 24259 2895 2900 0 28014 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 126000 KiB
Current children cumulated memory: 97036 KiB

[startup+51.1132 s]
/proc/loadavg: 4.10 4.10 4.11 5/244 819820
/proc/meminfo: memFree=127772628/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=164716 memory=130828 CPUtime=50.97 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 31291 0 0 0 5087 10 0 0 20 0 1 0 159715564 168669184 32707 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 41179 32707 2895 2900 0 37693 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 164716 KiB
Current children cumulated memory: 130828 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/242 819831
/proc/meminfo: memFree=127710748/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=176856 memory=141660 CPUtime=102.02 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 36623 0 0 0 10191 11 0 0 20 0 1 0 159715564 181100544 35415 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 44214 35415 2895 2900 0 40728 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 176856 KiB
Current children cumulated memory: 141660 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.10 5/241 819841
/proc/meminfo: memFree=127668936/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=187368 memory=150068 CPUtime=161.87 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 39076 0 0 0 16175 12 0 0 20 0 1 0 159715564 191864832 37517 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 46842 37517 2895 2900 0 43356 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 187368 KiB
Current children cumulated memory: 150068 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/241 819852
/proc/meminfo: memFree=127616820/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=211944 memory=171124 CPUtime=221.72 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 44415 0 0 0 22159 13 0 0 20 0 1 0 159715564 217030656 42781 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 52986 42781 2895 2900 0 49500 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 211944 KiB
Current children cumulated memory: 171124 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/241 819862
/proc/meminfo: memFree=127584956/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=212624 memory=172000 CPUtime=281.57 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 44607 0 0 0 28144 13 0 0 20 0 1 0 159715564 217726976 43000 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 53156 43000 2895 2900 0 49670 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 212624 KiB
Current children cumulated memory: 172000 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/241 819872
/proc/meminfo: memFree=127563392/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=213432 memory=181724 CPUtime=341.4 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 45056 0 0 0 34127 13 0 0 20 0 1 0 159715564 218554368 45431 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 53358 45431 2895 2900 0 49872 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 213432 KiB
Current children cumulated memory: 181724 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.11 4.10 5/241 819883
/proc/meminfo: memFree=127535256/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=214400 memory=192896 CPUtime=401.24 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 45206 0 0 0 40111 13 0 0 20 0 1 0 159715564 219545600 48224 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 53600 48224 2895 2900 0 50114 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 214400 KiB
Current children cumulated memory: 192896 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/244 819898
/proc/meminfo: memFree=127483812/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=230884 memory=214656 CPUtime=461.09 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 49509 0 0 0 46095 14 0 0 20 0 1 0 159715564 236425216 53664 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 57721 53664 2895 2900 0 54235 0

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

Current children cumulated memory: 367732 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.16 4.18 5/244 820900
/proc/meminfo: memFree=126852144/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=383484 memory=367904 CPUtime=2855.29 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 94543 0 0 0 285505 24 0 0 20 0 1 0 159715564 392687616 91976 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 95871 91976 2895 2900 0 92385 0
Current children cumulated CPU time: 2855.29 s
Current children cumulated vsize: 383484 KiB
Current children cumulated memory: 367904 KiB

[startup+2922.3 s]
/proc/loadavg: 4.19 4.18 4.19 5/244 820910
/proc/meminfo: memFree=126824168/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=383484 memory=367956 CPUtime=2915.14 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 94699 0 0 0 291490 24 0 0 20 0 1 0 159715564 392687616 91989 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 95871 91989 2895 2900 0 92385 0
Current children cumulated CPU time: 2915.14 s
Current children cumulated vsize: 383484 KiB
Current children cumulated memory: 367956 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.14 4.17 5/244 820922
/proc/meminfo: memFree=126790268/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=383484 memory=368044 CPUtime=2975 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 94844 0 0 0 297476 24 0 0 20 0 1 0 159715564 392687616 92011 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 95871 92011 2895 2900 0 92385 0
Current children cumulated CPU time: 2975 s
Current children cumulated vsize: 383484 KiB
Current children cumulated memory: 368044 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/244 820932
/proc/meminfo: memFree=126771312/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=383484 memory=368044 CPUtime=3034.85 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 94980 0 0 0 303461 24 0 0 20 0 1 0 159715564 392687616 92011 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 95871 92011 2895 2900 0 92385 0
Current children cumulated CPU time: 3034.85 s
Current children cumulated vsize: 383484 KiB
Current children cumulated memory: 368044 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/244 820990
/proc/meminfo: memFree=127046048/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=384508 memory=369088 CPUtime=3094.7 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 95407 0 0 0 309446 24 0 0 20 0 1 0 159715564 393736192 92272 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 96127 92272 2895 2900 0 92641 0
Current children cumulated CPU time: 3094.7 s
Current children cumulated vsize: 384508 KiB
Current children cumulated memory: 369088 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/246 821384
/proc/meminfo: memFree=127027088/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=384508 memory=369164 CPUtime=3154.55 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 95552 0 0 0 315431 24 0 0 20 0 1 0 159715564 393736192 92291 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 96127 92291 2895 2900 0 92641 0
Current children cumulated CPU time: 3154.55 s
Current children cumulated vsize: 384508 KiB
Current children cumulated memory: 369164 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.16 5/243 821395
/proc/meminfo: memFree=127015332/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=393688 memory=377756 CPUtime=3214.42 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 97882 0 0 0 321417 25 0 0 20 0 1 0 159715564 403136512 94439 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 98422 94439 2895 2900 0 94936 0
Current children cumulated CPU time: 3214.42 s
Current children cumulated vsize: 393688 KiB
Current children cumulated memory: 377756 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.15 5/243 821405
/proc/meminfo: memFree=127001828/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=395368 memory=379764 CPUtime=3274.28 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 98391 0 0 0 327403 25 0 0 20 0 1 0 159715564 404856832 94941 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 98842 94941 2895 2900 0 95356 0
Current children cumulated CPU time: 3274.28 s
Current children cumulated vsize: 395368 KiB
Current children cumulated memory: 379764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.15 5/244 821584
/proc/meminfo: memFree=126978152/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=406216 memory=390564 CPUtime=3334.15 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 102712 0 0 0 333389 26 0 0 20 0 1 0 159715564 415965184 97641 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 101554 97641 2895 2900 0 98068 0
Current children cumulated CPU time: 3334.15 s
Current children cumulated vsize: 406216 KiB
Current children cumulated memory: 390564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.15 5/244 821595
/proc/meminfo: memFree=126973132/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=406728 memory=391256 CPUtime=3394 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 103048 0 0 0 339374 26 0 0 20 0 1 0 159715564 416489472 97814 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 101682 97814 2895 2900 0 98196 0
Current children cumulated CPU time: 3394 s
Current children cumulated vsize: 406728 KiB
Current children cumulated memory: 391256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/247 821664
/proc/meminfo: memFree=126960056/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=410224 memory=392196 CPUtime=3453.86 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 103454 0 0 0 345360 26 0 0 20 0 1 0 159715564 420069376 98049 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 102556 98049 2895 2900 0 99070 0
Current children cumulated CPU time: 3453.86 s
Current children cumulated vsize: 410224 KiB
Current children cumulated memory: 392196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.14 5/246 821674
/proc/meminfo: memFree=126945128/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=410224 memory=392484 CPUtime=3513.72 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 103636 0 0 0 351346 26 0 0 20 0 1 0 159715564 420069376 98121 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 102556 98121 2895 2900 0 99070 0
Current children cumulated CPU time: 3513.72 s
Current children cumulated vsize: 410224 KiB
Current children cumulated memory: 392484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/246 821685
/proc/meminfo: memFree=126936260/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=410224 memory=392544 CPUtime=3573.58 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 103790 0 0 0 357332 26 0 0 20 0 1 0 159715564 420069376 98136 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 102556 98136 2895 2900 0 99070 0
Current children cumulated CPU time: 3573.58 s
Current children cumulated vsize: 410224 KiB
Current children cumulated memory: 392544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.08 4.10 4.13 5/246 821735
/proc/meminfo: memFree=127278244/131655788 swapFree=131071996/131071996
[pid=819766] ppid=819763 vsize=410224 memory=392544 CPUtime=3600.02 cores=4,6
/proc/819766/stat : 819766 (ipbhs_static_sc) R 819763 819766 815879 0 -1 4194304 103914 0 0 0 359975 27 0 0 20 0 1 0 159715564 420069376 98136 134679101440 4194304 16068861 140734156151456 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 55050240 140734156153894 140734156153981 140734156153981 140734156160996 0
/proc/819766/statm: 102556 98136 2895 2900 0 99070 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 410224 KiB
Current children cumulated memory: 392544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.76 s, system=0.273031 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.8
CPU time (s): 3600.03
CPU user time (s): 3599.76
CPU system time (s): 0.273031
CPU usage (%): 99.7569
Max. virtual memory (cumulated for all children) (KiB): 410224
Max. memory (cumulated for all children) (KiB): 392544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.76
system time used= 0.273031
maximum resident set size= 392544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103914
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= 40
involuntary context switches= 1984


# summary of solver processes directly reported to runsolver:
#   pid: 819766
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.76
#   total CPU system time (s): 0.273031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8895 second user time and 29.9518 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-15 22:32:59
IDJOB=4431838
IDBENCH=147523
IDSOLVER=3057
FILE ID=nodeC005/4431838-1721075567
RUNJOBID= nodeC005-1721071938-815890
SLURM_JOB_ID= 7505537
Free space on /tmp= 723624 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431838-1721075567/watcher-4431838-1721075567 -o /tmp/evaluation-result-4431838-1721075567/solver-4431838-1721075567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721071938-815890 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431838-1721075567.opb

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

MD5SUM BENCH= fd68547584ae9b6527d66061061fb773
RANDOM SEED=398278733

nodeC005.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		: 3664.704
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.53
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		: 3664.833
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.35
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.353
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.53
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.430
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.35
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		: 3491.771
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.53
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		: 3666.473
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.35
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.180
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.53
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.329
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127790984 kB
MemAvailable:   129437908 kB
Buffers:          361808 kB
Cached:          2110340 kB
SwapCached:            0 kB
Active:           646696 kB
Inactive:        2652920 kB
Active(anon):       3464 kB
Inactive(anon):   861376 kB
Active(file):     643232 kB
Inactive(file):  1791544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            107372 kB
Writeback:             0 kB
AnonPages:        823888 kB
Mapped:           139908 kB
Shmem:             37704 kB
KReclaimable:     104692 kB
Slab:             205600 kB
SReclaimable:     104692 kB
SUnreclaim:       100908 kB
KernelStack:        3932 kB
PageTables:        10776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1260388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52064 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723572 MiB
End job on nodeC005 at 2024-07-15 23:33:09