Trace number 4505064

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.13 3609.63

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_3_ic.opb
MD5SUM1a585859cd518f3581f5f80c37fe0c7b
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 benchmark14659783
Best CPU time to get the best result obtained on this benchmark72002.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
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
1.38/1.43	c limit for coefficient in constraints and objective to 1000000000
1.38/1.43	c will solve HOME/instance-4505064-1751455438.opb
1.38/1.43	c [0.06] 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 (60902 MiB free)
  memory of node 1: 64507 MiB (62896 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505064-1751455438/watcher-4505064-1751455438 -o /tmp/evaluation-result-4505064-1751455438/solver-4505064-1751455438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751451826-69888 --watchdog 3760 ./ipbhs_scip HOME/instance-4505064-1751455438.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=70351, runsolver pid=70348

[startup+0.100024 s]*
/proc/loadavg: 3.89 4.04 4.12 5/265 70352
/proc/meminfo: memFree=126716056/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=67284 memory=30432 CPUtime=0.09 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 4743 0 0 0 8 1 0 0 20 0 1 0 61224054 68898816 7576 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 16821 7608 1568 2790 0 10246 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67284 KiB
Current children cumulated memory: 30432 KiB

[startup+0.205573 s]*
/proc/loadavg: 3.89 4.04 4.12 5/265 70352
/proc/meminfo: memFree=126639384/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=82480 memory=42452 CPUtime=0.19 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 7522 0 0 0 18 1 0 0 20 0 1 0 61224054 84459520 10613 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 20620 10613 1568 2790 0 14045 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 82480 KiB
Current children cumulated memory: 42452 KiB

[startup+0.305467 s]*
/proc/loadavg: 3.89 4.04 4.12 5/265 70352
/proc/meminfo: memFree=126518996/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=89344 memory=52444 CPUtime=0.3 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 9484 0 0 0 28 2 0 0 20 0 1 0 61224054 91488256 13111 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 22336 13111 1568 2790 0 15761 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 89344 KiB
Current children cumulated memory: 52444 KiB

[startup+0.700156 s]
/proc/loadavg: 3.89 4.04 4.12 5/265 70352
/proc/meminfo: memFree=126414224/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=155352 memory=121168 CPUtime=0.68 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 21488 0 0 0 55 13 0 0 20 0 1 0 61224054 159080448 30292 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 38838 30292 1664 2790 0 32263 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 155352 KiB
Current children cumulated memory: 121168 KiB

[startup+1.50016 s]
/proc/loadavg: 3.89 4.04 4.12 5/265 70352
/proc/meminfo: memFree=126321416/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=441524 memory=414756 CPUtime=1.48 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 87890 0 0 0 103 45 0 0 20 0 1 0 61224054 452120576 103689 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 110381 103689 3136 2790 0 103806 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 441524 KiB
Current children cumulated memory: 414756 KiB

[startup+3.10545 s]
/proc/loadavg: 3.90 4.04 4.12 5/265 70352
/proc/meminfo: memFree=124579824/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=722804 memory=667300 CPUtime=3.08 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 150488 0 0 0 250 58 0 0 20 0 1 0 61224054 740151296 166825 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 180701 166825 3744 2790 0 174126 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 722804 KiB
Current children cumulated memory: 667300 KiB

[startup+6.30015 s]
/proc/loadavg: 3.90 4.04 4.12 5/265 70352
/proc/meminfo: memFree=123629240/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=722804 memory=667300 CPUtime=6.27 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 150500 0 0 0 552 75 0 0 20 0 1 0 61224054 740151296 166825 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 180701 166825 3744 2790 0 174126 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 722804 KiB
Current children cumulated memory: 667300 KiB

[startup+12.7002 s]
/proc/loadavg: 3.99 4.06 4.12 5/265 70352
/proc/meminfo: memFree=123443888/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=722804 memory=667300 CPUtime=12.65 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 150509 0 0 0 1162 103 0 0 20 0 1 0 61224054 740151296 166825 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 180701 166825 3744 2790 0 174126 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 722804 KiB
Current children cumulated memory: 667300 KiB

[startup+25.5002 s]
/proc/loadavg: 3.99 4.05 4.12 5/265 70352
/proc/meminfo: memFree=122279696/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=734480 memory=668836 CPUtime=25.41 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 150875 0 0 0 2384 157 0 0 20 0 1 0 61224054 752107520 167209 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 183620 167209 3744 2790 0 177045 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 734480 KiB
Current children cumulated memory: 668836 KiB

[startup+51.1055 s]
/proc/loadavg: 4.07 4.07 4.12 5/265 70353
/proc/meminfo: memFree=122045760/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=734480 memory=675460 CPUtime=50.94 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151002 0 0 0 4838 256 0 0 20 0 1 0 61224054 752107520 168865 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 183620 168865 3744 2790 0 177045 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 734480 KiB
Current children cumulated memory: 675460 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.07 4.12 5/265 70356
/proc/meminfo: memFree=121284156/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=753448 memory=688316 CPUtime=101.97 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151666 0 0 0 9753 444 0 0 20 0 1 0 61224054 771530752 172079 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 188362 172079 3744 2790 0 181787 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 753448 KiB
Current children cumulated memory: 688316 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.07 4.11 5/265 70358
/proc/meminfo: memFree=121090944/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=784268 memory=702924 CPUtime=161.78 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151744 0 0 0 15531 647 0 0 20 0 1 0 61224054 803090432 175731 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 196067 175731 3744 2790 0 189492 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 784268 KiB
Current children cumulated memory: 702924 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.09 4.11 5/265 70360
/proc/meminfo: memFree=120571528/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=784268 memory=713164 CPUtime=221.63 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151750 0 0 0 21305 858 0 0 20 0 1 0 61224054 803090432 178291 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 196067 178291 3744 2790 0 189492 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 784268 KiB
Current children cumulated memory: 713164 KiB

[startup+282.3 s]
/proc/loadavg: 4.40 4.16 4.14 5/265 70362
/proc/meminfo: memFree=120488816/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=784268 memory=713164 CPUtime=281.47 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151757 0 0 0 27064 1083 0 0 20 0 1 0 61224054 803090432 178291 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 196067 178291 3744 2790 0 189492 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 784268 KiB
Current children cumulated memory: 713164 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.15 4.13 5/263 70364
/proc/meminfo: memFree=120403204/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=784268 memory=715216 CPUtime=341.32 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151773 0 0 0 32843 1289 0 0 20 0 1 0 61224054 803090432 178804 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 196067 178804 3744 2790 0 189492 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 784268 KiB
Current children cumulated memory: 715216 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/264 70370
/proc/meminfo: memFree=120290828/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=784268 memory=725456 CPUtime=401.15 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 151778 0 0 0 38632 1483 0 0 20 0 1 0 61224054 803090432 181364 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 196067 181364 3744 2790 0 189492 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 784268 KiB
Current children cumulated memory: 725456 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/263 70373
/proc/meminfo: memFree=120239396/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=834356 memory=737744 CPUtime=461 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 152295 0 0 0 44431 1669 0 0 20 0 1 0 61224054 854380544 184436 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 208589 184436 3744 2790 0 202014 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 989400 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/263 70587
/proc/meminfo: memFree=115268176/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1102500 memory=989784 CPUtime=2854.76 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 196638 0 0 0 280453 5023 0 0 20 0 1 0 61224054 1128960000 247446 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 275625 247446 3744 2790 0 269050 0
Current children cumulated CPU time: 2854.76 s
Current children cumulated vsize: 1102500 KiB
Current children cumulated memory: 989784 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 70588
/proc/meminfo: memFree=115270572/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1105332 memory=992552 CPUtime=2914.6 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 196824 0 0 0 286420 5040 0 0 20 0 1 0 61224054 1131859968 248138 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276333 248138 3744 2790 0 269758 0
Current children cumulated CPU time: 2914.6 s
Current children cumulated vsize: 1105332 KiB
Current children cumulated memory: 992552 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 70590
/proc/meminfo: memFree=115269828/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1105332 memory=992552 CPUtime=2974.44 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 196830 0 0 0 292388 5056 0 0 20 0 1 0 61224054 1131859968 248138 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276333 248138 3744 2790 0 269758 0
Current children cumulated CPU time: 2974.44 s
Current children cumulated vsize: 1105332 KiB
Current children cumulated memory: 992552 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 70594
/proc/meminfo: memFree=115260308/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1105332 memory=992680 CPUtime=3034.29 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 196862 0 0 0 298357 5072 0 0 20 0 1 0 61224054 1131859968 248170 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276333 248170 3744 2790 0 269758 0
Current children cumulated CPU time: 3034.29 s
Current children cumulated vsize: 1105332 KiB
Current children cumulated memory: 992680 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/263 70597
/proc/meminfo: memFree=115261372/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1106256 memory=993448 CPUtime=3094.13 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197078 0 0 0 304325 5088 0 0 20 0 1 0 61224054 1132806144 248362 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276564 248362 3744 2790 0 269989 0
Current children cumulated CPU time: 3094.13 s
Current children cumulated vsize: 1106256 KiB
Current children cumulated memory: 993448 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 70599
/proc/meminfo: memFree=115261224/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1107180 memory=994472 CPUtime=3153.97 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197314 0 0 0 310300 5097 0 0 20 0 1 0 61224054 1133752320 248618 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276795 248618 3744 2790 0 270220 0
Current children cumulated CPU time: 3153.97 s
Current children cumulated vsize: 1107180 KiB
Current children cumulated memory: 994472 KiB

[startup+3222.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/263 70601
/proc/meminfo: memFree=115255204/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1107180 memory=994472 CPUtime=3213.81 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197316 0 0 0 316275 5106 0 0 20 0 1 0 61224054 1133752320 248618 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276795 248618 3744 2790 0 270220 0
Current children cumulated CPU time: 3213.81 s
Current children cumulated vsize: 1107180 KiB
Current children cumulated memory: 994472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 70603
/proc/meminfo: memFree=115260592/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1107708 memory=994984 CPUtime=3273.66 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197461 0 0 0 322241 5125 0 0 20 0 1 0 61224054 1134292992 248746 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 276927 248746 3744 2790 0 270352 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 1107708 KiB
Current children cumulated memory: 994984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 70605
/proc/meminfo: memFree=115245108/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1108104 memory=995368 CPUtime=3333.51 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197565 0 0 0 328208 5143 0 0 20 0 1 0 61224054 1134698496 248842 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 277026 248842 3744 2790 0 270451 0
Current children cumulated CPU time: 3333.51 s
Current children cumulated vsize: 1108104 KiB
Current children cumulated memory: 995368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 70612
/proc/meminfo: memFree=115240740/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1108104 memory=995368 CPUtime=3393.34 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197565 0 0 0 334176 5158 0 0 20 0 1 0 61224054 1134698496 248842 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 277026 248842 3744 2790 0 270451 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 1108104 KiB
Current children cumulated memory: 995368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 70614
/proc/meminfo: memFree=115231076/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1109292 memory=996520 CPUtime=3453.18 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 197854 0 0 0 340144 5174 0 0 20 0 1 0 61224054 1135915008 249130 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 277323 249130 3744 2790 0 270748 0
Current children cumulated CPU time: 3453.18 s
Current children cumulated vsize: 1109292 KiB
Current children cumulated memory: 996520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 70616
/proc/meminfo: memFree=115213736/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1112044 memory=999208 CPUtime=3513.03 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 198540 0 0 0 346101 5202 0 0 20 0 1 0 61224054 1138733056 249802 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 278011 249802 3744 2790 0 271436 0
Current children cumulated CPU time: 3513.03 s
Current children cumulated vsize: 1112044 KiB
Current children cumulated memory: 999208 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 70618
/proc/meminfo: memFree=115183180/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1113772 memory=1023552 CPUtime=3572.88 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 198995 0 0 0 352069 5219 0 0 20 0 1 0 61224054 1140502528 255888 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 278443 255888 3744 2790 0 271868 0
Current children cumulated CPU time: 3572.88 s
Current children cumulated vsize: 1113772 KiB
Current children cumulated memory: 1023552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.08 4.08 4.09 6/261 70703
/proc/meminfo: memFree=120986596/131250000 swapFree=33010684/33010684
[pid=70351] ppid=70348 vsize=1119248 memory=1053636 CPUtime=3600.08 cores=0,2
/proc/70351/stat : 70351 (ipbhs_scip) R 70348 70351 69878 0 -1 4194304 200421 0 0 0 354781 5227 0 0 20 0 1 0 61224054 1146109952 263409 18446744073709551615 94087715725312 94087727151709 140732229920576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94087729287384 94087729332402 94087759261696 140732229925266 140732229925385 140732229925385 140732229930987 0
/proc/70351/statm: 279812 263409 3744 2790 0 273237 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1119248 KiB
Current children cumulated memory: 1053636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3547.82 s, system=52.3068 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.63
CPU time (s): 3600.13
CPU user time (s): 3547.82
CPU system time (s): 52.3068
CPU usage (%): 99.7366
Max. virtual memory (cumulated for all children) (KiB): 1119248
Max. memory (cumulated for all children) (KiB): 1053636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3547.82
system time used= 52.3068
maximum resident set size= 1053636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200421
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= 70
involuntary context switches= 4641


# summary of solver processes directly reported to runsolver:
#   pid: 70351
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3547.82
#   total CPU system time (s): 52.3068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53361 second user time and 15.4288 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 13:23:58
IDJOB=4505064
IDBENCH=155733
IDSOLVER=3335
FILE ID=nodeC013/4505064-1751455438
RUNJOBID= nodeC013-1751451826-69888
SLURM_JOB_ID= 9598435
Free space on /tmp= 432428 MiB

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

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

MD5SUM BENCH= 1a585859cd518f3581f5f80c37fe0c7b
RANDOM SEED=2109321442

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		: 3597.607
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.829
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		: 3599.828
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		: 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.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.846
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		: 3599.852
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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		: 3700.000
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:        126772128 kB
MemAvailable:   127891524 kB
Buffers:            3280 kB
Cached:          1918140 kB
SwapCached:            0 kB
Active:          2169400 kB
Inactive:        1673216 kB
Active(anon):    1934484 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1673216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            341648 kB
Writeback:             0 kB
AnonPages:       1924072 kB
Mapped:           122128 kB
Shmem:             13284 kB
KReclaimable:     100608 kB
Slab:             189556 kB
SReclaimable:     100608 kB
SUnreclaim:        88948 kB
KernelStack:        4208 kB
PageTables:         6496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2311340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1286144 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= 431880 MiB
End job on nodeC013 at 2025-07-02 14:24:08