Trace number 4505800

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 2025-06-09? (TO) 3600.17 3607.79

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM66a4099c9f952e1d32ed00e151115e68
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-17500
Best CPU time to get the best result obtained on this benchmark420.688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 85145317
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 500
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 85145317
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
4.27/4.37	c limit for coefficient in constraints and objective to 1000000000
4.27/4.37	c will solve HOME/instance-4505800-1751483952.opb
4.27/4.37	c [0.25] will start solving
353.43/354.39	c [335.06] solve iteration 1, LB=-85145317, UB=1
353.43/354.39	c [346.32] solve iteration 2, LB=-18000, UB=0
362.90/363.86	c [355.83] solve iteration 3, LB=-18000, UB=0
852.71/855.23	c [366.91] solve iteration 4, LB=-18000, UB=0
852.71/855.23	c [378.35] solve iteration 5, LB=-18000, UB=0
852.71/855.23	c [824.44] solve iteration 6, LB=-18000, UB=-500
852.71/855.23	c [835.12] solve iteration 7, LB=-18000, UB=-2500
852.71/855.23	c [845.33] solve iteration 8, LB=-18000, UB=-2500

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: 63837 MiB (54817 MiB free)
  memory of node 1: 64465 MiB (54535 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505800-1751483952/watcher-4505800-1751483952 -o /tmp/evaluation-result-4505800-1751483952/solver-4505800-1751483952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751480338-67943 --watchdog 3760 ./ipbhs_scip HOME/instance-4505800-1751483952.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=68538, runsolver pid=68535

[startup+0.10011 s]*
/proc/loadavg: 4.52 4.32 4.21 5/249 68539
/proc/meminfo: memFree=111678016/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=922544 memory=346388 CPUtime=0.09 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 901 0 0 0 2 7 0 0 20 0 1 0 64074438 944685056 86597 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 230636 86597 1568 2790 0 224061 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 922544 KiB
Current children cumulated memory: 346388 KiB

[startup+0.213202 s]*
/proc/loadavg: 4.52 4.32 4.21 5/249 68539
/proc/meminfo: memFree=111286680/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=922544 memory=731412 CPUtime=0.21 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 1089 0 0 0 5 16 0 0 20 0 1 0 64074438 944685056 182853 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 230636 182853 1568 2790 0 224061 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 922544 KiB
Current children cumulated memory: 731412 KiB

[startup+0.313427 s]*
/proc/loadavg: 4.52 4.32 4.21 6/249 68539
/proc/meminfo: memFree=111085852/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=931484 memory=895752 CPUtime=0.31 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 4232 0 0 0 10 21 0 0 20 0 1 0 64074438 953839616 223938 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 232871 223938 1568 2790 0 226296 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 931484 KiB
Current children cumulated memory: 895752 KiB

[startup+0.700306 s]
/proc/loadavg: 4.52 4.32 4.21 5/249 68539
/proc/meminfo: memFree=111056304/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=968492 memory=932420 CPUtime=0.68 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 11140 0 0 0 44 24 0 0 20 0 1 0 64074438 991735808 233105 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 242123 233105 1568 2790 0 235548 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 968492 KiB
Current children cumulated memory: 932420 KiB

[startup+1.50035 s]
/proc/loadavg: 4.52 4.32 4.21 5/249 68539
/proc/meminfo: memFree=111021212/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=1030728 memory=986756 CPUtime=1.48 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 20630 0 0 0 121 27 0 0 20 0 1 0 64074438 1055465472 246689 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 257682 246689 1568 2790 0 251107 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1030728 KiB
Current children cumulated memory: 986756 KiB

[startup+3.11259 s]
/proc/loadavg: 4.52 4.32 4.21 5/249 68539
/proc/meminfo: memFree=110758656/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=1257416 memory=1209720 CPUtime=3.09 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 44633 0 0 0 244 65 0 0 20 0 1 0 64074438 1287593984 302430 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 314354 302430 1632 2790 0 307779 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1257416 KiB
Current children cumulated memory: 1209720 KiB

[startup+6.3003 s]
/proc/loadavg: 4.56 4.33 4.22 5/249 68539
/proc/meminfo: memFree=109902220/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=6.26 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240307 0 0 0 515 111 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+12.7003 s]
/proc/loadavg: 4.59 4.35 4.22 5/249 68539
/proc/meminfo: memFree=109864624/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=12.65 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240310 0 0 0 1154 111 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+25.5003 s]
/proc/loadavg: 4.68 4.38 4.23 5/249 68539
/proc/meminfo: memFree=109814728/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=25.42 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240313 0 0 0 2430 112 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+51.1134 s]
/proc/loadavg: 4.51 4.36 4.23 5/249 68540
/proc/meminfo: memFree=109745656/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=50.96 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240316 0 0 0 4984 112 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.32 4.22 5/249 68587
/proc/meminfo: memFree=116274624/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=102.03 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240322 0 0 0 10089 114 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.28 4.21 5/250 68594
/proc/meminfo: memFree=116183708/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=161.88 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240325 0 0 0 16074 114 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.28 4.22 5/250 68596
/proc/meminfo: memFree=116170204/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=221.75 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240328 0 0 0 22060 115 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.24 4.21 5/251 68599
/proc/meminfo: memFree=116137520/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2091644 memory=2040416 CPUtime=281.62 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 240331 0 0 0 28046 116 0 0 20 0 1 0 64074438 2141843456 510104 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 522911 510104 3104 2790 0 516336 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 2091644 KiB
Current children cumulated memory: 2040416 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.23 4.20 5/251 68601
/proc/meminfo: memFree=114388652/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=2653944 memory=2585224 CPUtime=341.48 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 371663 0 0 0 34012 136 0 0 20 0 1 0 64074438 2717638656 646306 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 663486 646306 3456 2790 0 656911 0
Current children cumulated CPU time: 341.48 s
Current children cumulated vsize: 2653944 KiB
Current children cumulated memory: 2585224 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.20 4.19 5/251 68603
/proc/meminfo: memFree=113820552/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3160076 memory=3085300 CPUtime=401.27 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 477540 0 0 0 39971 156 0 0 20 0 1 0 64074438 3235917824 771325 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 790019 771325 3712 2790 0 783444 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 3160076 KiB
Current children cumulated memory: 3085300 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/251 68605
/proc/meminfo: memFree=113766736/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3160076 memory=3085300 CPUtime=461.09 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 477554 0 0 0 45952 157 0 0 20 0 1 0 64074438 3235917824 771325 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 790019 771325 3712 2790 0 783444 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 3396016 KiB

