Trace number 4431833

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.01 3609.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM3986604c534c992b7a4e3e5a4bb881f1
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 benchmark1038
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
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

8.57/8.65	c initialize IPBHS solver
8.57/8.65	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
8.57/8.65	c optimizer = "scip"
8.57/8.65	c pbsolver = "roundingsat"
8.57/8.65	c load symmetries from file ""
8.57/8.65	c set time limit for symmetry computation to 100 seconds.
8.57/8.65	c set interchangeable summation variable limit to 3
8.57/8.65	c set abs symmetric core budget per WCE-iteration to 100
8.57/8.65	c set rel symmetric core budget per WCE-iteration to 0
8.57/8.65	c set lit symmetric core budget per WCE-iteration to 0
8.57/8.65	c set sym generation to 's'
8.57/8.65	c set abstraction set creation to 10 iterations without LB change
8.57/8.65	c set abstraction set inputs to 0
8.57/8.65	c set abstraction set cluster min size to 2
8.57/8.65	c set abstraction set cluster max size to 100000000
8.57/8.65	c set abstraction set cluster activation limit to 2
8.57/8.65	c enable abstraction set require equal cost
8.57/8.65	c set abstraction set assumptions to 0
8.57/8.65	c set abstraction set constraint type to 0
8.57/8.65	c set abstract core extraction strategy to b
8.57/8.65	c set core extraction strategy to 2
8.57/8.65	c set core extraction shuffles 10
8.57/8.65	c set cores per iteration to 5
8.57/8.65	c set optimizer bound usage strategy to 2
8.57/8.65	c set optimizer max non-optimal iterations to 1000
8.57/8.65	c set small core cardinality limit to 2
8.57/8.65	c set max coef in cores to 1000000000
8.57/8.65	c set SIS iterations to 5
8.57/8.65	c set SIS budget abs to 1000
8.57/8.65	c set SIS budget rel to 0.05
8.57/8.65	c limit for coefficient in constraints and objective to 9223372036854775807
8.57/8.65	c will solve HOME/instance-4431833-1721075607.opb
8.57/8.65	c [0.03] solve iteration 1, LB=0, UB=1969

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100098 s]*
/proc/loadavg: 4.12 4.10 4.11 5/244 819819
/proc/meminfo: memFree=127859456/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=46976 memory=30324 CPUtime=0.1 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 4691 0 0 0 7 3 0 0 20 0 1 0 159719571 48103424 7581 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 11744 7581 2623 2900 0 8258 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 46976 KiB
Current children cumulated memory: 30324 KiB

[startup+0.211484 s]*
/proc/loadavg: 4.12 4.10 4.11 5/244 819819
/proc/meminfo: memFree=127852540/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=55456 memory=36392 CPUtime=0.22 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 6216 0 0 0 18 4 0 0 20 0 1 0 159719571 56786944 9098 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 13864 9098 2863 2900 0 10378 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 55456 KiB
Current children cumulated memory: 36392 KiB

[startup+0.311298 s]*
/proc/loadavg: 4.12 4.10 4.11 5/244 819819
/proc/meminfo: memFree=127844000/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=63800 memory=44736 CPUtime=0.31 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 8253 0 0 0 27 4 0 0 20 0 1 0 159719571 65331200 11184 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 15950 11184 2863 2900 0 12464 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 63800 KiB
Current children cumulated memory: 44736 KiB

[startup+0.700325 s]
/proc/loadavg: 4.12 4.10 4.11 5/244 819819
/proc/meminfo: memFree=127836132/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=75308 memory=52948 CPUtime=0.68 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 10321 0 0 0 64 4 0 0 20 0 1 0 159719571 77115392 13237 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 18827 13237 2879 2900 0 15341 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75308 KiB
Current children cumulated memory: 52948 KiB

[startup+1.50029 s]
/proc/loadavg: 4.12 4.10 4.11 5/244 819820
/proc/meminfo: memFree=127830652/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=79460 memory=56668 CPUtime=1.49 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 11224 0 0 0 144 5 0 0 20 0 1 0 159719571 81367040 14167 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 19865 14167 2895 2900 0 16379 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 79460 KiB
Current children cumulated memory: 56668 KiB

