Trace number 4456137

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 490.651 492.373

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM0ec8eded4864fc6a1104762af3da9593
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark32.2684
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.68/1.74	c ** Estimated virtualMemUsedAtSolver = 41992722, getVmSize() = 79155200, SCIPgetMemUsed() = 39418256, SCIPgetMemTotal() = 55110048, SCIPgetMemExternEstim() = 7879036
1.68/1.74	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
1.68/1.74	c Original Problem   :
1.68/1.74	c   Problem name     : instance-4456137-1721718528
1.68/1.74	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1.68/1.74	c   Constraints      : 5415
1.68/1.74	c   Objective sense  : minimize
1.68/1.74	c Presolved Problem  :
1.68/1.74	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
1.68/1.74	c   Constraints      : 2742
1.68/1.74	c Constraints        : Number
1.68/1.74	c   setppc           : 3 
1.68/1.74	c   linear           : 2707 
1.68/1.74	c   indicator        : 32 
1.68/1.74	c ** Instance transfer method used: 0
1.68/1.75	c ** ParaScipInstance copy does not increase the number of variables. **
1.68/1.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.68/1.76	c                                Nodes    Active                                            
1.68/1.76	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.68/1.77	c *       2              0           1         1      135621.0000                -          -
1.79/1.81	c *       2              0           1         1       89739.0000                -          -
1.79/1.81	c *       2              0           1         1         982.0000                -          -
3.67/3.78	c *       4              0           1         1         358.0000                -          -
3.77/3.89	c *       4              0           1         1         311.0000                -          -
5.47/5.57	c         6              8           7         1         311.0000           0.0000          -
5.67/5.76	c *       6              8           7         1         174.0000           0.0000          -
5.67/5.77	c *       6              8           7         1         168.0000           0.0000          -
5.67/5.78	c *       6              8           7         1          56.0000           0.0000          -
5.87/5.90	c *       6              8           7         1          54.0000           0.0000          -
8.45/8.54	c *       9             21          14         1          43.0000           0.0000          -
8.75/8.80	c *       9             21          14         1          31.0000           0.0000          -
8.75/8.83	c *       9             21          14         1          10.0000           0.0000          -
9.66/9.73	c *      10             39           8         1           9.0000           0.0000          -
9.66/9.76	c *      10             39           8         1           8.0000           0.0000          -
9.96/10.04	c *      10             39           8         1           7.0000           0.0000          -
10.16/10.29	c *      10             39           8         1           6.0000           0.0000          -
10.55/10.64	c        11             51           8         1           6.0000           0.0000          -
15.60/15.76	c        16            152          17         1           6.0000           0.0000          -
17.39/17.50	c *      18            179          21         1           2.0000           0.0000          -
20.99/21.17	c        21            581          25         1           2.0000           0.0000          -
22.18/22.35	c *      22            753          29         1           1.0000           0.0000          -
26.07/26.29	c        26           1504          51         1           1.0000           0.0000          -
31.25/31.41	c        31           3153          99         1           1.0000           0.0000          -
36.24/36.47	c        36           5158         103         1           1.0000           0.0000          -
41.33/41.54	c        42           8926         322         1           1.0000           0.0000          -
46.30/46.58	c        47          13128         358         1           1.0000           0.0000          -
51.39/51.63	c        52          17277         330         1           1.0000           0.0000          -
56.37/56.68	c        57          21046         267         1           1.0000           0.0000          -
61.45/61.73	c        62          24812         335         1           1.0000           0.0000          -
66.44/66.77	c        67          29035         541         1           1.0000           0.0000          -
71.52/71.82	c        72          32786         560         1           1.0000           0.0000          -
76.49/76.87	c        77          36964         674         1           1.0000           0.0000          -
81.57/81.92	c        82          41182         568         1           1.0000           0.0000          -
86.55/86.97	c        87          45426         590         1           1.0000           0.0000          -
91.63/92.02	c        92          49402         619         1           1.0000           0.0000          -
96.61/97.07	c        97          53121         966         1           1.0000           0.0000          -
101.70/102.12	c       102          56811        1385         1           1.0000           0.0000          -
106.68/107.17	c       107          60189        1453         1           1.0000           0.0000          -
111.76/112.22	c       112          63965        1633         1           1.0000           0.0000          -
116.74/117.27	c       117          67503        1767         1           1.0000           0.0000          -
121.83/122.35	c       122          70893        1820         1           1.0000           0.0000          -
126.91/127.45	c       127          73432        1786         1           1.0000           0.0000          -
132.00/132.53	c       133          76754        1697         1           1.0000           0.0000          -
136.98/137.58	c       138          79948        1649         1           1.0000           0.0000          -
142.06/142.64	c       143          83479        1624         1           1.0000           0.0000          -
147.15/147.71	c       148          86532        1728         1           1.0000           0.0000          -
152.13/152.78	c       153          89134        1838         1           1.0000           0.0000          -
157.21/157.83	c       158          91951        1931         1           1.0000           0.0000          -
162.30/162.90	c       163          94681        2003         1           1.0000           0.0000          -
167.38/168.03	c       168          96973        2110         1           1.0000           0.0000          -
172.37/173.09	c       173          99219        2348         1           1.0000           0.0000          -
177.45/178.16	c       178         100944        2570         1           1.0000           0.0000          -
182.63/183.32	c       183         102632        2675         1           1.0000           0.0000          -
187.71/188.43	c       188         104307        2737         1           1.0000           0.0000          -
192.80/193.56	c       194         106178        2741         1           1.0000           0.0000          -
197.88/198.66	c       199         107859        2762         1           1.0000           0.0000          -
202.96/203.73	c       204         109443        2794         1           1.0000           0.0000          -
208.05/208.85	c       209         111232        2729         1           1.0000           0.0000          -
213.23/214.04	c       214         112812        2693         1           1.0000           0.0000          -
218.31/219.12	c       219         114566        2621         1           1.0000           0.0000          -
223.40/224.26	c       224         116059        2535         1           1.0000           0.0000          -
228.47/229.34	c       229         118203        2453         1           1.0000           0.0000          -
233.55/234.42	c       234         120107        2407         1           1.0000           0.0000          -
238.54/239.47	c       239         122901        2343         1           1.0000           0.0000          -
243.62/244.52	c       245         125660        2439         1           1.0000           0.0000          -
248.70/249.63	c       250         128633        2369         1           1.0000           0.0000          -
253.68/254.67	c       255         130679        2287         1           1.0000           0.0000          -
258.86/259.80	c       260         133124        2203         1           1.0000           0.0000          -
263.85/264.88	c       265         135224        2127         1           1.0000           0.0000          -
268.93/269.93	c       270         137470        2068         1           1.0000           0.0000          -
274.01/275.00	c       275         140092        2178         1           1.0000           0.0000          -
278.99/280.07	c       280         142102        2182         1           1.0000           0.0000          -
284.08/285.17	c       285         144475        2087         1           1.0000           0.0000          -
289.15/290.22	c       290         146985        2027         1           1.0000           0.0000          -
294.23/295.33	c       295         149170        1957         1           1.0000           0.0000          -
299.22/300.39	c       300         151694        1839         1           1.0000           0.0000          -
304.29/305.44	c       305         154396        1747         1           1.0000           0.0000          -
309.38/310.52	c       311         156940        1675         1           1.0000           0.0000          -
314.37/315.58	c       316         158801        1573         1           1.0000           0.0000          -
319.55/320.75	c       321         161011        1490         1           1.0000           0.0000          -
324.53/325.79	c       326         163175        1388         1           1.0000           0.0000          -
329.61/330.87	c       331         165849        1307         1           1.0000           0.0000          -
334.69/335.98	c       336         168468        1224         1           1.0000           0.0000          -
339.79/341.04	c       341         171292        1101         1           1.0000           0.0000          -
344.86/346.11	c       346         173640         980         1           1.0000           0.0000          -
349.84/351.17	c       351         176066         846         1           1.0000           0.0000          -
354.92/356.23	c       356         178726         731         1           1.0000           0.0000          -
360.01/361.31	c       361         181948         628         1           1.0000           0.0000          -
364.99/366.36	c       366         185711         799         1           1.0000           0.0000          -
370.08/371.41	c       371         188913         843         1           1.0000           0.0000          -
375.06/376.46	c       376         192516         870         1           1.0000           0.0000          -
380.14/381.51	c       382         196018         861         1           1.0000           0.0000          -
385.13/386.58	c       387         199294         777         1           1.0000           0.0000          -
390.21/391.63	c       392         202695         615         1           1.0000           0.0000          -
395.29/396.70	c       397         206148         507         1           1.0000           0.0000          -
400.28/401.78	c       402         209274         635         1           1.0000           0.0000          -
405.36/406.83	c       407         212960         641         1           1.0000           0.0000          -
410.35/411.88	c       412         216719         601         1           1.0000           0.0000          -
415.43/416.96	c       417         220329         530         1           1.0000           0.0000          -
420.51/422.03	c       422         223621         436         1           1.0000           0.0000          -
425.50/427.08	c       427         226202         452         1           1.0000           0.0000          -
430.58/432.13	c       432         228857         427         1           1.0000           0.0000          -
435.56/437.18	c       437         231832         492         1           1.0000           0.0000          -
440.64/442.23	c       442         235450         626         1           1.0000           0.0000          -
445.62/447.28	c       447         239212         644         1           1.0000           0.0000          -
450.70/452.33	c       452         242777         612         1           1.0000           0.0000          -
455.69/457.39	c       457         245734         588         1           1.0000           0.0000          -
460.77/462.44	c       462         248901         567         1           1.0000           0.0000          -
465.85/467.52	c       468         252348         410         1           1.0000           0.0000          -
470.83/472.59	c       473         255444         304         1           1.0000           0.0000          -
475.91/477.64	c       478         258494         154         1           1.0000           0.0000          -
481.00/482.72	c       483         261908         179         1           1.0000           0.0000          -
485.98/487.77	c       488         265195          59         1           1.0000           0.0000          -
490.56/492.30	c       492         268247           0         0           1.0000           1.0000      0.00%
490.56/492.35	c       492         268247           0         0           1.0000           1.0000          -
490.56/492.35	c SCIP Status        : c problem is solved
490.56/492.35	c Total Time         : 492.3400
490.56/492.35	c   solving          : 492.3400
490.56/492.35	c   presolving       : 1.7217 (included in solving)
490.56/492.35	c B&B Tree           :
490.56/492.35	c   nodes (total)    : 268247
490.56/492.35	c Solution           :
490.56/492.35	c   Solutions found  : 19
490.56/492.35	c   Primal Bound     : +1.00000000000000e+00
490.56/492.35	c   Dual Bound       : +1.00000000000000e+00
490.56/492.35	c Gap                : 0.00000 %
490.56/492.36	o 1
490.56/492.36	s OPTIMUM FOUND
490.56/492.36	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 x210 
490.56/492.36	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
490.56/492.36	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
490.56/492.36	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
490.56/492.36	v -x146 -x145 -x144 x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
490.56/492.36	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
490.56/492.36	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 
490.56/492.36	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 x54 
490.56/492.36	v -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 
490.56/492.36	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 
490.56/492.36	v x1 

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456137-1721718528/watcher-4456137-1721718528 -o /tmp/evaluation-result-4456137-1721718528/solver-4456137-1721718528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721718341-88014 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4456137-1721718528.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
Current StackSize limit: 8192 KiB

