Trace number 4499151

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-GUROBI-SYM 2025-06-09? (TO) 3600.12 3605.02

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.31	c initialize IPBHS solver
0.00/0.31	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.31	c optimizer = "gurobi"
0.00/0.31	c pbsolver = "roundingsat"
0.00/0.31	c use separate pbsolver for SIS
0.00/0.31	c load symmetries from file ""
0.00/0.31	c set time limit for symmetry computation to 100 seconds.
0.00/0.31	c set interchangeable summation variable limit to 3
0.00/0.31	c enable explicit+compact SCL
0.00/0.31	c set sym compact max subset size to 5
0.00/0.31	c set explicit symmetry matrix usage to 1
0.00/0.31	c sym budget explicit to 100
0.00/0.31	c sym budget explicit lits to 6000
0.00/0.31	c sym budget compact to 100
0.00/0.31	c sym budget compact lits to 6000
0.00/0.31	c sym budget common to 0
0.00/0.31	c sym budget common lits to 0
0.00/0.31	c set sym generation to 's'
0.00/0.31	c set abstraction set creation to 10 iterations without LB change
0.00/0.31	c set abstraction set inputs to 0
0.00/0.31	c set abstraction set cluster min size to 2
0.00/0.31	c set abstraction set cluster max size to 100000000
0.00/0.31	c set abstraction set cluster activation limit to 2
0.00/0.31	c enable abstraction set require equal cost
0.00/0.31	c set abstraction set assumptions to 0
0.00/0.31	c set abstraction set constraint type to 0
0.00/0.31	c set abstract core extraction strategy to b
0.00/0.31	c set core extraction strategy to 2
0.00/0.31	c set core extraction shuffles 10
0.00/0.31	c set cores per iteration to 5
0.00/0.31	c set optimizer bound usage strategy to 2
0.00/0.31	c set optimizer max non-optimal iterations to 1000
0.00/0.31	c set small core cardinality limit to 2
0.00/0.31	c set max coef in cores to 1000000000
0.00/0.31	c set core processing techniques to 4095
0.00/0.31	c set SIS iterations to 5
0.00/0.31	c set SIS budget abs to 1000
0.00/0.31	c set SIS budget rel to 0.05
0.09/0.59	c limit for coefficient in constraints and objective to 1000000000
0.09/0.59	c will solve HOME/instance-4499151-1751410050.opb
0.09/0.59	Searching graph automorphisms with time limit: 100
0.56/1.04	c [0.48] will start solving

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499151-1751410050/watcher-4499151-1751410050 -o /tmp/evaluation-result-4499151-1751410050/solver-4499151-1751410050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751410049-58526 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4499151-1751410050.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=58583, runsolver pid=58569

[startup+0.100069 s]*
/proc/loadavg: 0.26 0.81 1.37 2/252 58586
/proc/meminfo: memFree=125625272/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=60260 memory=896 CPUtime=0 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) D 58569 58583 58487 0 -1 4194304 108 0 4 0 0 0 0 0 20 0 1 0 56684220 61706240 224 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 15065 224 224 641 0 257 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 60260 KiB
Current children cumulated memory: 896 KiB

[startup+0.212072 s]*
/proc/loadavg: 0.26 0.81 1.37 2/252 58586
/proc/meminfo: memFree=125624812/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=61524 memory=2688 CPUtime=0 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) D 58569 58583 58487 0 -1 4194304 248 0 14 0 0 0 0 0 20 0 1 0 56684220 63000576 672 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 15381 672 544 641 0 249 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 2688 KiB

[startup+0.311613 s]*
/proc/loadavg: 0.26 0.81 1.37 6/253 58587
/proc/meminfo: memFree=125624308/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=71444 memory=8320 CPUtime=0.01 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 649 0 25 0 1 0 0 0 20 0 1 0 56684220 73158656 2080 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 17861 2080 1632 641 0 2618 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 71444 KiB
Current children cumulated memory: 8320 KiB

