Trace number 4506213

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-451137
Best CPU time to get the best result obtained on this benchmark71743.4
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 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
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.22	c initialize IPBHS solver
0.00/0.22	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.22	c optimizer = "gurobi"
0.00/0.22	c pbsolver = "roundingsat"
0.00/0.22	c use separate pbsolver for SIS
0.00/0.22	c load symmetries from file ""
0.00/0.22	c set time limit for symmetry computation to 100 seconds.
0.00/0.22	c set interchangeable summation variable limit to 3
0.00/0.22	c enable explicit+compact SCL
0.00/0.22	c set sym compact max subset size to 5
0.00/0.22	c set explicit symmetry matrix usage to 1
0.00/0.22	c sym budget explicit to 100
0.00/0.22	c sym budget explicit lits to 6000
0.00/0.22	c sym budget compact to 100
0.00/0.22	c sym budget compact lits to 6000
0.00/0.22	c sym budget common to 0
0.00/0.22	c sym budget common lits to 0
0.00/0.22	c set sym generation to 's'
0.00/0.22	c set abstraction set creation to 10 iterations without LB change
0.00/0.22	c set abstraction set inputs to 0
0.00/0.22	c set abstraction set cluster min size to 2
0.00/0.22	c set abstraction set cluster max size to 100000000
0.00/0.22	c set abstraction set cluster activation limit to 2
0.00/0.22	c enable abstraction set require equal cost
0.00/0.22	c set abstraction set assumptions to 0
0.00/0.22	c set abstraction set constraint type to 0
0.00/0.22	c set abstract core extraction strategy to b
0.00/0.22	c set core extraction strategy to 2
0.00/0.22	c set core extraction shuffles 10
0.00/0.22	c set cores per iteration to 5
0.00/0.22	c set optimizer bound usage strategy to 2
0.00/0.22	c set optimizer max non-optimal iterations to 1000
0.00/0.22	c set small core cardinality limit to 2
0.00/0.22	c set max coef in cores to 1000000000
0.00/0.22	c set core processing techniques to 4095
0.00/0.22	c set SIS iterations to 5
0.00/0.22	c set SIS budget abs to 1000
0.00/0.22	c set SIS budget rel to 0.05
6.65/7.00	c limit for coefficient in constraints and objective to 1000000000
6.65/7.00	c will solve HOME/instance-4506213-1751500021.opb
6.65/7.00	Searching graph automorphisms with time limit: 96
15.52/15.87	c [12.23] 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: 63708 MiB (62157 MiB free)
  memory of node 1: 64465 MiB (62441 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=70807, runsolver pid=70792

[startup+0.100056 s]*
/proc/loadavg: 0.83 1.18 2.81 2/270 70808
/proc/meminfo: memFree=127596920/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=61524 memory=2048 CPUtime=0 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) D 70792 70807 70735 0 -1 4194304 169 0 4 0 0 0 0 0 20 0 1 0 65678733 63000576 512 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 15381 512 448 641 0 249 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 2048 KiB

[startup+0.204878 s]*
/proc/loadavg: 0.83 1.18 2.81 2/270 70808
/proc/meminfo: memFree=127596440/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=61616 memory=5120 CPUtime=0 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) D 70792 70807 70735 0 -1 4194304 353 0 22 0 0 0 0 0 20 0 1 0 65678733 63094784 1280 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 15404 1280 1088 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 5120 KiB

[startup+0.304941 s]*
/proc/loadavg: 0.83 1.18 2.81 6/270 70808
/proc/meminfo: memFree=126975620/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=352272 memory=287208 CPUtime=0.08 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 3922 0 25 0 2 6 0 0 20 0 1 0 65678733 360726528 71802 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 88068 71802 1568 641 0 72825 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 352272 KiB
Current children cumulated memory: 287208 KiB

[startup+0.700126 s]
/proc/loadavg: 0.83 1.18 2.81 7/270 70808
/proc/meminfo: memFree=126008096/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=425688 memory=347692 CPUtime=0.46 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 16468 0 25 0 38 8 0 0 20 0 1 0 65678733 435904512 86923 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 106422 86923 1568 641 0 91179 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 425688 KiB
Current children cumulated memory: 347692 KiB

[startup+1.50012 s]
/proc/loadavg: 0.83 1.18 2.81 6/270 70808
/proc/meminfo: memFree=125373884/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=535320 memory=457112 CPUtime=1.26 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 27878 0 25 0 110 16 0 0 20 0 1 0 65678733 548167680 114278 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 133830 114278 1664 641 0 118587 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 535320 KiB
Current children cumulated memory: 457112 KiB