solver pid=88306, runsolver pid=88303

[startup+0.100753 s]*
/proc/loadavg: 4.00 2.64 2.12 5/264 88307
/proc/meminfo: memFree=97218708/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=50316 memory=39016 CPUtime=0.09 cores=5,7
/proc/88306/stat : 88306 (fscip) R 88303 88306 88001 0 -1 4194304 7376 0 0 0 8 1 0 0 20 0 1 0 8375712 51523584 9754 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 12579 9754 2622 3032 0 8979 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 39016 KiB

[startup+0.205816 s]*
/proc/loadavg: 4.00 2.64 2.12 5/264 88307
/proc/meminfo: memFree=97218144/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=50812 memory=39280 CPUtime=0.2 cores=5,7
/proc/88306/stat : 88306 (fscip) R 88303 88306 88001 0 -1 4194304 7472 0 0 0 19 1 0 0 20 0 1 0 8375712 52031488 9820 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/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.305912 s]*
/proc/loadavg: 4.00 2.64 2.12 5/264 88307
/proc/meminfo: memFree=97218004/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=50812 memory=39280 CPUtime=0.3 cores=5,7
/proc/88306/stat : 88306 (fscip) R 88303 88306 88001 0 -1 4194304 7472 0 0 0 29 1 0 0 20 0 1 0 8375712 52031488 9820 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/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.700243 s]
/proc/loadavg: 4.00 2.64 2.12 6/264 88307
/proc/meminfo: memFree=97117168/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=52356 memory=40864 CPUtime=0.69 cores=5,7
/proc/88306/stat : 88306 (fscip) R 88303 88306 88001 0 -1 4194304 7856 0 0 0 68 1 0 0 20 0 1 0 8375712 53612544 10216 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/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.50025 s]
/proc/loadavg: 4.00 2.64 2.12 5/264 88307
/proc/meminfo: memFree=96805724/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=53384 memory=41920 CPUtime=1.48 cores=5,7
/proc/88306/stat : 88306 (fscip) R 88303 88306 88001 0 -1 4194304 8117 0 0 0 147 1 0 0 20 0 1 0 8375712 54665216 10480 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/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.10565 s]
/proc/loadavg: 4.00 2.64 2.12 5/266 88309
/proc/meminfo: memFree=96568704/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=169788 memory=111284 CPUtime=3.08 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 31046 0 0 0 304 4 0 0 20 0 3 0 8375712 173862912 27821 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 42447 27821 2830 3032 0 34510 0
[pid=88306/tid=88308] ppid=88303 vsize=169788 memory=198340509722 CPUtime=1.33 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 17557 0 0 0 132 1 0 0 20 0 3 0 8375886 173862912 27821 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=169788 memory=0 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 8375888 173862912 27821 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 169788 KiB
Current children cumulated memory: 111284 KiB

