Trace number 4502356

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-SCIP 2025-06-09? (TO) 3600.09 3611.02

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-methanosarcina.opb
MD5SUMe11b87324a00f3ba152132e9cc03d5bf
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 benchmark2723
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7930
Total number of constraints14604
Number of constraints which are clauses14604
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 7302
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 7302
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7302
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62287 MiB free)
  memory of node 1: 64507 MiB (61937 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=58050, runsolver pid=58047

[startup+0.100069 s]*
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=126858144/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=1962944 memory=426436 CPUtime=0.09 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 941 0 0 0 1 8 0 0 20 0 1 0 57457074 2010054656 106609 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 490736 106609 1600 2790 0 484161 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1962944 KiB
Current children cumulated memory: 426436 KiB

[startup+0.205571 s]*
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=126390192/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=1962944 memory=891332 CPUtime=0.2 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 1168 0 0 0 3 17 0 0 20 0 1 0 57457074 2010054656 222833 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 490736 222833 1600 2790 0 484161 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1962944 KiB
Current children cumulated memory: 891332 KiB

[startup+0.305472 s]*
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125949904/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=1962944 memory=1329604 CPUtime=0.29 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 1382 0 0 0 4 25 0 0 20 0 1 0 57457074 2010054656 332401 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 490736 332401 1600 2790 0 484161 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1962944 KiB
Current children cumulated memory: 1329604 KiB

[startup+0.700161 s]
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125317988/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992576 CPUtime=0.68 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15290 0 0 0 26 42 0 0 20 0 1 0 57457074 2065551360 498144 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498144 3488 2790 0 497710 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992576 KiB

[startup+1.50018 s]
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125238608/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992576 CPUtime=1.48 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15293 0 0 0 92 56 0 0 20 0 1 0 57457074 2065551360 498144 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498144 3488 2790 0 497710 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992576 KiB

[startup+3.10512 s]
/proc/loadavg: 2.29 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125182160/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992576 CPUtime=3.08 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15294 0 0 0 222 86 0 0 20 0 1 0 57457074 2065551360 498144 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498144 3488 2790 0 497710 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992576 KiB

[startup+6.30016 s]
/proc/loadavg: 2.27 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125182484/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992576 CPUtime=6.26 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15305 0 0 0 477 149 0 0 20 0 1 0 57457074 2065551360 498144 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498144 3488 2790 0 497710 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992576 KiB

[startup+12.7001 s]
/proc/loadavg: 2.33 2.18 2.12 3/252 58051
/proc/meminfo: memFree=125228412/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992704 CPUtime=12.65 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15319 0 0 0 983 282 0 0 20 0 1 0 57457074 2065551360 498176 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498176 3488 2790 0 497710 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992704 KiB

[startup+25.5002 s]
/proc/loadavg: 2.25 2.17 2.11 3/252 58051
/proc/meminfo: memFree=125288528/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017140 memory=1992704 CPUtime=25.43 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15342 0 0 0 1976 567 0 0 20 0 1 0 57457074 2065551360 498176 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504285 498176 3488 2790 0 497710 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2017140 KiB
Current children cumulated memory: 1992704 KiB

[startup+51.1053 s]
/proc/loadavg: 2.17 2.16 2.11 3/255 58055
/proc/meminfo: memFree=125212560/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2017496 memory=1992960 CPUtime=50.97 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 15409 0 0 0 3920 1177 0 0 20 0 1 0 57457074 2065915904 498240 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 504374 498240 3488 2790 0 497799 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2017496 KiB
Current children cumulated memory: 1992960 KiB

[startup+102.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/255 58056
/proc/meminfo: memFree=125184748/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2037620 memory=2013312 CPUtime=102.03 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 24549 0 0 0 7603 2600 0 0 20 0 1 0 57457074 2086522880 503328 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 509405 503328 3552 2790 0 502830 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2037620 KiB
Current children cumulated memory: 2013312 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 2.14 2.10 3/255 58058
/proc/meminfo: memFree=125112480/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2090572 memory=2053936 CPUtime=161.85 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 35425 0 0 0 12428 3757 0 0 20 0 1 0 57457074 2140745728 513484 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 522643 513484 3712 2790 0 516068 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 2090572 KiB
Current children cumulated memory: 2053936 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/254 58060
/proc/meminfo: memFree=125031872/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2140156 memory=2104240 CPUtime=221.65 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 45377 0 0 0 18161 4004 0 0 20 0 1 0 57457074 2191519744 526060 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 535039 526060 3712 2790 0 528464 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 2140156 KiB
Current children cumulated memory: 2104240 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 2.11 2.09 3/253 58062
/proc/meminfo: memFree=125024716/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2140156 memory=2104240 CPUtime=281.46 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 45377 0 0 0 24142 4004 0 0 20 0 1 0 57457074 2191519744 526060 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 535039 526060 3712 2790 0 528464 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 2140156 KiB
Current children cumulated memory: 2104240 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 2.10 2.09 3/254 58079
/proc/meminfo: memFree=125004384/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2140156 memory=2104240 CPUtime=341.26 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 45383 0 0 0 30122 4004 0 0 20 0 1 0 57457074 2191519744 526060 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 535039 526060 3712 2790 0 528464 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 2140156 KiB
Current children cumulated memory: 2104240 KiB

[startup+402.3 s]
/proc/loadavg: 2.13 2.12 2.09 3/253 58084
/proc/meminfo: memFree=124969032/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2140156 memory=2104240 CPUtime=401.07 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 45388 0 0 0 36103 4004 0 0 20 0 1 0 57457074 2191519744 526060 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 535039 526060 3712 2790 0 528464 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 2140156 KiB
Current children cumulated memory: 2104240 KiB

[startup+462.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/252 58086
/proc/meminfo: memFree=124931060/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2140156 memory=2104240 CPUtime=460.88 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 45389 0 0 0 42084 4004 0 0 20 0 1 0 57457074 2191519744 526060 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 535039 526060 3712 2790 0 528464 0

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

Current children cumulated memory: 2310924 KiB

[startup+2862.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/251 58199
/proc/meminfo: memFree=123915912/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=2853.7 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104066 0 0 0 277636 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 2853.7 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+2922.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/251 58205
/proc/meminfo: memFree=123915768/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=2913.53 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104118 0 0 0 283619 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 2913.53 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+2982.3 s]
/proc/loadavg: 2.14 2.12 2.09 3/251 58207
/proc/meminfo: memFree=123880104/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=2973.35 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104126 0 0 0 289601 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 2973.35 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+3042.3 s]
/proc/loadavg: 2.11 2.11 2.09 3/251 58209
/proc/meminfo: memFree=123827196/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=3033.17 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104127 0 0 0 295583 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 3033.17 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+3102.3 s]
/proc/loadavg: 2.16 2.12 2.09 3/252 58212
/proc/meminfo: memFree=123811320/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=3092.99 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104183 0 0 0 301565 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 3092.99 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+3162.3 s]
/proc/loadavg: 2.17 2.13 2.10 3/252 58214
/proc/meminfo: memFree=123800912/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=3152.81 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104187 0 0 0 307547 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 3152.81 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/252 58216
/proc/meminfo: memFree=123796352/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2334124 memory=2310924 CPUtime=3212.63 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 104218 0 0 0 313529 7734 0 0 20 0 1 0 57457074 2390142976 577731 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 583531 577731 3744 2790 0 576956 0
Current children cumulated CPU time: 3212.63 s
Current children cumulated vsize: 2334124 KiB
Current children cumulated memory: 2310924 KiB

