Trace number 4504236

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.22

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_1_mh.opb
MD5SUM22685a6d8447b8be1a49f22723e48d9b
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 benchmark3373010
Best CPU time to get the best result obtained on this benchmark46.8077
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
1.27/1.40	c limit for coefficient in constraints and objective to 1000000000
1.27/1.40	c will solve HOME/instance-4504236-1751439177.opb
1.27/1.40	c [0.02] will start solving
6.35/6.43	c [0.3] solve iteration 1, LB=-25, UB=12201970237
176.81/177.29	c [159.41] solve iteration 2, LB=528644, UB=4092329
367.76/368.61	c [334.38] solve iteration 3, LB=1220408, UB=4035437
639.68/641.25	c [585.89] solve iteration 4, LB=1329003, UB=3959750
938.11/940.46	c [861.69] solve iteration 5, LB=1418441, UB=3920538
1202.72/1205.97	c [1123.61] solve iteration 6, LB=1471882, UB=3591157
1489.90/1493.85	c [1399.54] solve iteration 7, LB=1486502, UB=3554052
1842.27/1847.09	c [1736.68] solve iteration 8, LB=1504491, UB=3554052
2132.93/2138.42	c [2019.17] solve iteration 9, LB=1558457, UB=3554052
2487.69/2494.06	c [2365.71] solve iteration 10, LB=1558598, UB=3554052
2933.17/2940.64	c [2790.66] solve iteration 11, LB=1558851, UB=3550778
3480.18/3489.03	c [3331.89] solve iteration 12, LB=1568616, UB=3541509

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: 63837 MiB (58877 MiB free)
  memory of node 1: 64465 MiB (62375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504236-1751439177/watcher-4504236-1751439177 -o /tmp/evaluation-result-4504236-1751439177/solver-4504236-1751439177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61318 --watchdog 3760 ./ipbhs_scip HOME/instance-4504236-1751439177.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=61718, runsolver pid=61714
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.08 4.09 4.05 6/242 61723
/proc/meminfo: memFree=123905388/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=1800524 memory=223052 CPUtime=0.08 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1227 0 0 0 1 7 0 0 20 0 1 0 59596952 1843736576 55763 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 450131 55763 1568 2790 0 443556 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 1800524 KiB
Current children cumulated memory: 223052 KiB

[startup+0.210331 s]*
/proc/loadavg: 4.08 4.09 4.05 5/242 61723
/proc/meminfo: memFree=123678092/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=1800524 memory=470860 CPUtime=0.19 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1348 0 0 0 3 16 0 0 20 0 1 0 59596952 1843736576 117715 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 450131 117715 1568 2790 0 443556 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1800524 KiB
Current children cumulated memory: 470860 KiB

[startup+0.310558 s]*
/proc/loadavg: 4.08 4.09 4.05 5/248 61729
/proc/meminfo: memFree=123427800/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=1800524 memory=698188 CPUtime=0.29 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1459 0 0 0 5 24 0 0 20 0 1 0 59596952 1843736576 174547 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 450131 174547 1568 2790 0 443556 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1800524 KiB
Current children cumulated memory: 698188 KiB

[startup+0.700327 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=122650036/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=1800524 memory=1636172 CPUtime=0.68 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1917 0 0 0 13 55 0 0 20 0 1 0 59596952 1843736576 409043 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 450131 409043 1568 2790 0 443556 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1800524 KiB
Current children cumulated memory: 1636172 KiB

[startup+1.50032 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121664252/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=1873804 memory=1849828 CPUtime=1.47 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 20312 0 0 0 68 79 0 0 20 0 1 0 59596952 1918775296 462457 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 468451 462457 3168 2790 0 461876 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1873804 KiB
Current children cumulated memory: 1849828 KiB

[startup+3.11292 s]
/proc/loadavg: 4.08 4.09 4.05 5/252 61741
/proc/meminfo: memFree=121117424/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2057948 memory=2010808 CPUtime=3.07 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 62639 0 0 0 208 99 0 0 20 0 1 0 59596952 2107338752 502702 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 514487 502702 3680 2790 0 507912 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2057948 KiB
Current children cumulated memory: 2010808 KiB

[startup+6.30023 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 61741
/proc/meminfo: memFree=120085936/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2183584 memory=2110992 CPUtime=6.26 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 89041 0 0 0 522 104 0 0 20 0 1 0 59596952 2235990016 527748 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 545896 527748 3680 2790 0 539321 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2183584 KiB
Current children cumulated memory: 2110992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.06 5/252 61742
/proc/meminfo: memFree=119033392/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2241036 memory=2166160 CPUtime=12.64 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 102778 0 0 0 1131 133 0 0 20 0 1 0 59596952 2294820864 541540 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 560259 541540 3744 2790 0 553684 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2241036 KiB
Current children cumulated memory: 2166160 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.12 4.06 5/252 61742
/proc/meminfo: memFree=117226296/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2243756 memory=2166544 CPUtime=25.42 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 102897 0 0 0 2344 198 0 0 20 0 1 0 59596952 2297606144 541636 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 560939 541636 3744 2790 0 554364 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2243756 KiB
Current children cumulated memory: 2166544 KiB

[startup+51.1129 s]
/proc/loadavg: 4.12 4.11 4.06 5/252 61742
/proc/meminfo: memFree=117027112/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2243756 memory=2168976 CPUtime=50.99 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 103253 0 0 0 4754 345 0 0 20 0 1 0 59596952 2297606144 542244 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 560939 542244 3744 2790 0 554364 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2243756 KiB
Current children cumulated memory: 2168976 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/251 61744
/proc/meminfo: memFree=115812268/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2248176 memory=2174944 CPUtime=102.07 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 103662 0 0 0 9549 658 0 0 20 0 1 0 59596952 2302132224 543736 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 562044 543736 3744 2790 0 555469 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 2248176 KiB
Current children cumulated memory: 2174944 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/252 61747
/proc/meminfo: memFree=115481400/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2255356 memory=2185556 CPUtime=161.95 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 103782 0 0 0 15175 1020 0 0 20 0 1 0 59596952 2309484544 546389 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 563839 546389 3744 2790 0 557264 0
Current children cumulated CPU time: 161.95 s
Current children cumulated vsize: 2255356 KiB
Current children cumulated memory: 2185556 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.06 5/252 61749
/proc/meminfo: memFree=113937580/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2865992 memory=2737768 CPUtime=221.79 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 229931 0 0 0 20994 1185 0 0 20 0 1 0 59596952 2934775808 684442 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 716498 684442 3744 2790 0 709923 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 2865992 KiB
Current children cumulated memory: 2737768 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.07 5/253 61754
/proc/meminfo: memFree=113903132/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2865992 memory=2740328 CPUtime=281.66 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 230045 0 0 0 26664 1502 0 0 20 0 1 0 59596952 2934775808 685082 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 716498 685082 3744 2790 0 709923 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 2865992 KiB
Current children cumulated memory: 2740328 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.08 4.06 5/251 61756
/proc/meminfo: memFree=113834628/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=2865992 memory=2751336 CPUtime=341.53 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 230180 0 0 0 32315 1838 0 0 20 0 1 0 59596952 2934775808 687834 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 716498 687834 3744 2790 0 709923 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 2865992 KiB
Current children cumulated memory: 2751336 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.11 4.07 5/251 61758
/proc/meminfo: memFree=113245532/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=3195228 memory=3131080 CPUtime=401.36 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 300083 0 0 0 38203 1933 0 0 20 0 1 0 59596952 3271913472 782770 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 798807 782770 3744 2790 0 792232 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 3195228 KiB
Current children cumulated memory: 3131080 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.07 5/250 61760
/proc/meminfo: memFree=113235824/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=3195228 memory=3133384 CPUtime=461.21 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 300447 0 0 0 43909 2212 0 0 20 0 1 0 59596952 3271913472 783346 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 798807 783346 3744 2790 0 792232 0
Current children cumulated CPU time: 461.21 s

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

Current children cumulated memory: 7195804 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/251 61973
/proc/meminfo: memFree=106160872/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7345108 memory=7196828 CPUtime=2855.07 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1109824 0 0 0 277368 8139 0 0 20 0 1 0 59596952 7521390592 1799207 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1836277 1799207 3744 2790 0 1829702 0
Current children cumulated CPU time: 2855.07 s
Current children cumulated vsize: 7345108 KiB
Current children cumulated memory: 7196828 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 61975
/proc/meminfo: memFree=106051564/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7405536 memory=7295924 CPUtime=2914.93 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1127435 0 0 0 283260 8233 0 0 20 0 1 0 59596952 7583268864 1823981 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1851384 1823981 3744 2790 0 1844809 0
Current children cumulated CPU time: 2914.93 s
Current children cumulated vsize: 7405536 KiB
Current children cumulated memory: 7295924 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/251 61982
/proc/meminfo: memFree=105830892/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7598836 memory=7515496 CPUtime=2974.78 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1147613 0 0 0 289230 8248 0 0 20 0 1 0 59596952 7781208064 1878874 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1899709 1878874 3744 2790 0 1893134 0
Current children cumulated CPU time: 2974.78 s
Current children cumulated vsize: 7598836 KiB
Current children cumulated memory: 7515496 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 61984
/proc/meminfo: memFree=105808544/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7609456 memory=7526248 CPUtime=3034.62 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1151793 0 0 0 295212 8250 0 0 20 0 1 0 59596952 7792082944 1881562 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1902364 1881562 3744 2790 0 1895789 0
Current children cumulated CPU time: 3034.62 s
Current children cumulated vsize: 7609456 KiB
Current children cumulated memory: 7526248 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 61986
/proc/meminfo: memFree=105810988/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7609456 memory=7527912 CPUtime=3094.45 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1153079 0 0 0 301194 8251 0 0 20 0 1 0 59596952 7792082944 1881978 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1902364 1881978 3744 2790 0 1895789 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 7609456 KiB
Current children cumulated memory: 7527912 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 61988
/proc/meminfo: memFree=105780052/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7660888 memory=7549752 CPUtime=3154.29 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1158866 0 0 0 307176 8253 0 0 20 0 1 0 59596952 7844749312 1887438 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1915222 1887438 3744 2790 0 1908647 0
Current children cumulated CPU time: 3154.29 s
Current children cumulated vsize: 7660888 KiB
Current children cumulated memory: 7549752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 61990
/proc/meminfo: memFree=105690700/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7781468 memory=7662484 CPUtime=3214.12 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1185929 0 0 0 313154 8258 0 0 20 0 1 0 59596952 7968223232 1915621 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1945367 1915621 3744 2790 0 1938792 0
Current children cumulated CPU time: 3214.12 s
Current children cumulated vsize: 7781468 KiB
Current children cumulated memory: 7662484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 61992
/proc/meminfo: memFree=105692076/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7781468 memory=7662484 CPUtime=3273.96 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1187619 0 0 0 319137 8259 0 0 20 0 1 0 59596952 7968223232 1915621 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1945367 1915621 3744 2790 0 1938792 0
Current children cumulated CPU time: 3273.96 s
Current children cumulated vsize: 7781468 KiB
Current children cumulated memory: 7662484 KiB

[startup+3342.3 s]
/proc/loadavg: 5.00 4.33 4.17 5/250 61997
/proc/meminfo: memFree=105832980/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7636972 memory=7526916 CPUtime=3333.81 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1188409 0 0 0 325044 8337 0 0 20 0 1 0 59596952 7820259328 1881729 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1909243 1881729 3744 2790 0 1902668 0
Current children cumulated CPU time: 3333.81 s
Current children cumulated vsize: 7636972 KiB
Current children cumulated memory: 7526916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.80 4.43 4.21 5/250 61999
/proc/meminfo: memFree=105824920/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7636972 memory=7544324 CPUtime=3393.68 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1189144 0 0 0 330777 8591 0 0 20 0 1 0 59596952 7820259328 1886081 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1909243 1886081 3744 2790 0 1902668 0
Current children cumulated CPU time: 3393.68 s
Current children cumulated vsize: 7636972 KiB
Current children cumulated memory: 7544324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.38 4.21 5/250 62001
/proc/meminfo: memFree=105708944/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7732780 memory=7649532 CPUtime=3453.55 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1200336 0 0 0 336635 8720 0 0 20 0 1 0 59596952 7918366720 1912383 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1933195 1912383 3744 2790 0 1926620 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 7732780 KiB
Current children cumulated memory: 7649532 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.32 4.20 5/250 62004
/proc/meminfo: memFree=105515756/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7917172 memory=7837152 CPUtime=3513.4 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1207244 0 0 0 342610 8730 0 0 20 0 1 0 59596952 8107184128 1959288 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1979293 1959288 3744 2790 0 1972718 0
Current children cumulated CPU time: 3513.4 s
Current children cumulated vsize: 7917172 KiB
Current children cumulated memory: 7837152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.28 4.18 5/250 62010
/proc/meminfo: memFree=105521000/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7917172 memory=7837152 CPUtime=3573.24 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1208082 0 0 0 348593 8731 0 0 20 0 1 0 59596952 8107184128 1959288 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1979293 1959288 3744 2790 0 1972718 0
Current children cumulated CPU time: 3573.24 s
Current children cumulated vsize: 7917172 KiB
Current children cumulated memory: 7837152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.08 4.25 4.18 4/242 62026
/proc/meminfo: memFree=111816600/131382116 swapFree=33010160/33010684
[pid=61718] ppid=61714 vsize=7917172 memory=7837152 CPUtime=3600.07 cores=0,2
/proc/61718/stat : 61718 (ipbhs_scip) R 61714 61718 60790 0 -1 4194304 1208977 0 0 0 351275 8732 0 0 20 0 1 0 59596952 8107184128 1959288 18446744073709551615 93928408158208 93928419584605 140732447896416 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 93928421720280 93928421765298 93928440176640 140732447898002 140732447898121 140732447898121 140732447903723 0
/proc/61718/statm: 1979293 1959288 3744 2790 0 1972718 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 7917172 KiB
Current children cumulated memory: 7837152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3512.76 s, system=87.3449 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.22
CPU time (s): 3600.1
CPU user time (s): 3512.76
CPU system time (s): 87.3449
CPU usage (%): 99.7473
Max. virtual memory (cumulated for all children) (KiB): 7998008
Max. memory (cumulated for all children) (KiB): 7864644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3512.76
system time used= 87.3449
maximum resident set size= 7930868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1208977
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= 189
involuntary context switches= 8228


# summary of solver processes directly reported to runsolver:
#   pid: 61718
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3512.76
#   total CPU system time (s): 87.3449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4346 second user time and 33.6591 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 08:52:57
IDJOB=4504236
IDBENCH=155650
IDSOLVER=3335
FILE ID=nodeC004/4504236-1751439177
RUNJOBID= nodeC004-1751435565-61318
SLURM_JOB_ID= 9598382
Free space on /tmp= 431720 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504236-1751439177/watcher-4504236-1751439177 -o /tmp/evaluation-result-4504236-1751439177/solver-4504236-1751439177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61318 --watchdog 3760  ./ipbhs_scip HOME/instance-4504236-1751439177.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 22685a6d8447b8be1a49f22723e48d9b
RANDOM SEED=980384327

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.396
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.218
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.308
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.208
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124244968 kB
MemAvailable:   129822704 kB
Buffers:            2720 kB
Cached:          6327884 kB
SwapCached:           20 kB
Active:           406272 kB
Inactive:        5991204 kB
Active(anon):      78640 kB
Inactive(anon):     6188 kB
Active(file):     327632 kB
Inactive(file):  5985016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            194036 kB
Writeback:             0 kB
AnonPages:         69952 kB
Mapped:           102716 kB
Shmem:             17956 kB
KReclaimable:     209432 kB
Slab:             295260 kB
SReclaimable:     209432 kB
SUnreclaim:        85828 kB
KernelStack:        3840 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431372 MiB
End job on nodeC004 at 2025-07-02 09:53:07