Trace number 4504327

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 3606.63

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
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 benchmark3309833
Best CPU time to get the best result obtained on this benchmark71967.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c enable explicit+compact SCL
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
5.76/5.80	c limit for coefficient in constraints and objective to 1000000000
5.76/5.80	c will solve HOME/instance-4504327-1751446733.opb
5.76/5.80	Searching graph automorphisms with time limit: 97
13.74/13.88	c [10.4] 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 (58556 MiB free)
  memory of node 1: 64465 MiB (61041 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=62204, runsolver pid=62201

[startup+0.100065 s]*
/proc/loadavg: 4.16 4.15 4.10 5/265 62205
/proc/meminfo: memFree=122100216/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1535720 memory=383960 CPUtime=0.08 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 1608 0 0 0 1 7 0 0 20 0 1 0 60352015 1572577280 95990 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 383930 95990 1568 641 0 368687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 1535720 KiB
Current children cumulated memory: 383960 KiB

[startup+0.205391 s]*
/proc/loadavg: 4.16 4.15 4.10 5/265 62205
/proc/meminfo: memFree=121653752/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1535720 memory=850904 CPUtime=0.18 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 1836 0 0 0 2 16 0 0 20 0 1 0 60352015 1572577280 212726 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 383930 212726 1568 641 0 368687 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1535720 KiB
Current children cumulated memory: 850904 KiB

[startup+0.305422 s]*
/proc/loadavg: 4.16 4.15 4.10 5/265 62205
/proc/meminfo: memFree=121211384/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1535720 memory=1295320 CPUtime=0.29 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 2053 0 0 0 4 25 0 0 20 0 1 0 60352015 1572577280 323830 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 383930 323830 1568 641 0 368687 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1535720 KiB
Current children cumulated memory: 1295320 KiB

[startup+0.70016 s]
/proc/loadavg: 4.16 4.15 4.10 5/265 62205
/proc/meminfo: memFree=120981888/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1602256 memory=1522484 CPUtime=0.67 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 10937 0 0 0 37 30 0 0 20 0 1 0 60352015 1640710144 380621 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 400564 380621 1568 641 0 385321 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 1602256 KiB
Current children cumulated memory: 1522484 KiB

[startup+1.50016 s]
/proc/loadavg: 4.15 4.15 4.10 5/265 62205
/proc/meminfo: memFree=120937816/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1754924 memory=1669220 CPUtime=1.47 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 31206 0 0 0 102 45 0 0 20 0 1 0 60352015 1797042176 417305 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 438731 417305 1664 641 0 423488 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1754924 KiB
Current children cumulated memory: 1669220 KiB

[startup+3.10524 s]
/proc/loadavg: 4.15 4.15 4.10 5/265 62205
/proc/meminfo: memFree=120661840/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=1949740 memory=1815016 CPUtime=3.07 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 46722 0 0 0 196 111 0 0 20 0 1 0 60352015 1996533760 453754 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 487435 453754 1664 641 0 472192 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1949740 KiB
Current children cumulated memory: 1815016 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 62206
/proc/meminfo: memFree=120168640/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2505880 memory=2308928 CPUtime=6.25 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 148411 0 0 0 494 131 0 0 20 0 2 0 60352015 2566021120 577232 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 626470 577232 2304 641 0 608953 0
[pid=62204/tid=62206] ppid=62201 vsize=2505880 memory=18304 CPUtime=0 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 60352329 2566021120 577232 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2505880 KiB
Current children cumulated memory: 2308928 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.10 5/266 62206
/proc/meminfo: memFree=120143004/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2516816 memory=2326408 CPUtime=12.65 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 268855 0 0 0 1124 141 0 0 20 0 2 0 60352015 2577219584 581602 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 629204 581602 2304 641 0 611687 0
[pid=62204/tid=62206] ppid=62201 vsize=2516816 memory=1829872 CPUtime=0 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 60352329 2577219584 581602 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2516816 KiB
Current children cumulated memory: 2326408 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.15 4.10 5/266 62207
/proc/meminfo: memFree=119861264/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2495540 CPUtime=25.42 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 545131 0 0 0 2299 243 0 0 20 0 2 0 60352015 2727628800 623885 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 623885 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 2 0 60352329 2727628800 623885 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2495540 KiB

[startup+51.1052 s]
/proc/loadavg: 4.17 4.15 4.10 5/266 62207
/proc/meminfo: memFree=119899932/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2495540 CPUtime=50.99 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 577574 0 0 0 4835 264 0 0 20 0 2 0 60352015 2727628800 623885 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 623885 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2495540 CPUtime=0 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 21 0 0 0 0 0 0 0 20 0 2 0 60352329 2727628800 623885 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2495540 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/267 62210
/proc/meminfo: memFree=119822136/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2495668 CPUtime=102.1 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 579236 0 0 0 9911 299 0 0 20 0 2 0 60352015 2727628800 623917 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 623917 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2495668 CPUtime=0.01 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 24 0 0 0 0 1 0 0 20 0 2 0 60352329 2727628800 623917 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2495668 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/268 62226
/proc/meminfo: memFree=119736060/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2496052 CPUtime=161.99 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 601442 0 0 0 15854 345 0 0 20 0 2 0 60352015 2727628800 624013 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 624013 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2495796 CPUtime=0.02 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 29 0 0 0 0 2 0 0 20 0 2 0 60352329 2727628800 624013 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2496052 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/268 62232
/proc/meminfo: memFree=119538760/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2496308 CPUtime=221.89 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 602453 0 0 0 21801 388 0 0 20 0 2 0 60352015 2727628800 624077 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 624077 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2496180 CPUtime=0.04 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 29 0 0 0 1 3 0 0 20 0 2 0 60352329 2727628800 624077 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 221.89 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2496308 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/268 62234
/proc/meminfo: memFree=119269500/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2498616 CPUtime=281.78 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 614073 0 0 0 27747 431 0 0 20 0 2 0 60352015 2727628800 624654 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 624654 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.05 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 31 0 0 0 1 4 0 0 20 0 2 0 60352329 2727628800 624654 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 281.78 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2498616 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.16 4.10 5/268 62236
/proc/meminfo: memFree=119237184/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2498616 CPUtime=341.68 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 627722 0 0 0 33694 474 0 0 20 0 2 0 60352015 2727628800 624654 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 624654 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2498616 CPUtime=0.06 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 34 0 0 0 2 4 0 0 20 0 2 0 60352329 2727628800 624654 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 341.68 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2498616 KiB

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

/proc/meminfo: memFree=118280080/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=2976.88 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 717312 0 0 0 295240 2448 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2509244 CPUtime=0.71 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 91 0 0 0 24 47 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 2976.88 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3042.3 s]
/proc/loadavg: 4.28 4.19 4.12 5/268 62556
/proc/meminfo: memFree=118243432/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=3036.76 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 717320 0 0 0 301177 2499 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.72 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 91 0 0 0 24 48 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3036.76 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/268 62558
/proc/meminfo: memFree=117872668/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=3096.63 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 717463 0 0 0 307117 2546 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2509244 CPUtime=0.73 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 93 0 0 0 24 49 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3096.63 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/267 62562
/proc/meminfo: memFree=117872992/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=3156.5 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719002 0 0 0 313056 2594 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.73 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 95 0 0 0 24 49 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3156.5 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/266 62568
/proc/meminfo: memFree=117867904/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=3216.39 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719140 0 0 0 318998 2641 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.75 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 95 0 0 0 25 50 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3216.39 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.23 4.14 5/266 62570
/proc/meminfo: memFree=117872700/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2509244 CPUtime=3276.28 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719144 0 0 0 324943 2685 0 0 20 0 2 0 60352015 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627311 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=2509244 CPUtime=0.75 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 96 0 0 0 25 50 0 0 20 0 2 0 60352329 2727628800 627311 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3276.28 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2509244 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.22 4.14 5/266 62572
/proc/meminfo: memFree=117846144/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3336.19 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719366 0 0 0 330884 2735 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.76 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 97 0 0 0 25 51 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3336.19 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.19 4.13 5/266 62574
/proc/meminfo: memFree=117846248/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3396.09 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719587 0 0 0 336828 2781 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.77 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 99 0 0 0 26 51 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3396.09 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.19 4.13 5/266 62576
/proc/meminfo: memFree=117845920/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3456 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719591 0 0 0 342772 2828 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.78 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 99 0 0 0 26 52 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3456 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.13 5/266 62578
/proc/meminfo: memFree=117846080/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3515.91 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 719737 0 0 0 348717 2874 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=14720 CPUtime=0.79 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 100 0 0 0 26 53 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3515.91 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/266 62580
/proc/meminfo: memFree=117587416/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3575.81 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 720175 0 0 0 354661 2920 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=18304 CPUtime=0.79 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 102 0 0 0 26 53 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3575.81 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 4.14 4.16 4.12 5/266 62580
/proc/meminfo: memFree=117751092/131250000 swapFree=33010684/33010684
[pid=62204] ppid=62201 vsize=2663700 memory=2511292 CPUtime=3600.07 cores=5,7
/proc/62204/stat : 62204 (ipbhs_gurobi) R 62201 62204 61679 0 -1 4194304 720466 0 0 0 357066 2941 0 0 20 0 2 0 60352015 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
/proc/62204/statm: 665925 627823 3488 641 0 648408 0
[pid=62204/tid=62206] ppid=62201 vsize=2663700 memory=5044 CPUtime=0.8 cores=5,7
/proc/62204/task/62206/stat : 62206 (ipbhs_gurobi) S 62201 62204 61679 0 -1 4194368 103 0 0 0 26 54 0 0 20 0 2 0 60352329 2727628800 627823 18446744073709551615 94636780257280 94636782882333 140735871155904 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94636783501208 94636783534170 94636800872448 140735871158667 140735871158791 140735871158791 140735871164393 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2663700 KiB
Current children cumulated memory: 2511292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.67 s, system=29.4413 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): 3606.63
CPU time (s): 3600.11
CPU user time (s): 3570.67
CPU system time (s): 29.4413
CPU usage (%): 99.8193
Max. virtual memory (cumulated for all children) (KiB): 2713212
Max. memory (cumulated for all children) (KiB): 2511292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.67
system time used= 29.4413
maximum resident set size= 2577956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358523
involuntary context switches= 2182


