Trace number 4449686

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-09OPT2 1328.24 1331.66

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER0
CLAUSAL_CORES_IN_OPTIMIZER9
CORES_EXTRACTED90
CORES_IN_OPTIMIZER9
ITERATIONS10
PB_CORES_IN_OPTIMIZER0
SIS1
SIS_OUT_OF_BUDGET0
SIS_SAT1
SIS_UNSAT0
TIME_EXTRACT_CORES1305.9
TIME_OPTIMIZE0
TIME_SIS0

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=6.opb
MD5SUM452542b5617bc71813112a35665296a2
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 benchmark2
Best CPU time to get the best result obtained on this benchmark4.31016
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables148
Total number of constraints1760
Number of constraints which are clauses1752
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
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 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1328.17/1331.65	c initialize IPBHS solver
1328.17/1331.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
1328.17/1331.65	c optimizer = "scip"
1328.17/1331.65	c pbsolver = "roundingsat"
1328.17/1331.65	c load symmetries from file ""
1328.17/1331.65	c set time limit for symmetry computation to 100 seconds.
1328.17/1331.65	c set interchangeable summation variable limit to 3
1328.17/1331.65	c set abs symmetric core budget per WCE-iteration to 100
1328.17/1331.65	c set rel symmetric core budget per WCE-iteration to 0
1328.17/1331.65	c set lit symmetric core budget per WCE-iteration to 0
1328.17/1331.65	c set sym generation to 's'
1328.17/1331.65	c set abstraction set creation to 10 iterations without LB change
1328.17/1331.65	c set abstraction set inputs to 0
1328.17/1331.65	c set abstraction set cluster min size to 2
1328.17/1331.65	c set abstraction set cluster max size to 100000000
1328.17/1331.65	c set abstraction set cluster activation limit to 2
1328.17/1331.65	c enable abstraction set require equal cost
1328.17/1331.65	c set abstraction set assumptions to 0
1328.17/1331.65	c set abstraction set constraint type to 0
1328.17/1331.65	c set abstract core extraction strategy to b
1328.17/1331.65	c set core extraction strategy to 2
1328.17/1331.65	c set core extraction shuffles 10
1328.17/1331.65	c set cores per iteration to 5
1328.17/1331.65	c set optimizer bound usage strategy to 2
1328.17/1331.65	c set optimizer max non-optimal iterations to 1000
1328.17/1331.65	c set small core cardinality limit to 2
1328.17/1331.65	c set max coef in cores to 1000000000
1328.17/1331.65	c set SIS iterations to 5
1328.17/1331.65	c set SIS budget abs to 1000
1328.17/1331.65	c set SIS budget rel to 0.05
1328.17/1331.65	c limit for coefficient in constraints and objective to 9223372036854775807
1328.17/1331.65	c will solve HOME/instance-4449686-1721399502.opb
1328.17/1331.65	c [0] solve iteration 1, LB=0, UB=9
1328.17/1331.65	c [2.18] solve iteration 2, LB=0, UB=3
1328.17/1331.65	c [214.08] solve iteration 3, LB=1, UB=3
1328.17/1331.65	c [331.89] solve iteration 4, LB=1, UB=3
1328.17/1331.65	c [658.17] solve iteration 5, LB=1, UB=3
1328.17/1331.65	c [828.98] solve iteration 6, LB=1, UB=2
1328.17/1331.65	c [877.48] solve iteration 7, LB=1, UB=2
1328.17/1331.65	c [938.95] solve iteration 8, LB=1, UB=2
1328.17/1331.65	c [1057.89] solve iteration 9, LB=1, UB=2
1328.17/1331.65	c [1305.91] solve iteration 10, LB=1, UB=2
1328.17/1331.65	c LB=UB after computing candidate
1328.17/1331.65	c instance solved in 1305.91s (IP-solver: 0s, core-extraction: 1305.9s, SIS: 0s), 10 iterations, LB=2, UB=2, 
1328.17/1331.65	d ITERATIONS 10
1328.17/1331.65	d SIS 1
1328.17/1331.65	d SIS_SAT 1
1328.17/1331.65	d SIS_UNSAT 0
1328.17/1331.65	d SIS_OUT_OF_BUDGET 0
1328.17/1331.65	d CORES_EXTRACTED 90
1328.17/1331.65	d CORES_IN_OPTIMIZER 9
1328.17/1331.65	d CLAUSAL_CORES_IN_OPTIMIZER 9
1328.17/1331.65	d CARDINALITY_CORES_IN_OPTIMIZER 0
1328.17/1331.65	d PB_CORES_IN_OPTIMIZER 0
1328.17/1331.65	d TIME_EXTRACT_CORES 1305.900000
1328.17/1331.65	d TIME_OPTIMIZE 0.000000
1328.17/1331.65	d TIME_SIS 0.000000
1328.17/1331.65	c solve_time: 1305.910000
1328.17/1331.65	s OPTIMUM FOUND
1328.17/1331.65	o 2
1328.17/1331.65	v -x29 -x37 -x45 -x53 -x61 -x69 x77 -x85 -x93 -x30 x38 -x46 -x54 -x62 -x70 -x78 -x86 -x94 -x31 -x39 -x47 -x55 -x63 x71 -x79 -x87 -x95 x32 -x40 -x48 -x56 -x64 -x72 -x80 -x88 -x96 x33 -x41 -x49 -x57 -x65 -x73 -x81 -x89 -x97 -x34 -x42 -x50 -x58 -x66 -x74 -x82 x90 -x98 -x35 -x43 x51 -x59 -x67 -x75 -x83 -x91 -x99 -x36 -x44 -x52 -x60 -x68 -x76 -x84 -x92 x100 x1 x2 x3 x4 x5 x6 x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 -x20 x21 x22 x23 x24 x25 x26 x27 x28 x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449686-1721399502/watcher-4449686-1721399502 -o /tmp/evaluation-result-4449686-1721399502/solver-4449686-1721399502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721399515-1039303 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4449686-1721399502.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100094 s]*
/proc/loadavg: 0.08 0.09 0.09 5/257 1039364
/proc/meminfo: memFree=126974408/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=32644 memory=15024 CPUtime=0.09 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1299 0 0 0 9 0 0 0 20 0 1 0 192112113 33427456 3756 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8161 3756 2703 2900 0 4675 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32644 KiB
Current children cumulated memory: 15024 KiB

