Trace number 4432078

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.2 3611.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark20172513
Best CPU time to get the best result obtained on this benchmark3600.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432078-1721145719/watcher-4432078-1721145719 -o /tmp/evaluation-result-4432078-1721145719/solver-4432078-1721145719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721138506-847890 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432078-1721145719.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
Current StackSize limit: 8192 KiB

solver pid=851983, runsolver pid=851980

[startup+0.100289 s]*
/proc/loadavg: 4.00 4.08 4.08 6/245 851985
/proc/meminfo: memFree=115637768/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=35928 memory=11864 CPUtime=0.1 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 2318 0 0 0 10 0 0 0 20 0 1 0 166728972 36790272 2966 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 8982 2966 1023 2900 0 5496 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35928 KiB
Current children cumulated memory: 11864 KiB

[startup+0.213398 s]*
/proc/loadavg: 4.00 4.08 4.08 5/245 851985
/proc/meminfo: memFree=115616984/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=53280 memory=28020 CPUtime=0.21 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 6857 0 0 0 20 1 0 0 20 0 1 0 166728972 54558720 7005 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 13320 7005 1023 2900 0 9834 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 53280 KiB
Current children cumulated memory: 28020 KiB

[startup+0.313022 s]*
/proc/loadavg: 4.00 4.08 4.08 5/245 851985
/proc/meminfo: memFree=115594256/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=70052 memory=42452 CPUtime=0.31 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 9439 0 0 0 29 2 0 0 20 0 1 0 166728972 71733248 10613 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 17513 10613 1023 2900 0 14027 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 70052 KiB
Current children cumulated memory: 42452 KiB

[startup+0.70033 s]
/proc/loadavg: 4.00 4.08 4.08 5/245 851985
/proc/meminfo: memFree=115558976/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=121268 memory=88548 CPUtime=0.69 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 17906 0 0 0 65 4 0 0 20 0 1 0 166728972 124178432 22137 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 30317 22137 1023 2900 0 26831 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 121268 KiB
Current children cumulated memory: 88548 KiB

[startup+1.50033 s]
/proc/loadavg: 4.00 4.08 4.08 5/245 851985
/proc/meminfo: memFree=115399608/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=218468 memory=180660 CPUtime=1.48 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 32269 0 0 0 139 9 0 0 20 0 1 0 166728972 223711232 45165 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 54617 45165 1023 2900 0 51131 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 218468 KiB
Current children cumulated memory: 180660 KiB

[startup+3.11274 s]
/proc/loadavg: 4.00 4.08 4.08 5/245 851985
/proc/meminfo: memFree=115118732/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=352348 memory=322740 CPUtime=3.09 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 58162 0 0 0 293 16 0 0 20 0 1 0 166728972 360804352 80685 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 88087 80685 1023 2900 0 84601 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 352348 KiB
Current children cumulated memory: 322740 KiB

[startup+6.30031 s]
/proc/loadavg: 4.00 4.08 4.08 6/245 851985
/proc/meminfo: memFree=112016432/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=742152 memory=704940 CPUtime=6.27 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 94360 0 0 0 539 88 0 0 20 0 1 0 166728972 759963648 176235 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 185538 176235 1135 2900 0 182052 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 742152 KiB
Current children cumulated memory: 704940 KiB

[startup+12.7003 s]
/proc/loadavg: 4.00 4.08 4.08 6/245 851986
/proc/meminfo: memFree=108403840/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=3902532 memory=3711480 CPUtime=12.65 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 785053 0 0 0 997 268 0 0 20 0 1 0 166728972 3996192768 927870 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 975633 927870 2655 2900 0 972147 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3902532 KiB
Current children cumulated memory: 3711480 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.09 4.09 5/245 851988
/proc/meminfo: memFree=107799204/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4514584 memory=4188724 CPUtime=25.41 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 851514 0 0 0 2260 281 0 0 20 0 1 0 166728972 4622934016 1047181 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1128646 1047181 2911 2900 0 1125160 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4514584 KiB
Current children cumulated memory: 4188724 KiB

