Trace number 4504052

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 3609.44

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat85_4_27_4.opb
MD5SUM21308a801a9cbe43fb5a50efc40ff8ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5141383
Best CPU time to get the best result obtained on this benchmark1152.18
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 146273936801
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 146273936801
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
0.19/0.22	c limit for coefficient in constraints and objective to 1000000000
0.19/0.22	c will solve HOME/instance-4504052-1751435769.opb
0.19/0.22	c [0.01] will start solving
7.66/7.70	c [0.13] solve iteration 1, LB=-85, UB=146273936717

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 4.37 4.21 4.13 5/263 67501
/proc/meminfo: memFree=102483348/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=197124 memory=168108 CPUtime=0.09 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 4949 0 0 0 5 4 0 0 20 0 1 0 59257158 201854976 42027 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 49281 42027 1664 2790 0 42706 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 197124 KiB
Current children cumulated memory: 168108 KiB

[startup+0.205544 s]*
/proc/loadavg: 4.37 4.21 4.13 5/263 67501
/proc/meminfo: memFree=102475220/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=209632 memory=185772 CPUtime=0.19 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 7937 0 0 0 11 8 0 0 20 0 1 0 59257158 214663168 46443 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 52408 46443 3168 2790 0 45833 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 209632 KiB
Current children cumulated memory: 185772 KiB

[startup+0.305517 s]*
/proc/loadavg: 4.37 4.21 4.13 5/263 67501
/proc/meminfo: memFree=102419080/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=250764 memory=227244 CPUtime=0.29 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 18317 0 0 0 18 11 0 0 20 0 1 0 59257158 256782336 56811 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 62691 56811 3168 2790 0 56116 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 250764 KiB
Current children cumulated memory: 227244 KiB

[startup+0.700198 s]
/proc/loadavg: 4.37 4.21 4.13 5/263 67501
/proc/meminfo: memFree=102354568/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=337376 memory=301612 CPUtime=0.68 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 36444 0 0 0 51 17 0 0 20 0 1 0 59257158 345473024 75403 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 84344 75403 3680 2790 0 77769 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 337376 KiB
Current children cumulated memory: 301612 KiB

[startup+1.50018 s]
/proc/loadavg: 4.37 4.21 4.13 5/263 67501
/proc/meminfo: memFree=102338440/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=339700 memory=303916 CPUtime=1.48 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 37015 0 0 0 131 17 0 0 20 0 1 0 59257158 347852800 75979 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 84925 75979 3680 2790 0 78350 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 339700 KiB
Current children cumulated memory: 303916 KiB

[startup+3.10542 s]
/proc/loadavg: 4.34 4.21 4.12 5/263 67501
/proc/meminfo: memFree=102274180/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=418356 memory=369616 CPUtime=3.08 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 53475 0 0 0 288 20 0 0 20 0 1 0 59257158 428396544 92404 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 104589 92404 3712 2790 0 98014 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 418356 KiB
Current children cumulated memory: 369616 KiB

[startup+6.30019 s]
/proc/loadavg: 4.34 4.21 4.12 5/263 67501
/proc/meminfo: memFree=100797572/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=420252 memory=371536 CPUtime=6.27 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 53966 0 0 0 607 20 0 0 20 0 1 0 59257158 430338048 92884 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 105063 92884 3712 2790 0 98488 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 420252 KiB
Current children cumulated memory: 371536 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.20 4.12 5/263 67501
/proc/meminfo: memFree=98713560/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=461804 memory=410764 CPUtime=12.65 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 64790 0 0 0 1243 22 0 0 20 0 1 0 59257158 472887296 102691 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 115451 102691 3744 2790 0 108876 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 461804 KiB
Current children cumulated memory: 410764 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.20 4.12 5/263 67501
/proc/meminfo: memFree=98772844/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=464668 memory=416620 CPUtime=25.41 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 65713 0 0 0 2480 61 0 0 20 0 1 0 59257158 475820032 104155 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 116167 104155 3776 2790 0 109592 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 464668 KiB
Current children cumulated memory: 416620 KiB

[startup+51.1054 s]
/proc/loadavg: 4.24 4.20 4.12 5/263 67502
/proc/meminfo: memFree=98986464/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=471808 memory=423000 CPUtime=50.97 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 66827 0 0 0 4820 277 0 0 20 0 1 0 59257158 483131392 105750 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 117952 105750 3776 2790 0 111377 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 471808 KiB
Current children cumulated memory: 423000 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.18 4.12 5/263 67505
/proc/meminfo: memFree=99052964/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=490664 memory=438104 CPUtime=102.05 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 68024 0 0 0 9534 671 0 0 20 0 1 0 59257158 502439936 109526 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 122666 109526 3776 2790 0 116091 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 490664 KiB
Current children cumulated memory: 438104 KiB