[startup+0.700374 s]
/proc/loadavg: 0.26 0.81 1.37 4/253 58587
/proc/meminfo: memFree=124718716/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=100144 memory=25036 CPUtime=0.24 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 3839 0 46 0 21 3 0 0 20 0 2 0 56684220 102547456 6259 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 25036 6259 2336 641 0 7519 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 100144 KiB
Current children cumulated memory: 25036 KiB

[startup+1.5003 s]
/proc/loadavg: 0.26 0.81 1.37 8/257 58591
/proc/meminfo: memFree=124047072/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=106436 memory=38200 CPUtime=1.04 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 5991 0 46 0 99 5 0 0 20 0 2 0 56684220 108990464 9550 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 26609 9550 3296 641 0 9092 0
[pid=58583/tid=58589] ppid=58569 vsize=106436 memory=0 CPUtime=0 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56684274 108990464 9550 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 106436 KiB
Current children cumulated memory: 38200 KiB

[startup+3.11365 s]
/proc/loadavg: 0.56 0.86 1.38 6/252 58599
/proc/meminfo: memFree=124767816/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=109156 memory=41272 CPUtime=2.65 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 9133 0 46 0 256 9 0 0 20 0 2 0 56684220 111775744 10318 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 27289 10318 3296 641 0 9772 0
[pid=58583/tid=58589] ppid=58569 vsize=109156 memory=27084 CPUtime=0 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 56684274 111775744 10318 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 109156 KiB
Current children cumulated memory: 41272 KiB

[startup+6.30024 s]
/proc/loadavg: 0.56 0.86 1.38 5/251 58627
/proc/meminfo: memFree=124742548/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=113576 memory=45416 CPUtime=5.83 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 13670 0 46 0 568 15 0 0 20 0 2 0 56684220 116301824 11354 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 28394 11354 3296 641 0 10877 0
[pid=58583/tid=58589] ppid=58569 vsize=113576 memory=-7603326940060678846 CPUtime=0 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 56684274 116301824 11354 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 113576 KiB
Current children cumulated memory: 45416 KiB

[startup+12.7002 s]
/proc/loadavg: 1.02 0.95 1.40 5/251 58627
/proc/meminfo: memFree=124748624/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=124988 memory=53660 CPUtime=12.22 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 21890 0 46 0 1199 23 0 0 20 0 2 0 56684220 127987712 13415 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 31247 13415 3296 641 0 13730 0
[pid=58583/tid=58589] ppid=58569 vsize=124988 memory=47336 CPUtime=0 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 56684274 127987712 13415 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 12.22 s
Current children cumulated vsize: 124988 KiB
Current children cumulated memory: 53660 KiB

[startup+25.5003 s]
/proc/loadavg: 1.17 0.98 1.41 3/245 58665
/proc/meminfo: memFree=125496812/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=147416 memory=73368 CPUtime=24.99 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 29342 0 46 0 2463 36 0 0 20 0 2 0 56684220 150953984 18342 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 36854 18342 3296 641 0 19337 0
[pid=58583/tid=58589] ppid=58569 vsize=147416 memory=14080 CPUtime=0.01 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 56684274 150953984 18342 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 24.99 s
Current children cumulated vsize: 147416 KiB
Current children cumulated memory: 73368 KiB

[startup+51.1128 s]
/proc/loadavg: 1.53 1.08 1.43 3/245 58665
/proc/meminfo: memFree=125468564/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=154888 memory=82124 CPUtime=50.55 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 47972 0 46 0 4991 64 0 0 20 0 2 0 56684220 158605312 20531 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 38722 20531 3296 641 0 21205 0
[pid=58583/tid=58589] ppid=58569 vsize=154888 memory=81868 CPUtime=0.04 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 11 0 0 0 1 3 0 0 20 0 2 0 56684274 158605312 20531 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 50.55 s
Current children cumulated vsize: 154888 KiB
Current children cumulated memory: 82124 KiB

[startup+102.3 s]
/proc/loadavg: 1.35 1.11 1.42 2/238 58702
/proc/meminfo: memFree=125442328/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=195720 memory=121572 CPUtime=101.62 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 53521 0 46 0 10058 104 0 0 20 0 2 0 56684220 200417280 30393 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 48930 30393 3296 641 0 31413 0
[pid=58583/tid=58589] ppid=58569 vsize=195720 memory=14080 CPUtime=0.11 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 12 0 0 0 3 8 0 0 20 0 2 0 56684274 200417280 30393 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 101.62 s
Current children cumulated vsize: 195720 KiB
Current children cumulated memory: 121572 KiB

