Trace number 4431827

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.08 3612.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUMb5aa25dccc2460ad32c358f07bd5c94a
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 benchmark180
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 variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431827-1721078617/watcher-4431827-1721078617 -o /tmp/evaluation-result-4431827-1721078617/solver-4431827-1721078617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721071938-815889 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431827-1721078617.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=820978, runsolver pid=820975

[startup+0.100874 s]*
/proc/loadavg: 4.16 4.15 4.18 6/244 820979
/proc/meminfo: memFree=127122508/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=38776 memory=20040 CPUtime=0.1 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 2508 0 0 0 8 2 0 0 20 0 1 0 160020594 39706624 5010 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 9694 5010 2879 2900 0 6208 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38776 KiB
Current children cumulated memory: 20040 KiB

[startup+0.212581 s]*
/proc/loadavg: 4.16 4.15 4.18 5/244 820979
/proc/meminfo: memFree=127122368/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=38800 memory=20300 CPUtime=0.21 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 2535 0 0 0 19 2 0 0 20 0 1 0 160020594 39731200 5075 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 9700 5075 2879 2900 0 6214 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38800 KiB
Current children cumulated memory: 20300 KiB

[startup+0.311553 s]*
/proc/loadavg: 4.16 4.15 4.18 5/244 820979
/proc/meminfo: memFree=127122228/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=38800 memory=20300 CPUtime=0.31 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 2545 0 0 0 29 2 0 0 20 0 1 0 160020594 39731200 5075 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 9700 5075 2879 2900 0 6214 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38800 KiB
Current children cumulated memory: 20300 KiB

[startup+0.700259 s]
/proc/loadavg: 4.16 4.15 4.18 5/244 820979
/proc/meminfo: memFree=127121080/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=39108 memory=20460 CPUtime=0.68 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 2613 0 0 0 66 2 0 0 20 0 1 0 160020594 40046592 5115 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 9777 5115 2879 2900 0 6291 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 20460 KiB

[startup+1.50026 s]
/proc/loadavg: 4.16 4.15 4.18 5/244 820981
/proc/meminfo: memFree=127120828/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=45648 memory=25996 CPUtime=1.47 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 4194 0 0 0 145 2 0 0 20 0 1 0 160020594 46743552 6499 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 11412 6499 2895 2900 0 7926 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 45648 KiB
Current children cumulated memory: 25996 KiB

[startup+3.1127 s]
/proc/loadavg: 4.16 4.15 4.18 5/244 820981
/proc/meminfo: memFree=127082748/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=78548 memory=58792 CPUtime=3.08 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 12343 0 0 0 305 3 0 0 20 0 1 0 160020594 80433152 14698 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 19637 14698 2911 2900 0 16151 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 78548 KiB
Current children cumulated memory: 58792 KiB

[startup+6.30028 s]
/proc/loadavg: 4.14 4.15 4.18 5/244 820981
/proc/meminfo: memFree=127078316/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=83260 memory=62824 CPUtime=6.27 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 13492 0 0 0 623 4 0 0 20 0 1 0 160020594 85258240 15706 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 20815 15706 2911 2900 0 17329 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 83260 KiB
Current children cumulated memory: 62824 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.15 4.17 5/244 820983
/proc/meminfo: memFree=127078232/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=83260 memory=62824 CPUtime=12.64 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 13492 0 0 0 1260 4 0 0 20 0 1 0 160020594 85258240 15706 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 20815 15706 2911 2900 0 17329 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 83260 KiB
Current children cumulated memory: 62824 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.14 4.17 5/244 820984
/proc/meminfo: memFree=127060388/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=100016 memory=78692 CPUtime=25.4 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 18925 0 0 0 2536 4 0 0 20 0 1 0 160020594 102416384 19673 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 25004 19673 2911 2900 0 21518 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 100016 KiB
Current children cumulated memory: 78692 KiB