[startup+162.3 s]
/proc/loadavg: 4.40 4.25 4.15 5/262 67551
/proc/meminfo: memFree=105072296/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=518208 memory=466252 CPUtime=161.91 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 70989 0 0 0 15092 1099 0 0 20 0 1 0 59257158 530644992 116563 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 129552 116563 3776 2790 0 122977 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 518208 KiB
Current children cumulated memory: 466252 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 4.23 4.15 5/262 67598
/proc/meminfo: memFree=116752988/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=615308 memory=557152 CPUtime=221.76 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 88086 0 0 0 20708 1468 0 0 20 0 1 0 59257158 630075392 139288 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 153827 139288 3776 2790 0 147252 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 615308 KiB
Current children cumulated memory: 557152 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.20 4.14 5/262 67600
/proc/meminfo: memFree=116599976/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=726844 memory=650540 CPUtime=281.59 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 104294 0 0 0 26420 1739 0 0 20 0 1 0 59257158 744288256 162635 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 181711 162635 3776 2790 0 175136 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 726844 KiB
Current children cumulated memory: 650540 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.18 4.14 5/262 67613
/proc/meminfo: memFree=116442464/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=845260 memory=720256 CPUtime=341.42 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 114049 0 0 0 32124 2018 0 0 20 0 1 0 59257158 865546240 180064 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 211315 180064 3776 2790 0 204740 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 845260 KiB
Current children cumulated memory: 720256 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.18 4.14 5/262 67615
/proc/meminfo: memFree=116288812/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=876756 memory=784440 CPUtime=401.25 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 121970 0 0 0 37861 2264 0 0 20 0 1 0 59257158 897798144 196110 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 219189 196110 3776 2790 0 212614 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 876756 KiB
Current children cumulated memory: 784440 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/264 67623
/proc/meminfo: memFree=116154624/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=925572 memory=847572 CPUtime=461.09 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 134181 0 0 0 43558 2551 0 0 20 0 1 0 59257158 947785728 211893 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 231393 211893 3776 2790 0 224818 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 1572012 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 67779
/proc/meminfo: memFree=110327748/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1726444 memory=1583788 CPUtime=2854.8 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 303570 0 0 0 273577 11903 0 0 20 0 1 0 59257158 1767878656 395947 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 431611 395947 3776 2790 0 425036 0
Current children cumulated CPU time: 2854.8 s
Current children cumulated vsize: 1726444 KiB
Current children cumulated memory: 1583788 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/264 67785
/proc/meminfo: memFree=109949964/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1739192 memory=1596588 CPUtime=2914.66 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 306760 0 0 0 279312 12154 0 0 20 0 1 0 59257158 1780932608 399147 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 434798 399147 3776 2790 0 428223 0
Current children cumulated CPU time: 2914.66 s
Current children cumulated vsize: 1739192 KiB
Current children cumulated memory: 1596588 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/263 67787
/proc/meminfo: memFree=109912976/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1748328 memory=1605676 CPUtime=2974.52 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 309048 0 0 0 285117 12335 0 0 20 0 1 0 59257158 1790287872 401419 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 437082 401419 3776 2790 0 430507 0
Current children cumulated CPU time: 2974.52 s
Current children cumulated vsize: 1748328 KiB
Current children cumulated memory: 1605676 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 67789
/proc/meminfo: memFree=109850472/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1756364 memory=1613740 CPUtime=3034.37 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 311254 0 0 0 290935 12502 0 0 20 0 1 0 59257158 1798516736 403435 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 439091 403435 3776 2790 0 432516 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 1756364 KiB
Current children cumulated memory: 1613740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 67791
/proc/meminfo: memFree=109807940/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1770624 memory=1627948 CPUtime=3094.22 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 314857 0 0 0 296611 12811 0 0 20 0 1 0 59257158 1813118976 406987 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 442656 406987 3776 2790 0 436081 0
Current children cumulated CPU time: 3094.22 s
Current children cumulated vsize: 1770624 KiB
Current children cumulated memory: 1627948 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/263 67794
/proc/meminfo: memFree=109738868/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1781656 memory=1638700 CPUtime=3154.06 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 317529 0 0 0 302357 13049 0 0 20 0 1 0 59257158 1824415744 409675 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 445414 409675 3776 2790 0 438839 0
Current children cumulated CPU time: 3154.06 s
Current children cumulated vsize: 1781656 KiB
Current children cumulated memory: 1638700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 67799
/proc/meminfo: memFree=109831360/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1790256 memory=1647276 CPUtime=3213.91 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 319679 0 0 0 308145 13246 0 0 20 0 1 0 59257158 1833222144 411819 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 447564 411819 3776 2790 0 440989 0
Current children cumulated CPU time: 3213.91 s
Current children cumulated vsize: 1790256 KiB
Current children cumulated memory: 1647276 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 67801
/proc/meminfo: memFree=109806172/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1797656 memory=1654700 CPUtime=3273.75 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 321742 0 0 0 313950 13425 0 0 20 0 1 0 59257158 1840799744 413675 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 449414 413675 3776 2790 0 442839 0
Current children cumulated CPU time: 3273.75 s
Current children cumulated vsize: 1797656 KiB
Current children cumulated memory: 1654700 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 67803
/proc/meminfo: memFree=109773544/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1806616 memory=1663660 CPUtime=3333.61 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 324005 0 0 0 319723 13638 0 0 20 0 1 0 59257158 1849974784 415915 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 451654 415915 3776 2790 0 445079 0
Current children cumulated CPU time: 3333.61 s
Current children cumulated vsize: 1806616 KiB
Current children cumulated memory: 1663660 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 67805
/proc/meminfo: memFree=109716520/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1814972 memory=1671980 CPUtime=3393.46 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 326094 0 0 0 325512 13834 0 0 20 0 1 0 59257158 1858531328 417995 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 453743 417995 3776 2790 0 447168 0
Current children cumulated CPU time: 3393.46 s
Current children cumulated vsize: 1814972 KiB
Current children cumulated memory: 1671980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 67807
/proc/meminfo: memFree=109719536/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1822584 memory=1679660 CPUtime=3453.31 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 328212 0 0 0 331322 14009 0 0 20 0 1 0 59257158 1866326016 419915 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 455646 419915 3776 2790 0 449071 0
Current children cumulated CPU time: 3453.31 s
Current children cumulated vsize: 1822584 KiB
Current children cumulated memory: 1679660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 67814
/proc/meminfo: memFree=109699864/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1830868 memory=1687852 CPUtime=3513.16 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 330302 0 0 0 337112 14204 0 0 20 0 1 0 59257158 1874808832 421963 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 457717 421963 3776 2790 0 451142 0
Current children cumulated CPU time: 3513.16 s
Current children cumulated vsize: 1830868 KiB
Current children cumulated memory: 1687852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 67816
/proc/meminfo: memFree=109661552/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1841788 memory=1698860 CPUtime=3573.02 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 333034 0 0 0 342879 14423 0 0 20 0 1 0 59257158 1885990912 424715 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 460447 424715 3776 2790 0 453872 0
Current children cumulated CPU time: 3573.02 s
Current children cumulated vsize: 1841788 KiB
Current children cumulated memory: 1698860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 67819
/proc/meminfo: memFree=109647220/131250000 swapFree=33010684/33010684
[pid=67500] ppid=67497 vsize=1845036 memory=1702060 CPUtime=3600.05 cores=1,3
/proc/67500/stat : 67500 (ipbhs_scip) R 67497 67500 66624 0 -1 4194304 333846 0 0 0 345511 14494 0 0 20 0 1 0 59257158 1889316864 425515 18446744073709551615 94390593724416 94390605150813 140724676111616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94390607286488 94390607331506 94390642024448 140724676118930 140724676119049 140724676119049 140724676124651 0
/proc/67500/statm: 461259 425515 3776 2790 0 454684 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1845036 KiB
Current children cumulated memory: 1702060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3455.12 s, system=144.981 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.44
CPU time (s): 3600.1
CPU user time (s): 3455.12
CPU system time (s): 144.981
CPU usage (%): 99.7413
Max. virtual memory (cumulated for all children) (KiB): 1845036
Max. memory (cumulated for all children) (KiB): 1702060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3455.12
system time used= 144.981
maximum resident set size= 1702060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333846
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= 92
involuntary context switches= 8087