[startup+3.11193 s]
/proc/loadavg: 4.12 4.10 4.11 5/244 819820
/proc/meminfo: memFree=127827124/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=84060 memory=60100 CPUtime=3.09 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 12128 0 0 0 304 5 0 0 20 0 1 0 159719571 86077440 15025 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 21015 15025 2895 2900 0 17529 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 84060 KiB
Current children cumulated memory: 60100 KiB

[startup+6.30031 s]
/proc/loadavg: 4.11 4.10 4.11 6/244 819820
/proc/meminfo: memFree=127801944/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=106844 memory=81220 CPUtime=6.28 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 17376 0 0 0 622 6 0 0 20 0 1 0 159719571 109408256 20305 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 26711 20305 2895 2900 0 23225 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 106844 KiB
Current children cumulated memory: 81220 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.11 5/244 819822
/proc/meminfo: memFree=127772460/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=122136 memory=93800 CPUtime=12.65 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 21336 0 0 0 1259 6 0 0 20 0 1 0 159719571 125067264 23450 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 30534 23450 2895 2900 0 27048 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 122136 KiB
Current children cumulated memory: 93800 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.09 4.11 5/243 819823
/proc/meminfo: memFree=127762320/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=122684 memory=94324 CPUtime=25.42 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 21507 0 0 0 2536 6 0 0 20 0 1 0 159719571 125628416 23581 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 30671 23581 2895 2900 0 27185 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 122684 KiB
Current children cumulated memory: 94324 KiB

[startup+51.1124 s]
/proc/loadavg: 4.12 4.10 4.11 5/243 819829
/proc/meminfo: memFree=127709956/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=163904 memory=130204 CPUtime=50.97 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 30698 0 0 0 5089 8 0 0 20 0 1 0 159719571 167837696 32551 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 40976 32551 2895 2900 0 37490 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 163904 KiB
Current children cumulated memory: 130204 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.08 4.10 5/242 819837
/proc/meminfo: memFree=127687016/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=164836 memory=131880 CPUtime=102.03 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 32428 0 0 0 10194 9 0 0 20 0 1 0 159719571 168792064 32970 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 41209 32970 2895 2900 0 37723 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 164836 KiB
Current children cumulated memory: 131880 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/241 819848
/proc/meminfo: memFree=127629436/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=191160 memory=152104 CPUtime=161.83 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 37870 0 0 0 16174 9 0 0 20 0 1 0 159719571 195747840 38026 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 47790 38026 2895 2900 0 44304 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 191160 KiB
Current children cumulated memory: 152104 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/241 819858
/proc/meminfo: memFree=127601748/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=193608 memory=153988 CPUtime=221.65 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 38721 0 0 0 22155 10 0 0 20 0 1 0 159719571 198254592 38497 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 48402 38497 2895 2900 0 44916 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 193608 KiB
Current children cumulated memory: 153988 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/241 819868
/proc/meminfo: memFree=127571396/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=203144 memory=158696 CPUtime=281.46 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 39888 0 0 0 28136 10 0 0 20 0 1 0 159719571 208019456 39674 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 50786 39674 2895 2900 0 47300 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 203144 KiB
Current children cumulated memory: 158696 KiB

[startup+342.3 s]
/proc/loadavg: 4.23 4.12 4.10 5/241 819879
/proc/meminfo: memFree=127540456/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=215836 memory=169384 CPUtime=341.28 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 42610 0 0 0 34118 10 0 0 20 0 1 0 159719571 221016064 42346 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 53959 42346 2895 2900 0 50473 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 215836 KiB
Current children cumulated memory: 169384 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/242 819890
/proc/meminfo: memFree=127505640/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=228964 memory=185160 CPUtime=401.09 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 45678 0 0 0 40098 11 0 0 20 0 1 0 159719571 234459136 46290 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 57241 46290 2895 2900 0 53755 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 228964 KiB
Current children cumulated memory: 185160 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/244 819904
/proc/meminfo: memFree=127432436/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=229644 memory=207928 CPUtime=460.94 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 45887 0 0 0 46083 11 0 0 20 0 1 0 159719571 235155456 51982 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 57411 51982 2895 2900 0 53925 0

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

