Trace number 4504142

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 2025-06-09? (TO) 3600.12 3602.78

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_6.opb
MD5SUM942f4c546294041bdb4c531ace867576
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 benchmark5224547
Best CPU time to get the best result obtained on this benchmark2319.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504142-1751460660/watcher-4504142-1751460660 -o /tmp/evaluation-result-4504142-1751460660/solver-4504142-1751460660 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751453447-60693 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4504142-1751460660.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=61430, runsolver pid=61423

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.12 4.10 6/252 61431
/proc/meminfo: memFree=124624044/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=77296 memory=12844 CPUtime=0.09 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 2237 0 0 0 8 1 0 0 20 0 1 0 61745184 79151104 3211 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 19324 3211 1600 641 0 4081 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77296 KiB
Current children cumulated memory: 12844 KiB

[startup+0.213114 s]*
/proc/loadavg: 4.13 4.12 4.10 6/252 61431
/proc/meminfo: memFree=124604388/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=91400 memory=27352 CPUtime=0.2 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 6118 0 0 0 18 2 0 0 20 0 1 0 61745184 93593600 6838 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 22850 6838 1696 641 0 7607 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 91400 KiB
Current children cumulated memory: 27352 KiB

[startup+0.313237 s]*
/proc/loadavg: 4.13 4.12 4.10 6/252 61431
/proc/meminfo: memFree=124600356/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=91824 memory=29272 CPUtime=0.3 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 6585 0 0 0 24 6 0 0 20 0 1 0 61745184 94027776 7318 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 22956 7318 1696 641 0 7713 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 91824 KiB
Current children cumulated memory: 29272 KiB

[startup+0.700317 s]
/proc/loadavg: 4.13 4.12 4.10 6/253 61432
/proc/meminfo: memFree=124587720/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=124092 memory=51612 CPUtime=0.67 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 10449 0 0 0 48 19 0 0 20 0 2 0 61745184 127070208 12903 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 31023 12903 2272 641 0 13506 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 124092 KiB
Current children cumulated memory: 51612 KiB

[startup+1.50037 s]
/proc/loadavg: 4.13 4.12 4.10 6/254 61433
/proc/meminfo: memFree=124537332/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=155272 memory=82260 CPUtime=1.47 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 19449 0 0 0 115 32 0 0 20 0 2 0 61745184 158998528 20565 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 38818 20565 2720 641 0 21301 0
[pid=61430/tid=61433] ppid=61423 vsize=155272 memory=0 CPUtime=0 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 61745244 158998528 20565 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 155272 KiB
Current children cumulated memory: 82260 KiB

[startup+3.11318 s]
/proc/loadavg: 4.12 4.12 4.10 6/253 61478
/proc/meminfo: memFree=125737268/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=227996 memory=139880 CPUtime=3.08 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 40743 0 0 0 268 40 0 0 20 0 2 0 61745184 233467904 34970 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 56999 34970 3488 641 0 39482 0
[pid=61430/tid=61433] ppid=61423 vsize=227996 memory=54172 CPUtime=0 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 61745244 233467904 34970 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 227996 KiB
Current children cumulated memory: 139880 KiB

[startup+6.30037 s]
/proc/loadavg: 4.12 4.12 4.10 6/254 61479
/proc/meminfo: memFree=125633940/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=227996 memory=140136 CPUtime=6.27 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 43360 0 0 0 565 62 0 0 20 0 2 0 61745184 233467904 35034 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 56999 35034 3488 641 0 39482 0
[pid=61430/tid=61433] ppid=61423 vsize=227996 memory=139880 CPUtime=0 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 61745244 233467904 35034 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 227996 KiB
Current children cumulated memory: 140136 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.11 4.10 6/254 61479
/proc/meminfo: memFree=125634192/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=230716 memory=141416 CPUtime=12.66 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 48930 0 0 0 1160 106 0 0 20 0 2 0 61745184 236253184 35354 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 57679 35354 3488 641 0 40162 0
[pid=61430/tid=61433] ppid=61423 vsize=230716 memory=-7531269346123676613 CPUtime=0.01 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 8 0 0 0 0 1 0 0 20 0 2 0 61745244 236253184 35354 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 230716 KiB
Current children cumulated memory: 141416 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.13 4.11 6/254 61479
/proc/meminfo: memFree=125625812/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=235136 memory=143820 CPUtime=25.45 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 50343 0 0 0 2355 190 0 0 20 0 2 0 61745184 240779264 35955 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 58784 35955 3488 641 0 41267 0
[pid=61430/tid=61433] ppid=61423 vsize=235136 memory=16336 CPUtime=0.03 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 8 0 0 0 1 2 0 0 20 0 2 0 61745244 240779264 35955 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 235136 KiB
Current children cumulated memory: 143820 KiB

