Trace number 4456087

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-02OPTIMUM 588.214 590.257

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
MD5SUMbba5b9128642b2db23fc07428dc31bb7
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark21.8974
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 constraints2707
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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: 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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 35733504, getVmSize() = 35733504, SCIPgetMemUsed() = 10377853, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
1.79/1.81	c ** Estimated virtualMemUsedAtSolver = 41992722, getVmSize() = 79155200, SCIPgetMemUsed() = 39418256, SCIPgetMemTotal() = 55110048, SCIPgetMemExternEstim() = 7879036
1.79/1.81	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.79/1.81	c Original Problem   :
1.79/1.81	c   Problem name     : instance-4456087-1721718380
1.79/1.81	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1.79/1.81	c   Constraints      : 5415
1.79/1.81	c   Objective sense  : minimize
1.79/1.81	c Presolved Problem  :
1.79/1.81	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
1.79/1.81	c   Constraints      : 2742
1.79/1.81	c Constraints        : Number
1.79/1.81	c   setppc           : 3 
1.79/1.81	c   linear           : 2707 
1.79/1.81	c   indicator        : 32 
1.79/1.81	c ** Instance transfer method used: 0
1.79/1.82	c ** ParaScipInstance copy does not increase the number of variables. **
1.79/1.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.79/1.83	c                                Nodes    Active                                            
1.79/1.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.79/1.84	c *       2              0           1         1      136556.0000                -          -
1.79/1.88	c *       2              0           1         1       90352.0000                -          -
1.79/1.88	c *       2              0           1         1        1138.0000                -          -
3.47/3.52	c *       4              0           1         1         176.0000                -          -
5.96/6.07	c         6             12          11         1         176.0000           0.0000          -
6.06/6.14	c *       6             12          11         1         119.0000           0.0000          -
6.06/6.19	c *       6             12          11         1         115.0000           0.0000          -
9.34/9.48	c *       9             25          19         1         104.0000           0.0000          -
10.94/11.01	c *      11             37          28         1          88.0000           0.0000          -
11.94/12.10	c        12             47          32         1          88.0000           0.0000          -
13.23/13.38	c *      13             54          33         1          67.0000           0.0000          -
13.43/13.50	c *      14             54          33         1          44.0000           0.0000          -
15.52/15.60	c *      16             79          31         1          38.0000           0.0000          -
17.22/17.36	c *      17             89          35         1          23.0000           0.0000          -
17.22/17.36	c        17             89          35         1          23.0000           0.0000          -
19.92/20.04	c *      20            103          30         1          12.0000           0.0000          -
22.60/22.79	c        23            185          33         1          12.0000           0.0000          -
27.78/27.97	c        28            602          66         1          12.0000           0.0000          -
32.88/33.04	c        33           1123         168         1          12.0000           0.0000          -
38.15/38.30	c        38           1528         240         1          12.0000           0.0000          -
43.53/43.79	c        44           2060         304         1          12.0000           0.0000          -
48.81/49.06	c        49           2791         410         1          12.0000           0.0000          -
54.79/55.04	c        55           3122          80         1          12.0000           0.0000          -
56.39/56.62	c *      57           3264         112         1           9.0000           0.0000          -
59.88/60.18	c        60           4305         253         1           9.0000           0.0000          -
65.06/65.35	c        65           5717         611         1           9.0000           0.0000          -
70.53/70.80	c        71           7073         891         1           9.0000           0.0000          -
75.72/76.01	c        76           8724        1273         1           9.0000           0.0000          -
80.80/81.15	c        81          10507        1523         1           9.0000           0.0000          -
86.48/86.85	c        87          12337        1800         1           9.0000           0.0000          -
91.77/92.12	c        92          13952        2111         1           9.0000           0.0000          -
96.84/97.27	c        97          15256        2350         1           9.0000           0.0000          -
102.22/102.60	c       103          17115        2628         1           9.0000           0.0000          -
107.31/107.75	c       108          18744        2796         1           9.0000           0.0000          -
112.39/112.84	c       113          20490        3104         1           9.0000           0.0000          -
112.49/112.93	c *     113          20490        3104         1           5.0000           0.0000          -
117.47/117.91	c       118          22588        2112         1           5.0000           0.0000          -
122.46/122.97	c       123          24541        2288         1           5.0000           0.0000          -
127.54/128.09	c       128          26673        2414         1           5.0000           0.0000          -
132.71/133.20	c       133          28305        2475         1           5.0000           0.0000          -
137.69/138.29	c       138          29914        2560         1           5.0000           0.0000          -
143.18/143.79	c       144          31531        2700         1           5.0000           0.0000          -
148.27/148.84	c       149          34246        2851         1           5.0000           0.0000          -
153.34/153.93	c       154          36063        2969         1           5.0000           0.0000          -
158.33/158.97	c       159          38341        3049         1           5.0000           0.0000          -
161.82/162.46	c *     162          39888        3184         1           4.0000           0.0000          -
163.43/164.06	c       164          40888        2665         1           4.0000           0.0000          -
168.51/169.11	c       169          42751        2733         1           4.0000           0.0000          -
173.50/174.18	c       174          44644        2717         1           4.0000           0.0000          -
178.57/179.24	c       179          47285        2918         1           4.0000           0.0000          -
183.76/184.40	c       184          49757        3137         1           4.0000           0.0000          -
188.84/189.50	c       190          51641        3346         1           4.0000           0.0000          -
193.92/194.65	c       195          53008        3433         1           4.0000           0.0000          -
199.12/199.83	c       200          54711        3606         1           4.0000           0.0000          -
204.60/205.40	c       205          55529        3654         1           4.0000           0.0000          -
209.68/210.47	c       210          57149        3728         1           4.0000           0.0000          -
214.77/215.57	c       216          58948        3845         1           4.0000           0.0000          -
219.85/220.66	c       221          60741        3949         1           4.0000           0.0000          -
225.04/225.80	c       226          62303        4022         1           4.0000           0.0000          -
230.02/230.86	c       231          64365        4123         1           4.0000           0.0000          -
235.11/235.93	c       236          66683        4211         1           4.0000           0.0000          -
240.20/241.01	c       241          68615        4264         1           4.0000           0.0000          -
245.28/246.13	c       246          70691        4241         1           4.0000           0.0000          -
250.36/251.20	c       251          73169        4309         1           4.0000           0.0000          -
255.34/256.28	c       256          75231        4504         1           4.0000           0.0000          -
260.63/261.51	c       262          77474        4672         1           4.0000           0.0000          -
265.72/266.63	c       267          79508        4699         1           4.0000           0.0000          -
270.71/271.68	c       272          81294        4855         1           4.0000           0.0000          -
275.78/276.77	c       277          83603        4986         1           4.0000           0.0000          -
280.88/281.85	c       282          85717        5114         1           4.0000           0.0000          -
285.86/286.89	c       287          88695        5201         1           4.0000           0.0000          -
290.94/291.95	c       292          91226        5267         1           4.0000           0.0000          -
296.03/297.01	c       297          93635        5315         1           4.0000           0.0000          -
301.21/302.28	c       302          95553        5349         1           4.0000           0.0000          -
306.40/307.40	c       307          97547        5454         1           4.0000           0.0000          -
311.38/312.48	c       312          99340        5615         1           4.0000           0.0000          -
316.57/317.67	c       318         100935        5704         1           4.0000           0.0000          -
321.65/322.77	c       323         102372        5795         1           4.0000           0.0000          -
326.73/327.82	c       328         104428        5929         1           4.0000           0.0000          -
331.71/332.86	c       333         106323        6018         1           4.0000           0.0000          -
337.40/338.50	c       339         107148        6037         1           4.0000           0.0000          -
342.58/343.71	c       344         109260        6162         1           4.0000           0.0000          -
347.67/348.87	c       349         111153        6287         1           4.0000           0.0000          -
352.75/353.94	c       354         113014        6349         1           4.0000           0.0000          -
357.84/359.01	c       359         115003        6406         1           4.0000           0.0000          -
362.92/364.12	c       364         118066        6535         1           4.0000           0.0000          -
367.90/369.17	c       369         121158        6593         1           4.0000           0.0000          -
372.98/374.22	c       374         123972        6625         1           4.0000           0.0000          -
378.07/379.34	c       379         126228        6636         1           4.0000           0.0000          -
383.14/384.47	c       384         127899        6665         1           4.0000           0.0000          -
388.23/389.59	c       390         129596        6726         1           4.0000           0.0000          -
393.51/394.86	c       395         131815        6838         1           4.0000           0.0000          -
398.71/400.03	c       400         133257        6895         1           4.0000           0.0000          -
403.69/405.09	c       405         135415        7073         1           4.0000           0.0000          -
408.86/410.27	c       410         136753        7112         1           4.0000           0.0000          -
414.05/415.46	c       415         138384        7155         1           4.0000           0.0000          -
419.13/420.50	c       421         140933        7217         1           4.0000           0.0000          -
424.21/425.64	c       426         142871        7267         1           4.0000           0.0000          -
429.20/430.69	c       431         145360        7333         1           4.0000           0.0000          -
434.28/435.76	c       436         147271        7339         1           4.0000           0.0000          -
439.36/440.88	c       441         149282        7377         1           4.0000           0.0000          -
444.44/445.94	c       446         152198        7574         1           4.0000           0.0000          -
449.42/450.99	c       451         155599        7735         1           4.0000           0.0000          -
454.50/456.04	c       456         157621        7849         1           4.0000           0.0000          -
459.57/461.10	c       461         160104        7999         1           4.0000           0.0000          -
464.55/466.17	c       466         162424        8142         1           4.0000           0.0000          -
469.63/471.26	c       471         165060        8284         1           4.0000           0.0000          -
474.80/476.40	c       476         166961        8367         1           4.0000           0.0000          -
479.79/481.46	c       481         169697        8488         1           4.0000           0.0000          -
484.86/486.53	c       487         172490        8646         1           4.0000           0.0000          -
489.84/491.58	c       492         174867        8791         1           4.0000           0.0000          -
494.92/496.65	c       497         177008        8839         1           4.0000           0.0000          -
499.99/501.70	c       502         179514        8919         1           4.0000           0.0000          -
505.08/506.87	c       507         181719        8993         1           4.0000           0.0000          -
510.16/511.99	c       512         184282        9050         1           4.0000           0.0000          -
515.23/517.09	c       517         187148        9127         1           4.0000           0.0000          -
520.32/522.13	c       522         189781        9258         1           4.0000           0.0000          -
525.30/527.19	c       527         192738        9329         1           4.0000           0.0000          -
530.46/532.32	c       532         195307        9078         1           4.0000           0.1250          -
535.54/537.47	c       537         197527        8780         1           4.0000           0.1811          -
541.23/543.12	c       543         200433        8380         1           4.0000           0.2500          -
546.30/548.24	c       548         202637        8104         1           4.0000           0.2857          -
547.50/549.50	c *     550         203187        8051         1           3.0000           0.2892          -
551.38/553.36	c       553         205157        6021         1           3.0000           0.3152          -
556.46/558.47	c       558         207166        5529         1           3.0000           0.3333          -
561.55/563.53	c       564         209177        4814         1           3.0000           0.4000          -
566.53/568.58	c       569         211707        4071         1           3.0000           0.4643          -
571.71/573.77	c       574         214017        3413         1           3.0000           0.5000    500.00%
576.69/578.79	c       579         216297        2776         1           3.0000           0.5714    425.00%
581.87/583.91	c       584         218737        2127         1           3.0000           0.6452    365.00%
586.86/588.94	c       589         221207         695         1           3.0000           0.8611    248.39%
588.06/590.18	c       590         221850           0         0           3.0000           3.0000      0.00%
588.15/590.23	c       590         221850           0         0           3.0000           3.0000          -
588.15/590.23	c SCIP Status        : c problem is solved
588.15/590.23	c Total Time         : 590.2200
588.15/590.23	c   solving          : 590.2200
588.15/590.23	c   presolving       : 1.7888 (included in solving)
588.15/590.23	c B&B Tree           :
588.15/590.23	c   nodes (total)    : 221850
588.15/590.23	c Solution           :
588.15/590.23	c   Solutions found  : 18
588.15/590.23	c   Primal Bound     : +3.00000000000000e+00
588.15/590.23	c   Dual Bound       : +3.00000000000000e+00
588.15/590.23	c Gap                : 0.00000 %
588.15/590.24	o 3
588.15/590.24	s OPTIMUM FOUND
588.15/590.24	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
588.15/590.24	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 x191 -x190 -x189 
588.15/590.24	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
588.15/590.24	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
588.15/590.24	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
588.15/590.24	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
588.15/590.24	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
588.15/590.24	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 
588.15/590.24	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 
588.15/590.24	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 
588.15/590.24	v -x1 