[startup+51.1126 s]
/proc/loadavg: 4.13 4.14 4.17 5/244 820990
/proc/meminfo: memFree=127046048/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=116864 memory=93472 CPUtime=50.93 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 22680 0 0 0 5088 5 0 0 20 0 1 0 160020594 119668736 23368 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 29216 23368 2911 2900 0 25730 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 116864 KiB
Current children cumulated memory: 93472 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/244 820998
/proc/meminfo: memFree=127025348/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=139864 memory=115312 CPUtime=101.95 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 28325 0 0 0 10189 6 0 0 20 0 1 0 160020594 143220736 28828 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 34966 28828 2911 2900 0 31480 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 139864 KiB
Current children cumulated memory: 115312 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.11 4.16 5/243 821393
/proc/meminfo: memFree=127016088/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=138756 memory=113880 CPUtime=161.76 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 29711 0 0 0 16169 7 0 0 20 0 1 0 160020594 142086144 28470 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 34689 28470 2911 2900 0 31203 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 138756 KiB
Current children cumulated memory: 113880 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.16 5/243 821403
/proc/meminfo: memFree=127003284/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=145584 memory=121268 CPUtime=221.56 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 31568 0 0 0 22149 7 0 0 20 0 1 0 160020594 149078016 30317 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 36396 30317 2911 2900 0 32910 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 145584 KiB
Current children cumulated memory: 121268 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.15 5/243 821413
/proc/meminfo: memFree=126979792/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=151760 memory=127588 CPUtime=281.38 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 33160 0 0 0 28130 8 0 0 20 0 1 0 160020594 155402240 31897 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 37940 31897 2911 2900 0 34454 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 151760 KiB
Current children cumulated memory: 127588 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.12 4.15 5/244 821593
/proc/meminfo: memFree=126973972/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=155464 memory=130584 CPUtime=341.19 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 34382 0 0 0 34111 8 0 0 20 0 1 0 160020594 159195136 32646 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 38866 32646 2911 2900 0 35380 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 155464 KiB
Current children cumulated memory: 130584 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/247 821662
/proc/meminfo: memFree=126961916/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=165096 memory=140556 CPUtime=400.99 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 36927 0 0 0 40091 8 0 0 20 0 1 0 160020594 169058304 35139 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 41274 35139 2911 2900 0 37788 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 165096 KiB
Current children cumulated memory: 140556 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/246 821672
/proc/meminfo: memFree=126946856/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=176784 memory=153820 CPUtime=460.81 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 39777 0 0 0 46072 9 0 0 20 0 1 0 160020594 181026816 38455 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 44196 38455 2911 2900 0 40710 0

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

Current children cumulated memory: 317560 KiB

[startup+2922.3 s]
/proc/loadavg: 4.23 4.14 4.14 5/249 823356
/proc/meminfo: memFree=127222636/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=338772 memory=322132 CPUtime=2912.59 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 83732 0 0 0 291244 15 0 0 20 0 1 0 160020594 346902528 80533 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 84693 80533 2911 2900 0 81207 0
Current children cumulated CPU time: 2912.59 s
Current children cumulated vsize: 338772 KiB
Current children cumulated memory: 322132 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/247 823366
/proc/meminfo: memFree=127220660/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=338772 memory=323216 CPUtime=2972.38 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 84151 0 0 0 297222 16 0 0 20 0 1 0 160020594 346902528 80804 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 84693 80804 2911 2900 0 81207 0
Current children cumulated CPU time: 2972.38 s
Current children cumulated vsize: 338772 KiB
Current children cumulated memory: 323216 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.13 5/246 823377
/proc/meminfo: memFree=127210988/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=340316 memory=324352 CPUtime=3032.16 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 84528 0 0 0 303200 16 0 0 20 0 1 0 160020594 348483584 81088 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 85079 81088 2911 2900 0 81593 0
Current children cumulated CPU time: 3032.16 s
Current children cumulated vsize: 340316 KiB
Current children cumulated memory: 324352 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/245 823387
/proc/meminfo: memFree=127203944/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=345232 memory=327784 CPUtime=3091.94 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 85566 0 0 0 309178 16 0 0 20 0 1 0 160020594 353517568 81946 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 86308 81946 2911 2900 0 82822 0
Current children cumulated CPU time: 3091.94 s
Current children cumulated vsize: 345232 KiB
Current children cumulated memory: 327784 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/241 823398
/proc/meminfo: memFree=127197920/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=345232 memory=328864 CPUtime=3151.72 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 85914 0 0 0 315156 16 0 0 20 0 1 0 160020594 353517568 82216 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 86308 82216 2911 2900 0 82822 0
Current children cumulated CPU time: 3151.72 s
Current children cumulated vsize: 345232 KiB
Current children cumulated memory: 328864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/241 823408
/proc/meminfo: memFree=127187500/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=351248 memory=334136 CPUtime=3211.5 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 87386 0 0 0 321134 16 0 0 20 0 1 0 160020594 359677952 83534 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 87812 83534 2911 2900 0 84326 0
Current children cumulated CPU time: 3211.5 s
Current children cumulated vsize: 351248 KiB
Current children cumulated memory: 334136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/241 823418
/proc/meminfo: memFree=127183444/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=347680 memory=331972 CPUtime=3271.28 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 87688 0 0 0 327112 16 0 0 20 0 1 0 160020594 356024320 82993 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 86920 82993 2911 2900 0 83434 0
Current children cumulated CPU time: 3271.28 s
Current children cumulated vsize: 347680 KiB
Current children cumulated memory: 331972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.11 5/241 823429
/proc/meminfo: memFree=127181044/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=347680 memory=332164 CPUtime=3331.1 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 87833 0 0 0 333094 16 0 0 20 0 1 0 160020594 356024320 83041 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 86920 83041 2911 2900 0 83434 0
Current children cumulated CPU time: 3331.1 s
Current children cumulated vsize: 347680 KiB
Current children cumulated memory: 332164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/241 823439
/proc/meminfo: memFree=127178368/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=349024 memory=333452 CPUtime=3390.91 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 88304 0 0 0 339075 16 0 0 20 0 1 0 160020594 357400576 83363 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 87256 83363 2911 2900 0 83770 0
Current children cumulated CPU time: 3390.91 s
Current children cumulated vsize: 349024 KiB
Current children cumulated memory: 333452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/243 823453
/proc/meminfo: memFree=127165948/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=349024 memory=333504 CPUtime=3450.72 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 88443 0 0 0 345056 16 0 0 20 0 1 0 160020594 357400576 83376 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 87256 83376 2911 2900 0 83770 0
Current children cumulated CPU time: 3450.72 s
Current children cumulated vsize: 349024 KiB
Current children cumulated memory: 333504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/243 823464
/proc/meminfo: memFree=127162380/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=351852 memory=335336 CPUtime=3510.53 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 89448 0 0 0 351037 16 0 0 20 0 1 0 160020594 360296448 83834 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 87963 83834 2911 2900 0 84477 0
Current children cumulated CPU time: 3510.53 s
Current children cumulated vsize: 351852 KiB
Current children cumulated memory: 335336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.10 5/243 823474
/proc/meminfo: memFree=127158824/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=352404 memory=336308 CPUtime=3570.35 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 89804 0 0 0 357019 16 0 0 20 0 1 0 160020594 360861696 84077 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 88101 84077 2911 2900 0 84615 0
Current children cumulated CPU time: 3570.35 s
Current children cumulated vsize: 352404 KiB
Current children cumulated memory: 336308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.11 s]
/proc/loadavg: 4.08 4.10 4.09 5/243 823480
/proc/meminfo: memFree=127155364/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=352404 memory=336316 CPUtime=3600.07 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 89925 0 0 0 359991 16 0 0 20 0 1 0 160020594 360861696 84079 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 88101 84079 2911 2900 0 84615 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 352404 KiB
Current children cumulated memory: 336316 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.91 s, system=0.17225 s

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