[startup+2922.3 s]
/proc/loadavg: 4.36 4.31 4.20 5/251 68730
/proc/meminfo: memFree=110823444/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3408304 CPUtime=2915.92 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 488936 0 0 0 291387 205 0 0 20 0 1 0 64074438 3605348352 852076 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 852076 3744 2790 0 873637 0
Current children cumulated CPU time: 2915.92 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3408304 KiB

[startup+2982.3 s]
/proc/loadavg: 4.59 4.36 4.23 5/252 68735
/proc/meminfo: memFree=110827900/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3418544 CPUtime=2975.81 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 488985 0 0 0 297375 206 0 0 20 0 1 0 64074438 3605348352 854636 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 854636 3744 2790 0 873637 0
Current children cumulated CPU time: 2975.81 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3418544 KiB

[startup+3042.3 s]
/proc/loadavg: 4.70 4.45 4.27 5/252 68737
/proc/meminfo: memFree=110819192/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3430832 CPUtime=3035.71 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 489049 0 0 0 303364 207 0 0 20 0 1 0 64074438 3605348352 857708 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 857708 3744 2790 0 873637 0
Current children cumulated CPU time: 3035.71 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3430832 KiB

[startup+3102.3 s]
/proc/loadavg: 4.33 4.38 4.26 5/251 68740
/proc/meminfo: memFree=110812788/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3439024 CPUtime=3095.59 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 489163 0 0 0 309352 207 0 0 20 0 1 0 64074438 3605348352 859756 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 859756 3744 2790 0 873637 0
Current children cumulated CPU time: 3095.59 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3439024 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.32 4.25 5/251 68786
/proc/meminfo: memFree=114070636/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3445168 CPUtime=3155.48 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 489168 0 0 0 315340 208 0 0 20 0 1 0 64074438 3605348352 861292 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 861292 3744 2790 0 873637 0
Current children cumulated CPU time: 3155.48 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3445168 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.29 4.24 5/251 68793
/proc/meminfo: memFree=113977888/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=3520848 memory=3453360 CPUtime=3215.38 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 489286 0 0 0 321328 210 0 0 20 0 1 0 64074438 3605348352 863340 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 880212 863340 3744 2790 0 873637 0
Current children cumulated CPU time: 3215.38 s
Current children cumulated vsize: 3520848 KiB
Current children cumulated memory: 3453360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.25 4.23 5/250 68794
/proc/meminfo: memFree=113317512/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4021760 CPUtime=3275.24 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623292 0 0 0 327286 238 0 0 20 0 1 0 64074438 4415078400 1005440 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1005440 3744 2790 0 1071325 0
Current children cumulated CPU time: 3275.24 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4021760 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.22 4.22 5/250 68796
/proc/meminfo: memFree=113216296/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4030036 CPUtime=3335.14 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623389 0 0 0 333275 239 0 0 20 0 1 0 64074438 4415078400 1007509 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1007509 3744 2790 0 1071325 0
Current children cumulated CPU time: 3335.14 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4030036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.21 4.21 5/251 68799
/proc/meminfo: memFree=113043368/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4038228 CPUtime=3395.03 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623440 0 0 0 339263 240 0 0 20 0 1 0 64074438 4415078400 1009557 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1009557 3744 2790 0 1071325 0
Current children cumulated CPU time: 3395.03 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4038228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.18 4.20 5/252 68802
/proc/meminfo: memFree=112949428/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4048468 CPUtime=3454.93 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623528 0 0 0 345252 241 0 0 20 0 1 0 64074438 4415078400 1012117 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1012117 3744 2790 0 1071325 0
Current children cumulated CPU time: 3454.93 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4048468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.16 4.19 5/252 68804
/proc/meminfo: memFree=112906244/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4060756 CPUtime=3514.82 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623623 0 0 0 351241 241 0 0 20 0 1 0 64074438 4415078400 1015189 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1015189 3744 2790 0 1071325 0
Current children cumulated CPU time: 3514.82 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4060756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.18 5/251 68806
/proc/meminfo: memFree=112870180/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4070996 CPUtime=3574.72 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623724 0 0 0 357230 242 0 0 20 0 1 0 64074438 4415078400 1017749 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1017749 3744 2790 0 1071325 0
Current children cumulated CPU time: 3574.72 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4070996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.7 s]
/proc/loadavg: 4.07 4.13 4.17 5/251 68807
/proc/meminfo: memFree=112842140/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4077140 CPUtime=3600.07 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623729 0 0 0 359765 242 0 0 20 0 1 0 64074438 4415078400 1019285 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1019285 3744 2790 0 1071325 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4077140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.66 s, system=2.51201 s

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