# summary of solver processes directly reported to runsolver:
#   pid: 62204
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3570.67
#   total CPU system time (s): 29.4413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06455 second user time and 13.3152 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-02 10:58:54
IDJOB=4504327
IDBENCH=155653
IDSOLVER=3334
FILE ID=nodeC026/4504327-1751446733
RUNJOBID= nodeC026-1751442165-61692
SLURM_JOB_ID= 9598409
Free space on /tmp= 431168 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_mh.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504327-1751446733/watcher-4504327-1751446733 -o /tmp/evaluation-result-4504327-1751446733/solver-4504327-1751446733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751442165-61692 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4504327-1751446733.opb --max-coef 1000000000

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
RANDOM SEED=366378543

nodeC026 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		: 3599.793
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	: 6999.59
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		: 3599.797
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	: 6999.59
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.457
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	: 6999.59
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	: 6999.59
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		: 3599.796
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	: 6999.59
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	: 6999.59
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		: 3591.457
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	: 6999.59
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		: 3599.789
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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122468556 kB
MemAvailable:   126922916 kB
Buffers:            3280 kB
Cached:          5249340 kB
SwapCached:            0 kB
Active:          3117044 kB
Inactive:        4978868 kB
Active(anon):    2861372 kB
Inactive(anon):        0 kB
Active(file):     255672 kB
Inactive(file):  4978868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             84796 kB
Writeback:             0 kB
AnonPages:       2843588 kB
Mapped:           120872 kB
Shmem:             18080 kB
KReclaimable:     118116 kB
Slab:             207464 kB
SReclaimable:     118116 kB
SUnreclaim:        89348 kB
KernelStack:        4272 kB
PageTables:         8744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3614516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1445888 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431064 MiB
End job on nodeC026 at 2025-07-02 11:59:01