Trace number 4489445

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.06 3606.34

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMe06e3866d9960a7084ad077c8fb9619e
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 benchmark245
Best CPU time to get the best result obtained on this benchmark3587.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
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.19	c initialize IPBHS solver
0.00/0.19	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.19	c optimizer = "gurobi"
0.00/0.19	c pbsolver = "roundingsat"
0.00/0.19	c use separate pbsolver for SIS
0.00/0.19	c load symmetries from file ""
0.00/0.19	c set time limit for symmetry computation to 100 seconds.
0.00/0.19	c set interchangeable summation variable limit to 3
0.00/0.19	c enable explicit+compact SCL
0.00/0.19	c set sym compact max subset size to 5
0.00/0.19	c set explicit symmetry matrix usage to 1
0.00/0.19	c sym budget explicit to 100
0.00/0.19	c sym budget explicit lits to 6000
0.00/0.19	c sym budget compact to 100
0.00/0.19	c sym budget compact lits to 6000
0.00/0.19	c sym budget common to 0
0.00/0.19	c sym budget common lits to 0
0.00/0.19	c set sym generation to 's'
0.00/0.19	c set abstraction set creation to 10 iterations without LB change
0.00/0.19	c set abstraction set inputs to 0
0.00/0.19	c set abstraction set cluster min size to 2
0.00/0.19	c set abstraction set cluster max size to 100000000
0.00/0.19	c set abstraction set cluster activation limit to 2
0.00/0.19	c enable abstraction set require equal cost
0.00/0.19	c set abstraction set assumptions to 0
0.00/0.19	c set abstraction set constraint type to 0
0.00/0.19	c set abstract core extraction strategy to b
0.00/0.19	c set core extraction strategy to 2
0.00/0.19	c set core extraction shuffles 10
0.00/0.19	c set cores per iteration to 5
0.00/0.19	c set optimizer bound usage strategy to 2
0.00/0.19	c set optimizer max non-optimal iterations to 1000
0.00/0.19	c set small core cardinality limit to 2
0.00/0.19	c set max coef in cores to 1000000000
0.00/0.19	c set core processing techniques to 4095
0.00/0.19	c set SIS iterations to 5
0.00/0.19	c set SIS budget abs to 1000
0.00/0.19	c set SIS budget rel to 0.05
5.10/5.31	c limit for coefficient in constraints and objective to 1000000000
5.10/5.31	c will solve HOME/instance-4489445-1751354579.opb
5.10/5.31	Searching graph automorphisms with time limit: 98
8.69/8.91	c [4.85] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62241 MiB free)
  memory of node 1: 64465 MiB (63775 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489445-1751354579/watcher-4489445-1751354579 -o /tmp/evaluation-result-4489445-1751354579/solver-4489445-1751354579 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751354579-51172 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4489445-1751354579.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
solver pid=51225, runsolver pid=51221
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 2.60 3.73 3.97 1/253 51230
/proc/meminfo: memFree=129031496/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=61616 memory=4992 CPUtime=0 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) D 51221 51225 51160 0 -1 4194304 356 0 15 0 0 0 0 0 20 0 1 0 51137402 63094784 1248 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 15404 1248 1056 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 4992 KiB

[startup+0.209285 s]*
/proc/loadavg: 2.60 3.73 3.97 4/253 51230
/proc/meminfo: memFree=128928472/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=1935328 memory=68388 CPUtime=0.02 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 891 0 22 0 0 2 0 0 20 0 1 0 51137402 1981775872 17097 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 483832 17097 1568 641 0 468589 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 1935328 KiB
Current children cumulated memory: 68388 KiB

[startup+0.309762 s]*
/proc/loadavg: 2.60 3.73 3.97 4/253 51230
/proc/meminfo: memFree=128233980/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=1935328 memory=297764 CPUtime=0.13 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 1003 0 22 0 3 10 0 0 20 0 1 0 51137402 1981775872 74441 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 483832 74441 1568 641 0 468589 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1935328 KiB
Current children cumulated memory: 297764 KiB