[startup+0.206114 s]*
/proc/loadavg: 0.08 0.09 0.09 4/254 1039372
/proc/meminfo: memFree=126952252/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=32644 memory=15552 CPUtime=0.2 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1437 0 0 0 19 1 0 0 20 0 1 0 192112113 33427456 3888 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8161 3888 2703 2900 0 4675 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 32644 KiB
Current children cumulated memory: 15552 KiB

[startup+0.305489 s]*
/proc/loadavg: 0.08 0.09 0.09 4/254 1039372
/proc/meminfo: memFree=126941440/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=32644 memory=15552 CPUtime=0.3 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1437 0 0 0 29 1 0 0 20 0 1 0 192112113 33427456 3888 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8161 3888 2703 2900 0 4675 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 32644 KiB
Current children cumulated memory: 15552 KiB

[startup+0.700167 s]
/proc/loadavg: 0.08 0.09 0.09 4/256 1039378
/proc/meminfo: memFree=126928736/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=32644 memory=16080 CPUtime=0.69 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1557 0 0 0 66 3 0 0 20 0 1 0 192112113 33427456 4020 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8161 4020 2703 2900 0 4675 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32644 KiB
Current children cumulated memory: 16080 KiB

[startup+1.50015 s]
/proc/loadavg: 0.08 0.09 0.09 5/259 1039410
/proc/meminfo: memFree=126913876/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=32644 memory=16608 CPUtime=1.48 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1679 0 0 0 141 7 0 0 20 0 1 0 192112113 33427456 4152 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8161 4152 2703 2900 0 4675 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 32644 KiB
Current children cumulated memory: 16608 KiB