[startup+162.3 s]
/proc/loadavg: 1.18 1.11 1.40 2/237 58704
/proc/meminfo: memFree=125443736/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=201920 memory=127332 CPUtime=161.49 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 56199 0 46 0 15996 153 0 0 20 0 2 0 56684220 206766080 31833 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 50480 31833 3296 641 0 32963 0
[pid=58583/tid=58589] ppid=58569 vsize=201920 memory=125796 CPUtime=0.18 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 14 0 0 0 5 13 0 0 20 0 2 0 56684274 206766080 31833 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 161.49 s
Current children cumulated vsize: 201920 KiB
Current children cumulated memory: 127332 KiB

[startup+222.3 s]
/proc/loadavg: 1.11 1.10 1.38 2/237 58706
/proc/meminfo: memFree=125415576/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=244852 memory=151384 CPUtime=221.4 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 59193 0 46 0 21958 182 0 0 20 0 2 0 56684220 250728448 37846 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 61213 37846 3296 641 0 43696 0
[pid=58583/tid=58589] ppid=58569 vsize=244852 memory=150744 CPUtime=0.28 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 14 0 0 0 9 19 0 0 20 0 2 0 56684274 250728448 37846 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 221.4 s
Current children cumulated vsize: 244852 KiB
Current children cumulated memory: 151384 KiB

[startup+282.3 s]
/proc/loadavg: 1.13 1.11 1.36 2/239 58710
/proc/meminfo: memFree=125364924/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=273228 memory=197080 CPUtime=281.3 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 64671 0 46 0 27920 210 0 0 20 0 2 0 56684220 279785472 49270 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 68307 49270 3296 641 0 50790 0
[pid=58583/tid=58589] ppid=58569 vsize=273228 memory=197080 CPUtime=0.38 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 14 0 0 0 12 26 0 0 20 0 2 0 56684274 279785472 49270 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 273228 KiB
Current children cumulated memory: 197080 KiB

[startup+342.3 s]
/proc/loadavg: 1.09 1.10 1.34 2/238 58716
/proc/meminfo: memFree=125363824/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=274536 memory=200792 CPUtime=341.2 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 64974 0 46 0 33871 249 0 0 20 0 2 0 56684220 281124864 50198 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 68634 50198 3296 641 0 51117 0
[pid=58583/tid=58589] ppid=58569 vsize=274536 memory=17920 CPUtime=0.46 cores=0,2

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

/proc/meminfo: memFree=125123424/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=532452 memory=398584 CPUtime=2978 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 96918 0 46 0 296369 1431 0 0 20 0 2 0 56684220 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 133113 99646 3296 641 0 115596 0
[pid=58583/tid=58589] ppid=58569 vsize=532452 memory=398584 CPUtime=5.44 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 26 0 0 0 153 391 0 0 20 0 2 0 56684274 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 2978 s
Current children cumulated vsize: 532452 KiB
Current children cumulated memory: 398584 KiB

[startup+3042.3 s]
/proc/loadavg: 1.10 1.10 1.09 2/233 58860
/proc/meminfo: memFree=125123928/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=532452 memory=398584 CPUtime=3037.93 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 96918 0 46 0 302332 1461 0 0 20 0 2 0 56684220 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 133113 99646 3296 641 0 115596 0
[pid=58583/tid=58589] ppid=58569 vsize=532452 memory=398584 CPUtime=5.55 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 26 0 0 0 156 399 0 0 20 0 2 0 56684274 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3037.93 s
Current children cumulated vsize: 532452 KiB
Current children cumulated memory: 398584 KiB

