Trace number 4426768

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 405.462 407.218

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM3785d842bac6fe989ed69b09e3d5f780
Bench CategoryPARTIAL-LIN (WBO, both soft and hard 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 benchmark18.1395
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
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 = 33849344, getVmSize() = 33849344, SCIPgetMemUsed() = 8456224, SCIPgetMemTotal() = 11881656, SCIPgetMemExternEstim() = 6170057
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.78/0.89	c ** Estimated virtualMemUsedAtSolver = 27918336, getVmSize() = 49905664, SCIPgetMemUsed() = 15745356, SCIPgetMemTotal() = 26472188, SCIPgetMemExternEstim() = 6170057
0.78/0.89	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.78/0.89	c Original Problem   :
0.78/0.89	c   Problem name     : instance-4426768-1720905666
0.78/0.89	c   Variables        : 2008 (2008 binary, 0 integer, 0 implicit integer, 0 continuous)
0.78/0.89	c   Constraints      : 4485
0.78/0.89	c   Objective sense  : minimize
0.78/0.89	c Presolved Problem  :
0.78/0.89	c   Variables        : 2024 (2008 binary, 0 integer, 16 implicit integer, 0 continuous)
0.78/0.89	c   Constraints      : 2688
0.78/0.89	c Constraints        : Number
0.78/0.89	c   setppc           : 43 
0.78/0.89	c   linear           : 1777 
0.78/0.89	c   logicor          : 841 
0.78/0.89	c   indicator        : 27 
0.78/0.89	c ** Instance transfer method used: 0
0.88/0.90	c ** ParaScipInstance copy does not increase the number of variables. **
0.88/0.91	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.88/0.91	c                                Nodes    Active                                            
0.88/0.91	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.88/0.96	c *       1              0           1         1       62850.0000                -          -
0.88/0.96	c *       1              0           1         1         586.0000                -          -
2.27/2.39	c *       2              0           1         1         178.0000                -          -
4.65/4.78	c *       5              5           6         1          48.0000           0.0000          -
5.14/5.24	c         5             15           9         1          48.0000           0.0000          -
5.24/5.36	c *       5             15           9         1          44.0000           0.0000          -
5.34/5.48	c *       5             15           9         1          21.0000           0.0000          -
6.32/6.47	c *       6             30          14         1          18.0000           0.0000          -
9.60/9.73	c *      10             59          17         1          17.0000           0.0000          -
10.69/10.80	c        11             88          26         1          17.0000           0.0000          -
13.56/13.72	c *      14            149          35         1          14.0000           0.0000          -
15.93/16.17	c        16            466          83         1          14.0000           0.0000          -
21.07/21.38	c        21           1101           2         1          14.0000           0.0000          -
26.20/26.56	c        27           1665         173         1          14.0000           0.0000          -
28.58/28.91	c *      29           2406         380         1          13.0000           0.0000          -
31.74/32.10	c        32           3331         614         1          13.0000           0.0000          -
33.91/34.32	c *      34           3869         766         1          12.0000           0.0000          -
36.88/37.32	c        37           4316         823         1          12.0000           0.0000          -
41.82/42.38	c        42           5703        1029         1          12.0000           0.0000          -
46.86/47.42	c        47           7437        1319         1          12.0000           0.0000          -
52.13/52.75	c        53           9196        1630         1          12.0000           0.0000          -
57.22/57.81	c        58          10605        1893         1          12.0000           0.0000          -
62.20/62.89	c        63          12629        2157         1          12.0000           0.0000          -
65.79/66.49	c *      66          13663        2310         1          10.0000           0.0000          -
67.28/67.93	c        68          14542        2195         1          10.0000           0.0000          -
71.17/71.82	c *      72          15404        2302         1           9.0000           0.0000          -
72.76/73.50	c        74          16009        2374         1           9.0000           0.0000          -
77.94/78.64	c        79          18223        2657         1           9.0000           0.0000          -
82.93/83.68	c        84          20261        2885         1           9.0000           0.0000          -
86.32/87.08	c *      87          21537        3065         1           6.0000           0.0000          -
88.21/88.90	c        89          22433        2298         1           6.0000           0.0000          -
93.19/93.95	c        94          24073        2419         1           6.0000           0.0000          -
95.49/96.22	c *      96          24881        2480         1           5.0000           0.0000          -
98.29/99.05	c        99          26402        2474         1           5.0000           0.0000          -
104.16/104.90	c       105          28112        2589         1           5.0000           0.0000          -
108.34/109.15	c *     109          29610        2646         1           4.0000           0.0000          -
109.25/110.03	c       110          29898        2485         1           4.0000           0.0000          -
114.32/115.12	c       115          32031        2533         1           4.0000           0.0000          -
119.31/120.17	c       120          33893        2522         1           4.0000           0.0000          -
123.99/124.84	c *     125          35245        2496         1           3.0000           0.0000          -
124.39/125.25	c       125          35692        2183         1           3.0000           0.0000          -
127.38/128.26	c *     128          36890        2176         1           2.0000           0.0000          -
129.38/130.29	c       130          38643        1775         1           2.0000           0.0000          -
129.78/130.67	c *     131          38643        1775         1           1.0000           0.0000          -
134.45/135.34	c       135          41205         828         1           1.0000           0.0000          -
139.44/140.39	c       140          43150         914         1           1.0000           0.0000          -
144.52/145.49	c       146          44735         991         1           1.0000           0.0000          -
149.61/150.57	c       151          46558        1012         1           1.0000           0.0000          -
154.69/155.61	c       156          48505        1074         1           1.0000           0.0000          -
159.67/160.67	c       161          50567        1128         1           1.0000           0.0000          -
164.75/165.76	c       166          52588        1125         1           1.0000           0.0000          -
171.04/172.03	c       172          53712        1114         1           1.0000           0.0000          -
176.13/177.19	c       177          54678        1124         1           1.0000           0.0000          -
181.21/182.25	c       182          56487        1146         1           1.0000           0.0000          -
186.39/187.48	c       187          58178        1126         1           1.0000           0.0000          -
191.57/192.62	c       193          59721        1085         1           1.0000           0.0000          -
196.56/197.69	c       198          61726        1085         1           1.0000           0.0000          -
201.64/202.76	c       203          63812        1039         1           1.0000           0.0000          -
206.72/207.82	c       208          65773         980         1           1.0000           0.0000          -
211.71/212.87	c       213          67248         918         1           1.0000           0.0000          -
216.89/218.07	c       218          68777         842         1           1.0000           0.0000          -
221.98/223.18	c       223          70898         863         1           1.0000           0.0000          -
227.05/228.23	c       228          72565         771         1           1.0000           0.0000          -
232.04/233.28	c       233          74967         791         1           1.0000           0.0000          -
237.12/238.33	c       238          77845         743         1           1.0000           0.0000          -
242.31/243.52	c       244          79811         777         1           1.0000           0.0000          -
247.28/248.59	c       249          82169         715         1           1.0000           0.0000          -
252.37/253.64	c       254          84557         673         1           1.0000           0.0000          -
257.35/258.68	c       259          87369         688         1           1.0000           0.0000          -
262.43/263.76	c       264          89900         616         1           1.0000           0.0000          -
267.61/268.91	c       269          91964         590         1           1.0000           0.0000          -
272.70/274.02	c       274          94277         598         1           1.0000           0.0000          -
277.68/279.06	c       279          96578         564         1           1.0000           0.0000          -
282.76/284.11	c       284          99007         606         1           1.0000           0.0000          -
287.84/289.20	c       289         101575         549         1           1.0000           0.0000          -
292.82/294.24	c       294         103904         567         1           1.0000           0.0000          -
298.40/299.87	c       300         104913         618         1           1.0000           0.0000          -
303.49/304.91	c       305         107284         575         1           1.0000           0.0000          -
308.46/309.97	c       310         109861         557         1           1.0000           0.0000          -
313.56/315.01	c       315         112591         516         1           1.0000           0.0000          -
318.54/320.06	c       320         115088         548         1           1.0000           0.0000          -
323.62/325.14	c       325         117584         442         1           1.0000           0.0000          -
328.60/330.19	c       330         119998         451         1           1.0000           0.0000          -
333.68/335.24	c       335         122508         385         1           1.0000           0.0000          -
338.67/340.29	c       340         124829         368         1           1.0000           0.0000          -
343.75/345.36	c       345         127751         348         1           1.0000           0.0000          -
348.83/350.42	c       350         130533         340         1           1.0000           0.0000          -
353.81/355.48	c       355         132979         318         1           1.0000           0.0000          -
358.90/360.53	c       361         135545         299         1           1.0000           0.0000          -
363.88/365.58	c       366         138207         295         1           1.0000           0.0000          -
368.96/370.63	c       371         140895         231         1           1.0000           0.0000          -
373.95/375.69	c       376         143297         244         1           1.0000           0.0000          -
379.03/380.73	c       381         145724         231         1           1.0000           0.0000          -
384.11/385.81	c       386         148084         185         1           1.0000           0.0000          -
389.19/390.90	c       391         150932         270         1           1.0000           0.0000          -
394.17/395.95	c       396         153482         161         1           1.0000           0.0000          -
399.26/401.04	c       401         155841         133         1           1.0000           0.0000          -
404.24/406.10	c       406         158111          19         1           1.0000           0.0000          -
405.34/407.14	c       407         158496           0         0           1.0000           1.0000      0.00%
405.34/407.20	c       407         158496           0         0           1.0000           1.0000          -
405.34/407.20	c SCIP Status        : c problem is solved
405.34/407.20	c Total Time         : 407.1900
405.34/407.20	c   solving          : 407.1900
405.34/407.20	c   presolving       : 0.8788 (included in solving)
405.34/407.20	c B&B Tree           :
405.34/407.20	c   nodes (total)    : 158496
405.34/407.20	c Solution           :
405.34/407.20	c   Solutions found  : 19
405.34/407.20	c   Primal Bound     : +1.00000000000000e+00
405.34/407.20	c   Dual Bound       : +1.00000000000000e+00
405.34/407.20	c Gap                : 0.00000 %
405.34/407.20	o 1
405.34/407.20	s OPTIMUM FOUND
405.34/407.20	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
405.34/407.20	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
405.34/407.20	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
405.34/407.20	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
405.34/407.20	v -x146 x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
405.34/407.20	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
405.34/407.20	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 
405.34/407.20	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 
405.34/407.20	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 
405.34/407.20	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 
405.34/407.20	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: 63968 MiB (61166 MiB free)
  memory of node 1: 64473 MiB (62419 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426768-1720905666/watcher-4426768-1720905666 -o /tmp/evaluation-result-4426768-1720905666/solver-4426768-1720905666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720905528-732351 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426768-1720905666.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=732593, runsolver pid=732590
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 3.99 3.16 3.02 5/265 732594
/proc/meminfo: memFree=126530764/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=42696 memory=31704 CPUtime=0.09 cores=5,7
/proc/732593/stat : 732593 (fscip) R 732590 732593 729170 0 -1 4194304 5562 0 0 0 9 0 0 0 20 0 1 0 142734765 43720704 7926 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 10674 7926 2654 3032 0 7074 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42696 KiB
Current children cumulated memory: 31704 KiB

[startup+0.205981 s]*
/proc/loadavg: 3.99 3.16 3.02 5/265 732594
/proc/meminfo: memFree=126530260/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=43208 memory=32232 CPUtime=0.2 cores=5,7
/proc/732593/stat : 732593 (fscip) R 732590 732593 729170 0 -1 4194304 5674 0 0 0 20 0 0 0 20 0 1 0 142734765 44244992 8058 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 10802 8058 2654 3032 0 7202 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43208 KiB
Current children cumulated memory: 32232 KiB

[startup+0.305896 s]*
/proc/loadavg: 3.99 3.16 3.02 5/265 732594
/proc/meminfo: memFree=126529784/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=43724 memory=32760 CPUtime=0.3 cores=5,7
/proc/732593/stat : 732593 (fscip) R 732590 732593 729170 0 -1 4194304 5802 0 0 0 30 0 0 0 20 0 1 0 142734765 44773376 8190 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 10931 8190 2654 3032 0 7331 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43724 KiB
Current children cumulated memory: 32760 KiB

[startup+0.700241 s]
/proc/loadavg: 3.99 3.16 3.02 5/265 732594
/proc/meminfo: memFree=126528636/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=44752 memory=33816 CPUtime=0.69 cores=5,7
/proc/732593/stat : 732593 (fscip) R 732590 732593 729170 0 -1 4194304 6060 0 0 0 69 0 0 0 20 0 1 0 142734765 45826048 8454 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 11188 8454 2654 3032 0 7588 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44752 KiB
Current children cumulated memory: 33816 KiB

[startup+1.50056 s]
/proc/loadavg: 3.99 3.16 3.02 5/267 732596
/proc/meminfo: memFree=126500240/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=136400 memory=76724 CPUtime=1.48 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 17127 0 0 0 145 3 0 0 20 0 3 0 142734765 139673600 19181 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 34100 19181 2830 3032 0 23243 0
[pid=732593/tid=732595] ppid=732590 vsize=136400 memory=4160 CPUtime=0.57 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 8966 0 0 0 56 1 0 0 20 0 3 0 142734855 139673600 19181 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=136400 memory=2212 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 142734857 139673600 19181 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 136400 KiB
Current children cumulated memory: 76724 KiB

[startup+3.10656 s]
/proc/loadavg: 3.99 3.17 3.02 6/267 732596
/proc/meminfo: memFree=126453620/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=143484 memory=107964 CPUtime=3.07 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 31771 0 0 0 303 4 0 0 20 0 3 0 142734765 146927616 26991 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 35871 26991 2878 3032 0 31791 0
[pid=732593/tid=732595] ppid=732590 vsize=143484 memory=2212 CPUtime=2.16 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 23239 0 0 0 213 3 0 0 20 0 3 0 142734855 146927616 26991 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=143484 memory=33816 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 142734857 146927616 26991 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 143484 KiB
Current children cumulated memory: 107964 KiB

[startup+6.30056 s]
/proc/loadavg: 3.99 3.17 3.02 5/267 732597
/proc/meminfo: memFree=126411172/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=209020 memory=145440 CPUtime=6.22 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 46162 0 0 0 616 6 0 0 20 0 3 0 142734765 214036480 36360 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 52255 36360 2990 3032 0 41487 0
[pid=732593/tid=732595] ppid=732590 vsize=209020 memory=11376 CPUtime=5.32 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 37574 0 0 0 527 5 0 0 20 0 3 0 142734855 214036480 36360 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=209020 memory=114840 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 142734857 214036480 36360 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 209020 KiB
Current children cumulated memory: 145440 KiB

[startup+12.7006 s]
/proc/loadavg: 3.99 3.18 3.03 5/267 732597
/proc/meminfo: memFree=126407780/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=209020 memory=147256 CPUtime=12.57 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 71997 0 0 0 1248 9 0 0 20 0 3 0 142734765 214036480 36814 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 52255 36814 3310 3032 0 41487 0
[pid=732593/tid=732595] ppid=732590 vsize=209020 memory=145968 CPUtime=11.65 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 62695 0 0 0 1158 7 0 0 20 0 3 0 142734855 214036480 36814 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=209020 memory=2273 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 142734857 214036480 36814 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 209020 KiB
Current children cumulated memory: 147256 KiB

[startup+25.5006 s]
/proc/loadavg: 4.14 3.26 3.06 5/267 732600
/proc/meminfo: memFree=126397964/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=209020 memory=148316 CPUtime=25.22 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 104800 0 0 0 2510 12 0 0 20 0 3 0 142734765 214036480 37079 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 52255 37079 3310 3032 0 41487 0
[pid=732593/tid=732595] ppid=732590 vsize=209020 memory=148280 CPUtime=24.3 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 95082 0 0 0 2420 10 0 0 20 0 3 0 142734855 214036480 37079 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=209020 memory=147784 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 142734857 214036480 37079 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 25.22 s
Current children cumulated vsize: 209020 KiB
Current children cumulated memory: 148316 KiB

[startup+51.1059 s]
/proc/loadavg: 4.09 3.32 3.08 5/267 732604
/proc/meminfo: memFree=126248756/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=274556 memory=200952 CPUtime=50.54 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 194796 0 0 0 5032 22 0 0 20 0 3 0 142734765 281145344 50238 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 68639 50238 3310 3032 0 54495 0
[pid=732593/tid=732595] ppid=732590 vsize=274556 memory=200780 CPUtime=49.63 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 184306 0 0 0 4942 21 0 0 20 0 3 0 142734855 281145344 50238 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=274556 memory=11376 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 142734857 281145344 50238 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 50.54 s
Current children cumulated vsize: 274556 KiB
Current children cumulated memory: 200952 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 3.44 3.14 5/268 732615
/proc/meminfo: memFree=126177624/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=286700 memory=232920 CPUtime=101.57 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 276807 0 0 0 10122 35 0 0 20 0 3 0 142734765 293580800 58230 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 71675 58230 3310 3032 0 62570 0
[pid=732593/tid=732595] ppid=732590 vsize=286700 memory=232920 CPUtime=100.64 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 265194 0 0 0 10031 33 0 0 20 0 3 0 142734855 293580800 58230 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=286700 memory=231872 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 142734857 293580800 58230 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 101.57 s
Current children cumulated vsize: 286700 KiB
Current children cumulated memory: 232920 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 3.56 3.20 5/268 732628
/proc/meminfo: memFree=126135024/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=300600 memory=245252 CPUtime=161.37 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 340953 0 0 0 16089 48 0 0 20 0 3 0 142734765 307814400 61313 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 75150 61313 3310 3032 0 66045 0
[pid=732593/tid=732595] ppid=732590 vsize=300600 memory=233220 CPUtime=160.44 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 328871 0 0 0 15998 46 0 0 20 0 3 0 142734855 307814400 61313 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=300600 memory=11376 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 142734857 307814400 61313 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 161.37 s
Current children cumulated vsize: 300600 KiB
Current children cumulated memory: 245252 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.66 3.26 6/266 732638
/proc/meminfo: memFree=126054572/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=312060 memory=262372 CPUtime=221.17 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 369134 0 0 0 22061 56 0 0 20 0 3 0 142734765 319549440 65593 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 78015 65593 3310 3032 0 71553 0
[pid=732593/tid=732595] ppid=732590 vsize=312060 memory=5464 CPUtime=220.25 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 357029 0 0 0 21971 54 0 0 20 0 3 0 142734855 319549440 65593 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=312060 memory=11376 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 142734857 319549440 65593 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 221.17 s
Current children cumulated vsize: 312060 KiB
Current children cumulated memory: 262372 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.75 3.32 5/266 733035
/proc/meminfo: memFree=126126688/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=276040 CPUtime=280.96 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 398857 0 0 0 28026 70 0 0 20 0 3 0 142734765 336187392 69010 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 69010 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=275824 CPUtime=280.03 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 386708 0 0 0 27935 68 0 0 20 0 3 0 142734855 336187392 69010 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=11452 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 69010 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 280.96 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 276040 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.83 3.37 5/266 733046
/proc/meminfo: memFree=126094964/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=277972 CPUtime=340.76 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 432212 0 0 0 33992 84 0 0 20 0 3 0 142734765 336187392 69493 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 69493 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=13116 CPUtime=339.81 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 420025 0 0 0 33900 81 0 0 20 0 3 0 142734855 336187392 69493 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=276988 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 69493 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 340.76 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 277972 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.88 3.42 5/265 733059
/proc/meminfo: memFree=126083876/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282468 CPUtime=400.56 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 460775 0 0 0 39957 99 0 0 20 0 3 0 142734765 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70617 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=281536 CPUtime=399.61 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 448546 0 0 0 39865 96 0 0 20 0 3 0 142734855 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=281536 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 400.56 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282468 KiB

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

# cumulated CPU time of all completed processes:  user=404.438 s, system=1.02406 s

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

[startup+403.2 s]
/proc/loadavg: 4.08 3.88 3.42 5/265 733059
/proc/meminfo: memFree=126083856/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282468 CPUtime=401.45 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 460780 0 0 0 40046 99 0 0 20 0 3 0 142734765 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70617 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=281536 CPUtime=400.51 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 448551 0 0 0 39954 97 0 0 20 0 3 0 142734855 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=281536 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70617 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 401.45 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282468 KiB

[startup+404.8 s]
/proc/loadavg: 4.08 3.88 3.42 6/265 733059
/proc/meminfo: memFree=126083856/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282548 CPUtime=403.05 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 460887 0 0 0 40205 100 0 0 20 0 3 0 142734765 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70637 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=281536 CPUtime=402.1 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 448658 0 0 0 40113 97 0 0 20 0 3 0 142734855 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=28180 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 403.05 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282548 KiB

[startup+406.4 s]
/proc/loadavg: 4.08 3.88 3.42 5/265 733061
/proc/meminfo: memFree=126083876/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282548 CPUtime=404.64 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 461185 0 0 0 40364 100 0 0 20 0 3 0 142734765 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70637 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=282468 CPUtime=403.7 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 448956 0 0 0 40272 98 0 0 20 0 3 0 142734855 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=11376 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 404.64 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282548 KiB

[startup+406.8 s]
/proc/loadavg: 4.08 3.88 3.42 5/265 733061
/proc/meminfo: memFree=126083876/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282548 CPUtime=405.03 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 461224 0 0 0 40403 100 0 0 20 0 3 0 142734765 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70637 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=6720659969689140586 CPUtime=404.1 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 448995 0 0 0 40312 98 0 0 20 0 3 0 142734855 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=1912 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 405.03 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282548 KiB

[startup+407 s]*
/proc/loadavg: 4.08 3.88 3.42 5/265 733061
/proc/meminfo: memFree=126082364/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282548 CPUtime=405.24 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 462022 0 0 0 40424 100 0 0 20 0 3 0 142734765 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70637 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=6720659969689140586 CPUtime=404.3 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 449793 0 0 0 40332 98 0 0 20 0 3 0 142734855 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 405.24 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282548 KiB

[startup+407.106 s]
/proc/loadavg: 4.08 3.88 3.42 5/265 733061
/proc/meminfo: memFree=126082364/131524600 swapFree=131071996/131071996
[pid=732593] ppid=732590 vsize=328308 memory=282548 CPUtime=405.34 cores=5,7
/proc/732593/stat : 732593 (fscip) S 732590 732593 729170 0 -1 1077936128 462107 0 0 0 40434 100 0 0 20 0 3 0 142734765 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
/proc/732593/statm: 82077 70637 3310 3032 0 75615 0
[pid=732593/tid=732595] ppid=732590 vsize=328308 memory=281536 CPUtime=404.4 cores=5,7
/proc/732593/task/732595/stat : 732595 (fscip) R 732590 732593 729170 0 -1 4194368 449878 0 0 0 40342 98 0 0 20 0 3 0 142734855 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
[pid=732593/tid=732596] ppid=732590 vsize=328308 memory=281536 CPUtime=0 cores=5,7
/proc/732593/task/732596/stat : 732596 (fscip) S 732590 732593 729170 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 142734857 336187392 70637 134679101440 4194304 16613245 140734601390864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 29048832 140734601397217 140734601397333 140734601397333 140734601404400 0
Current children cumulated CPU time: 405.34 s
Current children cumulated vsize: 328308 KiB
Current children cumulated memory: 282548 KiB

Child status: 0

Real time (s): 407.218
CPU time (s): 405.462
CPU user time (s): 404.438
CPU system time (s): 1.02406
CPU usage (%): 99.5688
Max. virtual memory (cumulated for all children) (KiB): 328308
Max. memory (cumulated for all children) (KiB): 282548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 404.438
system time used= 1.02406
maximum resident set size= 282548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469792
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= 1257
involuntary context switches= 842


# summary of solver processes directly reported to runsolver:
#   pid: 732593
#   total CPU time (s): 405.462
#   total CPU user time (s): 404.438
#   total CPU system time (s): 1.02406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.698078 second user time and 2.24733 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 23:21:20
IDJOB=4426768
IDBENCH=143638
IDSOLVER=3044
FILE ID=nodeC030/4426768-1720905666
RUNJOBID= nodeC030-1720905528-732351
SLURM_JOB_ID= 7486089
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231--soft-33-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-4426768-1720905666/watcher-4426768-1720905666 -o /tmp/evaluation-result-4426768-1720905666/solver-4426768-1720905666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720905528-732351 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426768-1720905666.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3785d842bac6fe989ed69b09e3d5f780
RANDOM SEED=723230508

nodeC030.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		: 3670.078
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.28
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		: 3600.119
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3599.837
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.28
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		: 3671.507
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3670.161
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.800
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
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		: 3599.676
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.28
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		: 3675.212
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126552860 kB
MemAvailable:   126969016 kB
Buffers:          331304 kB
Cached:           925804 kB
SwapCached:            0 kB
Active:           533696 kB
Inactive:        3861756 kB
Active(anon):       1564 kB
Inactive(anon):  3174168 kB
Active(file):     532132 kB
Inactive(file):   687588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27884 kB
Writeback:             0 kB
AnonPages:       3137336 kB
Mapped:           137680 kB
Shmem:             37720 kB
KReclaimable:      72520 kB
Slab:             172388 kB
SReclaimable:      72520 kB
SUnreclaim:        99868 kB
KernelStack:        4216 kB
PageTables:        15524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2172000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC030 at 2024-07-13 23:28:07