Trace number 4432123

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 3610.61

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_clique-50.lin.opb
MD5SUM11852bf7a05815ba1c78428ce5d4534c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2312
Best CPU time to get the best result obtained on this benchmark2994.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3825
Total number of constraints7400
Number of constraints which are clauses3675
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints3675
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3675
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 62475
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 62475
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432123-1721166064/watcher-4432123-1721166064 -o /tmp/evaluation-result-4432123-1721166064/solver-4432123-1721166064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866988 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432123-1721166064.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=871722, runsolver pid=871719
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 4.16 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123746528/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=34632 CPUtime=0.1 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6294 0 0 0 6 4 0 0 20 0 1 0 168770613 54837248 8658 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8658 2671 2900 0 9902 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 34632 KiB

[startup+0.205809 s]*
/proc/loadavg: 4.16 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123746360/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=34632 CPUtime=0.2 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6307 0 0 0 12 8 0 0 20 0 1 0 168770613 54837248 8658 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8658 2671 2900 0 9902 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 34632 KiB

[startup+0.30571 s]*
/proc/loadavg: 4.16 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123746220/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=34632 CPUtime=0.3 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6310 0 0 0 18 12 0 0 20 0 1 0 168770613 54837248 8658 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8658 2671 2900 0 9902 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 34632 KiB

[startup+0.700231 s]
/proc/loadavg: 4.16 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123745744/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=35016 CPUtime=0.69 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6334 0 0 0 43 26 0 0 20 0 1 0 168770613 54837248 8754 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8754 2703 2900 0 9902 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 35016 KiB

[startup+1.50025 s]
/proc/loadavg: 4.16 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123745660/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=35016 CPUtime=1.48 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6373 0 0 0 91 57 0 0 20 0 1 0 168770613 54837248 8754 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8754 2703 2900 0 9902 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 35016 KiB

[startup+3.10561 s]
/proc/loadavg: 4.15 4.15 4.11 5/257 871723
/proc/meminfo: memFree=123740812/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=53552 memory=35544 CPUtime=3.09 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6468 0 0 0 190 119 0 0 20 0 1 0 168770613 54837248 8886 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13388 8886 2703 2900 0 9902 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 53552 KiB
Current children cumulated memory: 35544 KiB

[startup+6.30023 s]
/proc/loadavg: 4.15 4.15 4.11 5/257 871724
/proc/meminfo: memFree=123737740/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=54092 memory=36336 CPUtime=6.27 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6676 0 0 0 388 239 0 0 20 0 1 0 168770613 55390208 9084 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13523 9084 2703 2900 0 10037 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 54092 KiB
Current children cumulated memory: 36336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 4.10 5/257 871724
/proc/meminfo: memFree=123734468/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=55060 memory=39696 CPUtime=12.65 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 6996 0 0 0 766 499 0 0 20 0 1 0 168770613 56381440 9924 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 13765 9924 2703 2900 0 10279 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 55060 KiB
Current children cumulated memory: 39696 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.10 5/257 871773
/proc/meminfo: memFree=123546700/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=259164 memory=221856 CPUtime=25.42 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 43842 0 0 0 1610 932 0 0 20 0 1 0 168770613 265383936 55464 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 64791 55464 2911 2900 0 61305 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 259164 KiB
Current children cumulated memory: 221856 KiB

[startup+51.1056 s]
/proc/loadavg: 4.19 4.16 4.11 5/257 871776
/proc/meminfo: memFree=123352172/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=405984 memory=356324 CPUtime=50.95 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 73429 0 0 0 4158 937 0 0 20 0 1 0 168770613 415727616 89081 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 101496 89081 2943 2900 0 98010 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 405984 KiB
Current children cumulated memory: 356324 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/257 871831
/proc/meminfo: memFree=126098416/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=434156 memory=383440 CPUtime=101.99 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 80213 0 0 0 9261 938 0 0 20 0 1 0 168770613 444575744 95860 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 108539 95860 2943 2900 0 105053 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 434156 KiB
Current children cumulated memory: 383440 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/257 871841
/proc/meminfo: memFree=125830308/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=434156 memory=383440 CPUtime=161.77 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 80231 0 0 0 15239 938 0 0 20 0 1 0 168770613 444575744 95860 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 108539 95860 2943 2900 0 105053 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 434156 KiB
Current children cumulated memory: 383440 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.16 4.10 5/257 871854
/proc/meminfo: memFree=125466096/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=434156 memory=383640 CPUtime=221.6 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 80283 0 0 0 21222 938 0 0 20 0 1 0 168770613 444575744 95910 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 108539 95910 2943 2900 0 105053 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 434156 KiB
Current children cumulated memory: 383640 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/255 871864
/proc/meminfo: memFree=125344580/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=440092 memory=390152 CPUtime=281.44 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 80792 0 0 0 27205 939 0 0 20 0 1 0 168770613 450654208 97538 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 110023 97538 2943 2900 0 106537 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 440092 KiB
Current children cumulated memory: 390152 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/255 871874
/proc/meminfo: memFree=125249584/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=440092 memory=396636 CPUtime=341.27 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 80872 0 0 0 33188 939 0 0 20 0 1 0 168770613 450654208 99159 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 110023 99159 2943 2900 0 106537 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 440092 KiB
Current children cumulated memory: 396636 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.15 4.10 5/255 871885
/proc/meminfo: memFree=125194388/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=440092 memory=398716 CPUtime=401.1 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 81033 0 0 0 39171 939 0 0 20 0 1 0 168770613 450654208 99679 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 110023 99679 2943 2900 0 106537 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 440092 KiB
Current children cumulated memory: 398716 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/255 871895
/proc/meminfo: memFree=125064076/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=440092 memory=401656 CPUtime=460.93 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 81124 0 0 0 45154 939 0 0 20 0 1 0 168770613 450654208 100414 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 110023 100414 2943 2900 0 106537 0

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