[startup+6.30026 s]
/proc/loadavg: 4.00 2.66 2.13 5/266 88311
/proc/meminfo: memFree=96544168/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=238388 memory=141940 CPUtime=6.26 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 41887 0 0 0 621 5 0 0 20 0 3 0 8375712 244109312 35485 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 59597 35485 2990 3032 0 42504 0
[pid=88306/tid=88308] ppid=88303 vsize=238388 memory=0 CPUtime=4.52 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 27764 0 0 0 449 3 0 0 20 0 3 0 8375886 244109312 35485 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=238388 memory=0 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 8375888 244109312 35485 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 238388 KiB
Current children cumulated memory: 141940 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 2.70 2.14 5/266 88311
/proc/meminfo: memFree=96495872/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=238388 memory=179168 CPUtime=12.63 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 79921 0 0 0 1255 8 0 0 20 0 3 0 8375712 244109312 44792 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 59597 44792 2990 3032 0 52972 0
[pid=88306/tid=88308] ppid=88303 vsize=238388 memory=131448 CPUtime=10.88 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 64690 0 0 0 1082 6 0 0 20 0 3 0 8375886 244109312 44792 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=238388 memory=12136 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 3 0 8375888 244109312 44792 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 238388 KiB
Current children cumulated memory: 179168 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 2.76 2.18 6/266 88314
/proc/meminfo: memFree=96489300/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=238388 memory=181512 CPUtime=25.38 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 118755 0 0 0 2526 12 0 0 20 0 3 0 8375712 244109312 45378 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 59597 45378 3310 3032 0 52972 0
[pid=88306/tid=88308] ppid=88303 vsize=238388 memory=180804 CPUtime=23.62 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 102563 0 0 0 2353 9 0 0 20 0 3 0 8375886 244109312 45378 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=238388 memory=13524 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 8375888 244109312 45378 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 238388 KiB
Current children cumulated memory: 181512 KiB

