Trace number 4502907

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.21 3610.99

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
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 benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
58.06/58.20	c limit for coefficient in constraints and objective to 1000000000
58.06/58.20	c will solve HOME/instance-4502907-1751431249.opb
58.06/58.20	Searching graph automorphisms with time limit: 66
81.50/81.78	c [55.57] 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 (61251 MiB free)
  memory of node 1: 64465 MiB (61518 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=63908, runsolver pid=63905

[startup+0.100057 s]*
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125704268/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=97736 memory=30180 CPUtime=0.09 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 5601 0 0 0 8 1 0 0 20 0 1 0 58802806 100081664 7545 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 24434 7545 1632 641 0 9191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 97736 KiB
Current children cumulated memory: 30180 KiB

[startup+0.205608 s]*
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125696456/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=108468 memory=38756 CPUtime=0.19 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 7762 0 0 0 18 1 0 0 20 0 1 0 58802806 111071232 9689 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 27117 9689 1632 641 0 11874 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 108468 KiB
Current children cumulated memory: 38756 KiB

[startup+0.305475 s]*
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125688392/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=118648 memory=46948 CPUtime=0.3 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 9817 0 0 0 28 2 0 0 20 0 1 0 58802806 121495552 11737 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 29662 11737 1632 641 0 14419 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 118648 KiB
Current children cumulated memory: 46948 KiB

[startup+0.700147 s]
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125672264/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=156800 memory=78820 CPUtime=0.68 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 17776 0 0 0 65 3 0 0 20 0 1 0 58802806 160563200 19705 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 39200 19705 1632 641 0 23957 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 156800 KiB
Current children cumulated memory: 78820 KiB

[startup+1.50014 s]
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125631944/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=234920 memory=144100 CPUtime=1.48 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 34089 0 0 0 141 7 0 0 20 0 1 0 58802806 240558080 36025 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 58730 36025 1632 641 0 43487 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 234920 KiB
Current children cumulated memory: 144100 KiB

[startup+3.10539 s]
/proc/loadavg: 4.19 4.15 4.07 5/266 63909
/proc/meminfo: memFree=125462852/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=391452 memory=275172 CPUtime=3.08 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 66859 0 0 0 295 13 0 0 20 0 1 0 58802806 400846848 68793 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 97863 68793 1632 641 0 82620 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 391452 KiB
Current children cumulated memory: 275172 KiB

[startup+6.30015 s]
/proc/loadavg: 4.25 4.16 4.08 5/266 63909
/proc/meminfo: memFree=125221436/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=705588 memory=536036 CPUtime=6.27 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 132077 0 0 0 600 27 0 0 20 0 1 0 58802806 722522112 134009 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 176397 134009 1632 641 0 161154 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 705588 KiB
Current children cumulated memory: 536036 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.16 4.08 5/266 63909
/proc/meminfo: memFree=124713908/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=1321852 memory=1058276 CPUtime=12.65 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 262654 0 0 0 1209 56 0 0 20 0 1 0 58802806 1353576448 264569 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 330463 264569 1632 641 0 315220 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1058276 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.15 4.08 5/267 63910
/proc/meminfo: memFree=122884224/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=3448528 memory=2937876 CPUtime=25.43 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 616068 0 0 0 2415 128 0 0 20 0 2 0 58802806 3531292672 734469 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 862132 734469 2304 641 0 844615 0
[pid=63908/tid=63910] ppid=63905 vsize=3448528 memory=2691476 CPUtime=0 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 58805218 3531292672 734469 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 3448528 KiB
Current children cumulated memory: 2937876 KiB

[startup+51.1055 s]
/proc/loadavg: 4.17 4.15 4.08 5/268 63912
/proc/meminfo: memFree=119617496/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=6593668 memory=6079224 CPUtime=50.97 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 1399456 0 0 0 4839 258 0 0 20 0 2 0 58802806 6751916032 1519806 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 1648417 1519806 2304 641 0 1630900 0
[pid=63908/tid=63910] ppid=63905 vsize=6593668 memory=5972344 CPUtime=0 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 58805218 6751916032 1519806 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 6593668 KiB
Current children cumulated memory: 6079224 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.08 5/267 63960
/proc/meminfo: memFree=117899556/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=9768040 memory=7311976 CPUtime=102.05 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 2151063 0 0 0 9830 375 0 0 20 0 2 0 58802806 10002472960 1827994 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2442010 1827994 2656 641 0 2424493 0
[pid=63908/tid=63910] ppid=63905 vsize=9768040 memory=6822632 CPUtime=0.02 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 4 0 0 0 0 2 0 0 20 0 2 0 58805218 10002472960 1827994 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 9768040 KiB
Current children cumulated memory: 7311976 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.08 5/267 63962
/proc/meminfo: memFree=115400692/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=8864428 CPUtime=161.91 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 2262421 0 0 0 15640 551 0 0 20 0 2 0 58802806 11194552320 2216107 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2216107 2880 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=8779508 CPUtime=0.05 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 10 0 0 0 1 4 0 0 20 0 2 0 58805218 11194552320 2216107 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 8864428 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.08 5/268 63967
/proc/meminfo: memFree=115496152/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=8894392 CPUtime=221.54 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 2367395 0 16 0 21592 562 0 0 20 0 2 0 58802806 11194552320 2223598 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2223598 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=8894392 CPUtime=0.09 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 13 0 0 0 3 6 0 0 20 0 2 0 58805218 11194552320 2223598 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 8894392 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/269 63970
/proc/meminfo: memFree=115483320/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=8914872 CPUtime=281.39 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 2456482 0 16 0 27564 575 0 0 20 0 2 0 58802806 11194552320 2228718 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2228718 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=5632 CPUtime=0.12 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 17 0 0 0 3 9 0 0 20 0 2 0 58805218 11194552320 2228718 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 8914872 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.10 4.08 5/269 63971
/proc/meminfo: memFree=115464524/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=8935352 CPUtime=341.26 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 2581295 0 16 0 33533 593 0 0 20 0 2 0 58802806 11194552320 2233838 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2233838 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=8929208 CPUtime=0.16 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 20 0 0 0 4 12 0 0 20 0 2 0 58805218 11194552320 2233838 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 8935352 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/268 63973
/proc/meminfo: memFree=115461456/131249988 swapFree=33010672/33010684

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

Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9224504 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/267 64246
/proc/meminfo: memFree=113053076/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9228600 CPUtime=3033.22 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6164919 0 16 0 302298 1024 0 0 20 0 2 0 58802806 11194552320 2307150 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2307150 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=14848 CPUtime=1.96 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 193 0 0 0 49 147 0 0 20 0 2 0 58805218 11194552320 2307150 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3033.22 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9228600 KiB

[startup+3102.3 s]
/proc/loadavg: 4.23 4.16 4.11 5/267 64249
/proc/meminfo: memFree=112946604/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9228600 CPUtime=3093.05 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6188615 0 16 0 308274 1031 0 0 20 0 2 0 58802806 11194552320 2307150 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2307150 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=18432 CPUtime=2 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 199 0 0 0 50 150 0 0 20 0 2 0 58805218 11194552320 2307150 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3093.05 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9228600 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/268 64252
/proc/meminfo: memFree=112873992/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9230648 CPUtime=3152.86 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6205977 0 16 0 314250 1036 0 0 20 0 2 0 58802806 11194552320 2307662 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2307662 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=9228600 CPUtime=2.04 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 204 0 0 0 51 153 0 0 20 0 2 0 58805218 11194552320 2307662 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3152.86 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9230648 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/268 64254
/proc/meminfo: memFree=112844288/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9230648 CPUtime=3212.68 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6231590 0 16 0 320225 1043 0 0 20 0 2 0 58802806 11194552320 2307662 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2307662 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=9230648 CPUtime=2.09 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 207 0 0 0 53 156 0 0 20 0 2 0 58805218 11194552320 2307662 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3212.68 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9230648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/269 64259
/proc/meminfo: memFree=112802060/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9247032 CPUtime=3272.49 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6250642 0 16 0 326199 1050 0 0 20 0 2 0 58802806 11194552320 2311758 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2311758 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=9247032 CPUtime=2.12 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 211 0 0 0 53 159 0 0 20 0 2 0 58805218 11194552320 2311758 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3272.49 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9247032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/269 64261
/proc/meminfo: memFree=111215108/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9251128 CPUtime=3332.32 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6271131 0 16 0 332175 1057 0 0 20 0 2 0 58802806 11194552320 2312782 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2312782 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=14848 CPUtime=2.16 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 214 0 0 0 54 162 0 0 20 0 2 0 58805218 11194552320 2312782 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3332.32 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9251128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/268 64263
/proc/meminfo: memFree=111483980/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9257272 CPUtime=3392.13 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6283889 0 16 0 338152 1061 0 0 20 0 2 0 58802806 11194552320 2314318 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2314318 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=14848 CPUtime=2.2 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 216 0 0 0 55 165 0 0 20 0 2 0 58805218 11194552320 2314318 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9257272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 64265
/proc/meminfo: memFree=111537108/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9257272 CPUtime=3451.94 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6306567 0 16 0 344129 1065 0 0 20 0 2 0 58802806 11194552320 2314318 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2314318 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=14848 CPUtime=2.25 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 221 0 0 0 57 168 0 0 20 0 2 0 58805218 11194552320 2314318 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3451.94 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9257272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/268 64268
/proc/meminfo: memFree=111523568/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9259320 CPUtime=3511.76 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6322516 0 16 0 350105 1071 0 0 20 0 2 0 58802806 11194552320 2314830 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2314830 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=9259320 CPUtime=2.29 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 224 0 0 0 58 171 0 0 20 0 2 0 58805218 11194552320 2314830 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3511.76 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9259320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 64270
/proc/meminfo: memFree=111473568/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9261368 CPUtime=3571.59 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6334638 0 16 0 356082 1077 0 0 20 0 2 0 58802806 11194552320 2315342 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2315342 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=9259320 CPUtime=2.33 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 227 0 0 0 59 174 0 0 20 0 2 0 58805218 11194552320 2315342 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3571.59 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9261368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 64271
/proc/meminfo: memFree=111476852/131249988 swapFree=33010672/33010684
[pid=63908] ppid=63905 vsize=10932180 memory=9261368 CPUtime=3600.01 cores=4,6
/proc/63908/stat : 63908 (ipbhs_gurobi) R 63905 63908 62571 0 -1 4194304 6346531 0 16 0 358920 1081 0 0 20 0 2 0 58802806 11194552320 2315342 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
/proc/63908/statm: 2733045 2315342 3200 641 0 2715528 0
[pid=63908/tid=63910] ppid=63905 vsize=10932180 memory=7040 CPUtime=2.34 cores=4,6
/proc/63908/task/63910/stat : 63910 (ipbhs_gurobi) S 63905 63908 62571 0 -1 4194368 230 0 0 0 59 175 0 0 20 0 2 0 58805218 11194552320 2315342 18446744073709551615 94561123647488 94561126272541 140734411874272 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94561126891416 94561126924378 94561147043840 140734411880843 140734411880967 140734411880967 140734411886569 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 10932180 KiB
Current children cumulated memory: 9261368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.21 s, system=10.9972 s

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

[startup+3610.9 s]*
/proc/loadavg: 4.07 4.11 4.09 5/266 64271
/proc/meminfo: memFree=114633672/131249988 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.99
CPU time (s): 3600.21
CPU user time (s): 3589.21
CPU system time (s): 10.9972
CPU usage (%): 99.7016
Max. virtual memory (cumulated for all children) (KiB): 11846592
Max. memory (cumulated for all children) (KiB): 11196764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.21
system time used= 10.9972
maximum resident set size= 11236828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6346531
page faults= 16
swaps= 0
block input operations= 3320
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356665
involuntary context switches= 18936


# summary of solver processes directly reported to runsolver:
#   pid: 63908
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3589.21
#   total CPU system time (s): 10.9972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46048 second user time and 17.2846 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-02 06:40:52
IDJOB=4502907
IDBENCH=155401
IDSOLVER=3334
FILE ID=nodeC020/4502907-1751431249
RUNJOBID= nodeC020-1751426982-62582
SLURM_JOB_ID= 9598361
Free space on /tmp= 431424 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502907-1751431249/watcher-4502907-1751431249 -o /tmp/evaluation-result-4502907-1751431249/solver-4502907-1751431249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751426982-62582 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4502907-1751431249.opb --max-coef 1000000000

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=516574642

nodeC020 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.900
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.79
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.925
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.79
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.154
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.79
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.79
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		: 3590.105
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.79
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		: 3599.898
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.875
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.79
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		: 3700.000
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125716616 kB
MemAvailable:   127825984 kB
Buffers:            2128 kB
Cached:          2912616 kB
SwapCached:            8 kB
Active:          2444772 kB
Inactive:        2463800 kB
Active(anon):    1989368 kB
Inactive(anon):    22512 kB
Active(file):     455404 kB
Inactive(file):  2441288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            631576 kB
Writeback:             4 kB
AnonPages:       1994380 kB
Mapped:           120028 kB
Shmem:             18048 kB
KReclaimable:     103832 kB
Slab:             193280 kB
SReclaimable:     103832 kB
SUnreclaim:        89448 kB
KernelStack:        4288 kB
PageTables:         7064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2877076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431320 MiB
End job on nodeC020 at 2025-07-02 07:41:04