Current children cumulated memory: 444296 KiB

[startup+2862.3 s]
/proc/loadavg: 3.12 3.64 3.90 5/251 874013
/proc/meminfo: memFree=122746852/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=479816 memory=444296 CPUtime=2854 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94407 0 0 0 284459 941 0 0 20 0 1 0 168770613 491331584 111074 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119954 111074 3263 2900 0 116468 0
Current children cumulated CPU time: 2854 s
Current children cumulated vsize: 479816 KiB
Current children cumulated memory: 444296 KiB

[startup+2922.3 s]
/proc/loadavg: 3.08 3.53 3.85 4/252 874024
/proc/meminfo: memFree=122733500/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=479816 memory=444296 CPUtime=2913.82 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94513 0 0 0 290441 941 0 0 20 0 1 0 168770613 491331584 111074 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119954 111074 3263 2900 0 116468 0
Current children cumulated CPU time: 2913.82 s
Current children cumulated vsize: 479816 KiB
Current children cumulated memory: 444296 KiB

[startup+2982.3 s]
/proc/loadavg: 3.07 3.45 3.80 4/253 874094
/proc/meminfo: memFree=122672396/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440580 CPUtime=2973.63 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94620 0 0 0 296422 941 0 0 20 0 1 0 168770613 487526400 110145 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110145 3263 2900 0 115539 0
Current children cumulated CPU time: 2973.63 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440580 KiB

[startup+3042.3 s]
/proc/loadavg: 3.13 3.39 3.76 4/253 874104
/proc/meminfo: memFree=122603100/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440716 CPUtime=3033.45 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94782 0 0 0 302404 941 0 0 20 0 1 0 168770613 487526400 110179 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110179 3263 2900 0 115539 0
Current children cumulated CPU time: 3033.45 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440716 KiB

[startup+3102.3 s]
/proc/loadavg: 3.16 3.35 3.72 4/253 874115
/proc/meminfo: memFree=122563976/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440804 CPUtime=3093.26 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94886 0 0 0 308385 941 0 0 20 0 1 0 168770613 487526400 110201 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110201 3263 2900 0 115539 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440804 KiB

[startup+3162.3 s]
/proc/loadavg: 3.14 3.30 3.68 4/252 874125
/proc/meminfo: memFree=122531656/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440804 CPUtime=3153.07 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 94991 0 0 0 314366 941 0 0 20 0 1 0 168770613 487526400 110201 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110201 3263 2900 0 115539 0
Current children cumulated CPU time: 3153.07 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440804 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 3.26 3.64 4/252 874138
/proc/meminfo: memFree=122473116/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440804 CPUtime=3212.88 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 95096 0 0 0 320347 941 0 0 20 0 1 0 168770613 487526400 110201 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110201 3263 2900 0 115539 0
Current children cumulated CPU time: 3212.88 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440804 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.23 3.60 4/248 874148
/proc/meminfo: memFree=122372828/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=476100 memory=440804 CPUtime=3272.7 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 95200 0 0 0 326329 941 0 0 20 0 1 0 168770613 487526400 110201 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 119025 110201 3263 2900 0 115539 0
Current children cumulated CPU time: 3272.7 s
Current children cumulated vsize: 476100 KiB
Current children cumulated memory: 440804 KiB

[startup+3342.3 s]
/proc/loadavg: 3.42 3.28 3.60 4/248 874158
/proc/meminfo: memFree=122346952/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=482160 memory=447300 CPUtime=3332.52 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 96977 0 0 0 332310 942 0 0 20 0 1 0 168770613 493731840 111825 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 120540 111825 3263 2900 0 117054 0
Current children cumulated CPU time: 3332.52 s
Current children cumulated vsize: 482160 KiB
Current children cumulated memory: 447300 KiB

