Trace number 4464862

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 NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30OPTIMUM 278.2 279.118

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM07149bb688e9c24b651465ffa2b1083b
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.2822
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
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.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
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.4.0         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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 31285248, getVmSize() = 31285248, SCIPgetMemUsed() = 6528952, SCIPgetMemTotal() = 9386904, SCIPgetMemExternEstim() = 4628723
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.30/0.33	c ** Estimated virtualMemUsedAtSolver = 24436736, getVmSize() = 42024960, SCIPgetMemUsed() = 10202326, SCIPgetMemTotal() = 18529862, SCIPgetMemExternEstim() = 4628723
0.30/0.33	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.30/0.33	c Original Problem   :
0.30/0.33	c   Problem name     : instance-4464862-1722389792
0.30/0.33	c   Variables        : 1168 (1168 binary, 0 integer, 0 implicit integer, 0 continuous)
0.30/0.33	c   Constraints      : 3645
0.30/0.33	c   Objective sense  : minimize
0.30/0.33	c Presolved Problem  :
0.30/0.33	c   Variables        : 1173 (1164 binary, 0 integer, 9 implicit integer, 0 continuous)
0.30/0.33	c   Constraints      : 2614
0.30/0.33	c Constraints        : Number
0.30/0.33	c   setppc           : 62 
0.30/0.33	c   linear           : 933 
0.30/0.33	c   logicor          : 1586 
0.30/0.33	c   indicator        : 33 
0.30/0.33	c ** Instance transfer method used: 0
0.30/0.33	c ** ParaScipInstance copy does not increase the number of variables. **
0.30/0.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.30/0.34	c                                Nodes    Active                                            
0.30/0.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.30/0.38	c *       0              0           1         1       31392.0000                -          -
0.30/0.38	c *       0              0           1         1         553.0000                -          -
1.47/1.55	c *       2              0           1         1         204.0000                -          -
2.08/2.19	c *       2              2           1         1          73.0000           0.0000          -
2.17/2.20	c *       2              2           1         1          55.0000           0.0000          -
3.47/3.56	c *       4             13          10         1          30.0000           0.0000          -
3.67/3.73	c *       4             13          10         1          28.0000           0.0000          -
5.27/5.30	c         5             59          11         1          28.0000           0.0000          -
8.96/9.08	c *       9            205          38         1           6.0000           0.0000          -
10.45/10.50	c        10            497          65         1           6.0000           0.0000          -
15.44/15.57	c        16           1526         185         1           6.0000           0.0000          -
20.62/20.77	c        21           1976          28         1           6.0000           0.0000          -
25.70/25.88	c        26           3035          64         1           6.0000           0.0000          -
31.09/31.21	c        31           5398         188         1           6.0000           0.0000          -
35.78/35.93	c *      36           7387         227         1           2.0000           0.0000          -
36.17/36.35	c        36           7905         186         1           2.0000           0.0000          -
41.65/41.85	c        42          10763         331         1           2.0000           0.0000          -
46.73/46.91	c        47          13466         372         1           2.0000           0.0000          -
51.72/51.97	c        52          16060         366         1           2.0000           0.0000          -
56.81/57.04	c        57          19821         324         1           2.0000           0.0000          -
61.89/62.17	c        62          23468         324         1           2.0000           0.0000          -
66.97/67.29	c        67          26758         491         1           2.0000           0.0000          -
72.16/72.43	c        72          29439         578         1           2.0000           0.0000          -
77.14/77.50	c        78          32096         582         1           2.0000           0.0000          -
82.22/82.55	c        83          35625         650         1           2.0000           0.0000          -
87.20/87.60	c        88          39416         829         1           2.0000           0.0000          -
92.40/92.74	c        93          41978         919         1           2.0000           0.0000          -
97.47/97.84	c        98          45170         915         1           2.0000           0.0000          -
102.56/102.90	c       103          47833        1001         1           2.0000           0.0000          -
107.65/108.03	c       108          49584        1106         1           2.0000           0.0000          -
112.73/113.10	c       113          51152        1190         1           2.0000           0.0000          -
117.72/118.19	c       118          52700        1223         1           2.0000           0.0000          -
123.19/123.64	c       124          54243        1273         1           2.0000           0.0000          -
128.38/128.89	c       129          55191        1274         1           2.0000           0.0000          -
133.47/133.96	c       134          56769        1222         1           2.0000           0.0000          -
138.55/139.03	c       139          58886        1198         1           2.0000           0.0000          -
143.53/144.09	c       144          61441        1110         1           2.0000           0.0000          -
148.62/149.17	c       149          63105        1077         1           2.0000           0.0000          -
153.70/154.26	c       154          65381        1016         1           2.0000           0.0000          -
158.79/159.33	c       159          67609        1029         1           2.0000           0.0000          -
163.77/164.39	c       164          70089         963         1           2.0000           0.0000          -
168.85/169.45	c       169          72720         857         1           2.0000           0.0000          -
173.93/174.50	c       174          75037         790         1           2.0000           0.0000          -
178.91/179.56	c       180          77428         662         1           2.0000           0.0000          -
184.00/184.63	c       185          80231         607         1           2.0000           0.0000          -
189.08/189.70	c       190          82932         519         1           2.0000           0.0000          -
194.07/194.75	c       195          85780         619         1           2.0000           0.0000          -
199.14/199.80	c       200          89121         570         1           2.0000           0.0000          -
204.13/204.84	c       205          92672         563         1           2.0000           0.0000          -
209.11/209.90	c       210          94992         545         1           2.0000           0.0000          -
214.20/214.97	c       215          97133         549         1           2.0000           0.0000          -
219.28/220.01	c       220          99950         540         1           2.0000           0.0000          -
224.26/225.08	c       225         102900         594         1           2.0000           0.0000          -
229.54/230.35	c       230         105443         573         1           2.0000           0.0000          -
234.92/235.74	c       236         106561         558         1           2.0000           0.0000          -
239.90/240.79	c       241         110009         583         1           2.0000           0.0000          -
244.98/245.85	c       246         112877         547         1           2.0000           0.0000          -
250.07/250.94	c       251         115435         402         1           2.0000           0.0000          -
255.05/256.00	c       256         118207         455         1           2.0000           0.0000          -
260.14/261.05	c       261         121030         499         1           2.0000           0.0000          -
265.22/266.10	c       266         123731         506         1           2.0000           0.0000          -
270.20/271.15	c       271         126517         424         1           2.0000           0.0000          -
275.28/276.24	c       276         129392         306         1           2.0000           0.0000          -
278.08/279.06	c       279         130653           0         0           2.0000           2.0000      0.00%
278.08/279.09	c       279         130653           0         0           2.0000           2.0000          -
278.08/279.09	c SCIP Status        : c problem is solved
278.08/279.09	c Total Time         : 279.0900
278.08/279.09	c   solving          : 279.0900
278.08/279.09	c   presolving       : 0.3160 (included in solving)
278.08/279.09	c B&B Tree           :
278.08/279.09	c   nodes (total)    : 130653
278.08/279.09	c Solution           :
278.08/279.09	c   Solutions found  : 9
278.08/279.09	c   Primal Bound     : +2.00000000000000e+00
278.08/279.09	c   Dual Bound       : +2.00000000000000e+00
278.08/279.09	c Gap                : 0.00000 %
278.08/279.11	o 2
278.08/279.11	s OPTIMUM FOUND
278.08/279.11	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
278.08/279.11	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
278.08/279.11	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
278.08/279.11	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
278.08/279.11	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 
278.08/279.11	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
278.08/279.11	v -x104 -x103 x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
278.08/279.11	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 
278.08/279.11	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 
278.08/279.11	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 
278.08/279.11	v -x1 