[startup+0.700373 s]
/proc/loadavg: 2.60 3.73 3.97 5/254 51231
/proc/meminfo: memFree=126973044/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=1935328 memory=1155876 CPUtime=0.51 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 1422 0 22 0 10 41 0 0 20 0 1 0 51137402 1981775872 288969 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 483832 288969 1568 641 0 468589 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 1935328 KiB
Current children cumulated memory: 1155876 KiB

[startup+1.50035 s]
/proc/loadavg: 2.60 3.73 3.97 5/254 51231
/proc/meminfo: memFree=124660180/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=1972432 memory=1902968 CPUtime=1.3 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 8345 0 22 0 62 68 0 0 20 0 1 0 51137402 2019770368 475742 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 493108 475742 1568 641 0 477865 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 1972432 KiB
Current children cumulated memory: 1902968 KiB

[startup+3.11308 s]
/proc/loadavg: 2.60 3.73 3.97 5/255 51232
/proc/meminfo: memFree=124139712/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=2102812 memory=2025672 CPUtime=2.91 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 24135 0 22 0 165 126 0 0 20 0 1 0 51137402 2153279488 506418 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 525703 506418 1664 641 0 510460 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 2102812 KiB
Current children cumulated memory: 2025672 KiB

[startup+6.30033 s]
/proc/loadavg: 2.71 3.73 3.97 5/257 51234
/proc/meminfo: memFree=123307304/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=2559600 memory=2439708 CPUtime=6.09 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 99448 0 22 0 436 173 0 0 20 0 2 0 51137402 2621030400 609927 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 639900 609927 2304 641 0 622383 0
[pid=51225/tid=51234] ppid=51221 vsize=2559600 memory=18816 CPUtime=0 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 51137787 2621030400 609927 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 6.09 s
Current children cumulated vsize: 2559600 KiB
Current children cumulated memory: 2439708 KiB

[startup+12.7004 s]
/proc/loadavg: 2.82 3.74 3.97 5/257 51234
/proc/meminfo: memFree=123257044/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=2630200 memory=2504760 CPUtime=12.49 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 308821 0 22 0 954 295 0 0 20 0 2 0 51137402 2693324800 626190 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 657550 626190 2720 641 0 640033 0
[pid=51225/tid=51234] ppid=51221 vsize=2630200 memory=2408632 CPUtime=0 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 51137787 2693324800 626190 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 2630200 KiB
Current children cumulated memory: 2504760 KiB

[startup+25.5004 s]
/proc/loadavg: 3.08 3.75 3.97 5/257 51235
/proc/meminfo: memFree=122431988/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3746368 memory=2703504 CPUtime=25.27 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 489566 0 22 0 2195 332 0 0 20 0 2 0 51137402 3836280832 675876 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 936592 675876 3744 641 0 919075 0
[pid=51225/tid=51234] ppid=51221 vsize=3746368 memory=1909264 CPUtime=0.02 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 12 0 0 0 0 2 0 0 20 0 2 0 51137787 3836280832 675876 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 25.27 s
Current children cumulated vsize: 3746368 KiB
Current children cumulated memory: 2703504 KiB