[startup+3612.11 s]
/proc/loadavg: 4.08 4.10 4.09 5/243 823480
/proc/meminfo: memFree=127155364/131655788 swapFree=131071996/131071996
[pid=820978] ppid=820975 vsize=352404 memory=336316 CPUtime=3600.07 cores=0,2
/proc/820978/stat : 820978 (ipbhs_static_sc) R 820975 820978 815879 0 -1 4194304 89925 0 0 0 359991 16 0 0 20 0 1 0 160020594 360861696 84079 134679101440 4194304 16068861 140734785529456 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 26238976 140734785532966 140734785533053 140734785533053 140734785540068 0
/proc/820978/statm: 88101 84079 2911 2900 0 84615 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 352404 KiB
Current children cumulated memory: 336316 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.12
CPU time (s): 3600.08
CPU user time (s): 3599.91
CPU system time (s): 0.17225
CPU usage (%): 99.6669
Max. virtual memory (cumulated for all children) (KiB): 352404
Max. memory (cumulated for all children) (KiB): 336316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.91
system time used= 0.17225
maximum resident set size= 336316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89925
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= 50
involuntary context switches= 25195


# summary of solver processes directly reported to runsolver:
#   pid: 820978
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.91
#   total CPU system time (s): 0.17225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5073 second user time and 33.0382 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-15 23:23:50
IDJOB=4431827
IDBENCH=147539
IDSOLVER=3057
FILE ID=nodeC005/4431827-1721078617
RUNJOBID= nodeC005-1721071938-815889
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/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431827-1721078617/watcher-4431827-1721078617 -o /tmp/evaluation-result-4431827-1721078617/solver-4431827-1721078617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721071938-815889 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431827-1721078617.opb

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
RANDOM SEED=217015623

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		: 3491.771
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		: 3655.783
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.180
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.220
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		: 3664.038
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		: 3656.617
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.503
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.216
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:        127132028 kB
MemAvailable:   128793604 kB
Buffers:          363408 kB
Cached:          2123592 kB
SwapCached:            0 kB
Active:           647056 kB
Inactive:        3309744 kB
Active(anon):       3440 kB
Inactive(anon):  1504104 kB
Active(file):     643616 kB
Inactive(file):  1805640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             53744 kB
Writeback:             0 kB
AnonPages:       1451848 kB
Mapped:           139640 kB
Shmem:             37704 kB
KReclaimable:     105040 kB
Slab:             205972 kB
SReclaimable:     105040 kB
SUnreclaim:       100932 kB
KernelStack:        3920 kB
PageTables:        12268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1858164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52096 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 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-16 00:24:02