Trace number 4522490

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.12 3610.07

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
MD5SUM47b2881d5fb8f7c37ab5426a5dd64ce5
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 benchmark750
Best CPU time to get the best result obtained on this benchmark8.45878
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196307
Total number of constraints196308
Number of constraints which are clauses177494
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints15926
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
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
1.99/2.09	c limit for coefficient in constraints and objective to 1000000000
1.99/2.09	c will solve HOME/instance-4522490-1751599535.opb
1.99/2.09	c [0.08] 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 (61533 MiB free)
  memory of node 1: 64465 MiB (63254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522490-1751599535/watcher-4522490-1751599535 -o /tmp/evaluation-result-4522490-1751599535/solver-4522490-1751599535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81657 --watchdog 3760 ./ipbhs_scip HOME/instance-4522490-1751599535.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=82056, runsolver pid=82053

[startup+0.100114 s]*
/proc/loadavg: 4.11 4.12 4.12 5/244 82057
/proc/meminfo: memFree=127500852/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=562904 memory=313820 CPUtime=0.1 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 1959 0 0 0 1 9 0 0 20 0 1 0 75632373 576413696 78455 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 140726 78455 1568 2790 0 134151 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 562904 KiB
Current children cumulated memory: 313820 KiB

[startup+0.214018 s]*
/proc/loadavg: 4.11 4.12 4.12 5/242 82057
/proc/meminfo: memFree=127241040/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=577708 memory=538320 CPUtime=0.21 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 4483 0 0 0 6 15 0 0 20 0 1 0 75632373 591572992 134580 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 144427 134580 1568 2790 0 137852 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 577708 KiB
Current children cumulated memory: 538320 KiB

[startup+0.313576 s]*
/proc/loadavg: 4.11 4.12 4.12 5/243 82058
/proc/meminfo: memFree=127204008/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=592728 memory=553204 CPUtime=0.31 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 7692 0 0 0 15 16 0 0 20 0 1 0 75632373 606953472 138301 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 148182 138301 1568 2790 0 141607 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 592728 KiB
Current children cumulated memory: 553204 KiB

[startup+0.70029 s]
/proc/loadavg: 4.11 4.12 4.12 5/242 82058
/proc/meminfo: memFree=127083236/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=654020 memory=611956 CPUtime=0.68 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 16607 0 0 0 49 19 0 0 20 0 1 0 75632373 669716480 152925 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 163505 152957 1664 2790 0 156930 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 654020 KiB
Current children cumulated memory: 611956 KiB

[startup+1.50029 s]
/proc/loadavg: 4.11 4.12 4.12 4/242 82095
/proc/meminfo: memFree=128008844/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=744120 memory=704424 CPUtime=1.48 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 30067 0 0 0 113 35 0 0 20 0 1 0 75632373 761978880 176106 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 186030 176106 1664 2790 0 179455 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 744120 KiB
Current children cumulated memory: 704424 KiB

[startup+3.11301 s]
/proc/loadavg: 4.10 4.12 4.12 5/252 82124
/proc/meminfo: memFree=126965544/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1397512 memory=1341360 CPUtime=3.08 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 185017 0 0 0 232 76 0 0 20 0 1 0 75632373 1431052288 335340 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 349378 335340 3520 2790 0 342803 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1397512 KiB
Current children cumulated memory: 1341360 KiB

[startup+6.3003 s]
/proc/loadavg: 4.10 4.12 4.12 5/252 82124
/proc/meminfo: memFree=125598120/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1519732 memory=1448484 CPUtime=6.26 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 210692 0 0 0 540 86 0 0 20 0 1 0 75632373 1556205568 362121 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 379933 362121 3648 2790 0 373358 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1519732 KiB
Current children cumulated memory: 1448484 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.13 4.13 5/253 82215
/proc/meminfo: memFree=124594584/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1531408 memory=1452068 CPUtime=12.64 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 210965 0 0 0 1174 90 0 0 20 0 1 0 75632373 1568161792 363017 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 382852 363017 3648 2790 0 376277 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1531408 KiB
Current children cumulated memory: 1452068 KiB

[startup+25.5004 s]
/proc/loadavg: 4.20 4.14 4.13 4/252 82223
/proc/meminfo: memFree=124555160/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1550376 memory=1465552 CPUtime=25.4 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 211745 0 0 0 2440 100 0 0 20 0 1 0 75632373 1587585024 366388 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 387594 366388 3648 2790 0 381019 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1550376 KiB
Current children cumulated memory: 1465552 KiB

[startup+51.1131 s]
/proc/loadavg: 4.13 4.13 4.12 5/253 82261
/proc/meminfo: memFree=123306720/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1631284 memory=1518596 CPUtime=50.93 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 212601 0 0 0 4978 115 0 0 20 0 1 0 75632373 1670434816 379649 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 407821 379649 3648 2790 0 401246 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1631284 KiB
Current children cumulated memory: 1518596 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/253 82263
/proc/meminfo: memFree=123132024/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1631284 memory=1522308 CPUtime=101.98 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 212658 0 0 0 10071 127 0 0 20 0 1 0 75632373 1670434816 380577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 407821 380577 3648 2790 0 401246 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1631284 KiB
Current children cumulated memory: 1522308 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/253 82309
/proc/meminfo: memFree=123486748/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1631284 memory=1544836 CPUtime=161.82 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 212774 0 0 0 16035 147 0 0 20 0 1 0 75632373 1670434816 386209 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 407821 386209 3648 2790 0 401246 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1631284 KiB
Current children cumulated memory: 1544836 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/253 82313
/proc/meminfo: memFree=123366676/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1756300 memory=1612536 CPUtime=221.67 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 223623 0 0 0 22001 166 0 0 20 0 1 0 75632373 1798451200 403134 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 439075 403134 3648 2790 0 432500 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 1756300 KiB
Current children cumulated memory: 1612536 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/252 82315
/proc/meminfo: memFree=123284348/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1779488 memory=1647428 CPUtime=281.51 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 229052 0 0 0 27975 176 0 0 20 0 1 0 75632373 1822195712 411857 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 444872 411857 3648 2790 0 438297 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 1779488 KiB
Current children cumulated memory: 1647428 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.14 4.12 5/250 82318
/proc/meminfo: memFree=123167136/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1795744 memory=1678604 CPUtime=341.37 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 233163 0 0 0 33951 186 0 0 20 0 1 0 75632373 1838841856 419651 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 448936 419651 3648 2790 0 442361 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 1795744 KiB
Current children cumulated memory: 1678604 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/250 82410
/proc/meminfo: memFree=124360828/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1826244 memory=1717128 CPUtime=401.18 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 240801 0 0 0 39918 200 0 0 20 0 1 0 75632373 1870073856 429282 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 456561 429282 3648 2790 0 449986 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 1826244 KiB
Current children cumulated memory: 1717128 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.12 4.11 5/251 82417
/proc/meminfo: memFree=124323876/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=1843968 memory=1748360 CPUtime=461.03 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 244851 0 0 0 45893 210 0 0 20 0 1 0 75632373 1888223232 437090 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 460992 437090 3648 2790 0 454417 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 3453284 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.21 4.23 5/250 82762
/proc/meminfo: memFree=119251904/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453284 CPUtime=2854.51 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 513445 0 0 0 284819 632 0 0 20 0 1 0 75632373 3800821760 863321 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863321 3648 2790 0 921360 0
Current children cumulated CPU time: 2854.51 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453284 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.18 4.22 5/250 82768
/proc/meminfo: memFree=119253020/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453412 CPUtime=2914.33 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 513469 0 0 0 290798 635 0 0 20 0 1 0 75632373 3800821760 863353 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863353 3648 2790 0 921360 0
Current children cumulated CPU time: 2914.33 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453412 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.16 4.21 5/250 82771
/proc/meminfo: memFree=119248708/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453412 CPUtime=2974.15 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 513758 0 0 0 296775 640 0 0 20 0 1 0 75632373 3800821760 863353 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863353 3648 2790 0 921360 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453412 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.16 4.20 5/250 82773
/proc/meminfo: memFree=119248596/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453540 CPUtime=3033.96 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 513800 0 0 0 302750 646 0 0 20 0 1 0 75632373 3800821760 863385 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863385 3648 2790 0 921360 0
Current children cumulated CPU time: 3033.96 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453540 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.16 4.20 5/250 82775
/proc/meminfo: memFree=119250704/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453540 CPUtime=3093.79 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514088 0 0 0 308723 656 0 0 20 0 1 0 75632373 3800821760 863385 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863385 3648 2790 0 921360 0
Current children cumulated CPU time: 3093.79 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453540 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.18 4.20 5/250 82777
/proc/meminfo: memFree=119245852/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3453540 CPUtime=3153.61 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514111 0 0 0 314695 666 0 0 20 0 1 0 75632373 3800821760 863385 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863385 3648 2790 0 921360 0
Current children cumulated CPU time: 3153.61 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3453540 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.17 4.19 6/250 82778
/proc/meminfo: memFree=119249620/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3213.44 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514603 0 0 0 320670 674 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3213.44 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.15 4.18 5/250 82783
/proc/meminfo: memFree=119226252/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3273.26 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514603 0 0 0 326644 682 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3273.26 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.18 5/250 82785
/proc/meminfo: memFree=119223784/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3333.09 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514891 0 0 0 332619 690 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3333.09 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/250 82787
/proc/meminfo: memFree=119226880/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3392.91 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 514891 0 0 0 338593 698 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3392.91 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.17 5/250 82789
/proc/meminfo: memFree=119220800/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3452.75 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 515178 0 0 0 344571 704 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3452.75 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/250 82795
/proc/meminfo: memFree=119217308/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3512.57 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 515190 0 0 0 350549 708 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3512.57 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/250 82797
/proc/meminfo: memFree=119219900/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3572.42 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 515475 0 0 0 356532 710 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3572.42 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.19 4.14 4.17 5/250 82798
/proc/meminfo: memFree=119218316/131382120 swapFree=33010416/33010684
[pid=82056] ppid=82053 vsize=3711740 memory=3454308 CPUtime=3600.04 cores=1,3
/proc/82056/stat : 82056 (ipbhs_scip) R 82053 82056 81645 0 -1 4194304 515475 0 0 0 359294 710 0 0 20 0 1 0 75632373 3800821760 863577 18446744073709551615 94631512846336 94631524272733 140724344558128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94631526408408 94631526453426 94631542067200 140724344560018 140724344560137 140724344560137 140724344565739 0
/proc/82056/statm: 927935 863577 3648 2790 0 921360 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3711740 KiB
Current children cumulated memory: 3454308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.95 s, system=7.16622 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): 3610.07
CPU time (s): 3600.12
CPU user time (s): 3592.95
CPU system time (s): 7.16622
CPU usage (%): 99.7242
Max. virtual memory (cumulated for all children) (KiB): 3711740
Max. memory (cumulated for all children) (KiB): 3454308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.95
system time used= 7.16622
maximum resident set size= 3454308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515475
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= 150
involuntary context switches= 2743