[startup+51.113 s]
/proc/loadavg: 3.46 3.79 3.98 5/257 51235
/proc/meminfo: memFree=122693152/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3747136 memory=2706932 CPUtime=50.84 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 505653 0 22 0 4749 335 0 0 20 0 2 0 51137402 3837067264 676733 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 936784 676733 3808 641 0 919267 0
[pid=51225/tid=51234] ppid=51221 vsize=3747136 memory=2706932 CPUtime=0.05 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 15 0 0 0 1 4 0 0 20 0 2 0 51137787 3837067264 676733 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 3747136 KiB
Current children cumulated memory: 2706932 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 3.84 3.99 5/257 51237
/proc/meminfo: memFree=122688916/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3747136 memory=2706932 CPUtime=101.95 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 525094 0 22 0 9854 341 0 0 20 0 2 0 51137402 3837067264 676733 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 936784 676733 3808 641 0 919267 0
[pid=51225/tid=51234] ppid=51221 vsize=3747136 memory=14720 CPUtime=0.11 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 17 0 0 0 3 8 0 0 20 0 2 0 51137787 3837067264 676733 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 3747136 KiB
Current children cumulated memory: 2706932 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.90 4.01 5/257 51239
/proc/meminfo: memFree=122682736/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3752948 memory=2710820 CPUtime=161.84 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 528523 0 22 0 15840 344 0 0 20 0 2 0 51137402 3843018752 677705 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 938237 677705 3808 641 0 920720 0
[pid=51225/tid=51234] ppid=51221 vsize=3752948 memory=2710820 CPUtime=0.18 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 19 0 0 0 5 13 0 0 20 0 2 0 51137787 3843018752 677705 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 3752948 KiB
Current children cumulated memory: 2710820 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.94 4.01 5/257 51241
/proc/meminfo: memFree=122647340/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3769416 memory=2728100 CPUtime=221.74 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 532889 0 22 0 21824 350 0 0 20 0 2 0 51137402 3859881984 682025 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 942354 682025 3808 641 0 924837 0
[pid=51225/tid=51234] ppid=51221 vsize=3769416 memory=2710820 CPUtime=0.25 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 19 0 0 0 7 18 0 0 20 0 2 0 51137787 3859881984 682025 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 3769416 KiB
Current children cumulated memory: 2728100 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 3.95 4.00 5/257 51243
/proc/meminfo: memFree=122620896/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3783348 memory=2743272 CPUtime=281.65 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 558828 0 22 0 27808 357 0 0 20 0 2 0 51137402 3874148352 685818 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 945837 685818 3808 641 0 928320 0
[pid=51225/tid=51234] ppid=51221 vsize=3783348 memory=2743272 CPUtime=0.31 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 22 0 0 0 8 23 0 0 20 0 2 0 51137787 3874148352 685818 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 281.65 s
Current children cumulated vsize: 3783348 KiB
Current children cumulated memory: 2743272 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.99 4.01 5/255 51245
/proc/meminfo: memFree=122593100/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=3783348 memory=2743272 CPUtime=341.55 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 568121 0 22 0 33793 362 0 0 20 0 2 0 51137402 3874148352 685818 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 945837 685818 3808 641 0 928320 0
[pid=51225/tid=51234] ppid=51221 vsize=3783348 memory=2743272 CPUtime=0.38 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 24 0 0 0 10 28 0 0 20 0 2 0 51137787 3874148352 685818 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 341.55 s
Current children cumulated vsize: 3783348 KiB
Current children cumulated memory: 2743272 KiB


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

/proc/meminfo: memFree=121098528/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4220624 memory=3176888 CPUtime=3036.98 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2069527 0 22 0 302971 727 0 0 20 0 2 0 51137402 4321918976 794222 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1055156 794222 3808 641 0 1037639 0
[pid=51225/tid=51234] ppid=51221 vsize=4220624 memory=3176888 CPUtime=3.36 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 95 0 0 0 79 257 0 0 20 0 2 0 51137787 4321918976 794222 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3036.98 s
Current children cumulated vsize: 4220624 KiB
Current children cumulated memory: 3176888 KiB

[startup+3102.3 s]
/proc/loadavg: 5.31 4.47 4.22 5/255 51390
/proc/meminfo: memFree=121083200/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4220624 memory=3177016 CPUtime=3096.88 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2129272 0 22 0 308949 739 0 0 20 0 2 0 51137402 4321918976 794254 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1055156 794254 3808 641 0 1037639 0
[pid=51225/tid=51234] ppid=51221 vsize=4220624 memory=14720 CPUtime=3.43 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 97 0 0 0 80 263 0 0 20 0 2 0 51137787 4321918976 794254 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3096.88 s
Current children cumulated vsize: 4220624 KiB
Current children cumulated memory: 3177016 KiB