[startup+3402.3 s]
/proc/loadavg: 3.21 3.25 3.56 4/248 874170
/proc/meminfo: memFree=122024464/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=853600 memory=757592 CPUtime=3392.34 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 127408 0 0 0 337720 1514 0 0 20 0 1 0 168770613 874086400 189398 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 213400 189398 3263 2900 0 209914 0
Current children cumulated CPU time: 3392.34 s
Current children cumulated vsize: 853600 KiB
Current children cumulated memory: 757592 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.21 3.53 4/248 874180
/proc/meminfo: memFree=121957036/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=910516 memory=810804 CPUtime=3452.16 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 139909 0 0 0 343699 1517 0 0 20 0 1 0 168770613 932368384 202701 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 227629 202701 3263 2900 0 224143 0
Current children cumulated CPU time: 3452.16 s
Current children cumulated vsize: 910516 KiB
Current children cumulated memory: 810804 KiB

[startup+3522.3 s]
/proc/loadavg: 3.15 3.20 3.51 4/247 874190
/proc/meminfo: memFree=121929980/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=910940 memory=811572 CPUtime=3511.98 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 140140 0 0 0 349681 1517 0 0 20 0 1 0 168770613 932802560 202893 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 227735 202893 3263 2900 0 224249 0
Current children cumulated CPU time: 3511.98 s
Current children cumulated vsize: 910940 KiB
Current children cumulated memory: 811572 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.18 3.48 4/250 874206
/proc/meminfo: memFree=121916900/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=910940 memory=811640 CPUtime=3571.8 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 140285 0 0 0 355663 1517 0 0 20 0 1 0 168770613 932802560 202910 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 227735 202910 3263 2900 0 224249 0
Current children cumulated CPU time: 3571.8 s
Current children cumulated vsize: 910940 KiB
Current children cumulated memory: 811640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 3.38 3.24 3.49 4/250 874210
/proc/meminfo: memFree=121915160/131524600 swapFree=131071996/131071996
[pid=871722] ppid=871719 vsize=910940 memory=811640 CPUtime=3600.01 cores=1,3
/proc/871722/stat : 871722 (ipbhs_static_sc) R 871719 871722 866976 0 -1 4194304 140355 0 0 0 358484 1517 0 0 20 0 1 0 168770613 932802560 202910 134679101440 4194304 16068861 140721033609760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 30691328 140721033618470 140721033618557 140721033618557 140721033625572 0
/proc/871722/statm: 227735 202910 3263 2900 0 224249 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 910940 KiB
Current children cumulated memory: 811640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.84 s, system=15.1893 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): 3610.61
CPU time (s): 3600.03
CPU user time (s): 3584.84
CPU system time (s): 15.1893
CPU usage (%): 99.707
Max. virtual memory (cumulated for all children) (KiB): 910940
Max. memory (cumulated for all children) (KiB): 811640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.84
system time used= 15.1893
maximum resident set size= 811640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140355
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= 18
involuntary context switches= 2993


# summary of solver processes directly reported to runsolver:
#   pid: 871722
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3584.84
#   total CPU system time (s): 15.1893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66651 second user time and 16.058 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-16 23:41:17
IDJOB=4432123
IDBENCH=158576
IDSOLVER=3057
FILE ID=nodeC022/4432123-1721166064
RUNJOBID= nodeC022-1721158828-866988
SLURM_JOB_ID= 7505771
Free space on /tmp= 889916 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-50.lin.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432123-1721166064/watcher-4432123-1721166064 -o /tmp/evaluation-result-4432123-1721166064/solver-4432123-1721166064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866988 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432123-1721166064.opb

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

MD5SUM BENCH= 11852bf7a05815ba1c78428ce5d4534c
RANDOM SEED=1840047700

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123771216 kB
MemAvailable:   126432544 kB
Buffers:          414956 kB
Cached:          3058020 kB
SwapCached:            0 kB
Active:           750072 kB
Inactive:        6348048 kB
Active(anon):       1548 kB
Inactive(anon):  3661324 kB
Active(file):     748524 kB
Inactive(file):  2686724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            107732 kB
Writeback:            52 kB
AnonPages:       3622712 kB
Mapped:           139228 kB
Shmem:             37720 kB
KReclaimable:     131456 kB
Slab:             241876 kB
SReclaimable:     131456 kB
SUnreclaim:       110420 kB
KernelStack:        4128 kB
PageTables:        16480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4317228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2320384 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:      240340 kB
DirectMap2M:    26796032 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889920 MiB
End job on nodeC022 at 2024-07-17 00:41:28