Trace number 4523915

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.1 3607.24

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/
normalized-dobutsu-shogi-master.opb
MD5SUMe21aae6253a3d8ec45e9622b89e9ca39
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55733
Best CPU time to get the best result obtained on this benchmark437.667
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables642549
Total number of constraints326012
Number of constraints which are clauses173435
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints152577
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 505004
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 521726
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 521726
Number of bits of the biggest sum of numbers19
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
7.17/7.22	c limit for coefficient in constraints and objective to 1000000000
7.17/7.22	c will solve HOME/instance-4523915-1751608837.opb
7.17/7.22	Searching graph automorphisms with time limit: 96
383.69/384.78	c [379.84] 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 (58860 MiB free)
  memory of node 1: 64465 MiB (63077 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100067 s]*
/proc/loadavg: 4.18 4.12 4.10 5/268 83964
/proc/meminfo: memFree=124464492/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=1650400 memory=429728 CPUtime=0.09 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 1237 0 0 0 1 8 0 0 20 0 1 0 76561239 1690009600 107432 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 412600 107432 1632 641 0 397357 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1650400 KiB
Current children cumulated memory: 429728 KiB

[startup+0.2057 s]*
/proc/loadavg: 4.18 4.12 4.10 5/268 83964
/proc/meminfo: memFree=124001644/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=1650400 memory=894624 CPUtime=0.2 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 1464 0 0 0 3 17 0 0 20 0 1 0 76561239 1690009600 223656 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 412600 223656 1632 641 0 397357 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1650400 KiB
Current children cumulated memory: 894624 KiB

[startup+0.305642 s]*
/proc/loadavg: 4.18 4.12 4.10 5/268 83964
/proc/meminfo: memFree=123555244/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=1650400 memory=1336992 CPUtime=0.29 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 1680 0 0 0 4 25 0 0 20 0 1 0 76561239 1690009600 334248 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 412600 334248 1632 641 0 397357 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1650400 KiB
Current children cumulated memory: 1336992 KiB

[startup+0.700167 s]
/proc/loadavg: 4.18 4.12 4.10 5/268 83964
/proc/meminfo: memFree=123232088/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=1728716 memory=1657088 CPUtime=0.68 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 12640 0 0 0 36 32 0 0 20 0 1 0 76561239 1770205184 414272 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 432179 414272 1632 641 0 416936 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1728716 KiB
Current children cumulated memory: 1657088 KiB

[startup+1.50016 s]
/proc/loadavg: 4.17 4.11 4.09 5/268 83964
/proc/meminfo: memFree=123187796/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=1873672 memory=1801948 CPUtime=1.48 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 29819 0 0 0 106 42 0 0 20 0 1 0 76561239 1918640128 450487 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 468418 450487 1760 641 0 453175 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1873672 KiB
Current children cumulated memory: 1801948 KiB

[startup+3.10533 s]
/proc/loadavg: 4.17 4.11 4.09 5/268 83964
/proc/meminfo: memFree=122739204/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2260172 memory=2143504 CPUtime=3.08 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 57046 0 0 0 224 84 0 0 20 0 1 0 76561239 2314416128 535876 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 565043 535876 1760 641 0 549800 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2260172 KiB
Current children cumulated memory: 2143504 KiB