[startup+51.1131 s]
/proc/loadavg: 4.31 4.16 4.12 5/249 61488
/proc/meminfo: memFree=127166032/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=242316 memory=148532 CPUtime=51.05 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 51621 0 0 0 4742 363 0 0 20 0 2 0 61745184 248131584 37133 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 60579 37133 3488 641 0 43062 0
[pid=61430/tid=61433] ppid=61423 vsize=242316 memory=147508 CPUtime=0.06 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 9 0 0 0 2 4 0 0 20 0 2 0 61745244 248131584 37133 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 242316 KiB
Current children cumulated memory: 148532 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.17 4.12 6/254 61526
/proc/meminfo: memFree=126923804/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=253992 memory=159532 CPUtime=102.17 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 62757 0 0 0 9522 695 0 0 20 0 2 0 61745184 260087808 39883 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 63498 39883 3488 641 0 45981 0
[pid=61430/tid=61433] ppid=61423 vsize=253992 memory=18048 CPUtime=0.12 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 14 0 0 0 4 8 0 0 20 0 2 0 61745244 260087808 39883 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 102.17 s
Current children cumulated vsize: 253992 KiB
Current children cumulated memory: 159532 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.16 4.12 6/254 61528
/proc/meminfo: memFree=126695460/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=275040 memory=178752 CPUtime=162.1 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 77705 0 0 0 15141 1069 0 0 20 0 2 0 61745184 281640960 44688 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 68760 44688 3488 641 0 51243 0
[pid=61430/tid=61433] ppid=61423 vsize=275040 memory=16336 CPUtime=0.19 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 18 0 0 0 6 13 0 0 20 0 2 0 61745244 281640960 44688 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 162.1 s
Current children cumulated vsize: 275040 KiB
Current children cumulated memory: 178752 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.15 4.11 6/254 61530
/proc/meminfo: memFree=126502944/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=324584 memory=217180 CPUtime=222.03 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 83279 0 0 0 20786 1417 0 0 20 0 2 0 61745184 332374016 54295 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 81146 54295 3488 641 0 63629 0
[pid=61430/tid=61433] ppid=61423 vsize=324584 memory=198552 CPUtime=0.26 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 20 0 0 0 8 18 0 0 20 0 2 0 61745244 332374016 54295 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 222.03 s
Current children cumulated vsize: 324584 KiB
Current children cumulated memory: 217180 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.15 4.11 6/254 61532
/proc/meminfo: memFree=126032272/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=351880 memory=244572 CPUtime=281.98 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 101611 0 0 0 26402 1796 0 0 20 0 2 0 61745184 360325120 61143 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 87970 61143 3488 641 0 70453 0
[pid=61430/tid=61433] ppid=61423 vsize=351880 memory=171112 CPUtime=0.33 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 21 0 0 0 10 23 0 0 20 0 2 0 61745244 360325120 61143 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 281.98 s
Current children cumulated vsize: 351880 KiB
Current children cumulated memory: 244572 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.17 4.12 6/253 61536
/proc/meminfo: memFree=125814116/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=387608 memory=298908 CPUtime=341.94 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 111114 0 0 0 32079 2115 0 0 20 0 2 0 61745184 396910592 74727 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 96902 74727 3488 641 0 79385 0
[pid=61430/tid=61433] ppid=61423 vsize=387608 memory=16336 CPUtime=0.4 cores=4,6

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