[startup+3.10497 s]
/proc/loadavg: 0.83 1.18 2.81 6/273 70811
/proc/meminfo: memFree=123859108/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=796500 memory=696900 CPUtime=2.87 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 54643 0 25 0 223 64 0 0 20 0 1 0 65678733 815616000 174225 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 199125 174225 1696 641 0 183882 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 796500 KiB
Current children cumulated memory: 696900 KiB

[startup+6.30017 s]
/proc/loadavg: 1.08 1.22 2.81 6/274 70812
/proc/meminfo: memFree=122307200/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1413908 memory=1292716 CPUtime=6.05 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 171943 0 25 0 523 82 0 0 20 0 2 0 65678733 1447841792 323179 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 353477 323179 2304 641 0 335960 0
[pid=70807/tid=70812] ppid=70792 vsize=1413908 memory=1193428 CPUtime=0 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 65679062 1447841792 323179 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 1413908 KiB
Current children cumulated memory: 1292716 KiB

[startup+12.7001 s]
/proc/loadavg: 1.32 1.27 2.82 6/274 70812
/proc/meminfo: memFree=121931028/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1589608 memory=1471896 CPUtime=12.43 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 287082 0 25 0 1149 94 0 0 20 0 2 0 65678733 1627758592 367974 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 397402 367974 2304 641 0 379885 0
[pid=70807/tid=70812] ppid=70792 vsize=1589608 memory=1193428 CPUtime=0 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 65679062 1627758592 367974 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 12.43 s
Current children cumulated vsize: 1589608 KiB
Current children cumulated memory: 1471896 KiB

[startup+25.5001 s]
/proc/loadavg: 1.99 1.42 2.84 6/274 70812
/proc/meminfo: memFree=121875500/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1421592 CPUtime=25.2 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 338488 0 25 0 2422 98 0 0 20 0 2 0 65678733 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 355398 2304 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=18816 CPUtime=0 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 65679062 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1421592 KiB

[startup+51.1054 s]
/proc/loadavg: 2.74 1.64 2.88 6/274 70813
/proc/meminfo: memFree=121920452/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1421592 CPUtime=50.74 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 338707 0 25 0 4976 98 0 0 20 0 2 0 65678733 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 355398 2304 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=10752 CPUtime=0 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 65679062 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 50.74 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1421592 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 2.03 2.95 6/274 70815
/proc/meminfo: memFree=121867216/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1421592 CPUtime=101.81 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 340183 0 25 0 10082 99 0 0 20 0 2 0 65678733 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 355398 2304 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=14248 CPUtime=0.01 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 65679062 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1421592 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 2.44 3.03 5/273 70862
/proc/meminfo: memFree=121872880/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1421592 CPUtime=161.66 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 340189 0 25 0 16066 100 0 0 20 0 2 0 65678733 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 355398 2304 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=1421592 CPUtime=0.02 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 14 0 0 0 0 2 0 0 20 0 2 0 65679062 1575280640 355398 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1421592 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.74 3.10 5/272 70864
/proc/meminfo: memFree=121791164/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1429308 CPUtime=221.51 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 487959 0 25 0 22040 111 0 0 20 0 2 0 65678733 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 357327 3392 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=14248 CPUtime=0.04 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 16 0 0 0 1 3 0 0 20 0 2 0 65679062 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1429308 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 2.98 3.16 5/271 70912
/proc/meminfo: memFree=118750020/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1429308 CPUtime=281.34 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 495587 0 25 0 28022 112 0 0 20 0 2 0 65678733 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 357327 3392 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=1429308 CPUtime=0.06 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 20 0 0 0 2 4 0 0 20 0 2 0 65679062 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1429308 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.20 3.23 5/268 70914
/proc/meminfo: memFree=118707956/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=1538360 memory=1429308 CPUtime=341.18 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 495944 0 25 0 34005 113 0 0 20 0 2 0 65678733 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 384590 357327 3392 641 0 367073 0
[pid=70807/tid=70812] ppid=70792 vsize=1538360 memory=1429308 CPUtime=0.07 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 21 0 0 0 2 5 0 0 20 0 2 0 65679062 1575280640 357327 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 1538360 KiB
Current children cumulated memory: 1429308 KiB

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