[startup+6.30017 s]
/proc/loadavg: 4.15 4.11 4.09 5/269 83965
/proc/meminfo: memFree=122142260/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2931308 memory=2756108 CPUtime=6.27 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 160382 0 0 0 519 108 0 0 20 0 2 0 76561239 3001659392 689027 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 732827 689027 2400 641 0 715310 0
[pid=83963/tid=83965] ppid=83960 vsize=2931308 memory=18816 CPUtime=0 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 76561567 3001659392 689027 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2931308 KiB
Current children cumulated memory: 2756108 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.11 4.09 5/269 83965
/proc/meminfo: memFree=122070144/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2992804 memory=2795780 CPUtime=12.66 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 199156 0 0 0 1154 112 0 0 20 0 2 0 76561239 3064631296 698945 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 748201 698945 2432 641 0 730684 0
[pid=83963/tid=83965] ppid=83960 vsize=2992804 memory=2149896 CPUtime=0 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 76561567 3064631296 698945 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2992804 KiB
Current children cumulated memory: 2795780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.12 4.10 5/268 83977
/proc/meminfo: memFree=122066812/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2992804 memory=2795780 CPUtime=25.43 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 235994 0 0 0 2428 115 0 0 20 0 2 0 76561239 3064631296 698945 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 748201 698945 2432 641 0 730684 0
[pid=83963/tid=83965] ppid=83960 vsize=2992804 memory=14432 CPUtime=0 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 76561567 3064631296 698945 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2992804 KiB
Current children cumulated memory: 2795780 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 83977
/proc/meminfo: memFree=122027472/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2992804 memory=2795908 CPUtime=50.96 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 276854 0 0 0 4976 120 0 0 20 0 2 0 76561239 3064631296 698977 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 748201 698977 2432 641 0 730684 0
[pid=83963/tid=83965] ppid=83960 vsize=2992804 memory=2795908 CPUtime=0.01 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 17 0 0 0 0 1 0 0 20 0 2 0 76561567 3064631296 698977 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2992804 KiB
Current children cumulated memory: 2795908 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 83979
/proc/meminfo: memFree=122066652/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=2992804 memory=2796036 CPUtime=102.04 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 292699 0 0 0 10077 127 0 0 20 0 2 0 76561239 3064631296 699009 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 748201 699009 2432 641 0 730684 0
[pid=83963/tid=83965] ppid=83960 vsize=2992804 memory=2796036 CPUtime=0.02 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 20 0 0 0 0 2 0 0 20 0 2 0 76561567 3064631296 699009 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2992804 KiB
Current children cumulated memory: 2796036 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 83981
/proc/meminfo: memFree=121959132/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3031852 memory=2875088 CPUtime=161.88 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 390928 0 0 0 16047 141 0 0 20 0 2 0 76561239 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 757963 718772 2432 641 0 740446 0
[pid=83963/tid=83965] ppid=83960 vsize=3031852 memory=2795908 CPUtime=0.07 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 24 0 0 0 2 5 0 0 20 0 2 0 76561567 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 3031852 KiB
Current children cumulated memory: 2875088 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 83984
/proc/meminfo: memFree=121943916/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3031852 memory=2875088 CPUtime=221.73 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 391758 0 0 0 22029 144 0 0 20 0 2 0 76561239 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 757963 718772 2432 641 0 740446 0
[pid=83963/tid=83965] ppid=83960 vsize=3031852 memory=14432 CPUtime=0.1 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 24 0 0 0 3 7 0 0 20 0 2 0 76561567 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 3031852 KiB
Current children cumulated memory: 2875088 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/268 83987
/proc/meminfo: memFree=121942784/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3031852 memory=2875088 CPUtime=281.57 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 402113 0 0 0 28009 148 0 0 20 0 2 0 76561239 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 757963 718772 2432 641 0 740446 0
[pid=83963/tid=83965] ppid=83960 vsize=3031852 memory=2875088 CPUtime=0.13 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 27 0 0 0 4 9 0 0 20 0 2 0 76561567 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 3031852 KiB
Current children cumulated memory: 2875088 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 83996
/proc/meminfo: memFree=121931524/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3031852 memory=2875088 CPUtime=341.41 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 411581 0 0 0 33989 152 0 0 20 0 2 0 76561239 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 757963 718772 2432 641 0 740446 0
[pid=83963/tid=83965] ppid=83960 vsize=3031852 memory=2875088 CPUtime=0.16 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 29 0 0 0 5 11 0 0 20 0 2 0 76561567 3104616448 718772 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 3031852 KiB

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

/proc/meminfo: memFree=122017552/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=2976 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 881769 0 0 0 297336 264 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=2887388 CPUtime=0.94 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 138 0 0 0 35 59 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 2976 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3042.3 s]
/proc/loadavg: 2.98 3.50 3.84 3/255 84187
/proc/meminfo: memFree=122245376/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3035.91 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 885475 0 0 0 303327 264 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=2887388 CPUtime=0.95 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 140 0 0 0 36 59 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3035.91 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3102.3 s]
/proc/loadavg: 2.41 3.24 3.73 3/255 84189
/proc/meminfo: memFree=122245184/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3095.83 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 888056 0 0 0 309318 265 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=2887388 CPUtime=0.95 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 142 0 0 0 36 59 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3095.83 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3162.3 s]
/proc/loadavg: 1.70 2.89 3.58 2/248 84221
/proc/meminfo: memFree=125005992/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3155.75 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 892002 0 0 0 315309 266 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=14432 CPUtime=0.96 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 144 0 0 0 36 60 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3155.75 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3222.3 s]
/proc/loadavg: 1.31 2.56 3.42 2/249 84225
/proc/meminfo: memFree=125013852/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3215.67 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 894245 0 0 0 321300 267 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=14432 CPUtime=0.97 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 148 0 0 0 36 61 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3215.67 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 2.29 3.27 2/249 84227
/proc/meminfo: memFree=125013904/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3275.59 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 896485 0 0 0 327291 268 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=5632 CPUtime=0.98 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 150 0 0 0 36 62 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3275.59 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 2.06 3.13 2/249 84229
/proc/meminfo: memFree=125013936/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3335.51 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 900294 0 0 0 333282 269 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=9088 CPUtime=0.98 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 152 0 0 0 36 62 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3335.51 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.88 3.00 2/248 84237
/proc/meminfo: memFree=125013936/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3395.43 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 904707 0 0 0 339273 270 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=2887388 CPUtime=0.99 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 154 0 0 0 36 63 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3395.43 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.75 2.88 2/248 84239
/proc/meminfo: memFree=125021856/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3455.35 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 906947 0 0 0 345264 271 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=-7387154158097888963 CPUtime=1.01 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 158 0 0 0 37 64 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3455.35 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.63 2.76 2/247 84242
/proc/meminfo: memFree=125021388/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3515.27 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 910413 0 0 0 351255 272 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=14432 CPUtime=1.01 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 160 0 0 0 37 64 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3515.27 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