Current children cumulated memory: 395064 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.15 4.18 5/244 820918
/proc/meminfo: memFree=126793960/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=410868 memory=395272 CPUtime=2914.69 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 90188 0 0 0 291451 18 0 0 20 0 1 0 159719571 420728832 98818 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 102717 98818 2895 2900 0 99231 0
Current children cumulated CPU time: 2914.69 s
Current children cumulated vsize: 410868 KiB
Current children cumulated memory: 395272 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.15 4.18 5/244 820929
/proc/meminfo: memFree=126780084/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=415964 memory=400924 CPUtime=2974.52 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 91754 0 0 0 297434 18 0 0 20 0 1 0 159719571 425947136 100231 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 103991 100231 2895 2900 0 100505 0
Current children cumulated CPU time: 2974.52 s
Current children cumulated vsize: 415964 KiB
Current children cumulated memory: 400924 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/244 820986
/proc/meminfo: memFree=127060396/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=428644 memory=410624 CPUtime=3034.34 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 94322 0 0 0 303415 19 0 0 20 0 1 0 159719571 438931456 102656 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 107161 102656 2895 2900 0 103675 0
Current children cumulated CPU time: 3034.34 s
Current children cumulated vsize: 428644 KiB
Current children cumulated memory: 410624 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/244 820997
/proc/meminfo: memFree=127032264/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=426604 memory=409176 CPUtime=3094.16 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 94536 0 0 0 309397 19 0 0 20 0 1 0 159719571 436842496 102294 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 106651 102294 2895 2900 0 103165 0
Current children cumulated CPU time: 3094.16 s
Current children cumulated vsize: 426604 KiB
Current children cumulated memory: 409176 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.11 4.16 5/243 821392
/proc/meminfo: memFree=127017748/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=427628 memory=410364 CPUtime=3153.97 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 95044 0 0 0 315378 19 0 0 20 0 1 0 159719571 437891072 102591 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 106907 102591 2895 2900 0 103421 0
Current children cumulated CPU time: 3153.97 s
Current children cumulated vsize: 427628 KiB
Current children cumulated memory: 410364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.16 5/243 821402
/proc/meminfo: memFree=127005420/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=427628 memory=410968 CPUtime=3213.79 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 95311 0 0 0 321360 19 0 0 20 0 1 0 159719571 437891072 102742 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 106907 102742 2895 2900 0 103421 0
Current children cumulated CPU time: 3213.79 s
Current children cumulated vsize: 427628 KiB
Current children cumulated memory: 410968 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.15 5/243 821412
/proc/meminfo: memFree=126981052/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=433744 memory=416740 CPUtime=3273.6 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 96919 0 0 0 327341 19 0 0 20 0 1 0 159719571 444153856 104185 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108436 104185 2895 2900 0 104950 0
Current children cumulated CPU time: 3273.6 s
Current children cumulated vsize: 433744 KiB
Current children cumulated memory: 416740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.12 4.15 5/244 821592
/proc/meminfo: memFree=126974364/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=433744 memory=418416 CPUtime=3333.42 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 97552 0 0 0 333323 19 0 0 20 0 1 0 159719571 444153856 104604 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108436 104604 2895 2900 0 104950 0
Current children cumulated CPU time: 3333.42 s
Current children cumulated vsize: 433744 KiB
Current children cumulated memory: 418416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/244 821602
/proc/meminfo: memFree=126963836/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=433744 memory=419352 CPUtime=3393.23 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 97909 0 0 0 339304 19 0 0 20 0 1 0 159719571 444153856 104838 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108436 104838 2895 2900 0 104950 0
Current children cumulated CPU time: 3393.23 s
Current children cumulated vsize: 433744 KiB
Current children cumulated memory: 419352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/246 821671
/proc/meminfo: memFree=126950980/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=433744 memory=419612 CPUtime=3453.05 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 98078 0 0 0 345286 19 0 0 20 0 1 0 159719571 444153856 104903 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108436 104903 2895 2900 0 104950 0
Current children cumulated CPU time: 3453.05 s
Current children cumulated vsize: 433744 KiB
Current children cumulated memory: 419612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/246 821681
/proc/meminfo: memFree=126940672/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=435768 memory=420060 CPUtime=3512.86 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 98362 0 0 0 351267 19 0 0 20 0 1 0 159719571 446226432 105015 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108942 105015 2895 2900 0 105456 0
Current children cumulated CPU time: 3512.86 s
Current children cumulated vsize: 435768 KiB
Current children cumulated memory: 420060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.10 4.13 5/246 821784
/proc/meminfo: memFree=127604412/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=435768 memory=420060 CPUtime=3572.68 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 98542 0 0 0 357249 19 0 0 20 0 1 0 159719571 446226432 105015 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 108942 105015 2895 2900 0 105456 0
Current children cumulated CPU time: 3572.68 s
Current children cumulated vsize: 435768 KiB
Current children cumulated memory: 420060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.20 4.12 4.14 5/246 821787
/proc/meminfo: memFree=127552168/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=439968 memory=421160 CPUtime=3600 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 98901 0 0 0 359981 19 0 0 20 0 1 0 159719571 450527232 105290 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 109992 105290 2895 2900 0 106506 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 439968 KiB
Current children cumulated memory: 421160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.81 s, system=0.19962 s

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

