Trace number 4484846

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.04 3610.14

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM05a4468103b1b74e5a90bd7e67aed0d9
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 benchmark-52
Best CPU time to get the best result obtained on this benchmark3585.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
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.02	c initialize IPBHS solver
0.00/0.02	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.02	c optimizer = "scip"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.77/0.86	c limit for coefficient in constraints and objective to 1000000000
0.77/0.86	c will solve HOME/instance-4484846-1751301413.opb
0.77/0.86	c [0.01] will start solving
47.50/47.75	c [0.37] solve iteration 1, LB=-1272, UB=1
47.50/47.75	c [4.13] solve iteration 2, LB=-636, UB=-35

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=48420, runsolver pid=48414

[startup+0.100099 s]*
/proc/loadavg: 1.06 2.29 3.33 5/252 48433
/proc/meminfo: memFree=129348972/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=45816 memory=11588 CPUtime=0.09 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 1631 0 0 0 8 1 0 0 20 0 1 0 45820568 46915584 2897 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 11454 2897 1568 2790 0 4879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45816 KiB
Current children cumulated memory: 11588 KiB

[startup+0.213909 s]*
/proc/loadavg: 1.06 2.29 3.33 5/252 48433
/proc/meminfo: memFree=129070576/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=51036 memory=16200 CPUtime=0.2 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 2806 0 0 0 18 2 0 0 20 0 1 0 45820568 52260864 4050 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 12759 4050 1664 2790 0 6184 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 51036 KiB
Current children cumulated memory: 16200 KiB

[startup+0.31389 s]*
/proc/loadavg: 1.06 2.29 3.33 5/252 48433
/proc/meminfo: memFree=128834396/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=52624 memory=22360 CPUtime=0.3 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 3346 0 0 0 24 6 0 0 20 0 1 0 45820568 53886976 5590 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 13156 5590 1664 2790 0 6581 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 52624 KiB
Current children cumulated memory: 22360 KiB

[startup+0.700264 s]
/proc/loadavg: 1.06 2.29 3.33 5/252 48433
/proc/meminfo: memFree=128471872/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=55444 memory=27240 CPUtime=0.67 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 4056 0 0 0 42 25 0 0 20 0 1 0 45820568 56774656 6810 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 13861 6810 1664 2790 0 7286 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 55444 KiB
Current children cumulated memory: 27240 KiB

[startup+1.50034 s]
/proc/loadavg: 1.06 2.29 3.33 5/252 48433
/proc/meminfo: memFree=128317832/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=152496 memory=130992 CPUtime=1.47 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 27888 0 0 0 86 61 0 0 20 0 1 0 45820568 156155904 32748 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 38124 32748 3168 2790 0 31549 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 152496 KiB
Current children cumulated memory: 130992 KiB

[startup+3.11297 s]
/proc/loadavg: 1.37 2.34 3.34 5/252 48433
/proc/meminfo: memFree=126755656/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=549464 memory=504616 CPUtime=3.07 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 82254 0 0 0 232 75 0 0 20 0 1 0 45820568 562651136 126154 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 137366 126154 3616 2790 0 130791 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 549464 KiB
Current children cumulated memory: 504616 KiB

[startup+6.30033 s]
/proc/loadavg: 1.37 2.34 3.34 5/252 48433
/proc/meminfo: memFree=125602052/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=817152 memory=753616 CPUtime=6.25 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 116236 0 0 0 541 84 0 0 20 0 1 0 45820568 836763648 188404 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 204288 188404 3648 2790 0 197713 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 817152 KiB
Current children cumulated memory: 753616 KiB

[startup+12.7003 s]
/proc/loadavg: 2.09 2.46 3.37 5/252 48433
/proc/meminfo: memFree=125426204/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=916152 memory=838100 CPUtime=12.63 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 146193 0 0 0 1172 91 0 0 20 0 1 0 45820568 938139648 209525 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 229038 209525 3680 2790 0 222463 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 916152 KiB
Current children cumulated memory: 838100 KiB