[startup+3.10467 s]
/proc/loadavg: 0.08 0.09 0.09 5/259 1039410
/proc/meminfo: memFree=126896260/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=33524 memory=19796 CPUtime=3.09 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 1957 0 0 0 295 14 0 0 20 0 1 0 192112113 34328576 4949 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8381 4949 2719 2900 0 4895 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 33524 KiB
Current children cumulated memory: 19796 KiB

[startup+6.30014 s]
/proc/loadavg: 0.47 0.17 0.12 5/259 1039410
/proc/meminfo: memFree=126890144/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=34184 memory=20588 CPUtime=6.28 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 2149 0 0 0 600 28 0 0 20 0 1 0 192112113 35004416 5147 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8546 5147 2719 2900 0 5060 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 34184 KiB
Current children cumulated memory: 20588 KiB

[startup+12.7001 s]
/proc/loadavg: 0.91 0.27 0.15 5/259 1039412
/proc/meminfo: memFree=126881056/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=34688 memory=20848 CPUtime=12.66 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 2276 0 0 0 1219 47 0 0 20 0 1 0 192112113 35520512 5212 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8672 5212 2719 2900 0 5186 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 34688 KiB
Current children cumulated memory: 20848 KiB

[startup+25.5002 s]
/proc/loadavg: 1.67 0.47 0.21 5/259 1039413
/proc/meminfo: memFree=126855768/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=35740 memory=22152 CPUtime=25.42 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 2559 0 0 0 2460 82 0 0 20 0 1 0 192112113 36597760 5538 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 8935 5538 2719 2900 0 5449 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 35740 KiB
Current children cumulated memory: 22152 KiB

[startup+51.1049 s]
/proc/loadavg: 2.46 0.76 0.32 5/259 1039418
/proc/meminfo: memFree=126822892/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=39296 memory=25812 CPUtime=50.97 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 2984 0 0 0 4948 149 0 0 20 0 1 0 192112113 40239104 6453 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 9824 6453 2719 2900 0 6338 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 39296 KiB
Current children cumulated memory: 25812 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.27 0.52 5/259 1039427
/proc/meminfo: memFree=126765748/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=40744 memory=27124 CPUtime=102.04 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 3325 0 0 0 9940 264 0 0 20 0 1 0 192112113 41721856 6781 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 10186 6781 2719 2900 0 6700 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 40744 KiB
Current children cumulated memory: 27124 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 1.80 0.75 5/258 1039439
/proc/meminfo: memFree=126691656/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=46348 memory=29988 CPUtime=161.89 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 3816 0 0 0 15797 392 0 0 20 0 1 0 192112113 47460352 7497 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 11587 7497 2719 2900 0 8101 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 46348 KiB
Current children cumulated memory: 29988 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.22 0.96 5/255 1039449
/proc/meminfo: memFree=126649616/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=48520 memory=33852 CPUtime=221.72 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 4363 0 0 0 21662 510 0 0 20 0 1 0 192112113 49684480 8463 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 12130 8463 2719 2900 0 8644 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 48520 KiB
Current children cumulated memory: 33852 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.58 1.16 5/255 1039459
/proc/meminfo: memFree=126607144/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=48036 memory=33768 CPUtime=281.56 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 5054 0 0 0 27520 636 0 0 20 0 1 0 192112113 49188864 8442 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 12009 8442 2719 2900 0 8523 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 48036 KiB
Current children cumulated memory: 33768 KiB

[startup+342.3 s]
/proc/loadavg: 4.37 2.94 1.38 5/255 1039471
/proc/meminfo: memFree=126541468/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=51268 memory=37440 CPUtime=341.38 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 6372 0 0 0 33389 749 0 0 20 0 1 0 192112113 52498432 9360 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 12817 9360 2719 2900 0 9331 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 51268 KiB
Current children cumulated memory: 37440 KiB