[startup+51.1059 s]
/proc/loadavg: 4.04 2.86 2.22 5/266 88317
/proc/meminfo: memFree=96465776/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=238388 memory=184508 CPUtime=50.89 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 165540 0 0 0 5071 18 0 0 20 0 3 0 8375712 244109312 46127 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 59597 46127 3310 3032 0 52972 0
[pid=88306/tid=88308] ppid=88303 vsize=238388 memory=184508 CPUtime=49.14 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 149225 0 0 0 4898 16 0 0 20 0 3 0 8375886 244109312 46127 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=238388 memory=182820 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 8375888 244109312 46127 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 238388 KiB
Current children cumulated memory: 184508 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.07 2.33 5/266 88327
/proc/meminfo: memFree=96441328/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=241316 memory=186504 CPUtime=101.89 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 216853 0 0 0 10159 30 0 0 20 0 3 0 8375712 247107584 46626 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 60329 46626 3310 3032 0 54284 0
[pid=88306/tid=88308] ppid=88303 vsize=241316 memory=186456 CPUtime=100.13 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 200429 0 0 0 9986 27 0 0 20 0 3 0 8375886 247107584 46626 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=241316 memory=186324 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 8375888 247107584 46626 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 241316 KiB
Current children cumulated memory: 186504 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 3.28 2.45 5/261 88358
/proc/meminfo: memFree=97333952/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=253460 memory=197076 CPUtime=161.7 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 254945 0 0 0 16129 41 0 0 20 0 3 0 8375712 259543040 49269 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 63365 49269 3310 3032 0 58140 0
[pid=88306/tid=88308] ppid=88303 vsize=253460 memory=5516 CPUtime=159.93 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 238454 0 0 0 15955 38 0 0 20 0 3 0 8375886 259543040 49269 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=253460 memory=197076 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 8375888 259543040 49269 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 253460 KiB
Current children cumulated memory: 197076 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.43 2.55 5/266 88739
/proc/meminfo: memFree=95790480/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=264316 memory=206812 CPUtime=221.49 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 290487 0 0 0 22096 53 0 0 20 0 3 0 8375712 270659584 51703 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 66079 51703 3310 3032 0 60988 0
[pid=88306/tid=88308] ppid=88303 vsize=264316 memory=205256 CPUtime=219.73 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 273936 0 0 0 21923 50 0 0 20 0 3 0 8375886 270659584 51703 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=264316 memory=206812 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 8375888 270659584 51703 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 264316 KiB
Current children cumulated memory: 206812 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 3.58 2.66 5/266 88749
/proc/meminfo: memFree=95746504/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=283180 memory=232936 CPUtime=281.28 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 317991 0 0 0 28059 69 0 0 20 0 3 0 8375712 289976320 58234 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0

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

