Trace number 4500072

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-SCIP 2025-06-09? (TO) 3600.09 3609.41

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j60opt/normalized-j6045_4.std.opb
MD5SUM2e74a757ac714177de3997bf1c5ad9e4
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 benchmark108
Best CPU time to get the best result obtained on this benchmark2431.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36722
Total number of constraints129326
Number of constraints which are clauses128126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
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.78/0.85	c limit for coefficient in constraints and objective to 1000000000
0.78/0.85	c will solve HOME/instance-4500072-1751414101.opb
0.78/0.85	c [0.02] 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: 63665 MiB (62300 MiB free)
  memory of node 1: 64507 MiB (62116 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4500072-1751414101/watcher-4500072-1751414101 -o /tmp/evaluation-result-4500072-1751414101/solver-4500072-1751414101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751410410-55306 --watchdog 3760 ./ipbhs_scip HOME/instance-4500072-1751414101.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=56243, runsolver pid=56240

[startup+0.100068 s]*
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=127352968/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1348136 memory=423200 CPUtime=0.09 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 1126 0 0 0 1 8 0 0 20 0 1 0 57089994 1380491264 105800 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 337034 105800 1632 2790 0 330459 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1348136 KiB
Current children cumulated memory: 423200 KiB

[startup+0.205513 s]*
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126885016/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1348136 memory=892192 CPUtime=0.2 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 1355 0 0 0 3 17 0 0 20 0 1 0 57089994 1380491264 223048 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 337034 223048 1632 2790 0 330459 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1348136 KiB
Current children cumulated memory: 892192 KiB

[startup+0.305423 s]*
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126436536/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1350416 memory=1315236 CPUtime=0.29 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 2201 0 0 0 4 25 0 0 20 0 1 0 57089994 1382825984 328809 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 337604 328809 1632 2790 0 331029 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1350416 KiB
Current children cumulated memory: 1315236 KiB

[startup+0.700143 s]
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126402956/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1380972 memory=1353824 CPUtime=0.68 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 10624 0 0 0 32 36 0 0 20 0 1 0 57089994 1414115328 338456 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 345243 338456 1760 2790 0 338668 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1380972 KiB
Current children cumulated memory: 1353824 KiB

[startup+1.50018 s]
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126249864/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1550304 memory=1517776 CPUtime=1.48 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48431 0 0 0 102 46 0 0 20 0 1 0 57089994 1587511296 379444 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 387576 379444 3552 2790 0 381001 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1550304 KiB
Current children cumulated memory: 1517776 KiB

[startup+3.10433 s]
/proc/loadavg: 2.11 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126242052/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1550304 memory=1517776 CPUtime=3.08 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48435 0 0 0 259 49 0 0 20 0 1 0 57089994 1587511296 379444 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 387576 379444 3552 2790 0 381001 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1550304 KiB
Current children cumulated memory: 1517776 KiB

[startup+6.30017 s]
/proc/loadavg: 2.10 2.13 2.14 3/252 56244
/proc/meminfo: memFree=126238208/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1550304 memory=1517776 CPUtime=6.27 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48442 0 0 0 575 52 0 0 20 0 1 0 57089994 1587511296 379444 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 387576 379444 3552 2790 0 381001 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1550304 KiB
Current children cumulated memory: 1517776 KiB

[startup+12.7002 s]
/proc/loadavg: 2.09 2.13 2.14 3/252 56244
/proc/meminfo: memFree=126238208/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1554724 memory=1518544 CPUtime=12.65 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48634 0 0 0 1209 56 0 0 20 0 1 0 57089994 1592037376 379636 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 388681 379636 3552 2790 0 382106 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1554724 KiB
Current children cumulated memory: 1518544 KiB

[startup+25.5001 s]
/proc/loadavg: 2.14 2.14 2.14 3/252 56244
/proc/meminfo: memFree=126234112/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1554724 memory=1518544 CPUtime=25.42 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48635 0 0 0 2477 65 0 0 20 0 1 0 57089994 1592037376 379636 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 388681 379636 3552 2790 0 382106 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1554724 KiB
Current children cumulated memory: 1518544 KiB

[startup+51.1052 s]
/proc/loadavg: 2.15 2.14 2.15 3/254 56247
/proc/meminfo: memFree=126209192/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1554724 memory=1521172 CPUtime=50.95 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48762 0 0 0 5012 83 0 0 20 0 1 0 57089994 1592037376 380293 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 388681 380293 3552 2790 0 382106 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1554724 KiB
Current children cumulated memory: 1521172 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.14 2.14 3/254 56249
/proc/meminfo: memFree=126202320/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1554724 memory=1521556 CPUtime=102 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 48872 0 0 0 10086 114 0 0 20 0 1 0 57089994 1592037376 380389 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 388681 380389 3552 2790 0 382106 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1554724 KiB
Current children cumulated memory: 1521556 KiB

[startup+162.3 s]
/proc/loadavg: 2.14 2.14 2.14 3/253 56251
/proc/meminfo: memFree=126200584/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1561904 memory=1523348 CPUtime=161.82 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49329 0 0 0 16030 152 0 0 20 0 1 0 57089994 1599389696 380837 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 390476 380837 3552 2790 0 383901 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1561904 KiB
Current children cumulated memory: 1523348 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.13 2.14 3/252 56253
/proc/meminfo: memFree=126195352/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1561904 memory=1525540 CPUtime=221.65 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49353 0 0 0 21974 191 0 0 20 0 1 0 57089994 1599389696 381385 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 390476 381385 3552 2790 0 383901 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1561904 KiB
Current children cumulated memory: 1525540 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 2.12 2.13 3/252 56255
/proc/meminfo: memFree=126200780/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1573580 memory=1530036 CPUtime=281.47 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49485 0 0 0 27922 225 0 0 20 0 1 0 57089994 1611345920 382509 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 393395 382509 3552 2790 0 386820 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 1573580 KiB
Current children cumulated memory: 1530036 KiB

[startup+342.3 s]
/proc/loadavg: 2.10 2.11 2.12 3/252 56257
/proc/meminfo: memFree=126191396/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1573580 memory=1533236 CPUtime=341.3 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49617 0 0 0 33874 256 0 0 20 0 1 0 57089994 1611345920 383309 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 393395 383309 3552 2790 0 386820 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 1573580 KiB
Current children cumulated memory: 1533236 KiB

[startup+402.3 s]
/proc/loadavg: 2.08 2.10 2.12 3/251 56275
/proc/meminfo: memFree=126186740/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1573580 memory=1538996 CPUtime=401.14 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49632 0 0 0 39820 294 0 0 20 0 1 0 57089994 1611345920 384749 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 393395 384749 3552 2790 0 386820 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 1573580 KiB
Current children cumulated memory: 1538996 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.10 2.11 3/252 56280
/proc/meminfo: memFree=126192416/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1573580 memory=1544756 CPUtime=460.99 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 49692 0 0 0 45772 327 0 0 20 0 1 0 57089994 1611345920 386189 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 393395 386189 3552 2790 0 386820 0

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

Current children cumulated memory: 1755264 KiB

[startup+2862.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/251 56391
/proc/meminfo: memFree=125952576/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1889544 memory=1755264 CPUtime=2854.9 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 54611 0 0 0 284029 1461 0 0 20 0 1 0 57089994 1934893056 438816 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 472386 438816 3552 2790 0 465811 0
Current children cumulated CPU time: 2854.9 s
Current children cumulated vsize: 1889544 KiB
Current children cumulated memory: 1755264 KiB

[startup+2922.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/251 56393
/proc/meminfo: memFree=125948336/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1889544 memory=1755264 CPUtime=2914.72 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 54611 0 0 0 289993 1479 0 0 20 0 1 0 57089994 1934893056 438816 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 472386 438816 3552 2790 0 465811 0
Current children cumulated CPU time: 2914.72 s
Current children cumulated vsize: 1889544 KiB
Current children cumulated memory: 1755264 KiB

[startup+2982.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/251 56399
/proc/meminfo: memFree=125929888/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761732 CPUtime=2974.56 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55783 0 0 0 295959 1497 0 0 20 0 1 0 57089994 1941630976 440433 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440433 3552 2790 0 467456 0
Current children cumulated CPU time: 2974.56 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761732 KiB

[startup+3042.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/251 56401
/proc/meminfo: memFree=125932992/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761732 CPUtime=3034.39 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55783 0 0 0 301923 1516 0 0 20 0 1 0 57089994 1941630976 440433 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440433 3552 2790 0 467456 0
Current children cumulated CPU time: 3034.39 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761732 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/251 56403
/proc/meminfo: memFree=125932864/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761732 CPUtime=3094.23 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55826 0 0 0 307880 1543 0 0 20 0 1 0 57089994 1941630976 440433 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440433 3552 2790 0 467456 0
Current children cumulated CPU time: 3094.23 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761732 KiB

[startup+3162.3 s]
/proc/loadavg: 2.15 2.11 2.09 3/251 56405
/proc/meminfo: memFree=125926516/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761988 CPUtime=3154.07 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55851 0 0 0 313834 1573 0 0 20 0 1 0 57089994 1941630976 440497 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440497 3552 2790 0 467456 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761988 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/251 56407
/proc/meminfo: memFree=125925764/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761988 CPUtime=3213.93 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55851 0 0 0 319793 1600 0 0 20 0 1 0 57089994 1941630976 440497 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440497 3552 2790 0 467456 0
Current children cumulated CPU time: 3213.93 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761988 KiB

[startup+3282.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/251 56408
/proc/meminfo: memFree=125925796/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761988 CPUtime=3273.78 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55900 0 0 0 325757 1621 0 0 20 0 1 0 57089994 1941630976 440497 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440497 3552 2790 0 467456 0
Current children cumulated CPU time: 3273.78 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761988 KiB

[startup+3342.3 s]
/proc/loadavg: 2.32 2.18 2.12 3/252 56412
/proc/meminfo: memFree=125906712/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761988 CPUtime=3333.63 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55900 0 0 0 331727 1636 0 0 20 0 1 0 57089994 1941630976 440497 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440497 3552 2790 0 467456 0
Current children cumulated CPU time: 3333.63 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761988 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 2.16 2.11 3/252 56415
/proc/meminfo: memFree=125911284/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1896124 memory=1761988 CPUtime=3393.48 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 55905 0 0 0 337699 1649 0 0 20 0 1 0 57089994 1941630976 440497 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474031 440497 3552 2790 0 467456 0
Current children cumulated CPU time: 3393.48 s
Current children cumulated vsize: 1896124 KiB
Current children cumulated memory: 1761988 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.14 2.11 3/252 56419
/proc/meminfo: memFree=125912128/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1898872 memory=1764804 CPUtime=3453.34 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 56696 0 0 0 343666 1668 0 0 20 0 1 0 57089994 1944444928 441201 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474718 441201 3552 2790 0 468143 0
Current children cumulated CPU time: 3453.34 s
Current children cumulated vsize: 1898872 KiB
Current children cumulated memory: 1764804 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.13 2.10 3/251 56421
/proc/meminfo: memFree=125911152/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1898872 memory=1764804 CPUtime=3513.19 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 56696 0 0 0 349626 1693 0 0 20 0 1 0 57089994 1944444928 441201 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474718 441201 3552 2790 0 468143 0
Current children cumulated CPU time: 3513.19 s
Current children cumulated vsize: 1898872 KiB
Current children cumulated memory: 1764804 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.12 2.10 3/252 56428
/proc/meminfo: memFree=125911184/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1898872 memory=1764804 CPUtime=3573.05 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 56696 0 0 0 355583 1722 0 0 20 0 1 0 57089994 1944444928 441201 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474718 441201 3552 2790 0 468143 0
Current children cumulated CPU time: 3573.05 s
Current children cumulated vsize: 1898872 KiB
Current children cumulated memory: 1764804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 2.11 2.12 2.10 3/251 56623
/proc/meminfo: memFree=126084376/131250000 swapFree=33010416/33010684
[pid=56243] ppid=56240 vsize=1898872 memory=1764804 CPUtime=3600.08 cores=5,7
/proc/56243/stat : 56243 (ipbhs_scip) R 56240 56243 55261 0 -1 4194304 56773 0 0 0 358277 1731 0 0 20 0 1 0 57089994 1944444928 441201 18446744073709551615 94864244281344 94864255707741 140721343703376 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94864257843416 94864257888434 94864279457792 140721343711634 140721343711753 140721343711753 140721343717355 0
/proc/56243/statm: 474718 441201 3552 2790 0 468143 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1898872 KiB
Current children cumulated memory: 1764804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.77 s, system=17.3176 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.41
CPU time (s): 3600.09
CPU user time (s): 3582.77
CPU system time (s): 17.3176
CPU usage (%): 99.742
Max. virtual memory (cumulated for all children) (KiB): 1898872
Max. memory (cumulated for all children) (KiB): 1764804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.77
system time used= 17.3176
maximum resident set size= 1764804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56773
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= 129
involuntary context switches= 3856


# summary of solver processes directly reported to runsolver:
#   pid: 56243
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3582.77
#   total CPU system time (s): 17.3176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57526 second user time and 14.4857 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 01:55:01
IDJOB=4500072
IDBENCH=149403
IDSOLVER=3335
FILE ID=nodeC027/4500072-1751414101
RUNJOBID= nodeC027-1751410410-55306
SLURM_JOB_ID= 9598318
Free space on /tmp= 431400 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j60opt/normalized-j6045_4.std.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4500072-1751414101/watcher-4500072-1751414101 -o /tmp/evaluation-result-4500072-1751414101/solver-4500072-1751414101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751410410-55306 --watchdog 3760  ./ipbhs_scip HOME/instance-4500072-1751414101.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 2e74a757ac714177de3997bf1c5ad9e4
RANDOM SEED=1260668764

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127403068 kB
MemAvailable:   129039524 kB
Buffers:            2488 kB
Cached:          2438348 kB
SwapCached:           12 kB
Active:           773724 kB
Inactive:        2125384 kB
Active(anon):     473536 kB
Inactive(anon):     2792 kB
Active(file):     300188 kB
Inactive(file):  2122592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            143604 kB
Writeback:             0 kB
AnonPages:        461332 kB
Mapped:           114064 kB
Shmem:             18056 kB
KReclaimable:     105428 kB
Slab:             193468 kB
SReclaimable:     105428 kB
SUnreclaim:        88040 kB
KernelStack:        4064 kB
PageTables:         3632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     781924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431332 MiB
End job on nodeC027 at 2025-07-02 02:55:11