/proc/meminfo: memFree=115501936/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2047272 memory=1859436 CPUtime=3035.39 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1090011 0 25 0 303322 217 0 0 20 0 2 0 65678733 2096406528 464859 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 511818 464859 3392 641 0 494301 0
[pid=70807/tid=70812] ppid=70792 vsize=2047272 memory=1855556 CPUtime=0.6 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 70 0 0 0 21 39 0 0 20 0 2 0 65679062 2096406528 464859 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3035.39 s
Current children cumulated vsize: 2047272 KiB
Current children cumulated memory: 1859436 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.03 5/269 71112
/proc/meminfo: memFree=115461988/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2047272 memory=1869676 CPUtime=3095.3 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1217739 0 25 0 309305 225 0 0 20 0 2 0 65678733 2096406528 467419 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 511818 467419 3392 641 0 494301 0
[pid=70807/tid=70812] ppid=70792 vsize=2047272 memory=1859436 CPUtime=0.61 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 72 0 0 0 21 40 0 0 20 0 2 0 65679062 2096406528 467419 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3095.3 s
Current children cumulated vsize: 2047272 KiB
Current children cumulated memory: 1869676 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.03 5/268 71114
/proc/meminfo: memFree=115427004/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2047476 memory=1878080 CPUtime=3155.2 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1266859 0 25 0 315292 228 0 0 20 0 2 0 65678733 2096615424 469520 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 511869 469520 3392 641 0 494352 0
[pid=70807/tid=70812] ppid=70792 vsize=2047476 memory=14248 CPUtime=0.62 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 74 0 0 0 22 40 0 0 20 0 2 0 65679062 2096615424 469520 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3155.2 s
Current children cumulated vsize: 2047476 KiB
Current children cumulated memory: 1878080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.04 5/268 71115
/proc/meminfo: memFree=115382556/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2047808 memory=1888648 CPUtime=3215.1 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1365022 0 25 0 321274 236 0 0 20 0 2 0 65678733 2096955392 472162 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 511952 472162 3392 641 0 494435 0
[pid=70807/tid=70812] ppid=70792 vsize=2047808 memory=14248 CPUtime=0.63 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 74 0 0 0 22 41 0 0 20 0 2 0 65679062 2096955392 472162 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3215.1 s
Current children cumulated vsize: 2047808 KiB
Current children cumulated memory: 1888648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/269 71119
/proc/meminfo: memFree=115337540/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2084356 memory=1931336 CPUtime=3275 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1373667 0 25 0 327261 239 0 0 20 0 2 0 65678733 2134380544 482834 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 521089 482834 3392 641 0 503572 0
[pid=70807/tid=70812] ppid=70792 vsize=2084356 memory=1931336 CPUtime=0.63 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 74 0 0 0 22 41 0 0 20 0 2 0 65679062 2134380544 482834 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3275 s
Current children cumulated vsize: 2084356 KiB
Current children cumulated memory: 1931336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/269 71121
/proc/meminfo: memFree=115322440/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2084356 memory=1943644 CPUtime=3334.89 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1373697 0 25 0 333250 239 0 0 20 0 2 0 65678733 2134380544 485911 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 521089 485911 3392 641 0 503572 0
[pid=70807/tid=70812] ppid=70792 vsize=2084356 memory=1941596 CPUtime=0.65 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 75 0 0 0 23 42 0 0 20 0 2 0 65679062 2134380544 485911 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3334.89 s
Current children cumulated vsize: 2084356 KiB
Current children cumulated memory: 1943644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.05 5/269 71123
/proc/meminfo: memFree=115317904/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2084356 memory=1949828 CPUtime=3394.8 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1401457 0 25 0 339238 242 0 0 20 0 2 0 65678733 2134380544 487457 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 521089 487457 3392 641 0 503572 0
[pid=70807/tid=70812] ppid=70792 vsize=2084356 memory=1945704 CPUtime=0.66 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 77 0 0 0 23 43 0 0 20 0 2 0 65679062 2134380544 487457 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3394.8 s
Current children cumulated vsize: 2084356 KiB
Current children cumulated memory: 1949828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/268 71125
/proc/meminfo: memFree=115308228/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2086004 memory=1959608 CPUtime=3454.7 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1474064 0 25 0 345221 249 0 0 20 0 2 0 65678733 2136068096 489902 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 521501 489902 3392 641 0 503984 0
[pid=70807/tid=70812] ppid=70792 vsize=2086004 memory=1959608 CPUtime=0.67 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 79 0 0 0 23 44 0 0 20 0 2 0 65679062 2136068096 489902 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3454.7 s
Current children cumulated vsize: 2086004 KiB
Current children cumulated memory: 1959608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/268 71134
/proc/meminfo: memFree=115238008/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2154288 memory=2033992 CPUtime=3514.6 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1593746 0 25 0 351201 259 0 0 20 0 2 0 65678733 2205990912 508498 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 538572 508498 3392 641 0 521055 0
[pid=70807/tid=70812] ppid=70792 vsize=2154288 memory=2033992 CPUtime=0.67 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 81 0 0 0 23 44 0 0 20 0 2 0 65679062 2205990912 508498 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3514.6 s
Current children cumulated vsize: 2154288 KiB
Current children cumulated memory: 2033992 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/268 71136
/proc/meminfo: memFree=115232696/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2155380 memory=2039236 CPUtime=3574.5 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1655613 0 25 0 357187 263 0 0 20 0 2 0 65678733 2207109120 509809 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 538845 509809 3392 641 0 521328 0
[pid=70807/tid=70812] ppid=70792 vsize=2155380 memory=2039236 CPUtime=0.69 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 81 0 0 0 24 45 0 0 20 0 2 0 65679062 2207109120 509809 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3574.5 s
Current children cumulated vsize: 2155380 KiB
Current children cumulated memory: 2039236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.9 s]
/proc/loadavg: 4.16 4.13 4.06 4/262 71146
/proc/meminfo: memFree=117991240/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2155380 memory=2043428 CPUtime=3600.06 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1655646 0 25 0 359742 264 0 0 20 0 2 0 65678733 2207109120 510857 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 538845 510857 3392 641 0 521328 0
[pid=70807/tid=70812] ppid=70792 vsize=2155380 memory=2043428 CPUtime=0.69 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 81 0 0 0 24 45 0 0 20 0 2 0 65679062 2207109120 510857 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2155380 KiB
Current children cumulated memory: 2043428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.43 s, system=2.6769 s

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