/proc/88306/statm: 73035 60210 3310 3032 0 68281 0
[pid=88306/tid=88308] ppid=88303 vsize=292140 memory=235624 CPUtime=339.29 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 331008 0 0 0 33847 82 0 0 20 0 3 0 8375886 299151360 60210 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=292140 memory=241444 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 8375888 299151360 60210 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 292140 KiB
Current children cumulated memory: 240840 KiB

[startup+402.3 s]
/proc/loadavg: 4.35 3.82 2.87 5/267 88771
/proc/meminfo: memFree=95573724/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=249188 CPUtime=400.88 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 352069 0 0 0 39990 98 0 0 20 0 3 0 8375712 310153216 62297 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 62297 3310 3032 0 70967 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=241444 CPUtime=399.09 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 335453 0 0 0 39815 94 0 0 20 0 3 0 8375886 310153216 62297 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=240840 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 62297 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 249188 KiB

[startup+462.3 s]
/proc/loadavg: 4.27 3.90 2.96 5/264 88830
/proc/meminfo: memFree=94075924/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=249996 CPUtime=460.67 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 378781 0 0 0 45955 112 0 0 20 0 3 0 8375712 310153216 62499 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 62499 3310 3032 0 70967 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=249392 CPUtime=458.89 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 362135 0 0 0 45780 109 0 0 20 0 3 0 8375886 310153216 62499 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=249996 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 62499 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 460.67 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 249996 KiB

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

# cumulated CPU time of all completed processes:  user=489.436 s, system=1.21461 s

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

[startup+473.6 s]
/proc/loadavg: 4.23 3.91 2.97 5/265 88833
/proc/meminfo: memFree=94065756/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=255596 CPUtime=471.93 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383112 0 0 0 47078 115 0 0 20 0 3 0 8375712 310153216 63899 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 63899 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=5516 CPUtime=470.15 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 366466 0 0 0 46903 112 0 0 20 0 3 0 8375886 310153216 63899 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=13524 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 63899 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 471.93 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 255596 KiB

