Trace number 4458889

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
FiberSCIP 2024-07-02OPT-180 50.9297 51.1326

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
MD5SUM3b9231489038b4cdb94f511f52877e11
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 benchmark-180
Best CPU time to get the best result obtained on this benchmark1.99794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints11700
Number of constraints which are clauses11700
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 291
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 291
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 42065920, getVmSize() = 42065920, SCIPgetMemUsed() = 14286928, SCIPgetMemTotal() = 19650520, SCIPgetMemExternEstim() = 11995982
0.00/0.03	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.60/0.62	c ** Estimated virtualMemUsedAtSolver = 76147870, getVmSize() = 126984192, SCIPgetMemUsed() = 55903824, SCIPgetMemTotal() = 102225824, SCIPgetMemExternEstim() = 11995982
0.60/0.62	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.60/0.62	c Original Problem   :
0.60/0.62	c   Problem name     : instance-4458889-1721872343
0.60/0.62	c   Variables        : 351 (351 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.62	c   Constraints      : 11700
0.60/0.62	c   Objective sense  : minimize
0.60/0.62	c Presolved Problem  :
0.60/0.62	c   Variables        : 351 (351 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.62	c   Constraints      : 11700
0.60/0.62	c Constraints        : Number
0.60/0.62	c   logicor          : 11700 
0.60/0.62	c ** Instance transfer method used: 0
0.60/0.64	c ** ParaScipInstance copy does not increase the number of variables. **
0.60/0.68	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.60/0.68	c                                Nodes    Active                                            
0.60/0.68	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.99/1.06	c *       1              0           1         1        -164.0000                -          -
5.33/5.47	c *       5              0           1         1        -169.0000                -          -
5.33/5.47	c         5              0           1         1        -169.0000                -          -
15.08/15.21	c        15              3           2         1        -169.0000        -192.7141     14.03%
27.86/28.05	c        28              5           4         1        -169.0000        -192.7141     14.03%
29.95/30.17	c *      30              6           5         1        -173.0000        -192.7141     11.40%
30.04/30.25	c *      30              6           5         1        -174.0000        -192.7141     10.76%
31.64/31.88	c *      32             22          12         1        -176.0000        -192.6614      9.47%
33.73/33.93	c        34             35          19         1        -176.0000        -191.6962      8.92%
39.93/40.17	c        40            143           9         1        -176.0000        -191.2115      8.64%
45.00/45.21	c        45            205           9         1        -176.0000        -187.6667      6.63%
45.60/45.83	c *      46            205           9         1        -178.0000        -187.6667      5.43%
49.59/49.83	c *      50            272           6         1        -180.0000        -187.0000      3.89%
49.99/50.27	c        50            299           1         1        -180.0000        -187.0000      3.89%
50.69/51.01	c        51            310           0         0        -180.0000        -180.0000      0.00%
50.80/51.08	c        51            310           0         0        -180.0000        -180.0000          -
50.80/51.08	c SCIP Status        : c problem is solved
50.80/51.08	c Total Time         : 51.0800
50.80/51.08	c   solving          : 51.0800
50.80/51.08	c   presolving       : 0.5827 (included in solving)
50.80/51.08	c B&B Tree           :
50.80/51.08	c   nodes (total)    : 310
50.80/51.08	c Solution           :
50.80/51.08	c   Solutions found  : 8
50.80/51.08	c   Primal Bound     : -1.80000000000000e+02
50.80/51.08	c   Dual Bound       : -1.80000000000000e+02
50.80/51.08	c Gap                : 0.00000 %
50.90/51.11	o -180
50.90/51.11	s OPTIMUM FOUND
50.90/51.11	v -x341 -x335 -x328 -x320 -x311 -x306 -x301 -x295 -x290 -x283 -x278 -x270 -x265 -x256 -x251 -x246 -x241 -x236 -x230 -x225 -x220 -x213 
50.90/51.11	v -x208 -x203 -x195 -x190 -x185 -x176 -x171 -x166 -x161 -x156 -x151 -x146 -x140 -x135 -x130 -x125 -x118 -x113 -x108 -x103 
50.90/51.11	v -x95 -x90 -x85 -x80 -x71 -x66 -x61 -x56 -x51 -x25 -x46 -x20 -x41 -x15 -x36 -x10 -x31 -x5 -x351 x350 x349 -x346 x348 x347 -x343 
50.90/51.11	v -x342 x345 x344 x339 x338 x337 -x340 x334 x333 x332 -x336 -x331 -x327 -x326 x330 x325 x329 x324 -x321 -x316 -x319 x323 x318 
50.90/51.11	v x322 x317 -x313 -x308 -x312 -x307 x315 x310 x314 x309 x304 x299 x303 x298 x302 x297 -x305 -x300 x294 x289 x293 x288 x292 x287 
50.90/51.11	v -x296 -x291 -x286 -x282 -x277 -x281 -x276 x285 x280 x275 x284 x279 x274 -x271 -x266 -x261 -x269 -x264 x273 x268 x263 x272 x267 
50.90/51.11	v x262 -x258 -x253 -x248 -x257 -x252 -x247 x260 x255 x250 x259 x254 x249 x244 x239 x234 x243 x238 x233 x242 x237 x232 -x245 
50.90/51.11	v -x240 -x235 x229 x224 x219 x228 x223 x218 x227 x222 x217 -x231 -x226 -x221 -x216 -x212 -x207 -x202 -x211 -x206 -x201 x215 x210 
50.90/51.11	v x205 x200 x214 x209 x204 x199 -x196 -x191 -x186 -x181 -x194 -x189 -x184 x198 x193 x188 x183 x197 x192 x187 x182 -x178 -x173 
50.90/51.11	v -x168 -x163 -x177 -x172 -x167 -x162 x180 x175 x170 x165 x179 x174 x169 x164 x159 x154 x149 x144 x158 x153 x148 x143 x157 x152 
50.90/51.11	v x147 x142 -x160 -x155 -x150 -x145 x139 x134 x129 x124 x138 x133 x128 x123 x137 x132 x127 x122 -x141 -x136 -x131 -x126 -x121 
50.90/51.11	v -x117 -x112 -x107 -x102 -x116 -x111 -x106 -x101 x120 x115 x110 x105 x100 x119 x114 x109 x104 x99 -x96 -x91 -x86 -x81 -x76 -x94 
50.90/51.11	v -x89 -x84 -x79 x98 x93 x88 x83 x78 x97 x92 x87 x82 x77 -x73 -x68 -x63 -x58 -x53 -x72 -x67 -x62 -x57 -x52 x75 x70 x65 x60 
50.90/51.11	v x55 x74 x69 x64 x59 x54 x49 x44 x39 x34 x29 x48 x43 x38 x33 x28 x47 x42 x37 x32 x27 -x50 -x45 -x40 -x35 -x30 x24 x19 x14 x9 x4 
50.90/51.11	v x23 x18 x13 x8 x3 x22 x17 x12 x7 x2 -x26 -x21 -x16 -x11 -x6 -x1 

Verifier Data

OK	-180

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: 64096 MiB (59020 MiB free)
  memory of node 1: 64473 MiB (60249 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458889-1721872343/watcher-4458889-1721872343 -o /tmp/evaluation-result-4458889-1721872343/solver-4458889-1721872343 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213621 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4458889-1721872343.opb -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=218938, runsolver pid=218935

[startup+0.100105 s]*
/proc/loadavg: 4.14 4.17 4.18 5/251 218939
/proc/meminfo: memFree=122108404/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=46108 memory=35384 CPUtime=0.1 cores=1,3
/proc/218938/stat : 218938 (fscip) R 218935 218938 213609 0 -1 4194304 8742 0 0 0 9 1 0 0 20 0 1 0 23223172 47214592 8846 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 11527 8846 2686 3032 0 7927 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 46108 KiB
Current children cumulated memory: 35384 KiB

[startup+0.213148 s]*
/proc/loadavg: 4.14 4.17 4.18 5/251 218939
/proc/meminfo: memFree=122098472/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=60224 memory=48276 CPUtime=0.22 cores=1,3
/proc/218938/stat : 218938 (fscip) R 218935 218938 213609 0 -1 4194304 11958 0 0 0 20 2 0 0 20 0 1 0 23223172 61669376 12069 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 15056 12069 2734 3032 0 11456 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 60224 KiB
Current children cumulated memory: 48276 KiB

[startup+0.31289 s]*
/proc/loadavg: 4.14 4.17 4.18 5/251 218939
/proc/meminfo: memFree=122064364/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=104976 memory=84080 CPUtime=0.32 cores=1,3
/proc/218938/stat : 218938 (fscip) R 218935 218938 213609 0 -1 4194304 16313 0 0 0 28 4 0 0 20 0 1 0 23223172 107495424 21020 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 26244 21020 2734 3032 0 22644 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 104976 KiB
Current children cumulated memory: 84080 KiB

[startup+0.700526 s]
/proc/loadavg: 4.14 4.17 4.18 5/251 218939
/proc/meminfo: memFree=122045220/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=207304 memory=119212 CPUtime=0.69 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 24956 0 0 0 63 6 0 0 20 0 3 0 23223172 212279296 29803 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 51826 29803 2782 3032 0 35695 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 207304 KiB
Current children cumulated memory: 119212 KiB

[startup+1.50052 s]
/proc/loadavg: 4.14 4.17 4.18 5/253 218941
/proc/meminfo: memFree=121996108/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=207304 memory=151672 CPUtime=1.47 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 34264 0 0 0 139 8 0 0 20 0 3 0 23223172 212279296 37918 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 51826 37918 2814 3032 0 44088 0
[pid=218938/tid=218940] ppid=218935 vsize=207304 memory=4336 CPUtime=0.82 cores=1,3
/proc/218938/task/218940/stat : 218940 (fscip) R 218935 218938 213609 0 -1 4194368 12986 0 0 0 80 2 0 0 20 0 3 0 23223234 212279296 37918 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
[pid=218938/tid=218941] ppid=218935 vsize=207304 memory=2296 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 23223241 212279296 37918 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 207304 KiB
Current children cumulated memory: 151672 KiB

[startup+3.10652 s]
/proc/loadavg: 4.14 4.17 4.18 5/253 218941
/proc/meminfo: memFree=121922728/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=272840 memory=219496 CPUtime=3.06 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 56653 0 0 0 295 11 0 0 20 0 3 0 23223172 279388160 54874 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 68210 54874 2910 3032 0 63599 0
[pid=218938/tid=218940] ppid=218935 vsize=272840 memory=2296 CPUtime=2.4 cores=1,3
/proc/218938/task/218940/stat : 218940 (fscip) R 218935 218938 213609 0 -1 4194368 35368 0 0 0 235 5 0 0 20 0 3 0 23223234 279388160 54874 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
[pid=218938/tid=218941] ppid=218935 vsize=272840 memory=19192 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 23223241 279388160 54874 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 272840 KiB
Current children cumulated memory: 219496 KiB

[startup+6.30052 s]
/proc/loadavg: 4.13 4.17 4.18 5/253 218943
/proc/meminfo: memFree=121904360/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=338376 memory=237316 CPUtime=6.22 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 74951 0 0 0 610 12 0 0 20 0 3 0 23223172 346497024 59329 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 84594 59329 2958 3032 0 72134 0
[pid=218938/tid=218940] ppid=218935 vsize=338376 memory=0 CPUtime=5.57 cores=1,3
/proc/218938/task/218940/stat : 218940 (fscip) R 218935 218938 213609 0 -1 4194368 53525 0 0 0 550 7 0 0 20 0 3 0 23223234 346497024 59329 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
[pid=218938/tid=218941] ppid=218935 vsize=338376 memory=2314990106576503384 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 3 0 23223241 346497024 59329 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 338376 KiB
Current children cumulated memory: 237316 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.16 4.18 5/253 218991
/proc/meminfo: memFree=122967736/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=338376 memory=237320 CPUtime=12.59 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 83805 0 0 0 1246 13 0 0 20 0 3 0 23223172 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 84594 59330 2958 3032 0 72134 0
[pid=218938/tid=218940] ppid=218935 vsize=338376 memory=220520 CPUtime=11.94 cores=1,3
/proc/218938/task/218940/stat : 218940 (fscip) R 218935 218938 213609 0 -1 4194368 62337 0 0 0 1187 7 0 0 20 0 3 0 23223234 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
[pid=218938/tid=218941] ppid=218935 vsize=338376 memory=237316 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 3 0 23223241 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 338376 KiB
Current children cumulated memory: 237320 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.17 4.18 5/253 218993
/proc/meminfo: memFree=122923220/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=338376 memory=237320 CPUtime=25.36 cores=1,3
/proc/218938/stat : 218938 (fscip) S 218935 218938 213609 0 -1 1077936128 94860 0 0 0 2522 14 0 0 20 0 3 0 23223172 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 84594 59330 2958 3032 0 72134 0
[pid=218938/tid=218940] ppid=218935 vsize=338376 memory=11412 CPUtime=24.71 cores=1,3
/proc/218938/task/218940/stat : 218940 (fscip) R 218935 218938 213609 0 -1 4194368 73327 0 0 0 2463 8 0 0 20 0 3 0 23223234 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
[pid=218938/tid=218941] ppid=218935 vsize=338376 memory=237320 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 23223241 346497024 59330 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 338376 KiB
Current children cumulated memory: 237320 KiB

[startup+51.1135 s]
/proc/loadavg: 4.10 4.16 4.17 5/253 218997
/proc/meminfo: memFree=122852372/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=275256 memory=177180 CPUtime=50.9 cores=1,3
/proc/218938/stat : 218938 (fscip) R 218935 218938 213609 0 -1 4194304 134109 0 0 0 5072 18 0 0 20 0 2 0 23223172 281862144 44295 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 68814 44295 2958 3032 0 56354 0
[pid=218938/tid=218941] ppid=218935 vsize=275256 memory=237480 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 2 0 23223241 281862144 44295 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 275256 KiB
Current children cumulated memory: 177180 KiB

[startup+51.1325 s]
# the end of solver process 218938 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=50.7276 s, system=0.202119 s

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

[startup+51.1135 s]
/proc/loadavg: 4.10 4.16 4.17 5/253 218997
/proc/meminfo: memFree=122852372/131655788 swapFree=131070192/131071996
[pid=218938] ppid=218935 vsize=275256 memory=177180 CPUtime=50.9 cores=1,3
/proc/218938/stat : 218938 (fscip) R 218935 218938 213609 0 -1 4194304 134109 0 0 0 5072 18 0 0 20 0 2 0 23223172 281862144 44295 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
/proc/218938/statm: 68814 44295 2958 3032 0 56354 0
[pid=218938/tid=218941] ppid=218935 vsize=275256 memory=237480 CPUtime=0 cores=1,3
/proc/218938/task/218941/stat : 218941 (fscip) S 218935 218938 213609 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 2 0 23223241 281862144 44295 134679101440 4194304 16613245 140732999642656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 27385856 140732999648277 140732999648393 140732999648393 140732999655408 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 275256 KiB
Current children cumulated memory: 177180 KiB

Child status: 0

Real time (s): 51.1326
CPU time (s): 50.9297
CPU user time (s): 50.7276
CPU system time (s): 0.202119
CPU usage (%): 99.6032
Max. virtual memory (cumulated for all children) (KiB): 338376
Max. memory (cumulated for all children) (KiB): 239556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.7276
system time used= 0.202119
maximum resident set size= 241300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134120
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= 132
involuntary context switches= 140


# summary of solver processes directly reported to runsolver:
#   pid: 218938
#   total CPU time (s): 50.9297
#   total CPU user time (s): 50.7276
#   total CPU system time (s): 0.202119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.241884 second user time and 0.564404 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-25 03:52:23
IDJOB=4458889
IDBENCH=178266
IDSOLVER=3064
FILE ID=nodeC002/4458889-1721872343
RUNJOBID= nodeC002-1721865122-213621
SLURM_JOB_ID= 8089198
Free space on /tmp= 723684 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458889-1721872343/watcher-4458889-1721872343 -o /tmp/evaluation-result-4458889-1721872343/solver-4458889-1721872343 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213621 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4458889-1721872343.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3b9231489038b4cdb94f511f52877e11
RANDOM SEED=47154855

nodeC002.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3655.162
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 3491.732
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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.190
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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.160
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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		: 3667.948
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 3634.386
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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.340
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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.173
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122132392 kB
MemAvailable:   125637848 kB
Buffers:          306148 kB
Cached:          4012084 kB
SwapCached:           72 kB
Active:          2320164 kB
Inactive:        6608480 kB
Active(anon):       1568 kB
Inactive(anon):  4662684 kB
Active(file):    2318596 kB
Inactive(file):  1945796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:             62624 kB
Writeback:             0 kB
AnonPages:       4607612 kB
Mapped:           139792 kB
Shmem:             53844 kB
KReclaimable:     162528 kB
Slab:             273924 kB
SReclaimable:     162528 kB
SUnreclaim:       111396 kB
KernelStack:        4044 kB
PageTables:        18152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3225612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3266560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723660 MiB
End job on nodeC002 at 2024-07-25 03:53:15