[startup+402.3 s]
/proc/loadavg: 4.24 3.17 1.56 5/255 1039481
/proc/meminfo: memFree=126525228/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=52528 memory=38984 CPUtime=401.21 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 6830 0 0 0 39270 851 0 0 20 0 1 0 192112113 53788672 9746 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 13132 9746 2719 2900 0 9646 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 52528 KiB
Current children cumulated memory: 38984 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.34 1.72 5/255 1039491
/proc/meminfo: memFree=126493344/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=59860 memory=40004 CPUtime=461.04 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 7078 0 0 0 45154 950 0 0 20 0 1 0 192112113 61296640 10001 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 14965 10001 2719 2900 0 11479 0

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

/proc/loadavg: 4.10 3.97 2.71 5/257 1039635
/proc/meminfo: memFree=126380184/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=71608 memory=55392 CPUtime=939.82 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 21560 0 0 0 92300 1682 0 0 20 0 1 0 192112113 73326592 13848 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 17902 13848 2719 2900 0 14416 0
Current children cumulated CPU time: 939.82 s
Current children cumulated vsize: 71608 KiB
Current children cumulated memory: 55392 KiB

[startup+1002.3 s]
/proc/loadavg: 4.22 4.03 2.81 5/257 1039645
/proc/meminfo: memFree=126337732/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=74152 memory=58296 CPUtime=999.68 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 22266 0 0 0 98195 1773 0 0 20 0 1 0 192112113 75931648 14574 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 18538 14574 2719 2900 0 15052 0
Current children cumulated CPU time: 999.68 s
Current children cumulated vsize: 74152 KiB
Current children cumulated memory: 58296 KiB

[startup+1062.3 s]
/proc/loadavg: 4.14 4.04 2.89 5/257 1039655
/proc/meminfo: memFree=126318228/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=74152 memory=58296 CPUtime=1059.53 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 22287 0 0 0 104088 1865 0 0 20 0 1 0 192112113 75931648 14574 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 18538 14574 2719 2900 0 15052 0
Current children cumulated CPU time: 1059.53 s
Current children cumulated vsize: 74152 KiB
Current children cumulated memory: 58296 KiB

[startup+1122.3 s]
/proc/loadavg: 4.09 4.04 2.97 5/259 1039669
/proc/meminfo: memFree=126302828/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=76832 memory=63376 CPUtime=1119.38 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23027 0 0 0 109988 1950 0 0 20 0 1 0 192112113 78675968 15844 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19208 15844 2719 2900 0 15722 0
Current children cumulated CPU time: 1119.38 s
Current children cumulated vsize: 76832 KiB
Current children cumulated memory: 63376 KiB

[startup+1182.3 s]
/proc/loadavg: 4.14 4.06 3.04 5/258 1039681
/proc/meminfo: memFree=126305572/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=76832 memory=63512 CPUtime=1179.24 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23055 0 0 0 115892 2032 0 0 20 0 1 0 192112113 78675968 15878 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19208 15878 2719 2900 0 15722 0
Current children cumulated CPU time: 1179.24 s
Current children cumulated vsize: 76832 KiB
Current children cumulated memory: 63512 KiB

[startup+1242.3 s]
/proc/loadavg: 4.10 4.06 3.11 5/256 1039691
/proc/meminfo: memFree=126276984/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1239.08 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23160 0 0 0 121794 2114 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1239.08 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1302.3 s]
/proc/loadavg: 4.15 4.08 3.18 5/256 1039701
/proc/meminfo: memFree=126260608/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1298.95 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23183 0 0 0 127702 2193 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1298.95 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1331.66 s]
# the end of solver process 1039346 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1305.92 s, system=22.3264 s

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

