Trace number 4458414

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.11 3610.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/
normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_50.opb
MD5SUM2373b25163347951ef97566f5f53795c
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 benchmark-98
Best CPU time to get the best result obtained on this benchmark0.495475
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7450
Total number of constraints2649
Number of constraints which are clauses2500
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint3
Maximum length of a constraint51
Number of terms in the objective function 4950
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 4950
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 50
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4950
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2635.72/2643.35	c initialize IPBHS solver
2635.72/2643.35	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
2635.72/2643.35	c optimizer = "scip"
2635.72/2643.35	c pbsolver = "roundingsat"
2635.72/2643.35	c load symmetries from file ""
2635.72/2643.35	c set time limit for symmetry computation to 100 seconds.
2635.72/2643.35	c set interchangeable summation variable limit to 3
2635.72/2643.35	c set abs symmetric core budget per WCE-iteration to 100
2635.72/2643.35	c set rel symmetric core budget per WCE-iteration to 0
2635.72/2643.35	c set lit symmetric core budget per WCE-iteration to 0
2635.72/2643.35	c set sym generation to 's'
2635.72/2643.35	c set abstraction set creation to 10 iterations without LB change
2635.72/2643.35	c set abstraction set inputs to 0
2635.72/2643.35	c set abstraction set cluster min size to 2
2635.72/2643.35	c set abstraction set cluster max size to 100000000
2635.72/2643.35	c set abstraction set cluster activation limit to 2
2635.72/2643.35	c enable abstraction set require equal cost
2635.72/2643.35	c set abstraction set assumptions to 0
2635.72/2643.35	c set abstraction set constraint type to 0
2635.72/2643.35	c set abstract core extraction strategy to b
2635.72/2643.35	c set core extraction strategy to 2
2635.72/2643.35	c set core extraction shuffles 10
2635.72/2643.35	c set cores per iteration to 5
2635.72/2643.35	c set optimizer bound usage strategy to 2
2635.72/2643.35	c set optimizer max non-optimal iterations to 1000
2635.72/2643.35	c set small core cardinality limit to 2
2635.72/2643.35	c set max coef in cores to 1000000000
2635.72/2643.35	c set SIS iterations to 5
2635.72/2643.35	c set SIS budget abs to 1000
2635.72/2643.35	c set SIS budget rel to 0.05
2635.72/2643.35	c limit for coefficient in constraints and objective to 9223372036854775807
2635.72/2643.35	c will solve HOME/instance-4458414-1721872338.opb
2635.72/2643.35	c [0] solve iteration 1, LB=-4950, UB=1
2635.72/2643.35	c [0.36] solve iteration 2, LB=-99, UB=-98
2635.72/2643.35	c [7.43] solve iteration 3, LB=-99, UB=-98
2635.72/2643.35	c [19.69] solve iteration 4, LB=-99, UB=-98
2635.72/2643.35	c [415.62] solve iteration 5, LB=-99, UB=-98
2635.72/2643.35	c [583.7] solve iteration 6, LB=-99, UB=-98
2635.72/2643.35	c [605.59] solve iteration 7, LB=-99, UB=-98
2635.72/2643.35	c [1105.25] solve iteration 8, LB=-99, UB=-98
2635.72/2643.35	c [1146.93] solve iteration 9, LB=-99, UB=-98
2635.72/2643.35	c [1220.34] solve iteration 10, LB=-99, UB=-98
2635.72/2643.35	c [1308.76] solve iteration 11, LB=-99, UB=-98
2635.72/2643.35	c [1325.05] solve iteration 12, LB=-99, UB=-98
2635.72/2643.35	c [1334.18] solve iteration 13, LB=-99, UB=-98
2635.72/2643.35	c [1346.65] solve iteration 14, LB=-99, UB=-98
2635.72/2643.35	c [1387.27] solve iteration 15, LB=-99, UB=-98
2635.72/2643.35	c [1454.21] solve iteration 16, LB=-99, UB=-98
2635.72/2643.35	c [1457.72] solve iteration 17, LB=-99, UB=-98
2635.72/2643.35	c [1459.37] solve iteration 18, LB=-99, UB=-98
2635.72/2643.35	c [1460.91] solve iteration 19, LB=-99, UB=-98
2635.72/2643.35	c [1462.45] solve iteration 20, LB=-99, UB=-98
2635.72/2643.35	c [1545.09] solve iteration 21, LB=-99, UB=-98
2635.72/2643.35	c [1558.07] solve iteration 22, LB=-99, UB=-98
2635.72/2643.35	c [1569.82] solve iteration 23, LB=-99, UB=-98
2635.72/2643.35	c [1570.46] solve iteration 24, LB=-99, UB=-98
2635.72/2643.35	c [1571.31] solve iteration 25, LB=-99, UB=-98
2635.72/2643.35	c [1705.71] solve iteration 26, LB=-99, UB=-98
2635.72/2643.35	c [1716.43] solve iteration 27, LB=-99, UB=-98
2635.72/2643.35	c [1719.14] solve iteration 28, LB=-99, UB=-98
2635.72/2643.35	c [1719.82] solve iteration 29, LB=-99, UB=-98
2635.72/2643.35	c [1724.62] solve iteration 30, LB=-99, UB=-98
2635.72/2643.35	c [1835.16] solve iteration 31, LB=-99, UB=-98
2635.72/2643.35	c [1864.31] solve iteration 32, LB=-99, UB=-98
2635.72/2643.35	c [1867.9] solve iteration 33, LB=-99, UB=-98
2635.72/2643.35	c [1888.85] solve iteration 34, LB=-99, UB=-98
2635.72/2643.35	c [1892.17] solve iteration 35, LB=-99, UB=-98
2635.72/2643.35	c [2000.66] solve iteration 36, LB=-99, UB=-98
2635.72/2643.35	c [2004.42] solve iteration 37, LB=-99, UB=-98
2635.72/2643.35	c [2005.5] solve iteration 38, LB=-99, UB=-98
2635.72/2643.35	c [2008.6] solve iteration 39, LB=-99, UB=-98
2635.72/2643.35	c [2010.41] solve iteration 40, LB=-99, UB=-98
2635.72/2643.35	c [2115.79] solve iteration 41, LB=-99, UB=-98
2635.72/2643.35	c [2119.48] solve iteration 42, LB=-99, UB=-98
2635.72/2643.35	c [2120.53] solve iteration 43, LB=-99, UB=-98
2635.72/2643.35	c [2121.67] solve iteration 44, LB=-99, UB=-98
2635.72/2643.35	c [2122.54] solve iteration 45, LB=-99, UB=-98
2635.72/2643.35	c [2208.97] solve iteration 46, LB=-99, UB=-98
2635.72/2643.35	c [2212.03] solve iteration 47, LB=-99, UB=-98
2635.72/2643.35	c [2213.79] solve iteration 48, LB=-99, UB=-98
2635.72/2643.35	c [2216.2] solve iteration 49, LB=-99, UB=-98
2635.72/2643.35	c [2218.09] solve iteration 50, LB=-99, UB=-98
2635.72/2643.35	c [2515.21] solve iteration 51, LB=-99, UB=-98
2635.72/2643.35	c [2525.61] solve iteration 52, LB=-99, UB=-98
2635.72/2643.35	c [2526.89] solve iteration 53, LB=-99, UB=-98
2635.72/2643.35	c [2528.22] solve iteration 54, LB=-99, UB=-98
2635.72/2643.35	c [2529.34] solve iteration 55, LB=-99, UB=-98
2635.72/2643.35	c [2618.32] solve iteration 56, LB=-99, UB=-98
2635.72/2643.35	c [262

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

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

solver pid=272689, runsolver pid=272686

[startup+0.100948 s]*
/proc/loadavg: 4.11 4.14 4.11 5/257 272690
/proc/meminfo: memFree=109408216/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=71784 memory=52712 CPUtime=0.09 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 10941 0 0 0 8 1 0 0 20 0 1 0 23763269 73506816 13178 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 17946 13178 2735 2900 0 14460 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 71784 KiB
Current children cumulated memory: 52712 KiB

[startup+0.205762 s]*
/proc/loadavg: 4.11 4.14 4.11 5/257 272690
/proc/meminfo: memFree=109402584/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=74032 memory=58452 CPUtime=0.2 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 11807 0 0 0 18 2 0 0 20 0 1 0 23763269 75808768 14613 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 18508 14613 2735 2900 0 15022 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 74032 KiB
Current children cumulated memory: 58452 KiB

[startup+0.30569 s]*
/proc/loadavg: 4.11 4.14 4.11 5/257 272690
/proc/meminfo: memFree=109401100/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=75616 memory=60036 CPUtime=0.3 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 12221 0 0 0 27 3 0 0 20 0 1 0 23763269 77430784 15009 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 18904 15009 2735 2900 0 15418 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75616 KiB
Current children cumulated memory: 60036 KiB

[startup+0.700234 s]
/proc/loadavg: 4.11 4.14 4.11 5/257 272690
/proc/meminfo: memFree=109394772/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=85476 memory=71072 CPUtime=0.68 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 17800 0 0 0 63 5 0 0 20 0 1 0 23763269 87527424 17768 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 21369 17768 2751 2900 0 17883 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 85476 KiB
Current children cumulated memory: 71072 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.14 4.11 5/257 272690
/proc/meminfo: memFree=109380120/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=109176 memory=91452 CPUtime=1.48 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 21886 0 0 0 140 8 0 0 20 0 1 0 23763269 111796224 22863 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 27294 22863 2751 2900 0 23808 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 109176 KiB
Current children cumulated memory: 91452 KiB

[startup+3.10565 s]
/proc/loadavg: 4.11 4.14 4.11 5/257 272692
/proc/meminfo: memFree=109338372/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=142344 memory=125356 CPUtime=3.09 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 27295 0 0 0 297 12 0 0 20 0 1 0 23763269 145760256 31339 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 35586 31339 2751 2900 0 32100 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 142344 KiB
Current children cumulated memory: 125356 KiB

[startup+6.3002 s]
/proc/loadavg: 4.10 4.14 4.11 5/257 272692
/proc/meminfo: memFree=109332848/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=144748 memory=127444 CPUtime=6.27 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 27837 0 0 0 612 15 0 0 20 0 1 0 23763269 148221952 31861 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 36187 31861 2751 2900 0 32701 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 144748 KiB
Current children cumulated memory: 127444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.15 4.11 5/257 272692
/proc/meminfo: memFree=109307908/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=176972 memory=152668 CPUtime=12.65 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 31640 0 0 0 1239 26 0 0 20 0 1 0 23763269 181219328 38167 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 44243 38167 2751 2900 0 40757 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 176972 KiB
Current children cumulated memory: 152668 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.11 5/257 272741
/proc/meminfo: memFree=109321452/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=240372 memory=197316 CPUtime=25.43 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 39210 0 0 0 2499 44 0 0 20 0 1 0 23763269 246140928 49329 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 60093 49329 2751 2900 0 56607 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 240372 KiB
Current children cumulated memory: 197316 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.13 4.10 5/257 272744
/proc/meminfo: memFree=109275232/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=263520 memory=235996 CPUtime=50.96 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 44826 0 0 0 5022 74 0 0 20 0 1 0 23763269 269844480 58999 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 65880 58999 2751 2900 0 62394 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 263520 KiB
Current children cumulated memory: 235996 KiB

[startup+102.3 s]
/proc/loadavg: 4.30 4.18 4.12 5/257 272798
/proc/meminfo: memFree=109236012/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=360164 memory=290308 CPUtime=102.03 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 53855 0 0 0 10095 108 0 0 20 0 1 0 23763269 368807936 72577 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 90041 72577 2751 2900 0 86555 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 360164 KiB
Current children cumulated memory: 290308 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/256 272809
/proc/meminfo: memFree=109166820/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=385852 memory=322036 CPUtime=161.87 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 58802 0 0 0 16030 157 0 0 20 0 1 0 23763269 395112448 80509 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 96463 80509 2751 2900 0 92977 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 385852 KiB
Current children cumulated memory: 322036 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/256 273203
/proc/meminfo: memFree=109110132/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=405376 memory=359132 CPUtime=221.74 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 63783 0 0 0 21972 202 0 0 20 0 1 0 23763269 415105024 89783 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 101344 89783 2751 2900 0 97858 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 405376 KiB
Current children cumulated memory: 359132 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/257 273444
/proc/meminfo: memFree=109102344/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=407616 memory=369712 CPUtime=281.59 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 65469 0 0 0 27920 239 0 0 20 0 1 0 23763269 417398784 92428 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 101904 92428 2751 2900 0 98418 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 407616 KiB
Current children cumulated memory: 369712 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/257 273546
/proc/meminfo: memFree=108524616/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=409328 memory=391432 CPUtime=341.44 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 66471 0 0 0 33867 277 0 0 20 0 1 0 23763269 419151872 97858 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 102332 97858 2751 2900 0 98846 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 409328 KiB
Current children cumulated memory: 391432 KiB

[startup+402.3 s]
/proc/loadavg: 4.36 4.22 4.13 5/259 273727
/proc/meminfo: memFree=108427500/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=504800 memory=430344 CPUtime=401.28 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 69115 0 0 0 39809 319 0 0 20 0 1 0 23763269 516915200 107586 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 126200 107586 2751 2900 0 122714 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 504800 KiB
Current children cumulated memory: 430344 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.20 4.13 5/259 273738
/proc/meminfo: memFree=108403296/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=520504 memory=446820 CPUtime=461.14 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 71882 0 0 0 45763 351 0 0 20 0 1 0 23763269 532996096 111705 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 130126 111705 2751 2900 0 126640 0

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

Current children cumulated memory: 1029380 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/255 274845
/proc/meminfo: memFree=106643044/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1087636 memory=1031236 CPUtime=2854.09 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 180273 0 0 0 283789 1620 0 0 20 0 1 0 23763269 1113739264 257809 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 271909 257809 2751 2900 0 268423 0
Current children cumulated CPU time: 2854.09 s
Current children cumulated vsize: 1087636 KiB
Current children cumulated memory: 1031236 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 274859
/proc/meminfo: memFree=106642840/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1087636 memory=1031260 CPUtime=2913.92 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 180548 0 0 0 289699 1693 0 0 20 0 1 0 23763269 1113739264 257815 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 271909 257815 2751 2900 0 268423 0
Current children cumulated CPU time: 2913.92 s
Current children cumulated vsize: 1087636 KiB
Current children cumulated memory: 1031260 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/256 274870
/proc/meminfo: memFree=106630096/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1099668 memory=1038500 CPUtime=2973.75 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 182743 0 0 0 295629 1746 0 0 20 0 1 0 23763269 1126060032 259625 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 274917 259625 2751 2900 0 271431 0
Current children cumulated CPU time: 2973.75 s
Current children cumulated vsize: 1099668 KiB
Current children cumulated memory: 1038500 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/256 274881
/proc/meminfo: memFree=106612120/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1110156 memory=1047164 CPUtime=3033.58 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 186098 0 0 0 301551 1807 0 0 20 0 1 0 23763269 1136799744 261791 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 277539 261791 2751 2900 0 274053 0
Current children cumulated CPU time: 3033.58 s
Current children cumulated vsize: 1110156 KiB
Current children cumulated memory: 1047164 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 274891
/proc/meminfo: memFree=106610488/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1110444 memory=1047388 CPUtime=3093.41 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 186422 0 0 0 307491 1850 0 0 20 0 1 0 23763269 1137094656 261847 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 277611 261847 2751 2900 0 274125 0
Current children cumulated CPU time: 3093.41 s
Current children cumulated vsize: 1110444 KiB
Current children cumulated memory: 1047388 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/256 274902
/proc/meminfo: memFree=106607052/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1114892 memory=1051444 CPUtime=3153.24 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 188782 0 0 0 313423 1901 0 0 20 0 1 0 23763269 1141649408 262861 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 278723 262861 2751 2900 0 275237 0
Current children cumulated CPU time: 3153.24 s
Current children cumulated vsize: 1114892 KiB
Current children cumulated memory: 1051444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/254 274912
/proc/meminfo: memFree=106562176/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1152260 memory=1084620 CPUtime=3213.08 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 197317 0 0 0 319365 1943 0 0 20 0 1 0 23763269 1179914240 271155 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 288065 271155 2799 2900 0 284579 0
Current children cumulated CPU time: 3213.08 s
Current children cumulated vsize: 1152260 KiB
Current children cumulated memory: 1084620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/254 274923
/proc/meminfo: memFree=106558612/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1152260 memory=1084684 CPUtime=3272.92 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 197704 0 0 0 325292 2000 0 0 20 0 1 0 23763269 1179914240 271171 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 288065 271171 2799 2900 0 284579 0
Current children cumulated CPU time: 3272.92 s
Current children cumulated vsize: 1152260 KiB
Current children cumulated memory: 1084684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/254 274933
/proc/meminfo: memFree=106549980/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1152260 memory=1087628 CPUtime=3332.74 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 198842 0 0 0 331224 2050 0 0 20 0 1 0 23763269 1179914240 271907 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 288065 271907 2799 2900 0 284579 0
Current children cumulated CPU time: 3332.74 s
Current children cumulated vsize: 1152260 KiB
Current children cumulated memory: 1087628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 274944
/proc/meminfo: memFree=106549844/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1152260 memory=1088252 CPUtime=3392.57 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 199404 0 0 0 337169 2088 0 0 20 0 1 0 23763269 1179914240 272063 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 288065 272063 2799 2900 0 284579 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 1152260 KiB
Current children cumulated memory: 1088252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/255 274955
/proc/meminfo: memFree=106541376/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1161340 memory=1094944 CPUtime=3452.41 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 201481 0 0 0 343135 2106 0 0 20 0 1 0 23763269 1189212160 273736 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 290335 273736 2799 2900 0 286849 0
Current children cumulated CPU time: 3452.41 s
Current children cumulated vsize: 1161340 KiB
Current children cumulated memory: 1094944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/257 274969
/proc/meminfo: memFree=106524616/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1164704 memory=1097452 CPUtime=3512.24 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 202434 0 0 0 349097 2127 0 0 20 0 1 0 23763269 1192656896 274363 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 291176 274363 2799 2900 0 287690 0
Current children cumulated CPU time: 3512.24 s
Current children cumulated vsize: 1164704 KiB
Current children cumulated memory: 1097452 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/257 274981
/proc/meminfo: memFree=106511012/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1168636 memory=1100148 CPUtime=3572.06 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 203515 0 0 0 355068 2138 0 0 20 0 1 0 23763269 1196683264 275037 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 292159 275037 2799 2900 0 288673 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 1168636 KiB
Current children cumulated memory: 1100148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/257 274987
/proc/meminfo: memFree=106508984/131524600 swapFree=131071728/131071996
[pid=272689] ppid=272686 vsize=1170044 memory=1101148 CPUtime=3600.09 cores=1,3
/proc/272689/stat : 272689 (ipbhs_static_sc) R 272686 272689 267933 0 -1 4194304 203898 0 0 0 357867 2142 0 0 20 0 1 0 23763269 1198125056 275287 134679101440 4194304 16068861 140730730087360 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 35942400 140730730095654 140730730095741 140730730095741 140730730102756 0
/proc/272689/statm: 292511 275287 2799 2900 0 289025 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1170044 KiB
Current children cumulated memory: 1101148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.67 s, system=21.433 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.41
CPU time (s): 3600.11
CPU user time (s): 3578.67
CPU system time (s): 21.433
CPU usage (%): 99.7145
Max. virtual memory (cumulated for all children) (KiB): 1170044
Max. memory (cumulated for all children) (KiB): 1101148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.67
system time used= 21.433
maximum resident set size= 1101164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203898
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= 123
involuntary context switches= 3000


# summary of solver processes directly reported to runsolver:
#   pid: 272689
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3578.67
#   total CPU system time (s): 21.433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11013 second user time and 16.6918 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-25 03:52:18
IDJOB=4458414
IDBENCH=177419
IDSOLVER=3057
FILE ID=nodeC029/4458414-1721872338
RUNJOBID= nodeC029-1721865114-267945
SLURM_JOB_ID= 8089183
Free space on /tmp= 889908 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_50.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458414-1721872338/watcher-4458414-1721872338 -o /tmp/evaluation-result-4458414-1721872338/solver-4458414-1721872338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721865114-267945 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4458414-1721872338.opb

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

MD5SUM BENCH= 2373b25163347951ef97566f5f53795c
RANDOM SEED=590519448

nodeC029.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		: 3672.932
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.50
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		: 3686.648
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	: 7005.34
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.869
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.50
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		: 3669.030
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	: 7005.34
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		: 3672.952
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.50
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		: 3680.884
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	: 7005.34
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		: 3599.830
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.50
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		: 3600.055
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	: 7005.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109450572 kB
MemAvailable:   129159220 kB
Buffers:          286380 kB
Cached:         20133412 kB
SwapCached:           44 kB
Active:          2774592 kB
Inactive:       18442048 kB
Active(anon):       1596 kB
Inactive(anon):   848972 kB
Active(file):    2772996 kB
Inactive(file): 17593076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             53644 kB
Writeback:             0 kB
AnonPages:        786876 kB
Mapped:           152868 kB
Shmem:             54012 kB
KReclaimable:     364796 kB
Slab:             496584 kB
SReclaimable:     364796 kB
SUnreclaim:       131788 kB
KernelStack:        4140 kB
PageTables:        10928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1175184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 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:      348884 kB
DirectMap2M:    44513280 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 889848 MiB
End job on nodeC029 at 2024-07-25 04:52:29