[startup+51.113 s]
/proc/loadavg: 4.05 4.08 4.09 5/245 851992
/proc/meminfo: memFree=107702880/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4571448 memory=4247396 CPUtime=50.93 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 861149 0 0 0 4810 283 0 0 20 0 1 0 166728972 4681162752 1061849 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1142862 1061849 2911 2900 0 1139376 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4571448 KiB
Current children cumulated memory: 4247396 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/245 852001
/proc/meminfo: memFree=107686148/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4578064 memory=4252512 CPUtime=101.95 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 862514 0 0 0 9910 285 0 0 20 0 1 0 166728972 4687937536 1063128 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1144516 1063128 2911 2900 0 1141030 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 4578064 KiB
Current children cumulated memory: 4252512 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/243 852013
/proc/meminfo: memFree=107462920/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4447736 CPUtime=161.75 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 879518 0 0 0 15850 325 0 0 20 0 1 0 166728972 4885127168 1111934 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1111934 2943 2900 0 1189172 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 4770632 KiB
Current children cumulated memory: 4447736 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.11 4.10 5/243 852023
/proc/meminfo: memFree=107291884/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4453972 CPUtime=221.57 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 879607 0 0 0 21726 431 0 0 20 0 1 0 166728972 4885127168 1113493 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1113493 2943 2900 0 1189172 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 4770632 KiB
Current children cumulated memory: 4453972 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.12 4.10 6/242 852033
/proc/meminfo: memFree=107274680/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4460532 CPUtime=281.4 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 879878 0 0 0 27611 529 0 0 20 0 1 0 166728972 4885127168 1115133 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1115133 2943 2900 0 1189172 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 4770632 KiB
Current children cumulated memory: 4460532 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/241 852090
/proc/meminfo: memFree=111839420/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4468724 CPUtime=341.22 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 880021 0 0 0 33496 626 0 0 20 0 1 0 166728972 4885127168 1117181 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1117181 2943 2900 0 1189172 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 4770632 KiB
Current children cumulated memory: 4468724 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/241 852101
/proc/meminfo: memFree=111674544/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4477044 CPUtime=401.05 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 880258 0 0 0 39373 732 0 0 20 0 1 0 166728972 4885127168 1119261 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1119261 2943 2900 0 1189172 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 4770632 KiB
Current children cumulated memory: 4477044 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/241 852111
/proc/meminfo: memFree=111605208/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=4770632 memory=4483188 CPUtime=460.87 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 880429 0 0 0 45254 833 0 0 20 0 1 0 166728972 4885127168 1120797 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1192658 1120797 2943 2900 0 1189172 0

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

Current children cumulated memory: 4724676 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.15 4.18 5/244 853270
/proc/meminfo: memFree=113199124/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=2913.57 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 893812 0 0 0 286136 5221 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 2913.57 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.13 4.18 6/244 853280
/proc/meminfo: memFree=113150544/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=2973.4 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 894071 0 0 0 292007 5333 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 2973.4 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.18 5/244 853291
/proc/meminfo: memFree=113126756/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3033.21 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 894294 0 0 0 297880 5441 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3033.21 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.18 5/244 853301
/proc/meminfo: memFree=113101288/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3093.03 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 894507 0 0 0 303746 5557 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3093.03 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.15 4.18 5/244 853313
/proc/meminfo: memFree=113036488/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3152.85 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 894732 0 0 0 309621 5664 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3152.85 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.18 5/244 853705
/proc/meminfo: memFree=112998484/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3212.66 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 896056 0 0 0 315495 5771 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3212.66 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/242 853715
/proc/meminfo: memFree=112981648/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3272.48 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 896300 0 0 0 321366 5882 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3272.48 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/242 853726
/proc/meminfo: memFree=112958204/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3332.3 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 896608 0 0 0 327240 5990 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/244 853906
/proc/meminfo: memFree=112923028/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3392.12 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 896895 0 0 0 333111 6101 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3392.12 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.13 4.16 5/244 853916
/proc/meminfo: memFree=112901172/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3451.94 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 897160 0 0 0 338984 6210 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3451.94 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.16 4.17 5/245 853930
/proc/meminfo: memFree=112882072/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3511.76 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 897505 0 0 0 344854 6322 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3511.76 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.17 4.18 5/245 853951
/proc/meminfo: memFree=112839416/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728772 CPUtime=3571.57 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 898000 0 0 0 350729 6428 0 0 20 0 1 0 166728972 5240643584 1182193 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182193 2943 2900 0 1275968 0
Current children cumulated CPU time: 3571.57 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.08 4.14 4.17 4/238 853986
/proc/meminfo: memFree=117771596/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728976 CPUtime=3600.09 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 898474 0 0 0 353526 6483 0 0 20 0 1 0 166728972 5240643584 1182244 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182244 2943 2900 0 1275968 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3535.26 s, system=64.9393 s

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