[startup+25.5003 s]
/proc/loadavg: 2.61 2.56 3.39 5/252 48433
/proc/meminfo: memFree=125348032/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=945240 memory=842208 CPUtime=25.38 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 146720 0 0 0 2447 91 0 0 20 0 1 0 45820568 967925760 210552 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 236310 210552 3680 2790 0 229735 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 945240 KiB
Current children cumulated memory: 842208 KiB

[startup+51.1128 s]
/proc/loadavg: 3.83 2.85 3.47 5/251 48434
/proc/meminfo: memFree=125061636/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1200028 memory=958944 CPUtime=50.9 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 175916 0 0 0 4994 96 0 0 20 0 1 0 45820568 1228828672 239736 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 300007 239736 3680 2790 0 293432 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1200028 KiB
Current children cumulated memory: 958944 KiB

[startup+102.3 s]
/proc/loadavg: 4.52 3.24 3.57 5/251 48436
/proc/meminfo: memFree=124904692/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1249948 memory=979552 CPUtime=101.88 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 181065 0 0 0 10091 97 0 0 20 0 1 0 45820568 1279946752 244888 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 312487 244888 3680 2790 0 305912 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1249948 KiB
Current children cumulated memory: 979552 KiB

[startup+162.3 s]
/proc/loadavg: 4.31 3.41 3.61 5/252 48438
/proc/meminfo: memFree=124661688/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1327360 memory=1012576 CPUtime=161.65 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 189274 0 0 0 16067 98 0 0 20 0 1 0 45820568 1359216640 253144 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 331840 253144 3680 2790 0 325265 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 1327360 KiB
Current children cumulated memory: 1012576 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 3.54 3.64 5/252 48440
/proc/meminfo: memFree=124469916/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1392396 memory=1079392 CPUtime=221.43 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 205561 0 0 0 22042 101 0 0 20 0 1 0 45820568 1425813504 269848 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 348099 269848 3680 2790 0 341524 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 1392396 KiB
Current children cumulated memory: 1079392 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.64 3.67 5/253 48446
/proc/meminfo: memFree=124312932/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1438008 memory=1126140 CPUtime=281.22 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 214797 0 0 0 28019 103 0 0 20 0 1 0 45820568 1472520192 281535 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 359502 281535 3680 2790 0 352927 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 1438008 KiB
Current children cumulated memory: 1126140 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.74 3.70 5/252 48448
/proc/meminfo: memFree=124152348/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1488492 memory=1174824 CPUtime=341.04 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 217205 0 0 0 33999 105 0 0 20 0 1 0 45820568 1524215808 293706 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 372123 293706 3680 2790 0 365548 0
Current children cumulated CPU time: 341.04 s
Current children cumulated vsize: 1488492 KiB
Current children cumulated memory: 1174824 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.80 3.73 5/252 48454
/proc/meminfo: memFree=123931592/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1506624 memory=1194356 CPUtime=400.85 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 218439 0 0 0 39980 105 0 0 20 0 1 0 45820568 1542782976 298589 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 376656 298589 3680 2790 0 370081 0
Current children cumulated CPU time: 400.85 s
Current children cumulated vsize: 1506624 KiB
Current children cumulated memory: 1194356 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.86 3.75 5/251 48456
/proc/meminfo: memFree=123851444/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=1539768 memory=1226208 CPUtime=460.67 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 219637 0 0 0 45961 106 0 0 20 0 1 0 45820568 1576722432 306552 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 384942 306552 3680 2790 0 378367 0
Current children cumulated CPU time: 460.67 s

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

