Trace number 4504696

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.02 3607.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM981ef51cec9b68890fa336e7b4cc767b
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 benchmark2314936
Best CPU time to get the best result obtained on this benchmark72002.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
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.48/1.53	c limit for coefficient in constraints and objective to 1000000000
1.48/1.53	c will solve HOME/instance-4504696-1751453688.opb
1.48/1.53	c [0.07] will start solving
28.08/28.21	c [0.73] solve iteration 1, LB=-35, UB=24281357373

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504696-1751453688/watcher-4504696-1751453688 -o /tmp/evaluation-result-4504696-1751453688/solver-4504696-1751453688 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751453688-69811 --watchdog 3760 ./ipbhs_scip HOME/instance-4504696-1751453688.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
solver pid=69865, runsolver pid=69861
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=121533476/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=110104 memory=71408 CPUtime=0.09 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 5258 0 0 0 8 1 0 0 20 0 1 0 61046722 112746496 17852 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 27526 17852 1600 2790 0 20951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 110104 KiB
Current children cumulated memory: 71408 KiB

[startup+0.205676 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=121038244/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=118132 memory=80212 CPUtime=0.2 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 6951 0 0 0 18 2 0 0 20 0 1 0 61046722 120967168 20053 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 29533 20053 1600 2790 0 22958 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 118132 KiB
Current children cumulated memory: 80212 KiB

[startup+0.305468 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120964276/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=130908 memory=92740 CPUtime=0.29 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 9331 0 0 0 27 2 0 0 20 0 1 0 61046722 134049792 23185 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 32727 23185 1600 2790 0 26152 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 130908 KiB
Current children cumulated memory: 92740 KiB

[startup+0.70017 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120787556/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=200276 memory=160276 CPUtime=0.68 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 18983 0 0 0 55 13 0 0 20 0 1 0 61046722 205082624 40069 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 50069 40069 1696 2790 0 43494 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 200276 KiB
Current children cumulated memory: 160276 KiB

[startup+1.50017 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120532152/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=454460 memory=414220 CPUtime=1.48 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 75446 0 0 0 99 49 0 0 20 0 1 0 61046722 465367040 103555 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 113615 103555 3168 2790 0 107040 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 454460 KiB
Current children cumulated memory: 414220 KiB

[startup+3.10551 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=119217088/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=820452 memory=768936 CPUtime=3.08 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 162854 0 0 0 223 85 0 0 20 0 1 0 61046722 840142848 192234 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 205113 192234 3456 2790 0 198538 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 820452 KiB
Current children cumulated memory: 768936 KiB

[startup+6.30016 s]
/proc/loadavg: 1.11 1.29 2.38 5/264 69870
/proc/meminfo: memFree=118565196/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1149600 memory=1031136 CPUtime=6.27 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 207099 0 0 0 533 94 0 0 20 0 1 0 61046722 1177190400 257784 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 287400 257784 3680 2790 0 280825 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1149600 KiB
Current children cumulated memory: 1031136 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 1.33 2.39 5/265 69871
/proc/meminfo: memFree=118368076/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1251852 memory=1133024 CPUtime=12.64 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 232580 0 0 0 1166 98 0 0 20 0 1 0 61046722 1281896448 283256 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 312963 283256 3680 2790 0 306388 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1251852 KiB
Current children cumulated memory: 1133024 KiB

[startup+25.5001 s]
/proc/loadavg: 1.93 1.47 2.42 5/266 69873
/proc/meminfo: memFree=117997264/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1498824 memory=1313672 CPUtime=25.4 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 277652 0 0 0 2434 106 0 0 20 0 1 0 61046722 1534795776 328418 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 374706 328418 3680 2790 0 368131 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1498824 KiB
Current children cumulated memory: 1313672 KiB

[startup+51.1053 s]
/proc/loadavg: 3.04 1.77 2.49 5/266 69873
/proc/meminfo: memFree=117672452/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1642756 memory=1452552 CPUtime=50.95 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312383 0 0 0 4947 148 0 0 20 0 1 0 61046722 1682182144 363138 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 410689 363138 3712 2790 0 404114 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1642756 KiB
Current children cumulated memory: 1452552 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 2.13 2.58 5/266 69876
/proc/meminfo: memFree=116676544/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1642756 memory=1452552 CPUtime=102.05 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312398 0 0 0 9956 249 0 0 20 0 1 0 61046722 1682182144 363138 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 410689 363138 3712 2790 0 404114 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1642756 KiB
Current children cumulated memory: 1452552 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.49 2.68 5/265 69878
/proc/meminfo: memFree=116673580/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1642756 memory=1452552 CPUtime=161.93 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312408 0 0 0 15827 366 0 0 20 0 1 0 61046722 1682182144 363138 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 410689 363138 3712 2790 0 404114 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 1642756 KiB
Current children cumulated memory: 1452552 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 2.85 2.79 5/265 69880
/proc/meminfo: memFree=115285344/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1642756 memory=1452552 CPUtime=221.82 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312424 0 0 0 21694 488 0 0 20 0 1 0 61046722 1682182144 363138 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 410689 363138 3712 2790 0 404114 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 1642756 KiB
Current children cumulated memory: 1452552 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.09 2.88 5/265 69882
/proc/meminfo: memFree=115458212/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1642756 memory=1453064 CPUtime=281.71 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312579 0 0 0 27556 615 0 0 20 0 1 0 61046722 1682182144 363266 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 410689 363266 3712 2790 0 404114 0
Current children cumulated CPU time: 281.71 s
Current children cumulated vsize: 1642756 KiB
Current children cumulated memory: 1453064 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 3.29 2.96 5/264 69885
/proc/meminfo: memFree=115436368/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1654432 memory=1453832 CPUtime=341.6 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312760 0 0 0 33419 741 0 0 20 0 1 0 61046722 1694138368 363458 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 413608 363458 3712 2790 0 407033 0
Current children cumulated CPU time: 341.6 s
Current children cumulated vsize: 1654432 KiB
Current children cumulated memory: 1453832 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.43 3.03 5/264 69905
/proc/meminfo: memFree=114601004/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1654432 memory=1456536 CPUtime=401.48 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312933 0 0 0 39277 871 0 0 20 0 1 0 61046722 1694138368 364134 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 413608 364134 3712 2790 0 407033 0
Current children cumulated CPU time: 401.48 s
Current children cumulated vsize: 1654432 KiB
Current children cumulated memory: 1456536 KiB

[startup+462.3 s]
/proc/loadavg: 4.37 3.62 3.12 5/264 69907
/proc/meminfo: memFree=114349848/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1654432 memory=1456536 CPUtime=461.36 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 312933 0 0 0 45136 1000 0 0 20 0 1 0 61046722 1694138368 364134 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 413608 364134 3712 2790 0 407033 0
Current children cumulated CPU time: 461.36 s

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

Current children cumulated memory: 1536616 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/265 70030
/proc/meminfo: memFree=96403500/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=2856.75 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315703 0 0 0 278566 7109 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 2856.75 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/265 70032
/proc/meminfo: memFree=96397180/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=2916.63 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315771 0 0 0 284391 7272 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 2916.63 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/265 70035
/proc/meminfo: memFree=96405148/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=2976.52 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315935 0 0 0 290215 7437 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 2976.52 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.03 5/265 70037
/proc/meminfo: memFree=96402164/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=3036.4 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315937 0 0 0 296044 7596 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 3036.4 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 70039
/proc/meminfo: memFree=96403068/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=3096.29 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315940 0 0 0 301873 7756 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 3096.29 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/263 70041
/proc/meminfo: memFree=96398068/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=3156.17 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 315942 0 0 0 307697 7920 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 3156.17 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/263 70043
/proc/meminfo: memFree=96395344/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1536616 CPUtime=3216.05 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316181 0 0 0 313529 8076 0 0 20 0 1 0 61046722 1745121280 384154 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384154 3712 2790 0 419480 0
Current children cumulated CPU time: 3216.05 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1536616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/263 70045
/proc/meminfo: memFree=96394448/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1538664 CPUtime=3275.94 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316187 0 0 0 319356 8238 0 0 20 0 1 0 61046722 1745121280 384666 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 384666 3712 2790 0 419480 0
Current children cumulated CPU time: 3275.94 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1538664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 70049
/proc/meminfo: memFree=96387196/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1542760 CPUtime=3335.82 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316191 0 0 0 325185 8397 0 0 20 0 1 0 61046722 1745121280 385690 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 385690 3712 2790 0 419480 0
Current children cumulated CPU time: 3335.82 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1542760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/265 70058
/proc/meminfo: memFree=96383376/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1544808 CPUtime=3395.71 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316196 0 0 0 331010 8561 0 0 20 0 1 0 61046722 1745121280 386202 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 386202 3712 2790 0 419480 0
Current children cumulated CPU time: 3395.71 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1544808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/265 70059
/proc/meminfo: memFree=96351108/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1546856 CPUtime=3455.58 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316264 0 0 0 336839 8719 0 0 20 0 1 0 61046722 1745121280 386714 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 386714 3712 2790 0 419480 0
Current children cumulated CPU time: 3455.58 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1546856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/265 70061
/proc/meminfo: memFree=96348848/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1704220 memory=1550952 CPUtime=3515.47 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316455 0 0 0 342670 8877 0 0 20 0 1 0 61046722 1745121280 387738 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 426055 387738 3712 2790 0 419480 0
Current children cumulated CPU time: 3515.47 s
Current children cumulated vsize: 1704220 KiB
Current children cumulated memory: 1550952 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/265 70063
/proc/meminfo: memFree=96345396/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1754308 memory=1555048 CPUtime=3575.35 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316971 0 0 0 348490 9045 0 0 20 0 1 0 61046722 1796411392 388762 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 438577 388762 3712 2790 0 432002 0
Current children cumulated CPU time: 3575.35 s
Current children cumulated vsize: 1754308 KiB
Current children cumulated memory: 1555048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 4.07 4.08 4.04 4/264 70073
/proc/meminfo: memFree=98629428/131249996 swapFree=33010684/33010684
[pid=69865] ppid=69861 vsize=1754308 memory=1555048 CPUtime=3600 cores=0,2
/proc/69865/stat : 69865 (ipbhs_scip) R 69861 69865 69801 0 -1 4194304 316971 0 0 0 350888 9112 0 0 20 0 1 0 61046722 1796411392 388762 18446744073709551615 94214410727424 94214422153821 140731172733040 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94214424289496 94214424334514 94214449172480 140731172735378 140731172735497 140731172735497 140731172741099 0
/proc/69865/statm: 438577 388762 3712 2790 0 432002 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1754308 KiB
Current children cumulated memory: 1555048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3508.89 s, system=91.1296 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): 3607.01
CPU time (s): 3600.02
CPU user time (s): 3508.89
CPU system time (s): 91.1296
CPU usage (%): 99.8062
Max. virtual memory (cumulated for all children) (KiB): 1754308
Max. memory (cumulated for all children) (KiB): 1555048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3508.89
system time used= 91.1296
maximum resident set size= 1555048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316971
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= 79
involuntary context switches= 8084


# summary of solver processes directly reported to runsolver:
#   pid: 69865
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3508.89
#   total CPU system time (s): 91.1296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62332 second user time and 14.0267 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-02 12:54:48
IDJOB=4504696
IDBENCH=155672
IDSOLVER=3335
FILE ID=nodeC024/4504696-1751453688
RUNJOBID= nodeC024-1751453688-69811
SLURM_JOB_ID= 9598442
Free space on /tmp= 432200 MiB

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

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

MD5SUM BENCH= 981ef51cec9b68890fa336e7b4cc767b
RANDOM SEED=5074224

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.291
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.36
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		: 2466.232
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.36
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.676
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.36
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		: 3599.678
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.36
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		: 3604.988
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.36
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		: 3692.278
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.36
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		: 3599.699
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121971304 kB
MemAvailable:   129687360 kB
Buffers:            3280 kB
Cached:          8484208 kB
SwapCached:            0 kB
Active:           328412 kB
Inactive:        8225912 kB
Active(anon):      84900 kB
Inactive(anon):        0 kB
Active(file):     243512 kB
Inactive(file):  8225912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            308928 kB
Writeback:             8 kB
AnonPages:         67936 kB
Mapped:           103812 kB
Shmem:             18064 kB
KReclaimable:     171340 kB
Slab:             263456 kB
SReclaimable:     171340 kB
SUnreclaim:        92116 kB
KernelStack:        4128 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     370692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432060 MiB
End job on nodeC024 at 2025-07-02 13:54:55