[startup+3102.3 s]
/proc/loadavg: 1.20 1.12 1.10 2/232 58864
/proc/meminfo: memFree=125125536/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=532452 memory=398584 CPUtime=3097.87 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 96919 0 46 0 308294 1493 0 0 20 0 2 0 56684220 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 133113 99646 3296 641 0 115596 0
[pid=58583/tid=58589] ppid=58569 vsize=532452 memory=398584 CPUtime=5.66 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 26 0 0 0 159 407 0 0 20 0 2 0 56684274 545230848 99646 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3097.87 s
Current children cumulated vsize: 532452 KiB
Current children cumulated memory: 398584 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.11 1.09 2/232 58866
/proc/meminfo: memFree=125126292/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=533956 memory=399480 CPUtime=3157.81 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 97139 0 46 0 314266 1515 0 0 20 0 2 0 56684220 546770944 99870 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 133489 99870 3296 641 0 115972 0
[pid=58583/tid=58589] ppid=58569 vsize=533956 memory=398584 CPUtime=5.79 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 26 0 0 0 163 416 0 0 20 0 2 0 56684274 546770944 99870 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3157.81 s
Current children cumulated vsize: 533956 KiB
Current children cumulated memory: 399480 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.11 1.09 2/232 58868
/proc/meminfo: memFree=125127048/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=535752 memory=400760 CPUtime=3217.74 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 98301 0 46 0 320230 1544 0 0 20 0 2 0 56684220 548610048 100190 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 133938 100190 3296 641 0 116421 0
[pid=58583/tid=58589] ppid=58569 vsize=535752 memory=398584 CPUtime=5.91 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 27 0 0 0 166 425 0 0 20 0 2 0 56684274 548610048 100190 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3217.74 s
Current children cumulated vsize: 535752 KiB
Current children cumulated memory: 400760 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.12 1.09 2/232 58870
/proc/meminfo: memFree=125123708/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=536492 memory=402552 CPUtime=3277.69 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 98896 0 46 0 326197 1572 0 0 20 0 2 0 56684220 549367808 100638 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 134123 100638 3296 641 0 116606 0
[pid=58583/tid=58589] ppid=58569 vsize=536492 memory=402552 CPUtime=6.03 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 27 0 0 0 170 433 0 0 20 0 2 0 56684274 549367808 100638 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3277.69 s
Current children cumulated vsize: 536492 KiB
Current children cumulated memory: 402552 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.11 1.09 2/233 58877
/proc/meminfo: memFree=125124716/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=536748 memory=402808 CPUtime=3337.63 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99019 0 46 0 332162 1601 0 0 20 0 2 0 56684220 549629952 100702 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 134187 100702 3296 641 0 116670 0
[pid=58583/tid=58589] ppid=58569 vsize=536748 memory=402552 CPUtime=6.15 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 174 441 0 0 20 0 2 0 56684274 549629952 100702 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3337.63 s
Current children cumulated vsize: 536748 KiB
Current children cumulated memory: 402808 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.10 1.09 2/233 58879
/proc/meminfo: memFree=125124968/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=536748 memory=402808 CPUtime=3397.57 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99025 0 46 0 338129 1628 0 0 20 0 2 0 56684220 549629952 100702 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 134187 100702 3296 641 0 116670 0
[pid=58583/tid=58589] ppid=58569 vsize=536748 memory=402808 CPUtime=6.28 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 178 450 0 0 20 0 2 0 56684274 549629952 100702 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3397.57 s
Current children cumulated vsize: 536748 KiB
Current children cumulated memory: 402808 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.11 1.09 2/234 58882
/proc/meminfo: memFree=125125488/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=538244 memory=403576 CPUtime=3457.51 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99232 0 46 0 344104 1647 0 0 20 0 2 0 56684220 551161856 100894 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 134561 100894 3296 641 0 117044 0
[pid=58583/tid=58589] ppid=58569 vsize=538244 memory=402808 CPUtime=6.41 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 182 459 0 0 20 0 2 0 56684274 551161856 100894 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3457.51 s
Current children cumulated vsize: 538244 KiB
Current children cumulated memory: 403576 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.11 1.09 2/234 58884
/proc/meminfo: memFree=125126008/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=539924 memory=404856 CPUtime=3517.46 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99572 0 46 0 350075 1671 0 0 20 0 2 0 56684220 552882176 101214 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 134981 101214 3296 641 0 117464 0
[pid=58583/tid=58589] ppid=58569 vsize=539924 memory=404856 CPUtime=6.53 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 185 468 0 0 20 0 2 0 56684274 552882176 101214 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3517.46 s
Current children cumulated vsize: 539924 KiB
Current children cumulated memory: 404856 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.12 1.09 2/234 58886
/proc/meminfo: memFree=125126512/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=540504 memory=405240 CPUtime=3577.41 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99660 0 46 0 356054 1687 0 0 20 0 2 0 56684220 553476096 101310 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 135126 101310 3296 641 0 117609 0
[pid=58583/tid=58589] ppid=58569 vsize=540504 memory=405112 CPUtime=6.67 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 189 478 0 0 20 0 2 0 56684274 553476096 101310 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3577.41 s
Current children cumulated vsize: 540504 KiB
Current children cumulated memory: 405240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 1.10 1.11 1.09 2/234 58887
/proc/meminfo: memFree=125118700/131382116 swapFree=33010160/33010684
[pid=58583] ppid=58569 vsize=541272 memory=405752 CPUtime=3600.1 cores=0,2
/proc/58583/stat : 58583 (ipbhs_gurobi) R 58569 58583 58487 0 -1 4194304 99786 0 46 0 358317 1693 0 0 20 0 2 0 56684220 554262528 101438 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
/proc/58583/statm: 135318 101438 3296 641 0 117801 0
[pid=58583/tid=58589] ppid=58569 vsize=541272 memory=-7603326940060678846 CPUtime=6.72 cores=0,2
/proc/58583/task/58589/stat : 58589 (ipbhs_gurobi) S 58569 58583 58487 0 -1 4194368 28 0 0 0 190 482 0 0 20 0 2 0 56684274 554262528 101438 18446744073709551615 94654736629760 94654739254813 140722770494992 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94654739873688 94654739906650 94654763499520 140722770504075 140722770504199 140722770504199 140722770509801 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 541272 KiB
Current children cumulated memory: 405752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.18 s, system=16.9387 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): 3605.02
CPU time (s): 3600.12
CPU user time (s): 3583.18
CPU system time (s): 16.9387
CPU usage (%): 99.864
Max. virtual memory (cumulated for all children) (KiB): 541272
Max. memory (cumulated for all children) (KiB): 405752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.18
system time used= 16.9387
maximum resident set size= 405752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99786
page faults= 46
swaps= 0
block input operations= 1936
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356986
involuntary context switches= 8260