Current children cumulated memory: 2236300 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.08 4.03 5/251 48581
/proc/meminfo: memFree=120076316/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2750116 memory=2238348 CPUtime=2914.03 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 393305 0 0 0 291260 143 0 0 20 0 1 0 45820568 2816118784 559587 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 687529 559587 3680 2790 0 680954 0
Current children cumulated CPU time: 2914.03 s
Current children cumulated vsize: 2750116 KiB
Current children cumulated memory: 2238348 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/251 48583
/proc/meminfo: memFree=120039724/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2750116 memory=2254732 CPUtime=2973.87 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 393323 0 0 0 297244 143 0 0 20 0 1 0 45820568 2816118784 563683 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 687529 563683 3680 2790 0 680954 0
Current children cumulated CPU time: 2973.87 s
Current children cumulated vsize: 2750116 KiB
Current children cumulated memory: 2254732 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/251 48585
/proc/meminfo: memFree=119884636/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2782844 memory=2298152 CPUtime=3033.71 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 401702 0 0 0 303226 145 0 0 20 0 1 0 45820568 2849632256 574538 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 695711 574538 3808 2790 0 689136 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 2782844 KiB
Current children cumulated memory: 2298152 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/250 48587
/proc/meminfo: memFree=119852936/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2782844 memory=2303016 CPUtime=3093.55 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 402087 0 0 0 309210 145 0 0 20 0 1 0 45820568 2849632256 575754 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 695711 575754 3808 2790 0 689136 0
Current children cumulated CPU time: 3093.55 s
Current children cumulated vsize: 2782844 KiB
Current children cumulated memory: 2303016 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/249 48589
/proc/meminfo: memFree=119750068/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2814028 memory=2316452 CPUtime=3153.38 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 402910 0 0 0 315192 146 0 0 20 0 1 0 45820568 2881564672 579113 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 703507 579113 3808 2790 0 696932 0
Current children cumulated CPU time: 3153.38 s
Current children cumulated vsize: 2814028 KiB
Current children cumulated memory: 2316452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.11 4.04 5/249 48591
/proc/meminfo: memFree=119676060/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2907052 memory=2338772 CPUtime=3213.21 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 406096 0 0 0 321175 146 0 0 20 0 1 0 45820568 2976821248 584693 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 726763 584693 3808 2790 0 720188 0
Current children cumulated CPU time: 3213.21 s
Current children cumulated vsize: 2907052 KiB
Current children cumulated memory: 2338772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.04 5/250 48596
/proc/meminfo: memFree=119604996/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=2981120 memory=2362100 CPUtime=3273.05 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 409058 0 0 0 327158 147 0 0 20 0 1 0 45820568 3052666880 590525 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 745280 590525 3808 2790 0 738705 0
Current children cumulated CPU time: 3273.05 s
Current children cumulated vsize: 2981120 KiB
Current children cumulated memory: 2362100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.04 5/250 48598
/proc/meminfo: memFree=119502040/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3032036 memory=2410456 CPUtime=3332.89 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 434175 0 0 0 333137 152 0 0 20 0 1 0 45820568 3104804864 602614 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 758009 602614 3808 2790 0 751434 0
Current children cumulated CPU time: 3332.89 s
Current children cumulated vsize: 3032036 KiB
Current children cumulated memory: 2410456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/250 48604
/proc/meminfo: memFree=119453836/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3032036 memory=2421128 CPUtime=3392.73 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 434361 0 0 0 339121 152 0 0 20 0 1 0 45820568 3104804864 605282 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 758009 605282 3808 2790 0 751434 0
Current children cumulated CPU time: 3392.73 s
Current children cumulated vsize: 3032036 KiB
Current children cumulated memory: 2421128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/250 48606
/proc/meminfo: memFree=119266552/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3032036 memory=2433848 CPUtime=3452.57 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 434802 0 0 0 345104 153 0 0 20 0 1 0 45820568 3104804864 608462 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 758009 608462 3808 2790 0 751434 0
Current children cumulated CPU time: 3452.57 s
Current children cumulated vsize: 3032036 KiB
Current children cumulated memory: 2433848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/251 48609
/proc/meminfo: memFree=119158800/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3126284 memory=2530944 CPUtime=3512.41 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 456024 0 0 0 351085 156 0 0 20 0 1 0 45820568 3201314816 632736 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 781571 632736 3808 2790 0 774996 0
Current children cumulated CPU time: 3512.41 s
Current children cumulated vsize: 3126284 KiB
Current children cumulated memory: 2530944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.04 5/251 48611
/proc/meminfo: memFree=119125172/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3127528 memory=2541148 CPUtime=3572.25 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 456697 0 0 0 357069 156 0 0 20 0 1 0 45820568 3202588672 635287 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 781882 635287 3808 2790 0 775307 0
Current children cumulated CPU time: 3572.25 s
Current children cumulated vsize: 3127528 KiB
Current children cumulated memory: 2541148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.12 4.09 4.05 5/251 48613
/proc/meminfo: memFree=119013796/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3139876 memory=2553052 CPUtime=3600 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 459806 0 0 0 359843 157 0 0 20 0 1 0 45820568 3215233024 638263 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 784969 638263 3808 2790 0 778394 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3139876 KiB
Current children cumulated memory: 2553052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.60403 s

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