[startup+3607.9 s]
/proc/loadavg: 4.16 4.13 4.06 4/262 71146
/proc/meminfo: memFree=117991240/131250000 swapFree=33010672/33010684
[pid=70807] ppid=70792 vsize=2155380 memory=2043428 CPUtime=3600.06 cores=1,3
/proc/70807/stat : 70807 (ipbhs_gurobi) R 70792 70807 70735 0 -1 4194304 1655646 0 25 0 359742 264 0 0 20 0 2 0 65678733 2207109120 510857 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
/proc/70807/statm: 538845 510857 3392 641 0 521328 0
[pid=70807/tid=70812] ppid=70792 vsize=2155380 memory=2043428 CPUtime=0.69 cores=1,3
/proc/70807/task/70812/stat : 70812 (ipbhs_gurobi) S 70792 70807 70735 0 -1 4194368 81 0 0 0 24 45 0 0 20 0 2 0 65679062 2207109120 510857 18446744073709551615 94601220395008 94601223020061 140721542017776 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94601223638936 94601223671898 94601229570048 140721542023563 140721542023687 140721542023687 140721542029289 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2155380 KiB
Current children cumulated memory: 2043428 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.94
CPU time (s): 3600.11
CPU user time (s): 3597.43
CPU system time (s): 2.6769
CPU usage (%): 99.7829
Max. virtual memory (cumulated for all children) (KiB): 2155380
Max. memory (cumulated for all children) (KiB): 2043428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.43
system time used= 2.6769
maximum resident set size= 2043428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1655646
page faults= 25
swaps= 0
block input operations= 160
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358781
involuntary context switches= 4887


# summary of solver processes directly reported to runsolver:
#   pid: 70807
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.43
#   total CPU system time (s): 2.6769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.91407 second user time and 12.3032 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 01:47:01
IDJOB=4506213
IDBENCH=157926
IDSOLVER=3334
FILE ID=nodeC014/4506213-1751500021
RUNJOBID= nodeC014-1751500021-70747
SLURM_JOB_ID= 9598579
Free space on /tmp= 430432 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506213-1751500021/watcher-4506213-1751500021 -o /tmp/evaluation-result-4506213-1751500021/solver-4506213-1751500021 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751500021-70747 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4506213-1751500021.opb --max-coef 1000000000

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=657070065

nodeC014 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	: 0xb00002a
cpu MHz		: 3598.792
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.146
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.086
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.089
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.122
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127590452 kB
MemAvailable:   129703448 kB
Buffers:            2508 kB
Cached:          2908520 kB
SwapCached:            4 kB
Active:           624356 kB
Inactive:        2361044 kB
Active(anon):      88656 kB
Inactive(anon):     3852 kB
Active(file):     535700 kB
Inactive(file):  2357192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            339508 kB
Writeback:            16 kB
AnonPages:         77512 kB
Mapped:           103908 kB
Shmem:             18064 kB
KReclaimable:     118684 kB
Slab:             209340 kB
SReclaimable:     118684 kB
SUnreclaim:        90656 kB
KernelStack:        4112 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     348376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430112 MiB
End job on nodeC014 at 2025-07-03 02:47:10