# summary of solver processes directly reported to runsolver:
#   pid: 58583
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3583.18
#   total CPU system time (s): 16.9387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1572 second user time and 36.4372 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 00:47:30
IDJOB=4499151
IDBENCH=148772
IDSOLVER=3334
FILE ID=nodeC004/4499151-1751410050
RUNJOBID= nodeC004-1751410049-58526
SLURM_JOB_ID= 9598316
Free space on /tmp= 432872 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499151-1751410050/watcher-4499151-1751410050 -o /tmp/evaluation-result-4499151-1751410050/solver-4499151-1751410050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751410049-58526 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4499151-1751410050.opb --max-coef 1000000000

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1135389492

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		: 1197.766
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		: 1197.192
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.213
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		: 1197.132
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		: 3700.000
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		: 1197.193
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.211
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		: 1174.401
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:        125612496 kB
MemAvailable:   129862340 kB
Buffers:            2720 kB
Cached:          5000360 kB
SwapCached:           20 kB
Active:           394712 kB
Inactive:        4674492 kB
Active(anon):      77920 kB
Inactive(anon):     6188 kB
Active(file):     316792 kB
Inactive(file):  4668304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            238352 kB
Writeback:             0 kB
AnonPages:         69204 kB
Mapped:           102584 kB
Shmem:             17956 kB
KReclaimable:     208748 kB
Slab:             293960 kB
SReclaimable:     208748 kB
SUnreclaim:        85212 kB
KernelStack:        3824 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 432636 MiB
End job on nodeC004 at 2025-07-02 01:47:36