# summary of solver processes directly reported to runsolver:
#   pid: 82056
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3592.95
#   total CPU system time (s): 7.16622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1608 second user time and 35.9223 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 05:25:35
IDJOB=4522490
IDBENCH=179048
IDSOLVER=3335
FILE ID=nodeC002/4522490-1751599535
RUNJOBID= nodeC002-1751595922-81657
SLURM_JOB_ID= 9598862
Free space on /tmp= 432476 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522490-1751599535/watcher-4522490-1751599535 -o /tmp/evaluation-result-4522490-1751599535/solver-4522490-1751599535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81657 --watchdog 3760  ./ipbhs_scip HOME/instance-4522490-1751599535.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 47b2881d5fb8f7c37ab5426a5dd64ce5
RANDOM SEED=84587998

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.510
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.81
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		: 2793.548
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.81
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.225
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.81
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.442
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.81
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		: 1895.611
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127788300 kB
MemAvailable:   128671116 kB
Buffers:            2128 kB
Cached:          1687264 kB
SwapCached:           28 kB
Active:          1606032 kB
Inactive:        1384172 kB
Active(anon):    1312340 kB
Inactive(anon):     6404 kB
Active(file):     293692 kB
Inactive(file):  1377768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            156296 kB
Writeback:             0 kB
AnonPages:       1304016 kB
Mapped:           114436 kB
Shmem:             17932 kB
KReclaimable:     101968 kB
Slab:             187288 kB
SReclaimable:     101968 kB
SUnreclaim:        85320 kB
KernelStack:        4000 kB
PageTables:         4880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1619632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432360 MiB
End job on nodeC002 at 2025-07-04 06:25:46