[startup+3609.7 s]
/proc/loadavg: 4.20 4.12 4.14 5/246 821787
/proc/meminfo: memFree=127552168/131655788 swapFree=131071996/131071996
[pid=819818] ppid=819815 vsize=439968 memory=421160 CPUtime=3600 cores=1,3
/proc/819818/stat : 819818 (ipbhs_static_sc) R 819815 819818 815879 0 -1 4194304 98901 0 0 0 359981 19 0 0 20 0 1 0 159719571 450527232 105290 134679101440 4194304 16068861 140736718252064 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 40509440 140736718259238 140736718259325 140736718259325 140736718266340 0
/proc/819818/statm: 109992 105290 2895 2900 0 106506 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 439968 KiB
Current children cumulated memory: 421160 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.01
CPU user time (s): 3599.81
CPU system time (s): 0.19962
CPU usage (%): 99.7315
Max. virtual memory (cumulated for all children) (KiB): 439968
Max. memory (cumulated for all children) (KiB): 421160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.81
system time used= 0.19962
maximum resident set size= 421284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98901
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= 39
involuntary context switches= 1828


# summary of solver processes directly reported to runsolver:
#   pid: 819818
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.81
#   total CPU system time (s): 0.19962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0142 second user time and 31.4637 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-15 22:33:39
IDJOB=4431833
IDBENCH=147524
IDSOLVER=3057
FILE ID=nodeC005/4431833-1721075607
RUNJOBID= nodeC005-1721071938-815891
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_12.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431833-1721075607/watcher-4431833-1721075607 -o /tmp/evaluation-result-4431833-1721075607/solver-4431833-1721075607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721071938-815891 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431833-1721075607.opb

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

MD5SUM BENCH= 3986604c534c992b7a4e3e5a4bb881f1
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		: 3675.287
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		: 3485.122
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.342
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		: 1211.701
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		: 3675.712
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		: 3674.081
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.212
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.304
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:        127879156 kB
MemAvailable:   129525520 kB
Buffers:          361880 kB
Cached:          2109716 kB
SwapCached:            0 kB
Active:           646252 kB
Inactive:        2565576 kB
Active(anon):       3464 kB
Inactive(anon):   774184 kB
Active(file):     642788 kB
Inactive(file):  1791392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             53664 kB
Writeback:             0 kB
AnonPages:        737584 kB
Mapped:           139620 kB
Shmem:             37704 kB
KReclaimable:     104764 kB
Slab:             205744 kB
SReclaimable:     104764 kB
SUnreclaim:       100980 kB
KernelStack:        3932 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1217184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52064 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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:50