[startup+3607.7 s]
/proc/loadavg: 4.07 4.13 4.17 5/251 68807
/proc/meminfo: memFree=112842140/131382116 swapFree=33010160/33010684
[pid=68538] ppid=68535 vsize=4311600 memory=4077140 CPUtime=3600.07 cores=5,7
/proc/68538/stat : 68538 (ipbhs_scip) R 68535 68538 67930 0 -1 4194304 623729 0 0 0 359765 242 0 0 20 0 1 0 64074438 4415078400 1019285 18446744073709551615 94309760733184 94309772159581 140727578448336 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94309774295256 94309774340274 94309794185216 140727578454418 140727578454537 140727578454537 140727578460139 0
/proc/68538/statm: 1077900 1019285 3744 2790 0 1071325 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4311600 KiB
Current children cumulated memory: 4077140 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.79
CPU time (s): 3600.17
CPU user time (s): 3597.66
CPU system time (s): 2.51201
CPU usage (%): 99.7887
Max. virtual memory (cumulated for all children) (KiB): 4311600
Max. memory (cumulated for all children) (KiB): 4077140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.66
system time used= 2.51201
maximum resident set size= 4077140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 623729
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= 70
involuntary context switches= 2258


# summary of solver processes directly reported to runsolver:
#   pid: 68538
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.66
#   total CPU system time (s): 2.51201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1899 second user time and 31.9765 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 21:19:12
IDJOB=4505800
IDBENCH=157280
IDSOLVER=3335
FILE ID=nodeC004/4505800-1751483952
RUNJOBID= nodeC004-1751480338-67943
SLURM_JOB_ID= 9598522
Free space on /tmp= 431412 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505800-1751483952/watcher-4505800-1751483952 -o /tmp/evaluation-result-4505800-1751483952/solver-4505800-1751483952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751480338-67943 --watchdog 3760  ./ipbhs_scip HOME/instance-4505800-1751483952.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 66a4099c9f952e1d32ed00e151115e68
RANDOM SEED=1288520881

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3620.606
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.393
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.320
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3620.618
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.254
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.209
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        111977276 kB
MemAvailable:   117857552 kB
Buffers:            2720 kB
Cached:          6629916 kB
SwapCached:           20 kB
Active:         12383152 kB
Inactive:        6293232 kB
Active(anon):   12055520 kB
Inactive(anon):     6188 kB
Active(file):     327632 kB
Inactive(file):  6287044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            171640 kB
Writeback:             0 kB
AnonPages:      12046064 kB
Mapped:           134616 kB
Shmem:             17956 kB
KReclaimable:     210456 kB
Slab:             297104 kB
SReclaimable:     210456 kB
SUnreclaim:        86648 kB
KernelStack:        4016 kB
PageTables:        26916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13438368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8284160 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431364 MiB
End job on nodeC004 at 2025-07-02 22:19:21