[startup+3162.3 s]
/proc/loadavg: 4.53 4.40 4.21 5/253 51392
/proc/meminfo: memFree=121066004/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4226924 memory=3185464 CPUtime=3156.78 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2139404 0 22 0 314932 746 0 0 20 0 2 0 51137402 4328370176 796366 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1056731 796366 3808 641 0 1039214 0
[pid=51225/tid=51234] ppid=51221 vsize=4226924 memory=3177016 CPUtime=3.5 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 97 0 0 0 81 269 0 0 20 0 2 0 51137787 4328370176 796366 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3156.78 s
Current children cumulated vsize: 4226924 KiB
Current children cumulated memory: 3185464 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.36 4.20 5/253 51394
/proc/meminfo: memFree=121059680/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4240304 memory=3197880 CPUtime=3216.67 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2164897 0 22 0 320913 754 0 0 20 0 2 0 51137402 4342071296 799470 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1060076 799470 3808 641 0 1042559 0
[pid=51225/tid=51234] ppid=51221 vsize=4240304 memory=3177016 CPUtime=3.56 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 99 0 0 0 82 274 0 0 20 0 2 0 51137787 4342071296 799470 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3216.67 s
Current children cumulated vsize: 4240304 KiB
Current children cumulated memory: 3197880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.30 4.19 5/253 51396
/proc/meminfo: memFree=121022064/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4248396 memory=3208120 CPUtime=3276.56 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2242017 0 22 0 326888 768 0 0 20 0 2 0 51137402 4350357504 802030 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1062099 802030 3808 641 0 1044582 0
[pid=51225/tid=51234] ppid=51221 vsize=4248396 memory=3200 CPUtime=3.63 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 102 0 0 0 84 279 0 0 20 0 2 0 51137787 4350357504 802030 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3276.56 s
Current children cumulated vsize: 4248396 KiB
Current children cumulated memory: 3208120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.26 4.18 5/253 51397
/proc/meminfo: memFree=120990480/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4260888 memory=3218744 CPUtime=3336.46 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2321806 0 22 0 332863 783 0 0 20 0 2 0 51137402 4363149312 804686 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1065222 804686 3808 641 0 1047705 0
[pid=51225/tid=51234] ppid=51221 vsize=4260888 memory=3200 CPUtime=3.69 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 104 0 0 0 85 284 0 0 20 0 2 0 51137787 4363149312 804686 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3336.46 s
Current children cumulated vsize: 4260888 KiB
Current children cumulated memory: 3218744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.23 4.18 5/253 51399
/proc/meminfo: memFree=120958388/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4273292 memory=3231800 CPUtime=3396.37 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2403879 0 22 0 338838 799 0 0 20 0 2 0 51137402 4375851008 807950 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1068323 807950 3808 641 0 1050806 0
[pid=51225/tid=51234] ppid=51221 vsize=4273292 memory=3226296 CPUtime=3.76 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 106 0 0 0 87 289 0 0 20 0 2 0 51137787 4375851008 807950 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3396.37 s
Current children cumulated vsize: 4273292 KiB
Current children cumulated memory: 3231800 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.25 4.19 5/255 51405
/proc/meminfo: memFree=120917284/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4279300 memory=3238584 CPUtime=3456.26 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2483342 0 22 0 344813 813 0 0 20 0 2 0 51137402 4382003200 809646 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1069825 809646 3808 641 0 1052308 0
[pid=51225/tid=51234] ppid=51221 vsize=4279300 memory=3226296 CPUtime=3.82 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 108 0 0 0 88 294 0 0 20 0 2 0 51137787 4382003200 809646 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3456.26 s
Current children cumulated vsize: 4279300 KiB
Current children cumulated memory: 3238584 KiB

[startup+3522.3 s]
/proc/loadavg: 5.07 4.48 4.27 5/255 51407
/proc/meminfo: memFree=120876692/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4291628 memory=3249720 CPUtime=3516.15 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2563365 0 22 0 350789 826 0 0 20 0 2 0 51137402 4394627072 812430 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1072907 812430 3808 641 0 1055390 0
[pid=51225/tid=51234] ppid=51221 vsize=4291628 memory=3247288 CPUtime=3.89 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 110 0 0 0 90 299 0 0 20 0 2 0 51137787 4394627072 812430 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3516.15 s
Current children cumulated vsize: 4291628 KiB
Current children cumulated memory: 3249720 KiB