[startup+1305.6 s]
/proc/loadavg: 4.14 4.08 3.19 5/256 1039701
/proc/meminfo: memFree=126260140/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1302.24 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23183 0 0 0 128025 2199 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1302.24 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1318.4 s]
/proc/loadavg: 4.12 4.08 3.20 5/256 1039704
/proc/meminfo: memFree=126259612/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1315 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23183 0 0 0 129286 2214 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1315 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1324.8 s]
/proc/loadavg: 4.10 4.07 3.20 5/256 1039705
/proc/meminfo: memFree=126259556/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1321.39 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23183 0 0 0 129916 2223 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1321.39 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1328 s]*
/proc/loadavg: 4.10 4.07 3.20 5/256 1039707
/proc/meminfo: memFree=126259568/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1324.59 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23183 0 0 0 130232 2227 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1324.59 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1329.6 s]
/proc/loadavg: 4.09 4.07 3.21 5/256 1039707
/proc/meminfo: memFree=126259548/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1326.18 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23205 0 0 0 130389 2229 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1326.18 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1330.4 s]
/proc/loadavg: 4.09 4.07 3.21 5/256 1039707
/proc/meminfo: memFree=126259476/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1326.97 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23205 0 0 0 130467 2230 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1326.97 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1331.2 s]
/proc/loadavg: 4.09 4.07 3.21 5/256 1039707
/proc/meminfo: memFree=126259416/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1327.77 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23205 0 0 0 130546 2231 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1327.77 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

[startup+1331.6 s]
/proc/loadavg: 4.09 4.07 3.21 5/256 1039707
/proc/meminfo: memFree=126259416/131524600 swapFree=131071996/131071996
[pid=1039346] ppid=1039340 vsize=77160 memory=63784 CPUtime=1328.17 cores=5,7
/proc/1039346/stat : 1039346 (ipbhs_static_sc) R 1039340 1039346 1039290 0 -1 4194304 23205 0 0 0 130585 2232 0 0 20 0 1 0 192112113 79011840 15946 134679101440 4194304 16068861 140728587075728 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 26763264 140728587080740 140728587080827 140728587080827 140728587087844 0
/proc/1039346/statm: 19290 15946 2719 2900 0 15804 0
Current children cumulated CPU time: 1328.17 s
Current children cumulated vsize: 77160 KiB
Current children cumulated memory: 63784 KiB

Child status: 0

Real time (s): 1331.66
CPU time (s): 1328.24
CPU user time (s): 1305.92
CPU system time (s): 22.3264
CPU usage (%): 99.7433
Max. virtual memory (cumulated for all children) (KiB): 77160
Max. memory (cumulated for all children) (KiB): 63784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.92
system time used= 22.3264
maximum resident set size= 66256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23654
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= 916


# summary of solver processes directly reported to runsolver:
#   pid: 1039346
#   total CPU time (s): 1328.24
#   total CPU user time (s): 1305.92
#   total CPU system time (s): 22.3264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70701 second user time and 5.78671 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 16:31:55
IDJOB=4449686
IDBENCH=176095
IDSOLVER=3057
FILE ID=nodeC017/4449686-1721399502
RUNJOBID= nodeC017-1721399515-1039303
SLURM_JOB_ID= 7545429
Free space on /tmp= 890080 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=6.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449686-1721399502/watcher-4449686-1721399502 -o /tmp/evaluation-result-4449686-1721399502/solver-4449686-1721399502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721399515-1039303 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4449686-1721399502.opb

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

MD5SUM BENCH= 452542b5617bc71813112a35665296a2
RANDOM SEED=2127392891

nodeC017.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		: 3850.677
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.46
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		: 3850.677
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.99
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		: 3671.208
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.46
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		: 3611.149
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.99
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		: 3608.405
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.46
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		: 3751.040
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.99
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		: 3845.157
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.46
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		: 3642.143
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126995980 kB
MemAvailable:   129711364 kB
Buffers:          566224 kB
Cached:          2973088 kB
SwapCached:            0 kB
Active:          1248376 kB
Inactive:        2621816 kB
Active(anon):       1448 kB
Inactive(anon):   375336 kB
Active(file):    1246928 kB
Inactive(file):  2246480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            221508 kB
Writeback:             0 kB
AnonPages:        330892 kB
Mapped:           106672 kB
Shmem:             45912 kB
KReclaimable:     123248 kB
Slab:             238148 kB
SReclaimable:     123248 kB
SUnreclaim:       114900 kB
KernelStack:        3840 kB
PageTables:         9764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     625880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      287444 kB
DirectMap2M:    40380416 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889868 MiB
End job on nodeC017 at 2024-07-19 16:54:07