[startup+3282.3 s]
/proc/loadavg: 2.16 2.12 2.09 3/252 58218
/proc/meminfo: memFree=123759456/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2335660 CPUtime=3272.43 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 106317 0 0 0 319508 7735 0 0 20 0 1 0 57457074 2418745344 583915 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 583915 3744 2790 0 583939 0
Current children cumulated CPU time: 3272.43 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2335660 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.10 2.09 3/252 58220
/proc/meminfo: memFree=123743124/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2337720 CPUtime=3332.22 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 106318 0 0 0 325487 7735 0 0 20 0 1 0 57457074 2418745344 584430 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 584430 3744 2790 0 583939 0
Current children cumulated CPU time: 3332.22 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2337720 KiB

[startup+3402.3 s]
/proc/loadavg: 2.06 2.09 2.09 3/251 58225
/proc/meminfo: memFree=123688996/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2385088 memory=2351896 CPUtime=3392.02 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 106853 0 0 0 331467 7735 0 0 20 0 1 0 57457074 2442330112 587974 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 596272 587974 3744 2790 0 589697 0
Current children cumulated CPU time: 3392.02 s
Current children cumulated vsize: 2385088 KiB
Current children cumulated memory: 2351896 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/251 58227
/proc/meminfo: memFree=123693264/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2340356 CPUtime=3451.82 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 107042 0 0 0 336770 8412 0 0 20 0 1 0 57457074 2418745344 585089 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 585089 3744 2790 0 583939 0
Current children cumulated CPU time: 3451.82 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2340356 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/253 58235
/proc/meminfo: memFree=123694076/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2340740 CPUtime=3511.63 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 107167 0 0 0 342751 8412 0 0 20 0 1 0 57457074 2418745344 585185 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 585185 3744 2790 0 583939 0
Current children cumulated CPU time: 3511.63 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2340740 KiB