[startup+3610.11 s]
/proc/loadavg: 4.12 4.09 4.05 5/251 48613
/proc/meminfo: memFree=119013796/131382112 swapFree=33010684/33010684
[pid=48420] ppid=48414 vsize=3139876 memory=2553052 CPUtime=3600 cores=5,7
/proc/48420/stat : 48420 (ipbhs_scip) R 48414 48420 48363 0 -1 4194304 459806 0 0 0 359843 157 0 0 20 0 1 0 45820568 3215233024 638263 18446744073709551615 94484495155200 94484506581597 140722162526464 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94484508717272 94484508762290 94484515917824 140722162530706 140722162530825 140722162530825 140722162536427 0
/proc/48420/statm: 784969 638263 3808 2790 0 778394 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3139876 KiB
Current children cumulated memory: 2553052 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.14
CPU time (s): 3600.04
CPU user time (s): 3598.43
CPU system time (s): 1.60403
CPU usage (%): 99.7201
Max. virtual memory (cumulated for all children) (KiB): 3139876
Max. memory (cumulated for all children) (KiB): 2553052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.60403
maximum resident set size= 2553052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459806
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= 168
involuntary context switches= 2191


# summary of solver processes directly reported to runsolver:
#   pid: 48420
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.60403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.186 second user time and 32.8176 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 18:36:54
IDJOB=4484846
IDBENCH=146672
IDSOLVER=3335
FILE ID=nodeC007/4484846-1751301413
RUNJOBID= nodeC007-1751301413-48376
SLURM_JOB_ID= 9594277
Free space on /tmp= 433008 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484846-1751301413/watcher-4484846-1751301413 -o /tmp/evaluation-result-4484846-1751301413/solver-4484846-1751301413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751301413-48376 --watchdog 3760  ./ipbhs_scip HOME/instance-4484846-1751301413.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 05a4468103b1b74e5a90bd7e67aed0d9
RANDOM SEED=491240303

nodeC007 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.796
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.68
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.68
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.201
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.68
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.212
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.68
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		: 1197.200
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.68
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.562
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.68
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.365
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.68
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		: 1196.947
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129514472 kB
MemAvailable:   129941244 kB
Buffers:            3280 kB
Cached:          1234424 kB
SwapCached:            0 kB
Active:           315680 kB
Inactive:         987896 kB
Active(anon):      83868 kB
Inactive(anon):        0 kB
Active(file):     231812 kB
Inactive(file):   987896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            286516 kB
Writeback:            16 kB
AnonPages:         68980 kB
Mapped:           102408 kB
Shmem:             17960 kB
KReclaimable:      93384 kB
Slab:             176908 kB
SReclaimable:      93384 kB
SUnreclaim:        83524 kB
KernelStack:        3824 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432736 MiB
End job on nodeC007 at 2025-06-30 19:37:05