[startup+3610.9 s]
/proc/loadavg: 4.08 4.14 4.17 4/238 853986
/proc/meminfo: memFree=117771596/131655788 swapFree=131071996/131071996
[pid=851983] ppid=851980 vsize=5117816 memory=4728976 CPUtime=3600.09 cores=0,2
/proc/851983/stat : 851983 (ipbhs_static_sc) R 851980 851983 847880 0 -1 4194304 898474 0 0 0 353526 6483 0 0 20 0 1 0 166728972 5240643584 1182244 134679101440 4194304 16068861 140734640233968 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 41857024 140734640235558 140734640235645 140734640235645 140734640242660 0
/proc/851983/statm: 1279454 1182244 2943 2900 0 1275968 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5117816 KiB
Current children cumulated memory: 4728976 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.01
CPU time (s): 3600.2
CPU user time (s): 3535.26
CPU system time (s): 64.9393
CPU usage (%): 99.7006
Max. virtual memory (cumulated for all children) (KiB): 5117816
Max. memory (cumulated for all children) (KiB): 4728976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3535.26
system time used= 64.9393
maximum resident set size= 4728976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 898474
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= 3
involuntary context switches= 24648


# summary of solver processes directly reported to runsolver:
#   pid: 851983
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3535.26
#   total CPU system time (s): 64.9393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3919 second user time and 32.7105 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-16 18:02:12
IDJOB=4432078
IDBENCH=155761
IDSOLVER=3057
FILE ID=nodeC012/4432078-1721145719
RUNJOBID= nodeC012-1721138506-847890
SLURM_JOB_ID= 7505715
Free space on /tmp= 723228 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432078-1721145719/watcher-4432078-1721145719 -o /tmp/evaluation-result-4432078-1721145719/solver-4432078-1721145719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721138506-847890 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432078-1721145719.opb

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=953934319

nodeC012.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		: 3292.783
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	: 6984.37
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		: 3492.188
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.32
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.490
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	: 6984.37
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.504
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.32
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		: 3583.858
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	: 6984.37
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		: 3492.188
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.32
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.664
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	: 6984.37
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.670
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115664828 kB
MemAvailable:   119939864 kB
Buffers:          414924 kB
Cached:          4651244 kB
SwapCached:            0 kB
Active:          1101780 kB
Inactive:       14231332 kB
Active(anon):       1440 kB
Inactive(anon): 10303204 kB
Active(file):    1100340 kB
Inactive(file):  3928128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            225540 kB
Writeback:         14128 kB
AnonPages:      10266940 kB
Mapped:           132024 kB
Shmem:             37704 kB
KReclaimable:     173196 kB
Slab:             279068 kB
SReclaimable:     173196 kB
SUnreclaim:       105872 kB
KernelStack:        3920 kB
PageTables:        29736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11434268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53408 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2406400 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723516 MiB
End job on nodeC012 at 2024-07-16 19:02:24