[startup+3582.3 s]
/proc/loadavg: 2.11 2.09 2.09 3/253 58237
/proc/meminfo: memFree=123716628/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2340740 CPUtime=3571.44 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 107210 0 0 0 348732 8412 0 0 20 0 1 0 57457074 2418745344 585185 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 585185 3744 2790 0 583939 0
Current children cumulated CPU time: 3571.44 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2340740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 1.84 2.03 2.07 2/247 58269
/proc/meminfo: memFree=125853336/131250000 swapFree=33010416/33010684
[pid=58050] ppid=58047 vsize=2362056 memory=2340740 CPUtime=3600.06 cores=5,7
/proc/58050/stat : 58050 (ipbhs_scip) R 58047 58050 55261 0 -1 4194304 107217 0 0 0 351594 8412 0 0 20 0 1 0 57457074 2418745344 585185 18446744073709551615 94349467963392 94349479389789 140737244767296 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94349481525464 94349481570482 94349514260480 140737244768658 140737244768777 140737244768777 140737244774379 0
/proc/58050/statm: 590514 585185 3744 2790 0 583939 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2362056 KiB
Current children cumulated memory: 2340740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3515.95 s, system=84.1412 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): 3611.02
CPU time (s): 3600.09
CPU user time (s): 3515.95
CPU system time (s): 84.1412
CPU usage (%): 99.6973
Max. virtual memory (cumulated for all children) (KiB): 2385088
Max. memory (cumulated for all children) (KiB): 2351896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3515.95
system time used= 84.1412
maximum resident set size= 2351896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107217
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= 90
involuntary context switches= 3964


# summary of solver processes directly reported to runsolver:
#   pid: 58050
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3515.95
#   total CPU system time (s): 84.1412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42673 second user time and 15.0481 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 02:56:12
IDJOB=4502356
IDBENCH=155329
IDSOLVER=3335
FILE ID=nodeC027/4502356-1751417772
RUNJOBID= nodeC027-1751410410-55306
SLURM_JOB_ID= 9598318
Free space on /tmp= 431396 MiB

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

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

MD5SUM BENCH= e11b87324a00f3ba152132e9cc03d5bf
RANDOM SEED=1135674511

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127206740 kB
MemAvailable:   128852660 kB
Buffers:            2488 kB
Cached:          2447620 kB
SwapCached:           12 kB
Active:          1088552 kB
Inactive:        2134656 kB
Active(anon):     788364 kB
Inactive(anon):     2792 kB
Active(file):     300188 kB
Inactive(file):  2131864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            155516 kB
Writeback:             4 kB
AnonPages:        776180 kB
Mapped:           115060 kB
Shmem:             18056 kB
KReclaimable:     105816 kB
Slab:             193900 kB
SReclaimable:     105816 kB
SUnreclaim:        88084 kB
KernelStack:        4064 kB
PageTables:         4308 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1110032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431408 MiB
End job on nodeC027 at 2025-07-02 03:56:23