Trace number 4485260

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.01 3609.9

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core2586-950.opb
MD5SUM5a39ac8f1a01f5c3e570fe1132d30af4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark951
Best CPU time to get the best result obtained on this benchmark72001.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13215
Total number of constraints2587
Number of constraints which are clauses2586
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10632
Number of terms in the objective function 13215
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 23847
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 23847
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.00/0.08	c limit for coefficient in constraints and objective to 1000000000
0.00/0.08	c will solve HOME/instance-4485260-1751304613.opb
0.00/0.08	c [0.02] will start solving
0.78/0.83	c [0.05] solve iteration 1, LB=0, UB=23848
14.15/14.27	c [13.35] solve iteration 2, LB=936, UB=1340

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61168 MiB free)
  memory of node 1: 64465 MiB (57742 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485260-1751304613/watcher-4485260-1751304613 -o /tmp/evaluation-result-4485260-1751304613/solver-4485260-1751304613 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42205 --watchdog 3760 ./ipbhs_scip HOME/instance-4485260-1751304613.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=42426, runsolver pid=42423

[startup+0.100067 s]*
/proc/loadavg: 4.18 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121712528/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=87728 memory=61260 CPUtime=0.09 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 12396 0 0 0 7 2 0 0 20 0 1 0 46137934 89833472 15315 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 21932 15315 3168 2790 0 15357 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 87728 KiB
Current children cumulated memory: 61260 KiB

[startup+0.205459 s]*
/proc/loadavg: 4.18 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121680272/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=118888 memory=91852 CPUtime=0.19 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 19716 0 0 0 16 3 0 0 20 0 1 0 46137934 121741312 22963 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 29722 22963 3520 2790 0 23147 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 118888 KiB
Current children cumulated memory: 91852 KiB

[startup+0.305412 s]*
/proc/loadavg: 4.18 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121680272/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=119048 memory=91852 CPUtime=0.29 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 19719 0 0 0 26 3 0 0 20 0 1 0 46137934 121905152 22963 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 29762 22963 3520 2790 0 23187 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 119048 KiB
Current children cumulated memory: 91852 KiB

[startup+0.700181 s]
/proc/loadavg: 4.18 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121684692/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=123216 memory=95564 CPUtime=0.68 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 20640 0 0 0 65 3 0 0 20 0 1 0 46137934 126173184 23891 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 30804 23891 3552 2790 0 24229 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 123216 KiB
Current children cumulated memory: 95564 KiB

[startup+1.50017 s]
/proc/loadavg: 4.18 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121628748/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=212400 memory=155320 CPUtime=1.48 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 35707 0 0 0 142 6 0 0 20 0 1 0 46137934 217497600 38830 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 53100 38830 3712 2790 0 46525 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 212400 KiB
Current children cumulated memory: 155320 KiB

[startup+3.10525 s]
/proc/loadavg: 4.17 4.11 4.05 6/264 42427
/proc/meminfo: memFree=121615660/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=213332 memory=155832 CPUtime=3.08 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 35844 0 0 0 302 6 0 0 20 0 1 0 46137934 218451968 38958 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 53333 38958 3712 2790 0 46758 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 213332 KiB
Current children cumulated memory: 155832 KiB

[startup+6.30017 s]
/proc/loadavg: 4.17 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121604064/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=214412 memory=156600 CPUtime=6.27 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 36055 0 0 0 621 6 0 0 20 0 1 0 46137934 219557888 39150 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 53603 39150 3712 2790 0 47028 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 214412 KiB
Current children cumulated memory: 156600 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.05 5/264 42427
/proc/meminfo: memFree=121620036/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=214412 memory=156856 CPUtime=12.65 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 36100 0 0 0 1259 6 0 0 20 0 1 0 46137934 219557888 39214 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 53603 39214 3712 2790 0 47028 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 214412 KiB
Current children cumulated memory: 156856 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.12 4.06 5/264 42427
/proc/meminfo: memFree=121508000/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=286404 memory=224688 CPUtime=25.41 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 68694 0 0 0 2529 12 0 0 20 0 1 0 46137934 293277696 56172 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 71601 56172 3744 2790 0 65026 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 286404 KiB
Current children cumulated memory: 224688 KiB

[startup+51.1052 s]
/proc/loadavg: 4.13 4.11 4.05 5/264 42429
/proc/meminfo: memFree=121544708/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=315828 memory=268748 CPUtime=50.94 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 79940 0 0 0 5080 14 0 0 20 0 1 0 46137934 323407872 67187 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 78957 67187 3744 2790 0 72382 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 315828 KiB
Current children cumulated memory: 268748 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.17 4.08 5/265 42436
/proc/meminfo: memFree=121291740/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=378512 memory=328268 CPUtime=101.99 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 94810 0 0 0 10182 17 0 0 20 0 1 0 46137934 387596288 82067 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94628 82067 3744 2790 0 88053 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 378512 KiB
Current children cumulated memory: 328268 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.15 4.08 5/265 42438
/proc/meminfo: memFree=121391664/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=329164 CPUtime=161.82 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 95052 0 0 0 16165 17 0 0 20 0 1 0 46137934 388943872 82291 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 82291 3744 2790 0 88382 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 379828 KiB
Current children cumulated memory: 329164 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.14 4.08 5/265 42440
/proc/meminfo: memFree=121052260/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=329164 CPUtime=221.65 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 95052 0 0 0 22147 18 0 0 20 0 1 0 46137934 388943872 82291 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 82291 3744 2790 0 88382 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 379828 KiB
Current children cumulated memory: 329164 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.12 4.08 5/265 42442
/proc/meminfo: memFree=121097756/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=332492 CPUtime=281.48 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 95881 0 0 0 28130 18 0 0 20 0 1 0 46137934 388943872 83123 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 83123 3744 2790 0 88382 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 379828 KiB
Current children cumulated memory: 332492 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/264 42445
/proc/meminfo: memFree=121028916/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=333516 CPUtime=341.31 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 96113 0 0 0 34113 18 0 0 20 0 1 0 46137934 388943872 83379 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 83379 3744 2790 0 88382 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 379828 KiB
Current children cumulated memory: 333516 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.08 5/263 42447
/proc/meminfo: memFree=120872084/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=333516 CPUtime=401.13 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 96116 0 0 0 40095 18 0 0 20 0 1 0 46137934 388943872 83379 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 83379 3744 2790 0 88382 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 379828 KiB
Current children cumulated memory: 333516 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/264 42450
/proc/meminfo: memFree=120888640/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=379828 memory=333516 CPUtime=460.96 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 96128 0 0 0 46078 18 0 0 20 0 1 0 46137934 388943872 83379 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 94957 83379 3744 2790 0 88382 0
Current children cumulated CPU time: 460.96 s

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

Current children cumulated memory: 366652 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.13 4.12 5/263 42758
/proc/meminfo: memFree=124045484/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=387980 memory=366652 CPUtime=2914.18 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 102500 0 0 0 291386 32 0 0 20 0 1 0 46137934 397291520 91663 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 96995 91663 3744 2790 0 90420 0
Current children cumulated CPU time: 2914.18 s
Current children cumulated vsize: 387980 KiB
Current children cumulated memory: 366652 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.12 4.12 5/263 42760
/proc/meminfo: memFree=123995144/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=2974.04 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103319 0 0 0 297371 33 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 2974.04 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/263 42762
/proc/meminfo: memFree=123994560/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3033.88 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103319 0 0 0 303355 33 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3033.88 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/264 42768
/proc/meminfo: memFree=123958504/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3093.73 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103435 0 0 0 309339 34 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3093.73 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/264 42774
/proc/meminfo: memFree=123952744/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3153.57 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103436 0 0 0 315323 34 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3153.57 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/264 42776
/proc/meminfo: memFree=123904892/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3213.42 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103437 0 0 0 321307 35 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3213.42 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 42779
/proc/meminfo: memFree=123874800/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3273.27 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103438 0 0 0 327292 35 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3273.27 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 42781
/proc/meminfo: memFree=123876696/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3333.11 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103438 0 0 0 333276 35 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3333.11 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 42783
/proc/meminfo: memFree=123822708/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3392.96 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103438 0 0 0 339260 36 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3392.96 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 42786
/proc/meminfo: memFree=123785848/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=391524 memory=369852 CPUtime=3452.79 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 103439 0 0 0 345243 36 0 0 20 0 1 0 46137934 400920576 92463 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 97881 92463 3744 2790 0 91306 0
Current children cumulated CPU time: 3452.79 s
Current children cumulated vsize: 391524 KiB
Current children cumulated memory: 369852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 42788
/proc/meminfo: memFree=123764484/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=406376 memory=384060 CPUtime=3512.63 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 107103 0 0 0 351225 38 0 0 20 0 1 0 46137934 416129024 96015 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 101594 96015 3744 2790 0 95019 0
Current children cumulated CPU time: 3512.63 s
Current children cumulated vsize: 406376 KiB
Current children cumulated memory: 384060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 42790
/proc/meminfo: memFree=123707304/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=406376 memory=384060 CPUtime=3572.47 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 107133 0 0 0 357208 39 0 0 20 0 1 0 46137934 416129024 96015 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 101594 96015 3744 2790 0 95019 0
Current children cumulated CPU time: 3572.47 s
Current children cumulated vsize: 406376 KiB
Current children cumulated memory: 384060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 42791
/proc/meminfo: memFree=123700456/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=406376 memory=384060 CPUtime=3600 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 107133 0 0 0 359960 40 0 0 20 0 1 0 46137934 416129024 96015 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 101594 96015 3744 2790 0 95019 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 406376 KiB
Current children cumulated memory: 384060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.61 s, system=0.402387 s

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

[startup+3609.9 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 42791
/proc/meminfo: memFree=123700456/131250000 swapFree=33010684/33010684
[pid=42426] ppid=42423 vsize=406376 memory=384060 CPUtime=3600 cores=4,6
/proc/42426/stat : 42426 (ipbhs_scip) R 42423 42426 42194 0 -1 4194304 107133 0 0 0 359960 40 0 0 20 0 1 0 46137934 416129024 96015 18446744073709551615 94067325005824 94067336432221 140722152595408 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94067338567896 94067338612914 94067360329728 140722152597906 140722152598025 140722152598025 140722152603627 0
/proc/42426/statm: 101594 96015 3744 2790 0 95019 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 406376 KiB
Current children cumulated memory: 384060 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.9
CPU time (s): 3600.01
CPU user time (s): 3599.61
CPU system time (s): 0.402387
CPU usage (%): 99.726
Max. virtual memory (cumulated for all children) (KiB): 406376
Max. memory (cumulated for all children) (KiB): 384060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.402387
maximum resident set size= 384060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107133
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= 97
involuntary context switches= 2910


# summary of solver processes directly reported to runsolver:
#   pid: 42426
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.61
#   total CPU system time (s): 0.402387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.58803 second user time and 14.5593 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 19:30:13
IDJOB=4485260
IDBENCH=146778
IDSOLVER=3335
FILE ID=nodeC014/4485260-1751304613
RUNJOBID= nodeC014-1751303034-42205
SLURM_JOB_ID= 9594289
Free space on /tmp= 432804 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-core2586-950.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485260-1751304613/watcher-4485260-1751304613 -o /tmp/evaluation-result-4485260-1751304613/solver-4485260-1751304613 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42205 --watchdog 3760  ./ipbhs_scip HOME/instance-4485260-1751304613.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 5a39ac8f1a01f5c3e570fe1132d30af4
RANDOM SEED=993648572

nodeC014 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		: 3600.118
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	: 7000.23
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		: 3600.109
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	: 7000.23
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		: 3618.547
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	: 7000.23
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	: 7000.23
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121764504 kB
MemAvailable:   122586708 kB
Buffers:            3280 kB
Cached:          1627004 kB
SwapCached:            0 kB
Active:          7528628 kB
Inactive:        1370932 kB
Active(anon):    7287344 kB
Inactive(anon):        0 kB
Active(file):     241284 kB
Inactive(file):  1370932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70784 kB
Writeback:           132 kB
AnonPages:       7264796 kB
Mapped:           137036 kB
Shmem:             18068 kB
KReclaimable:      98456 kB
Slab:             186524 kB
SReclaimable:      98456 kB
SUnreclaim:        88068 kB
KernelStack:        4256 kB
PageTables:        17624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8034092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3575808 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:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC014 at 2025-06-30 20:30:24