[startup+3582.3 s]
/proc/loadavg: 4.64 4.48 4.28 5/255 51409
/proc/meminfo: memFree=120836340/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4298556 memory=3258296 CPUtime=3576.05 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2649698 0 22 0 356764 841 0 0 20 0 2 0 51137402 4401721344 814574 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1074639 814574 3808 641 0 1057122 0
[pid=51225/tid=51234] ppid=51221 vsize=4298556 memory=3258296 CPUtime=3.95 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 112 0 0 0 91 304 0 0 20 0 2 0 51137787 4401721344 814574 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3576.05 s
Current children cumulated vsize: 4298556 KiB
Current children cumulated memory: 3258296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.64 4.49 4.29 5/256 51416
/proc/meminfo: memFree=120819776/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4306468 memory=3265336 CPUtime=3600.01 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2683076 0 22 0 359157 844 0 0 20 0 2 0 51137402 4409823232 816334 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1076617 816334 3808 641 0 1059100 0
[pid=51225/tid=51234] ppid=51221 vsize=4306468 memory=3258296 CPUtime=3.98 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 112 0 0 0 92 306 0 0 20 0 2 0 51137787 4409823232 816334 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4306468 KiB
Current children cumulated memory: 3265336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.58 s, system=8.4886 s

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

[startup+3606.3 s]
/proc/loadavg: 4.64 4.49 4.29 5/256 51416
/proc/meminfo: memFree=120819776/131382112 swapFree=33010684/33010684
[pid=51225] ppid=51221 vsize=4306468 memory=3265336 CPUtime=3600.01 cores=1,3
/proc/51225/stat : 51225 (ipbhs_gurobi) R 51221 51225 51160 0 -1 4194304 2683076 0 22 0 359157 844 0 0 20 0 2 0 51137402 4409823232 816334 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
/proc/51225/statm: 1076617 816334 3808 641 0 1059100 0
[pid=51225/tid=51234] ppid=51221 vsize=4306468 memory=3258296 CPUtime=3.98 cores=1,3
/proc/51225/task/51234/stat : 51234 (ipbhs_gurobi) S 51221 51225 51160 0 -1 4194368 112 0 0 0 92 306 0 0 20 0 2 0 51137787 4409823232 816334 18446744073709551615 94010125291520 94010127916573 140734841205040 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94010128535448 94010128568410 94010153693184 140734841207179 140734841207303 140734841207303 140734841212905 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4306468 KiB
Current children cumulated memory: 3265336 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.34
CPU time (s): 3600.06
CPU user time (s): 3591.58
CPU system time (s): 8.4886
CPU usage (%): 99.8259
Max. virtual memory (cumulated for all children) (KiB): 4939544
Max. memory (cumulated for all children) (KiB): 3265336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.58
system time used= 8.4886
maximum resident set size= 3265336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2683076
page faults= 22
swaps= 0
block input operations= 1312
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357053
involuntary context switches= 2201


# summary of solver processes directly reported to runsolver:
#   pid: 51225
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3591.58
#   total CPU system time (s): 8.4886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3873 second user time and 33.3851 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 09:23:00
IDJOB=4489445
IDBENCH=147551
IDSOLVER=3334
FILE ID=nodeC005/4489445-1751354579
RUNJOBID= nodeC005-1751354579-51172
SLURM_JOB_ID= 9598148
Free space on /tmp= 430520 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489445-1751354579/watcher-4489445-1751354579 -o /tmp/evaluation-result-4489445-1751354579/solver-4489445-1751354579 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751354579-51172 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4489445-1751354579.opb --max-coef 1000000000

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

MD5SUM BENCH= e06e3866d9960a7084ad077c8fb9619e
RANDOM SEED=733943549

nodeC005 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.226
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.154
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.769
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1695.876
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.323
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.505
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.231
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1596.321
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129043212 kB
MemAvailable:   129937860 kB
Buffers:            2752 kB
Cached:          1693848 kB
SwapCached:            0 kB
Active:           410280 kB
Inactive:        1355860 kB
Active(anon):      79332 kB
Inactive(anon):     8168 kB
Active(file):     330948 kB
Inactive(file):  1347692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            270512 kB
Writeback:             0 kB
AnonPages:         72620 kB
Mapped:           103648 kB
Shmem:             17960 kB
KReclaimable:     111268 kB
Slab:             196120 kB
SReclaimable:     111268 kB
SUnreclaim:        84852 kB
KernelStack:        3840 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     389680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430404 MiB
End job on nodeC005 at 2025-07-01 10:23:07