# summary of solver processes directly reported to runsolver:
#   pid: 67500
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3455.12
#   total CPU system time (s): 144.981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78721 second user time and 13.0691 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 07:56:09
IDJOB=4504052
IDBENCH=155628
IDSOLVER=3335
FILE ID=nodeC013/4504052-1751435769
RUNJOBID= nodeC013-1751428542-66636
SLURM_JOB_ID= 9598364
Free space on /tmp= 432440 MiB

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

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

MD5SUM BENCH= 21308a801a9cbe43fb5a50efc40ff8ff
RANDOM SEED=1496731512

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.788
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.852
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		: 3573.422
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.852
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.920
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		: 3600.869
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:        102635624 kB
MemAvailable:   103658224 kB
Buffers:            3280 kB
Cached:          1821584 kB
SwapCached:            0 kB
Active:         26422836 kB
Inactive:        1576664 kB
Active(anon):   26187920 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1576664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70880 kB
Writeback:            16 kB
AnonPages:      26174912 kB
Mapped:           132044 kB
Shmem:             13284 kB
KReclaimable:     100116 kB
Slab:             188952 kB
SReclaimable:     100116 kB
SUnreclaim:        88836 kB
KernelStack:        4304 kB
PageTables:        55624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   27929412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9068544 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= 432420 MiB
End job on nodeC013 at 2025-07-02 08:56:19