/proc/meminfo: memFree=116108008/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2635228 memory=2234384 CPUtime=3040.05 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1060612 0 0 0 294292 9713 0 0 20 0 2 0 61745184 2698473472 558596 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 658807 558596 3488 641 0 641290 0
[pid=61430/tid=61433] ppid=61423 vsize=2635228 memory=2233360 CPUtime=4.28 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 45 0 0 0 126 302 0 0 20 0 2 0 61745244 2698473472 558596 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3040.05 s
Current children cumulated vsize: 2635228 KiB
Current children cumulated memory: 2234384 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.14 4.15 6/253 61673
/proc/meminfo: memFree=116016300/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2657520 memory=2256656 CPUtime=3100.01 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1093932 0 0 0 300164 9837 0 0 20 0 2 0 61745184 2721300480 564164 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 664380 564164 3488 641 0 646863 0
[pid=61430/tid=61433] ppid=61423 vsize=2657520 memory=2245008 CPUtime=4.38 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 46 0 0 0 129 309 0 0 20 0 2 0 61745244 2721300480 564164 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3100.01 s
Current children cumulated vsize: 2657520 KiB
Current children cumulated memory: 2256656 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.14 6/253 61675
/proc/meminfo: memFree=115929864/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2679764 memory=2278800 CPUtime=3159.96 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1120791 0 0 0 306034 9962 0 0 20 0 2 0 61745184 2744078336 569700 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 669941 569700 3488 641 0 652424 0
[pid=61430/tid=61433] ppid=61423 vsize=2679764 memory=2245008 CPUtime=4.47 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 47 0 0 0 132 315 0 0 20 0 2 0 61745244 2744078336 569700 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3159.96 s
Current children cumulated vsize: 2679764 KiB
Current children cumulated memory: 2278800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.14 6/254 61678
/proc/meminfo: memFree=115892260/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2701228 memory=2300304 CPUtime=3219.92 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1131263 0 0 0 311909 10083 0 0 20 0 2 0 61745184 2766057472 575076 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 675307 575076 3488 641 0 657790 0
[pid=61430/tid=61433] ppid=61423 vsize=2701228 memory=2245008 CPUtime=4.56 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 47 0 0 0 135 321 0 0 20 0 2 0 61745244 2766057472 575076 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3219.92 s
Current children cumulated vsize: 2701228 KiB
Current children cumulated memory: 2300304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.13 6/254 61680
/proc/meminfo: memFree=115845004/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2726364 memory=2325520 CPUtime=3279.88 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1142077 0 0 0 317750 10238 0 0 20 0 2 0 61745184 2791796736 581380 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 681591 581380 3488 641 0 664074 0
[pid=61430/tid=61433] ppid=61423 vsize=2726364 memory=2317712 CPUtime=4.64 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 47 0 0 0 137 327 0 0 20 0 2 0 61745244 2791796736 581380 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3279.88 s
Current children cumulated vsize: 2726364 KiB
Current children cumulated memory: 2325520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.13 6/254 61684
/proc/meminfo: memFree=115690224/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2761644 memory=2360720 CPUtime=3339.83 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1152504 0 0 0 323547 10436 0 0 20 0 2 0 61745184 2827923456 590180 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 690411 590180 3488 641 0 672894 0
[pid=61430/tid=61433] ppid=61423 vsize=2761644 memory=2351632 CPUtime=4.73 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 48 0 0 0 139 334 0 0 20 0 2 0 61745244 2827923456 590180 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3339.83 s
Current children cumulated vsize: 2761644 KiB
Current children cumulated memory: 2360720 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.12 6/255 61691
/proc/meminfo: memFree=115724452/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2786240 memory=2385296 CPUtime=3399.79 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1187599 0 0 0 329365 10614 0 0 20 0 2 0 61745184 2853109760 596324 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 696560 596324 3488 641 0 679043 0
[pid=61430/tid=61433] ppid=61423 vsize=2786240 memory=16336 CPUtime=4.82 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 49 0 0 0 142 340 0 0 20 0 2 0 61745244 2853109760 596324 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3399.79 s
Current children cumulated vsize: 2786240 KiB
Current children cumulated memory: 2385296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.11 6/255 61693
/proc/meminfo: memFree=115638440/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2806880 memory=2406032 CPUtime=3459.74 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1224943 0 0 0 335187 10787 0 0 20 0 2 0 61745184 2874245120 601508 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 701720 601508 3488 641 0 684203 0
[pid=61430/tid=61433] ppid=61423 vsize=2806880 memory=16336 CPUtime=4.91 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 50 0 0 0 144 347 0 0 20 0 2 0 61745244 2874245120 601508 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3459.74 s
Current children cumulated vsize: 2806880 KiB
Current children cumulated memory: 2406032 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.10 4.11 6/254 61695
/proc/meminfo: memFree=115637408/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2809832 memory=2408976 CPUtime=3519.7 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1262467 0 0 0 341015 10955 0 0 20 0 2 0 61745184 2877267968 602244 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 702458 602244 3488 641 0 684941 0
[pid=61430/tid=61433] ppid=61423 vsize=2809832 memory=16336 CPUtime=5 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 51 0 0 0 147 353 0 0 20 0 2 0 61745244 2877267968 602244 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3519.7 s
Current children cumulated vsize: 2809832 KiB
Current children cumulated memory: 2408976 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.13 4.12 6/254 61697
/proc/meminfo: memFree=115611904/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2822536 memory=2421648 CPUtime=3579.65 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1300193 0 0 0 346845 11120 0 0 20 0 2 0 61745184 2890276864 605412 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 705634 605412 3488 641 0 688117 0
[pid=61430/tid=61433] ppid=61423 vsize=2822536 memory=16336 CPUtime=5.09 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 53 0 0 0 150 359 0 0 20 0 2 0 61745244 2890276864 605412 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3579.65 s
Current children cumulated vsize: 2822536 KiB
Current children cumulated memory: 2421648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.7 s]
/proc/loadavg: 4.23 4.14 4.12 6/254 61698
/proc/meminfo: memFree=115608848/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2826900 memory=2426000 CPUtime=3600.04 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1304090 0 0 0 348830 11174 0 0 20 0 2 0 61745184 2894745600 606500 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 706725 606500 3488 641 0 689208 0
[pid=61430/tid=61433] ppid=61423 vsize=2826900 memory=2426000 CPUtime=5.11 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 53 0 0 0 150 361 0 0 20 0 2 0 61745244 2894745600 606500 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2826900 KiB
Current children cumulated memory: 2426000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3488.31 s, system=111.814 s

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