[startup+3582.3 s]
/proc/loadavg: 1.04 1.51 2.65 2/247 84244
/proc/meminfo: memFree=125021484/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3575.19 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 913227 0 0 0 357246 273 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=18816 CPUtime=1.02 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 162 0 0 0 37 65 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3575.19 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 1.08 1.48 2.61 2/247 84245
/proc/meminfo: memFree=125021276/131250000 swapFree=33007332/33010684
[pid=83963] ppid=83960 vsize=3039424 memory=2887388 CPUtime=3600.05 cores=1,3
/proc/83963/stat : 83963 (ipbhs_gurobi) R 83960 83963 82351 0 -1 4194304 915450 0 0 0 359732 273 0 0 20 0 2 0 76561239 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
/proc/83963/statm: 759856 721847 3392 641 0 742339 0
[pid=83963/tid=83965] ppid=83960 vsize=3039424 memory=2887388 CPUtime=1.02 cores=1,3
/proc/83963/task/83965/stat : 83965 (ipbhs_gurobi) S 83960 83963 82351 0 -1 4194368 164 0 0 0 37 65 0 0 20 0 2 0 76561567 3112370176 721847 18446744073709551615 94847367720960 94847370346013 140723975998688 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94847370964888 94847370997850 94847380172800 140723976001931 140723976002055 140723976002055 140723976007657 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3039424 KiB
Current children cumulated memory: 2887388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.33 s, system=2.77182 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): 3607.24
CPU time (s): 3600.1
CPU user time (s): 3597.33
CPU system time (s): 2.77182
CPU usage (%): 99.8022
Max. virtual memory (cumulated for all children) (KiB): 3092092
Max. memory (cumulated for all children) (KiB): 2917732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.33
system time used= 2.77182
maximum resident set size= 2917732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915450
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= 358520
involuntary context switches= 4609


# summary of solver processes directly reported to runsolver:
#   pid: 83963
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.33
#   total CPU system time (s): 2.77182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67967 second user time and 14.2926 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 08:00:37
IDJOB=4523915
IDBENCH=180378
IDSOLVER=3334
FILE ID=nodeC019/4523915-1751608837
RUNJOBID= nodeC019-1751600365-82363
SLURM_JOB_ID= 9598878
Free space on /tmp= 431348 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/normalized-dobutsu-shogi-master.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523915-1751608837/watcher-4523915-1751608837 -o /tmp/evaluation-result-4523915-1751608837/solver-4523915-1751608837 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751600365-82363 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4523915-1751608837.opb --max-coef 1000000000

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

MD5SUM BENCH= e21aae6253a3d8ec45e9622b89e9ca39
RANDOM SEED=1044854684

nodeC019 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.657
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.37
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.706
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.37
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		: 3615.469
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.37
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.37
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.687
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.37
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.565
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.37
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		: 3700.000
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.37
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.612
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124865536 kB
MemAvailable:   126923788 kB
Buffers:             904 kB
Cached:          2859468 kB
SwapCached:          440 kB
Active:          3091848 kB
Inactive:        2710092 kB
Active(anon):    2929024 kB
Inactive(anon):    27736 kB
Active(file):     162824 kB
Inactive(file):  2682356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             79064 kB
Writeback:             0 kB
AnonPages:       2943712 kB
Mapped:           118492 kB
Shmem:             15192 kB
KReclaimable:     104624 kB
Slab:             193900 kB
SReclaimable:     104624 kB
SUnreclaim:        89276 kB
KernelStack:        4336 kB
PageTables:         9036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3412772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431512 MiB
End job on nodeC019 at 2025-07-04 09:00:45