Verifier Data

OK	3

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: 63931 MiB (49016 MiB free)
  memory of node 1: 64510 MiB (46140 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456087-1721718380/watcher-4456087-1721718380 -o /tmp/evaluation-result-4456087-1721718380/solver-4456087-1721718380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721718341-88012 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4456087-1721718380.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=88232, runsolver pid=88229
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 2.63 1.62 1.75 5/265 88233
/proc/meminfo: memFree=97411476/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=50316 memory=39016 CPUtime=0.1 cores=4,6
/proc/88232/stat : 88232 (fscip) R 88229 88232 88001 0 -1 4194304 7373 0 0 0 9 1 0 0 20 0 1 0 8360962 51523584 9754 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 12579 9754 2622 3032 0 8979 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 39016 KiB

[startup+0.205839 s]*
/proc/loadavg: 2.63 1.62 1.75 5/265 88233
/proc/meminfo: memFree=97410656/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=50812 memory=39280 CPUtime=0.2 cores=4,6
/proc/88232/stat : 88232 (fscip) R 88229 88232 88001 0 -1 4194304 7469 0 0 0 19 1 0 0 20 0 1 0 8360962 52031488 9820 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 12703 9820 2622 3032 0 9103 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39280 KiB

[startup+0.305748 s]*
/proc/loadavg: 2.63 1.62 1.75 5/265 88233
/proc/meminfo: memFree=97410244/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=50812 memory=39280 CPUtime=0.3 cores=4,6
/proc/88232/stat : 88232 (fscip) R 88229 88232 88001 0 -1 4194304 7469 0 0 0 29 1 0 0 20 0 1 0 8360962 52031488 9820 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 12703 9820 2622 3032 0 9103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 39280 KiB

[startup+0.700236 s]
/proc/loadavg: 2.63 1.62 1.75 5/265 88233
/proc/meminfo: memFree=97409432/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=52356 memory=40864 CPUtime=0.69 cores=4,6
/proc/88232/stat : 88232 (fscip) R 88229 88232 88001 0 -1 4194304 7853 0 0 0 68 1 0 0 20 0 1 0 8360962 53612544 10216 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 13089 10216 2622 3032 0 9489 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 52356 KiB
Current children cumulated memory: 40864 KiB

[startup+1.50024 s]
/proc/loadavg: 2.63 1.62 1.75 5/265 88233
/proc/meminfo: memFree=97407020/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=53384 memory=41920 CPUtime=1.48 cores=4,6
/proc/88232/stat : 88232 (fscip) R 88229 88232 88001 0 -1 4194304 8114 0 0 0 147 1 0 0 20 0 1 0 8360962 54665216 10480 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 13346 10480 2622 3032 0 9746 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 53384 KiB
Current children cumulated memory: 41920 KiB

[startup+3.10635 s]
/proc/loadavg: 2.74 1.66 1.76 5/267 88237
/proc/meminfo: memFree=97343496/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=167808 memory=103388 CPUtime=3.08 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 28895 0 0 0 304 4 0 0 20 0 3 0 8360962 171835392 25847 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 41952 25847 2830 3032 0 32455 0
[pid=88232/tid=88236] ppid=88229 vsize=167808 memory=198340509722 CPUtime=1.25 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 15409 0 0 0 124 1 0 0 20 0 3 0 8361143 171835392 25847 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=167808 memory=0 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 8361145 171835392 25847 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 167808 KiB
Current children cumulated memory: 103388 KiB

[startup+6.30026 s]
/proc/loadavg: 2.74 1.66 1.76 5/267 88237
/proc/meminfo: memFree=97324200/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=167808 memory=121048 CPUtime=6.25 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 36604 0 0 0 620 5 0 0 20 0 3 0 8360962 171835392 30262 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 41952 30262 2974 3032 0 37069 0
[pid=88232/tid=88236] ppid=88229 vsize=167808 memory=120892 CPUtime=4.43 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 22489 0 0 0 441 2 0 0 20 0 3 0 8361143 171835392 30262 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=167808 memory=33852 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 8361145 171835392 30262 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 167808 KiB
Current children cumulated memory: 121048 KiB

[startup+12.7003 s]
/proc/loadavg: 2.84 1.70 1.77 5/267 88238
/proc/meminfo: memFree=97204348/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=233344 memory=172832 CPUtime=12.63 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 80061 0 0 0 1254 9 0 0 20 0 3 0 8360962 238944256 43208 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 58336 43208 2990 3032 0 50529 0
[pid=88232/tid=88236] ppid=88229 vsize=233344 memory=33852 CPUtime=10.81 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 65354 0 0 0 1075 6 0 0 20 0 3 0 8361143 238944256 43208 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=233344 memory=172364 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 8361145 238944256 43208 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 233344 KiB
Current children cumulated memory: 172832 KiB

[startup+25.5003 s]
/proc/loadavg: 3.17 1.83 1.81 5/267 88240
/proc/meminfo: memFree=97157388/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=233344 memory=176000 CPUtime=25.39 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 114179 0 0 0 2528 11 0 0 20 0 3 0 8360962 238944256 44000 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 58336 44000 3310 3032 0 50529 0
[pid=88232/tid=88236] ppid=88229 vsize=233344 memory=172632 CPUtime=23.57 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 98325 0 0 0 2348 9 0 0 20 0 3 0 8361143 238944256 44000 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=233344 memory=12136 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 8361145 238944256 44000 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 233344 KiB
Current children cumulated memory: 176000 KiB

[startup+51.1057 s]
/proc/loadavg: 3.52 2.02 1.88 5/267 88243
/proc/meminfo: memFree=97009520/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=298880 memory=206216 CPUtime=50.91 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 180118 0 0 0 5071 20 0 0 20 0 3 0 8360962 306053120 51554 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 74720 51554 3310 3032 0 58597 0
[pid=88232/tid=88236] ppid=88229 vsize=298880 memory=205960 CPUtime=49.08 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 164141 0 0 0 4891 17 0 0 20 0 3 0 8361143 306053120 51554 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=298880 memory=205816 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 8361145 306053120 51554 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 298880 KiB
Current children cumulated memory: 206216 KiB

[startup+102.3 s]
/proc/loadavg: 4.00 2.39 2.01 5/266 88254
/proc/meminfo: memFree=96940396/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=311024 memory=267536 CPUtime=101.92 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 251243 0 0 0 10159 33 0 0 20 0 3 0 8360962 318488576 66884 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 77756 66884 3310 3032 0 73275 0
[pid=88232/tid=88236] ppid=88229 vsize=311024 memory=259720 CPUtime=100.09 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 234764 0 0 0 9979 30 0 0 20 0 3 0 8361143 318488576 66884 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=311024 memory=-7522249996642639230 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 8361145 318488576 66884 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 311024 KiB
Current children cumulated memory: 267536 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 2.70 2.14 5/266 88312
/proc/meminfo: memFree=96494588/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=381904 memory=286784 CPUtime=161.72 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 311016 0 0 0 16126 46 0 0 20 0 3 0 8360962 391069696 71696 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 95476 71696 3310 3032 0 78916 0
[pid=88232/tid=88236] ppid=88229 vsize=381904 memory=270556 CPUtime=159.89 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 294019 0 0 0 15946 43 0 0 20 0 3 0 8361143 391069696 71696 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=381904 memory=286784 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 8361145 391069696 71696 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 381904 KiB
Current children cumulated memory: 286784 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.95 2.27 6/266 88323
/proc/meminfo: memFree=96449256/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=409208 memory=313324 CPUtime=221.55 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 356578 0 0 0 22100 55 0 0 20 0 3 0 8360962 419028992 78331 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 102302 78331 3310 3032 0 85742 0
[pid=88232/tid=88236] ppid=88229 vsize=409208 memory=302504 CPUtime=219.71 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 339094 0 0 0 21919 52 0 0 20 0 3 0 8361143 419028992 78331 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=409208 memory=12136 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 8361145 419028992 78331 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 409208 KiB
Current children cumulated memory: 313324 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.16 2.39 5/264 88339
/proc/meminfo: memFree=96417428/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=421664 memory=326932 CPUtime=281.37 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 392698 0 0 0 28073 64 0 0 20 0 3 0 8360962 431783936 81733 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0

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

/proc/88232/statm: 110454 89563 3310 3032 0 98090 0
[pid=88232/tid=88236] ppid=88229 vsize=441816 memory=340400 CPUtime=339.34 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 422334 0 0 0 33864 70 0 0 20 0 3 0 8361143 452419584 89563 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=441816 memory=12136 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 8361145 452419584 89563 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 441816 KiB
Current children cumulated memory: 358252 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 3.51 2.61 5/266 88746
/proc/meminfo: memFree=95788860/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=441816 memory=358732 CPUtime=400.99 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 464416 0 0 0 40018 81 0 0 20 0 3 0 8360962 452419584 89683 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 110454 89683 3310 3032 0 98090 0
[pid=88232/tid=88236] ppid=88229 vsize=441816 memory=-7522249996642639230 CPUtime=399.14 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 446841 0 0 0 39837 77 0 0 20 0 3 0 8361143 452419584 89683 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=441816 memory=358728 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 8361145 452419584 89683 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 441816 KiB
Current children cumulated memory: 358732 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.62 2.71 5/266 88756
/proc/meminfo: memFree=95722072/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=457288 memory=379340 CPUtime=460.76 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 524055 0 0 0 45986 90 0 0 20 0 3 0 8360962 468262912 94835 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 114322 94835 3310 3032 0 101958 0
[pid=88232/tid=88236] ppid=88229 vsize=457288 memory=379224 CPUtime=458.92 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 506448 0 0 0 45805 87 0 0 20 0 3 0 8361143 468262912 94835 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=457288 memory=16100 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 8361145 468262912 94835 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 460.76 s
Current children cumulated vsize: 457288 KiB
Current children cumulated memory: 379340 KiB

[startup+522.3 s]
/proc/loadavg: 4.19 3.74 2.81 5/266 88767
/proc/meminfo: memFree=95581076/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=392116 CPUtime=520.51 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 570888 0 0 0 51952 99 0 0 20 0 3 0 8360962 487292928 98029 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98029 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=0 CPUtime=518.65 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 553249 0 0 0 51770 95 0 0 20 0 3 0 8361143 487292928 98029 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=392116 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98029 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 520.51 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 392116 KiB

[startup+582.3 s]
/proc/loadavg: 4.26 3.86 2.91 5/265 88779
/proc/meminfo: memFree=95568696/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=580.28 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 624350 0 0 0 57917 111 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=33852 CPUtime=578.38 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 606248 0 0 0 57732 106 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=-7522249996642639230 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 580.28 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

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

# cumulated CPU time of all completed processes:  user=587.072 s, system=1.14213 s

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

[startup+582.4 s]
/proc/loadavg: 4.26 3.86 2.91 5/265 88779
/proc/meminfo: memFree=95568696/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=580.38 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 624350 0 0 0 57927 111 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=12136 CPUtime=578.48 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 606248 0 0 0 57742 106 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=394472 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 580.38 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

[startup+585.6 s]
/proc/loadavg: 4.24 3.86 2.92 5/265 88779
/proc/meminfo: memFree=95568272/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=583.56 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 624567 0 0 0 58245 111 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=394472 CPUtime=581.68 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 606465 0 0 0 58061 107 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=3756195261959925520 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 583.56 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

[startup+588.8 s]
/proc/loadavg: 4.38 3.90 2.93 5/265 88779
/proc/meminfo: memFree=95568300/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=586.76 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 625488 0 0 0 58564 112 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=394472 CPUtime=584.86 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 607386 0 0 0 58379 107 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=13524 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 586.76 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

[startup+589.6 s]
/proc/loadavg: 4.38 3.90 2.93 5/265 88779
/proc/meminfo: memFree=95568272/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=587.55 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 625689 0 0 0 58643 112 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=33852 CPUtime=585.66 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 607587 0 0 0 58459 107 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=13524 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 587.55 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

[startup+590 s]*
/proc/loadavg: 4.38 3.90 2.93 5/265 88779
/proc/meminfo: memFree=95568272/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=587.96 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 626071 0 0 0 58684 112 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=-5155631305872139909 CPUtime=586.06 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 607970 0 0 0 58499 107 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 587.96 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

[startup+590.2 s]
/proc/loadavg: 4.38 3.90 2.93 5/265 88779
/proc/meminfo: memFree=95568272/131524600 swapFree=131071996/131071996
[pid=88232] ppid=88229 vsize=475872 memory=394472 CPUtime=588.15 cores=4,6
/proc/88232/stat : 88232 (fscip) S 88229 88232 88001 0 -1 1077936128 626910 0 0 0 58703 112 0 0 20 0 3 0 8360962 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
/proc/88232/statm: 118968 98618 3310 3032 0 106604 0
[pid=88232/tid=88236] ppid=88229 vsize=475872 memory=20568 CPUtime=586.25 cores=4,6
/proc/88232/task/88236/stat : 88236 (fscip) R 88229 88232 88001 0 -1 4194368 608807 0 0 0 58518 107 0 0 20 0 3 0 8361143 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
[pid=88232/tid=88237] ppid=88229 vsize=475872 memory=6752 CPUtime=0 cores=4,6
/proc/88232/task/88237/stat : 88237 (fscip) S 88229 88232 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8361145 487292928 98618 134679101440 4194304 16613245 140734183055760 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51994624 140734183064596 140734183064712 140734183064712 140734183071728 0
Current children cumulated CPU time: 588.15 s
Current children cumulated vsize: 475872 KiB
Current children cumulated memory: 394472 KiB

Child status: 0

Real time (s): 590.257
CPU time (s): 588.214
CPU user time (s): 587.072
CPU system time (s): 1.14213
CPU usage (%): 99.654
Max. virtual memory (cumulated for all children) (KiB): 475872
Max. memory (cumulated for all children) (KiB): 394472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 587.072
system time used= 1.14213
maximum resident set size= 394472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638406
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= 2931
involuntary context switches= 533


# summary of solver processes directly reported to runsolver:
#   pid: 88232
#   total CPU time (s): 588.214
#   total CPU user time (s): 587.072
#   total CPU system time (s): 1.14213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59713 second user time and 2.42197 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-23 09:06:20
IDJOB=4456087
IDBENCH=143189
IDSOLVER=3044
FILE ID=nodeC022/4456087-1721718380
RUNJOBID= nodeC022-1721718341-88012
SLURM_JOB_ID= 7770394
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-0-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-4456087-1721718380/watcher-4456087-1721718380 -o /tmp/evaluation-result-4456087-1721718380/solver-4456087-1721718380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721718341-88012 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4456087-1721718380.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= bba5b9128642b2db23fc07428dc31bb7
RANDOM SEED=404065531

nodeC022.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		: 3662.773
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.87
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		: 3687.685
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	: 7006.75
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		: 3600.270
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.87
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		: 3600.481
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	: 7006.75
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		: 3653.305
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.87
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		: 3687.710
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	: 7006.75
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		: 3668.736
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.87
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		: 3600.148
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	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        97440848 kB
MemAvailable:   127067884 kB
Buffers:          142500 kB
Cached:         30199916 kB
SwapCached:            0 kB
Active:           965340 kB
Inactive:       32345168 kB
Active(anon):       1556 kB
Inactive(anon):  2996068 kB
Active(file):     963784 kB
Inactive(file): 29349100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28448 kB
Writeback:            12 kB
AnonPages:       2966992 kB
Mapped:           133840 kB
Shmem:             29528 kB
KReclaimable:     307600 kB
Slab:             415592 kB
SReclaimable:     307600 kB
SUnreclaim:       107992 kB
KernelStack:        4256 kB
PageTables:        15288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2049268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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:      285396 kB
DirectMap2M:    28848128 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC022 at 2024-07-23 09:16:11