[startup+3602.7 s]
/proc/loadavg: 4.23 4.14 4.12 6/254 61698
/proc/meminfo: memFree=115608848/131382120 swapFree=33010160/33010684
[pid=61430] ppid=61423 vsize=2826900 memory=2426000 CPUtime=3600.04 cores=4,6
/proc/61430/stat : 61430 (ipbhs_gurobi) R 61423 61430 60682 0 -1 4194304 1304090 0 0 0 348830 11174 0 0 20 0 2 0 61745184 2894745600 606500 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
/proc/61430/statm: 706725 606500 3488 641 0 689208 0
[pid=61430/tid=61433] ppid=61423 vsize=2826900 memory=2426000 CPUtime=5.11 cores=4,6
/proc/61430/task/61433/stat : 61433 (ipbhs_gurobi) S 61423 61430 60682 0 -1 4194368 53 0 0 0 150 361 0 0 20 0 2 0 61745244 2894745600 606500 18446744073709551615 94501901336576 94501903961629 140723261043296 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94501904580504 94501904613466 94501916123136 140723261049247 140723261049351 140723261049351 140723261054953 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2826900 KiB
Current children cumulated memory: 2426000 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3602.78
CPU time (s): 3600.12
CPU user time (s): 3488.31
CPU system time (s): 111.814
CPU usage (%): 99.9264
Max. virtual memory (cumulated for all children) (KiB): 2826900
Max. memory (cumulated for all children) (KiB): 2426000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3488.31
system time used= 111.814
maximum resident set size= 2426000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1304090
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= 356767
involuntary context switches= 4304


# summary of solver processes directly reported to runsolver:
#   pid: 61430
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3488.31
#   total CPU system time (s): 111.814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2965 second user time and 33.7204 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 14:51:00
IDJOB=4504142
IDBENCH=155635
IDSOLVER=3333
FILE ID=nodeC008/4504142-1751460660
RUNJOBID= nodeC008-1751453447-60693
SLURM_JOB_ID= 9598441
Free space on /tmp= 432704 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat100_4_32_6.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504142-1751460660/watcher-4504142-1751460660 -o /tmp/evaluation-result-4504142-1751460660/solver-4504142-1751460660 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751453447-60693 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4504142-1751460660.opb --max-coef 1000000000

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

MD5SUM BENCH= 942f4c546294041bdb4c531ace867576
RANDOM SEED=312556525

nodeC008 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		: 3662.472
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.72
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.201
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.72
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.439
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.72
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		: 1197.123
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.72
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		: 1197.214
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.72
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		: 3591.669
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.72
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.277
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.72
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		: 1197.380
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124623808 kB
MemAvailable:   125554620 kB
Buffers:            2144 kB
Cached:          1727660 kB
SwapCached:           16 kB
Active:          4663388 kB
Inactive:        1497544 kB
Active(anon):    4412444 kB
Inactive(anon):    36604 kB
Active(file):     250944 kB
Inactive(file):  1460940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121004 kB
Writeback:            56 kB
AnonPages:       4432756 kB
Mapped:           116288 kB
Shmem:             17920 kB
KReclaimable:     117108 kB
Slab:             201024 kB
SReclaimable:     117108 kB
SUnreclaim:        83916 kB
KernelStack:        4000 kB
PageTables:        11640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4988784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2449408 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432588 MiB
End job on nodeC008 at 2025-07-02 15:51:04