Verifier Data

OK	2

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: 63968 MiB (62088 MiB free)
  memory of node 1: 64473 MiB (63189 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464862-1722389792/watcher-4464862-1722389792 -o /tmp/evaluation-result-4464862-1722389792/solver-4464862-1722389792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722389405-35195 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464862-1722389792.wbo -qsol -t 3600 -sth 1 

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=36771, runsolver pid=36768
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.07 4.11 4.12 5/262 36772
/proc/meminfo: memFree=128268992/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=36820 memory=26416 CPUtime=0.09 cores=5,7
/proc/36771/stat : 36771 (fscip) R 36768 36771 35128 0 -1 4194304 4199 0 0 0 9 0 0 0 20 0 1 0 5581209 37703680 6604 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 9205 6604 2662 3035 0 5601 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36820 KiB
Current children cumulated memory: 26416 KiB

[startup+0.20556 s]*
/proc/loadavg: 4.07 4.11 4.12 5/262 36772
/proc/meminfo: memFree=128268152/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=37720 memory=27208 CPUtime=0.2 cores=5,7
/proc/36771/stat : 36771 (fscip) R 36768 36771 35128 0 -1 4194304 4393 0 0 0 20 0 0 0 20 0 1 0 5581209 38625280 6802 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 9430 6802 2662 3035 0 5826 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 27208 KiB

[startup+0.305578 s]*
/proc/loadavg: 4.07 4.11 4.12 5/262 36772
/proc/meminfo: memFree=128267704/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=37720 memory=27208 CPUtime=0.3 cores=5,7
/proc/36771/stat : 36771 (fscip) R 36768 36771 35128 0 -1 4194304 4394 0 0 0 30 0 0 0 20 0 1 0 5581209 38625280 6802 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 9430 6802 2662 3035 0 5826 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 27208 KiB

[startup+0.700235 s]
/proc/loadavg: 4.07 4.11 4.12 5/264 36774
/proc/meminfo: memFree=128242472/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=129688 memory=58148 CPUtime=0.68 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 11795 0 0 0 66 2 0 0 20 0 3 0 5581209 132800512 14537 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 32422 14537 2870 3035 0 17904 0
[pid=36771/tid=36773] ppid=36768 vsize=129688 memory=5436 CPUtime=0.34 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 5946 0 0 0 33 1 0 0 20 0 3 0 5581242 132800512 14537 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=129688 memory=2273 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5581243 132800512 14537 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 129688 KiB
Current children cumulated memory: 58148 KiB

[startup+1.50024 s]
/proc/loadavg: 4.07 4.11 4.12 5/264 36774
/proc/meminfo: memFree=128231720/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=132228 memory=69052 CPUtime=1.47 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 18831 0 0 0 145 2 0 0 20 0 3 0 5581209 135401472 17263 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 33057 17263 2870 3035 0 21396 0
[pid=36771/tid=36773] ppid=36768 vsize=132228 memory=2273 CPUtime=1.14 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 12982 0 0 0 113 1 0 0 20 0 3 0 5581242 135401472 17263 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=132228 memory=0 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5581243 135401472 17263 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 132228 KiB
Current children cumulated memory: 69052 KiB

[startup+3.10516 s]
/proc/loadavg: 4.07 4.11 4.12 5/264 36774
/proc/meminfo: memFree=128187024/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=203824 memory=113140 CPUtime=3.08 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 31894 0 0 0 304 4 0 0 20 0 3 0 5581209 208715776 28285 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 50956 28285 3014 3035 0 33178 0
[pid=36771/tid=36773] ppid=36768 vsize=203824 memory=77164 CPUtime=2.74 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 25755 0 0 0 271 3 0 0 20 0 3 0 5581242 208715776 28285 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=203824 memory=0 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5581243 208715776 28285 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 203824 KiB
Current children cumulated memory: 113140 KiB

[startup+6.30023 s]
/proc/loadavg: 4.06 4.11 4.12 5/264 36774
/proc/meminfo: memFree=128174572/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=197764 memory=119500 CPUtime=6.26 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 41276 0 0 0 621 5 0 0 20 0 3 0 5581209 202510336 29875 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 49441 29875 3014 3035 0 34279 0
[pid=36771/tid=36773] ppid=36768 vsize=197764 memory=11556 CPUtime=5.92 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 35104 0 0 0 588 4 0 0 20 0 3 0 5581242 202510336 29875 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=197764 memory=119256 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5581243 202510336 29875 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 197764 KiB
Current children cumulated memory: 119500 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.13 5/264 36776
/proc/meminfo: memFree=128172000/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=197764 memory=121576 CPUtime=12.65 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 70724 0 0 0 1257 8 0 0 20 0 3 0 5581209 202510336 30394 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 49441 30394 3318 3035 0 34279 0
[pid=36771/tid=36773] ppid=36768 vsize=197764 memory=6944656592387989600 CPUtime=12.31 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 64260 0 0 0 1224 7 0 0 20 0 3 0 5581242 202510336 30394 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=197764 memory=121324 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5581243 202510336 30394 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 197764 KiB
Current children cumulated memory: 121576 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.13 4.13 5/264 36778
/proc/meminfo: memFree=128138896/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=197764 memory=153260 CPUtime=25.4 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 115360 0 0 0 2529 11 0 0 20 0 3 0 5581209 202510336 38315 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 49441 38315 3318 3035 0 42452 0
[pid=36771/tid=36773] ppid=36768 vsize=197764 memory=153260 CPUtime=25.06 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 108815 0 0 0 2496 10 0 0 20 0 3 0 5581242 202510336 38315 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=197764 memory=153260 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5581243 202510336 38315 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 197764 KiB
Current children cumulated memory: 153260 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.12 4.13 5/257 36791
/proc/meminfo: memFree=128430384/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=263300 memory=171296 CPUtime=50.93 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 193572 0 0 0 5074 19 0 0 20 0 3 0 5581209 269619200 42824 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 65825 42824 3318 3035 0 46302 0
[pid=36771/tid=36773] ppid=36768 vsize=263300 memory=11556 CPUtime=50.58 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 186695 0 0 0 5040 18 0 0 20 0 3 0 5581242 269619200 42824 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=263300 memory=-7162530473964559994 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5581243 269619200 42824 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 263300 KiB
Current children cumulated memory: 171296 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/257 37087
/proc/meminfo: memFree=127689804/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=263300 memory=180980 CPUtime=101.96 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 251868 0 0 0 10168 28 0 0 20 0 3 0 5581209 269619200 45245 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 65825 45245 3318 3035 0 48700 0
[pid=36771/tid=36773] ppid=36768 vsize=263300 memory=180980 CPUtime=101.62 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 244880 0 0 0 10135 27 0 0 20 0 3 0 5581242 269619200 45245 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=263300 memory=180980 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 5581243 269619200 45245 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 263300 KiB
Current children cumulated memory: 180980 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.13 4.12 5/264 37137
/proc/meminfo: memFree=126373864/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=289228 memory=209356 CPUtime=161.78 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 311418 0 0 0 16139 39 0 0 20 0 3 0 5581209 296169472 52339 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 72307 52339 3318 3035 0 56723 0
[pid=36771/tid=36773] ppid=36768 vsize=289228 memory=198052 CPUtime=161.42 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 304342 0 0 0 16105 37 0 0 20 0 3 0 5581242 296169472 52339 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=289228 memory=2292 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5581243 296169472 52339 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 289228 KiB
Current children cumulated memory: 209356 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/263 37148
/proc/meminfo: memFree=125976924/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=294404 memory=213372 CPUtime=221.57 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 341396 0 0 0 22106 51 0 0 20 0 3 0 5581209 301469696 53343 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 73601 53343 3318 3035 0 58017 0
[pid=36771/tid=36773] ppid=36768 vsize=294404 memory=213372 CPUtime=221.21 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 334273 0 0 0 22072 49 0 0 20 0 3 0 5581242 301469696 53343 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=294404 memory=213372 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 5581243 301469696 53343 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 294404 KiB
Current children cumulated memory: 213372 KiB

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

# cumulated CPU time of all completed processes:  user=277.563 s, system=0.636925 s

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

[startup+230.4 s]
/proc/loadavg: 4.10 4.11 4.11 5/266 37156
/proc/meminfo: memFree=125971436/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=294404 memory=216080 CPUtime=229.64 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 352562 0 0 0 22912 52 0 0 20 0 3 0 5581209 301469696 54020 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 73601 54020 3318 3035 0 58017 0
[pid=36771/tid=36773] ppid=36768 vsize=294404 memory=11556 CPUtime=229.28 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 345439 0 0 0 22877 51 0 0 20 0 3 0 5581242 301469696 54020 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=294404 memory=298186694532937 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 5581243 301469696 54020 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 229.64 s
Current children cumulated vsize: 294404 KiB
Current children cumulated memory: 216080 KiB

[startup+256 s]*
/proc/loadavg: 4.13 4.12 4.12 6/266 37159
/proc/meminfo: memFree=125963412/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=294404 memory=217220 CPUtime=255.16 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 374810 0 0 0 25459 57 0 0 20 0 3 0 5581209 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 73601 54305 3318 3035 0 58017 0
[pid=36771/tid=36773] ppid=36768 vsize=294404 memory=-5155634604507753349 CPUtime=254.8 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 367655 0 0 0 25424 56 0 0 20 0 3 0 5581242 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=294404 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 255.16 s
Current children cumulated vsize: 294404 KiB
Current children cumulated memory: 217220 KiB

[startup+268.8 s]
/proc/loadavg: 4.11 4.11 4.11 5/266 37162
/proc/meminfo: memFree=125960588/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=294404 memory=217220 CPUtime=267.91 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 374940 0 0 0 26731 60 0 0 20 0 3 0 5581209 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 73601 54305 3318 3035 0 58017 0
[pid=36771/tid=36773] ppid=36768 vsize=294404 memory=2273 CPUtime=267.55 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 367785 0 0 0 26697 58 0 0 20 0 3 0 5581242 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=294404 memory=12192 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 301469696 54305 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 267.91 s
Current children cumulated vsize: 294404 KiB
Current children cumulated memory: 217220 KiB

[startup+275.2 s]
/proc/loadavg: 4.09 4.11 4.11 5/266 37162
/proc/meminfo: memFree=125959444/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=296428 memory=218140 CPUtime=274.28 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 375363 0 0 0 27367 61 0 0 20 0 3 0 5581209 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 74107 54535 3318 3035 0 58523 0
[pid=36771/tid=36773] ppid=36768 vsize=296428 memory=217220 CPUtime=273.93 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 368208 0 0 0 27333 60 0 0 20 0 3 0 5581242 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=296428 memory=218140 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 274.28 s
Current children cumulated vsize: 296428 KiB
Current children cumulated memory: 218140 KiB

[startup+276.8 s]
/proc/loadavg: 4.09 4.11 4.11 5/266 37162
/proc/meminfo: memFree=125959464/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=296428 memory=218140 CPUtime=275.87 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 375381 0 0 0 27526 61 0 0 20 0 3 0 5581209 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 74107 54535 3318 3035 0 58523 0
[pid=36771/tid=36773] ppid=36768 vsize=296428 memory=218140 CPUtime=275.52 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 368226 0 0 0 27492 60 0 0 20 0 3 0 5581242 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=296428 memory=218140 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 275.87 s
Current children cumulated vsize: 296428 KiB
Current children cumulated memory: 218140 KiB

[startup+278.4 s]
/proc/loadavg: 4.09 4.11 4.11 5/266 37164
/proc/meminfo: memFree=125958728/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=296428 memory=218140 CPUtime=277.47 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 375597 0 0 0 27685 62 0 0 20 0 3 0 5581209 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 74107 54535 3318 3035 0 58523 0
[pid=36771/tid=36773] ppid=36768 vsize=296428 memory=218140 CPUtime=277.12 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 368442 0 0 0 27651 61 0 0 20 0 3 0 5581242 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=296428 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 277.47 s
Current children cumulated vsize: 296428 KiB
Current children cumulated memory: 218140 KiB

[startup+278.8 s]
/proc/loadavg: 4.09 4.11 4.11 5/266 37164
/proc/meminfo: memFree=125958728/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=296428 memory=218140 CPUtime=277.87 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 375608 0 0 0 27725 62 0 0 20 0 3 0 5581209 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 74107 54535 3318 3035 0 58523 0
[pid=36771/tid=36773] ppid=36768 vsize=296428 memory=218140 CPUtime=277.52 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 368453 0 0 0 27691 61 0 0 20 0 3 0 5581242 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=296428 memory=12916 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 277.87 s
Current children cumulated vsize: 296428 KiB
Current children cumulated memory: 218140 KiB

[startup+279 s]*
/proc/loadavg: 4.09 4.11 4.11 5/266 37164
/proc/meminfo: memFree=125958728/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=296428 memory=218140 CPUtime=278.08 cores=5,7
/proc/36771/stat : 36771 (fscip) S 36768 36771 35128 0 -1 1077936128 375613 0 0 0 27746 62 0 0 20 0 3 0 5581209 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 74107 54535 3318 3035 0 58523 0
[pid=36771/tid=36773] ppid=36768 vsize=296428 memory=1460460 CPUtime=277.72 cores=5,7
/proc/36771/task/36773/stat : 36773 (fscip) R 36768 36771 35128 0 -1 4194368 368458 0 0 0 27711 61 0 0 20 0 3 0 5581242 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
[pid=36771/tid=36774] ppid=36768 vsize=296428 memory=2680 CPUtime=0 cores=5,7
/proc/36771/task/36774/stat : 36774 (fscip) S 36768 36771 35128 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5581243 303542272 54535 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
Current children cumulated CPU time: 278.08 s
Current children cumulated vsize: 296428 KiB
Current children cumulated memory: 218140 KiB

[startup+279.111 s]
/proc/loadavg: 4.09 4.11 4.11 5/266 37164
/proc/meminfo: memFree=125958728/131524600 swapFree=131071996/131071996
[pid=36771] ppid=36768 vsize=182632 memory=156052 CPUtime=278.18 cores=5,7
/proc/36771/stat : 36771 (fscip) R 36768 36771 35128 0 -1 4194308 381023 0 0 0 27756 62 0 0 20 0 1 0 5581209 187015168 39013 134679101440 4194304 16623229 140733671947488 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 51539968 140733671953428 140733671953544 140733671953544 140733671960560 0
/proc/36771/statm: 45658 39013 3318 3035 0 42030 0
Current children cumulated CPU time: 278.18 s
Current children cumulated vsize: 182632 KiB
Current children cumulated memory: 156052 KiB

Child status: 0

Real time (s): 279.118
CPU time (s): 278.2
CPU user time (s): 277.563
CPU system time (s): 0.636925
CPU usage (%): 99.6708
Max. virtual memory (cumulated for all children) (KiB): 296428
Max. memory (cumulated for all children) (KiB): 218140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.563
system time used= 0.636925
maximum resident set size= 218140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381023
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= 911
involuntary context switches= 189


# summary of solver processes directly reported to runsolver:
#   pid: 36771
#   total CPU time (s): 278.2
#   total CPU user time (s): 277.563
#   total CPU system time (s): 0.636925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.548686 second user time and 1.35601 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-31 03:36:32
IDJOB=4464862
IDBENCH=143536
IDSOLVER=3093
FILE ID=nodeC032/4464862-1722389792
RUNJOBID= nodeC032-1722389405-35195
SLURM_JOB_ID= 8249861
Free space on /tmp= 890000 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4464862-1722389792/watcher-4464862-1722389792 -o /tmp/evaluation-result-4464862-1722389792/solver-4464862-1722389792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722389405-35195 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464862-1722389792.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 07149bb688e9c24b651465ffa2b1083b
RANDOM SEED=118816436

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.886
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.488
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3604.625
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.466
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.720
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.335
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3676.554
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128285616 kB
MemAvailable:   128547660 kB
Buffers:          106436 kB
Cached:           991656 kB
SwapCached:            0 kB
Active:           279552 kB
Inactive:        2480528 kB
Active(anon):       1536 kB
Inactive(anon):  1681808 kB
Active(file):     278016 kB
Inactive(file):   798720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29140 kB
Writeback:             0 kB
AnonPages:       1662012 kB
Mapped:           127324 kB
Shmem:             21332 kB
KReclaimable:      50264 kB
Slab:             131972 kB
SReclaimable:      50264 kB
SUnreclaim:        81708 kB
KernelStack:        4192 kB
PageTables:        12284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1234872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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:      182996 kB
DirectMap2M:     7979008 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC032 at 2024-07-31 03:41:11