[startup+480 s]*
/proc/loadavg: 4.19 3.91 2.98 5/265 88834
/proc/meminfo: memFree=94063616/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=478.31 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383649 0 0 0 47714 117 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=2700 CPUtime=476.53 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367003 0 0 0 47539 114 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=4784 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 478.31 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+486.4 s]
/proc/loadavg: 4.26 3.93 2.99 5/265 88836
/proc/meminfo: memFree=94062616/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=484.68 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383695 0 0 0 48350 118 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=16100 CPUtime=482.9 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367049 0 0 0 48175 115 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=5516 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 484.68 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+489.6 s]
/proc/loadavg: 4.26 3.93 2.99 5/265 88836
/proc/meminfo: memFree=94062124/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=487.88 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383718 0 0 0 48669 119 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=1610980 CPUtime=486.09 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367072 0 0 0 48494 115 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=256796 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 487.88 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+491.2 s]
/proc/loadavg: 4.24 3.93 3.00 5/265 88836
/proc/meminfo: memFree=94058240/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=489.47 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383720 0 0 0 48828 119 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=256796 CPUtime=487.68 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367074 0 0 0 48653 115 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=33852 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 489.47 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+492 s]*
/proc/loadavg: 4.24 3.93 3.00 5/265 88836
/proc/meminfo: memFree=94056616/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=490.27 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383723 0 0 0 48908 119 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=-5155634604390246021 CPUtime=488.49 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367077 0 0 0 48733 116 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 490.27 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+492.2 s]
/proc/loadavg: 4.24 3.93 3.00 5/265 88836
/proc/meminfo: memFree=94056616/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=490.47 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 383723 0 0 0 48928 119 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=256796 CPUtime=488.69 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367077 0 0 0 48753 116 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=2700 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 490.47 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

[startup+492.3 s]
/proc/loadavg: 4.24 3.93 3.00 5/265 88836
/proc/meminfo: memFree=94056616/131524600 swapFree=131071996/131071996
[pid=88306] ppid=88303 vsize=302884 memory=256796 CPUtime=490.56 cores=5,7
/proc/88306/stat : 88306 (fscip) S 88303 88306 88001 0 -1 1077936128 384236 0 0 0 48937 119 0 0 20 0 3 0 8375712 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
/proc/88306/statm: 75721 64199 3310 3032 0 71201 0
[pid=88306/tid=88308] ppid=88303 vsize=302884 memory=16100 CPUtime=488.78 cores=5,7
/proc/88306/task/88308/stat : 88308 (fscip) R 88303 88306 88001 0 -1 4194368 367638 0 0 0 48762 116 0 0 20 0 3 0 8375886 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
[pid=88306/tid=88309] ppid=88303 vsize=302884 memory=12136 CPUtime=0 cores=5,7
/proc/88306/task/88309/stat : 88309 (fscip) S 88303 88306 88001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 3 0 8375888 310153216 64199 134679101440 4194304 16613245 140726642786736 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 51978240 140726642791444 140726642791560 140726642791560 140726642798576 0
Current children cumulated CPU time: 490.56 s
Current children cumulated vsize: 302884 KiB
Current children cumulated memory: 256796 KiB

Child status: 0

Real time (s): 492.373
CPU time (s): 490.651
CPU user time (s): 489.436
CPU system time (s): 1.21461
CPU usage (%): 99.6501
Max. virtual memory (cumulated for all children) (KiB): 302884
Max. memory (cumulated for all children) (KiB): 256796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.436
system time used= 1.21461
maximum resident set size= 256796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397826
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= 1509
involuntary context switches= 342


# summary of solver processes directly reported to runsolver:
#   pid: 88306
#   total CPU time (s): 490.651
#   total CPU user time (s): 489.436
#   total CPU system time (s): 1.21461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06031 second user time and 2.46755 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-23 09:08:48
IDJOB=4456137
IDBENCH=143224
IDSOLVER=3044
FILE ID=nodeC022/4456137-1721718528
RUNJOBID= nodeC022-1721718341-88014
SLURM_JOB_ID= 7770394
Free space on /tmp= 890000 MiB

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

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

MD5SUM BENCH= 0ec8eded4864fc6a1104762af3da9593
RANDOM SEED=1492053187

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		: 3667.207
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		: 3670.502
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.167
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.257
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		: 3667.271
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		: 3672.396
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		: 3600.167
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		: 3666.061
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:        97248008 kB
MemAvailable:   126876788 kB
Buffers:          142824 kB
Cached:         30201368 kB
SwapCached:            0 kB
Active:           965596 kB
Inactive:       32537248 kB
Active(anon):       1556 kB
Inactive(anon):  3186616 kB
Active(file):     964040 kB
Inactive(file): 29350632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28196 kB
Writeback:             0 kB
AnonPages:       3157440 kB
Mapped:           135896 kB
Shmem:             29528 kB
KReclaimable:     307512 kB
Slab:             415412 kB
SReclaimable:     307512 kB
SUnreclaim:       107900 kB
KernelStack:        4208 kB
PageTables:        15760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1939016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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:17:00