Trace number 4505156

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.1 3610.19

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark14112257
Best CPU time to get the best result obtained on this benchmark71204
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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
11.97/12.08	c limit for coefficient in constraints and objective to 1000000000
11.97/12.08	c will solve HOME/instance-4505156-1751456718.opb
11.97/12.08	c [0.42] will start solving
19.54/19.68	c [1.21] solve iteration 1, LB=-100, UB=187029966917

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 (56547 MiB free)
  memory of node 1: 64507 MiB (61850 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505156-1751456718/watcher-4505156-1751456718 -o /tmp/evaluation-result-4505156-1751456718/solver-4505156-1751456718 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751451826-69891 --watchdog 3760 ./ipbhs_scip HOME/instance-4505156-1751456718.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
solver pid=70499, runsolver pid=70496
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 70500
/proc/meminfo: memFree=120846476/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=755732 memory=435308 CPUtime=0.09 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 1657 0 0 0 1 8 0 0 20 0 1 0 61352143 773869568 108827 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 188933 108827 1568 2790 0 182358 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 755732 KiB
Current children cumulated memory: 435308 KiB

[startup+0.205702 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 70500
/proc/meminfo: memFree=120505752/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=794904 memory=732720 CPUtime=0.19 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 3914 0 0 0 5 14 0 0 20 0 1 0 61352143 813981696 183180 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 198890 183180 1568 2790 0 192315 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 794904 KiB
Current children cumulated memory: 732720 KiB

[startup+0.305497 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 70500
/proc/meminfo: memFree=120497940/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=812488 memory=749692 CPUtime=0.3 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 7144 0 0 0 15 15 0 0 20 0 1 0 61352143 831987712 187423 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 203122 187423 1568 2790 0 196547 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 812488 KiB
Current children cumulated memory: 749692 KiB

[startup+0.700192 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 70500
/proc/meminfo: memFree=120482068/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=870732 memory=804336 CPUtime=0.69 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 13632 0 0 0 52 17 0 0 20 0 1 0 61352143 891629568 201084 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 217683 201084 1568 2790 0 211108 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 870732 KiB
Current children cumulated memory: 804336 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 70500
/proc/meminfo: memFree=120412948/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=970036 memory=904240 CPUtime=1.48 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 25831 0 0 0 127 21 0 0 20 0 1 0 61352143 993316864 226060 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 242509 226060 1568 2790 0 235934 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 970036 KiB
Current children cumulated memory: 904240 KiB

[startup+3.10528 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 70500
/proc/meminfo: memFree=120211080/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=1115276 memory=1049404 CPUtime=3.08 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 52505 0 0 0 281 27 0 0 20 0 1 0 61352143 1142042624 262351 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 278819 262351 1568 2790 0 272244 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1115276 KiB
Current children cumulated memory: 1049404 KiB

[startup+6.30015 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 70500
/proc/meminfo: memFree=119711472/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=1681636 memory=1604476 CPUtime=6.27 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 95681 0 0 0 509 118 0 0 20 0 1 0 61352143 1721995264 401119 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 420409 401119 1696 2790 0 413834 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1681636 KiB
Current children cumulated memory: 1604476 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 70500
/proc/meminfo: memFree=117604800/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=4039076 memory=3790104 CPUtime=12.66 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 577058 0 0 0 898 368 0 0 20 0 1 0 61352143 4136013824 947526 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1009769 947526 3200 2790 0 1003194 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4039076 KiB
Current children cumulated memory: 3790104 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 70500
/proc/meminfo: memFree=115653832/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=5973296 memory=5581168 CPUtime=25.42 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 966521 0 0 0 2100 442 0 0 20 0 1 0 61352143 6116655104 1395292 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1493324 1395292 3680 2790 0 1486749 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 5973296 KiB
Current children cumulated memory: 5581168 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 70501
/proc/meminfo: memFree=115584140/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5633356 CPUtime=50.96 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 973558 0 0 0 4623 473 0 0 20 0 1 0 61352143 6168641536 1408339 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1408339 3712 2790 0 1499441 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5633356 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 70502
/proc/meminfo: memFree=115558584/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5639676 CPUtime=102.04 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 973681 0 0 0 9645 559 0 0 20 0 1 0 61352143 6168641536 1409919 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1409919 3712 2790 0 1499441 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5639676 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 70504
/proc/meminfo: memFree=115555304/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5647884 CPUtime=161.91 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 973820 0 0 0 15534 657 0 0 20 0 1 0 61352143 6168641536 1411971 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1411971 3712 2790 0 1499441 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5647884 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 70507
/proc/meminfo: memFree=115543572/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5656076 CPUtime=221.77 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 973922 0 0 0 21428 749 0 0 20 0 1 0 61352143 6168641536 1414019 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1414019 3712 2790 0 1499441 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5656076 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 70509
/proc/meminfo: memFree=115523276/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5664268 CPUtime=281.63 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 973982 0 0 0 27314 849 0 0 20 0 1 0 61352143 6168641536 1416067 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1416067 3712 2790 0 1499441 0
Current children cumulated CPU time: 281.63 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5664268 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 70516
/proc/meminfo: memFree=115503640/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5670540 CPUtime=341.49 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 974051 0 0 0 33202 947 0 0 20 0 1 0 61352143 6168641536 1417635 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1417635 3712 2790 0 1499441 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5670540 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 70518
/proc/meminfo: memFree=115490960/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5678732 CPUtime=401.36 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 974144 0 0 0 39093 1043 0 0 20 0 1 0 61352143 6168641536 1419683 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1419683 3712 2790 0 1499441 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 6024064 KiB
Current children cumulated memory: 5678732 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 70520
/proc/meminfo: memFree=115480852/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6024064 memory=5686924 CPUtime=461.22 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 974243 0 0 0 44979 1143 0 0 20 0 1 0 61352143 6168641536 1421731 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1506016 1421731 3712 2790 0 1499441 0

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

Current children cumulated memory: 5887856 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 70780
/proc/meminfo: memFree=62292892/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5894000 CPUtime=2914.96 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 980062 0 0 0 286584 4912 0 0 20 0 1 0 61352143 6524157952 1473500 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1473500 3712 2790 0 1586237 0
Current children cumulated CPU time: 2914.96 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5894000 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 70782
/proc/meminfo: memFree=62192400/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5898096 CPUtime=2974.72 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 980247 0 0 0 292478 4994 0 0 20 0 1 0 61352143 6524157952 1474524 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1474524 3712 2790 0 1586237 0
Current children cumulated CPU time: 2974.72 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5898096 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 70787
/proc/meminfo: memFree=62191196/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5904240 CPUtime=3034.48 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 980317 0 0 0 298368 5080 0 0 20 0 1 0 61352143 6524157952 1476060 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1476060 3712 2790 0 1586237 0
Current children cumulated CPU time: 3034.48 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5904240 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 70789
/proc/meminfo: memFree=62187072/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5908336 CPUtime=3094.23 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 980531 0 0 0 304257 5166 0 0 20 0 1 0 61352143 6524157952 1477084 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1477084 3712 2790 0 1586237 0
Current children cumulated CPU time: 3094.23 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5908336 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 70791
/proc/meminfo: memFree=62185432/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5914480 CPUtime=3153.99 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 980745 0 0 0 310146 5253 0 0 20 0 1 0 61352143 6524157952 1478620 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478620 3712 2790 0 1586237 0
Current children cumulated CPU time: 3153.99 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5914480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 70793
/proc/meminfo: memFree=62177452/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5914480 CPUtime=3213.75 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 981937 0 0 0 316027 5348 0 0 20 0 1 0 61352143 6524157952 1478620 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478620 3712 2790 0 1586237 0
Current children cumulated CPU time: 3213.75 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5914480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 70795
/proc/meminfo: memFree=62187404/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5914480 CPUtime=3273.51 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 981992 0 0 0 321914 5437 0 0 20 0 1 0 61352143 6524157952 1478620 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478620 3712 2790 0 1586237 0
Current children cumulated CPU time: 3273.51 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5914480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 70798
/proc/meminfo: memFree=62193244/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5914480 CPUtime=3333.27 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982173 0 0 0 327801 5526 0 0 20 0 1 0 61352143 6524157952 1478620 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478620 3712 2790 0 1586237 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5914480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 70805
/proc/meminfo: memFree=62185540/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3393.02 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982325 0 0 0 333686 5616 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3393.02 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.19 4.12 5/264 70807
/proc/meminfo: memFree=62179392/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3452.79 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982371 0 0 0 339576 5703 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3452.79 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/264 70809
/proc/meminfo: memFree=62175656/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3512.55 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982566 0 0 0 345463 5792 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3512.55 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/264 70811
/proc/meminfo: memFree=62177636/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3572.31 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982741 0 0 0 351357 5874 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3572.31 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.34 4.20 4.12 5/264 70816
/proc/meminfo: memFree=62159868/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3600.01 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982749 0 0 0 354084 5917 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3540.85 s, system=59.2565 s

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

[startup+3610.11 s]
/proc/loadavg: 4.34 4.20 4.12 5/264 70816
/proc/meminfo: memFree=62159868/131250000 swapFree=33010684/33010684
[pid=70499] ppid=70496 vsize=6371248 memory=5915120 CPUtime=3600.01 cores=5,7
/proc/70499/stat : 70499 (ipbhs_scip) R 70496 70499 69878 0 -1 4194304 982749 0 0 0 354084 5917 0 0 20 0 1 0 61352143 6524157952 1478780 18446744073709551615 94618773385216 94618784811613 140730823467616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94618786947288 94618786992306 94618825678848 140730823473554 140730823473673 140730823473673 140730823479275 0
/proc/70499/statm: 1592812 1478780 3712 2790 0 1586237 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 6371248 KiB
Current children cumulated memory: 5915120 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.19
CPU time (s): 3600.1
CPU user time (s): 3540.85
CPU system time (s): 59.2565
CPU usage (%): 99.7206
Max. virtual memory (cumulated for all children) (KiB): 6371248
Max. memory (cumulated for all children) (KiB): 5915120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3540.85
system time used= 59.2565
maximum resident set size= 5915120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 982749
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= 80
involuntary context switches= 1309


# summary of solver processes directly reported to runsolver:
#   pid: 70499
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3540.85
#   total CPU system time (s): 59.2565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81379 second user time and 16.1935 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 13:45:19
IDJOB=4505156
IDBENCH=155745
IDSOLVER=3335
FILE ID=nodeC013/4505156-1751456718
RUNJOBID= nodeC013-1751451826-69891
SLURM_JOB_ID= 9598435
Free space on /tmp= 432332 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_ic.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505156-1751456718/watcher-4505156-1751456718 -o /tmp/evaluation-result-4505156-1751456718/solver-4505156-1751456718 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751451826-69891 --watchdog 3760  ./ipbhs_scip HOME/instance-4505156-1751456718.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=1017703319

nodeC013 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		: 3599.833
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.67
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.826
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.67
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		: 3600.091
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.67
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		: 3597.576
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.67
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		: 3599.819
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.67
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.67
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.396
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.67
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.825
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121239884 kB
MemAvailable:   122459316 kB
Buffers:            3280 kB
Cached:          2018128 kB
SwapCached:            0 kB
Active:          7588596 kB
Inactive:        1773208 kB
Active(anon):    7353680 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1773208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            169664 kB
Writeback:             4 kB
AnonPages:       7336940 kB
Mapped:           132104 kB
Shmem:             13284 kB
KReclaimable:     100696 kB
Slab:             189752 kB
SReclaimable:     100696 kB
SUnreclaim:        89056 kB
KernelStack:        4240 kB
PageTables:        17684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8096500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3543040 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC013 at 2025-07-02 14:45:29