Trace number 4464863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30OPTIMUM 471.749 473.576

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-33-100-0.wbo
MD5SUM100b8721f67ac4f330c7a6443b255629
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 benchmark28.5424
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 33878016, getVmSize() = 33878016, SCIPgetMemUsed() = 8533856, SCIPgetMemTotal() = 11889816, SCIPgetMemExternEstim() = 6242136
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.78/0.87	c ** Estimated virtualMemUsedAtSolver = 27996160, getVmSize() = 50110464, SCIPgetMemUsed() = 15997742, SCIPgetMemTotal() = 26604894, SCIPgetMemExternEstim() = 6242136
0.78/0.87	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.78/0.87	c Original Problem   :
0.78/0.87	c   Problem name     : instance-4464863-1722389795
0.78/0.87	c   Variables        : 2047 (2047 binary, 0 integer, 0 implicit integer, 0 continuous)
0.78/0.87	c   Constraints      : 4524
0.78/0.87	c   Objective sense  : minimize
0.78/0.87	c Presolved Problem  :
0.78/0.87	c   Variables        : 2064 (2047 binary, 0 integer, 17 implicit integer, 0 continuous)
0.78/0.87	c   Constraints      : 2695
0.78/0.87	c Constraints        : Number
0.78/0.87	c   setppc           : 41 
0.78/0.87	c   linear           : 1816 
0.78/0.87	c   logicor          : 797 
0.78/0.87	c   indicator        : 41 
0.78/0.87	c ** Instance transfer method used: 0
0.78/0.88	c ** ParaScipInstance copy does not increase the number of variables. **
0.78/0.89	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.78/0.89	c                                Nodes    Active                                            
0.78/0.89	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.89/0.99	c *       1              0           1         1       60824.0000                -          -
0.89/0.99	c *       1              0           1         1         763.0000                -          -
3.06/3.17	c *       3              0           1         1         100.0000                -          -
5.73/5.85	c *       6              5           6         1          96.0000           0.0000          -
5.73/5.85	c         6              5           6         1          96.0000           0.0000          -
5.73/5.86	c *       6             16          11         1          72.0000           0.0000          -
5.83/5.92	c *       6             16          11         1          71.0000           0.0000          -
6.42/6.57	c *       7             16          11         1          69.0000           0.0000          -
7.71/7.89	c *       8             24           8         1          46.0000           0.0000          -
9.70/9.88	c *      10             49          14         1          44.0000           0.0000          -
10.19/10.36	c *      10             49          14         1          33.0000           0.0000          -
10.39/10.51	c *      11             60          18         1          31.0000           0.0000          -
10.69/10.81	c *      11             60          18         1          23.0000           0.0000          -
11.29/11.40	c        11             84          24         1          23.0000           0.0000          -
12.09/12.23	c *      12             84          24         1          21.0000           0.0000          -
14.49/14.69	c *      15            179          49         1          16.0000           0.0000          -
15.78/15.98	c *      16            277          60         1           5.0000           0.0000          -
16.38/16.50	c        16            320          55         1           5.0000           0.0000          -
21.56/21.74	c        22           1000          62         1           5.0000           0.0000          -
22.56/22.74	c *      23           1000          62         1           4.0000           0.0000          -
26.25/26.48	c *      26           1655         237         1           2.0000           0.0000          -
27.45/27.67	c        28           1847           1         1           2.0000           0.0000          -
32.53/32.72	c        33           2636          75         1           2.0000           0.0000          -
37.01/37.24	c *      37           5263         107         1           1.0000           0.0000          -
37.61/37.82	c        38           5590         123         1           1.0000           0.0000          -
42.60/42.86	c        43           9350         145         1           1.0000           0.0000          -
47.67/47.95	c        48          13303         122         1           1.0000           0.0000          -
52.65/53.01	c        53          16747         116         1           1.0000           0.0000          -
57.74/58.06	c        58          20098          91         1           1.0000           0.0000          -
62.82/63.12	c        63          23843          78         1           1.0000           0.0000          -
67.80/68.18	c        68          26746          62         1           1.0000           0.0000          -
72.87/73.26	c        73          29569         269         1           1.0000           0.0000          -
77.95/78.33	c        78          32818         239         1           1.0000           0.0000          -
82.93/83.37	c        83          36209         150         1           1.0000           0.0000          -
88.02/88.43	c        88          39495          39         1           1.0000           0.0000          -
93.09/93.51	c        94          42727          20         1           1.0000           0.0000          -
98.08/98.56	c        99          45899          21         1           1.0000           0.0000          -
103.15/103.60	c       104          49693          35         1           1.0000           0.0000          -
108.14/108.65	c       109          53557          70         1           1.0000           0.0000          -
113.21/113.72	c       114          57007         109         1           1.0000           0.0000          -
118.19/118.77	c       119          60449          18         1           1.0000           0.0000          -
123.26/123.82	c       124          63681          41         1           1.0000           0.0000          -
128.24/128.88	c       129          66826          51         1           1.0000           0.0000          -
133.32/133.93	c       134          70472         157         1           1.0000           0.0000          -
138.30/138.99	c       139          73165         249         1           1.0000           0.0000          -
143.49/144.17	c       144          75878         387         1           1.0000           0.0000          -
148.54/149.25	c       149          78413         460         1           1.0000           0.0000          -
153.53/154.30	c       154          81305         461         1           1.0000           0.0000          -
158.60/159.38	c       159          84111         466         1           1.0000           0.0000          -
163.68/164.47	c       164          85942         541         1           1.0000           0.0000          -
168.76/169.58	c       170          87731         608         1           1.0000           0.0000          -
173.84/174.66	c       175          89172         626         1           1.0000           0.0000          -
178.92/179.75	c       180          90526         617         1           1.0000           0.0000          -
184.00/184.82	c       185          91926         628         1           1.0000           0.0000          -
189.07/189.96	c       190          93471         601         1           1.0000           0.0000          -
194.05/195.01	c       195          95477         618         1           1.0000           0.0000          -
199.14/200.06	c       200          99010         666         1           1.0000           0.0000          -
204.22/205.16	c       205         102146         707         1           1.0000           0.0000          -
209.29/210.20	c       210         104972         688         1           1.0000           0.0000          -
214.27/215.25	c       215         108072         656         1           1.0000           0.0000          -
219.35/220.31	c       220         111104         640         1           1.0000           0.0000          -
224.33/225.36	c       225         113856         647         1           1.0000           0.0000          -
229.41/230.44	c       230         117369         625         1           1.0000           0.0000          -
234.39/235.48	c       235         120444         603         1           1.0000           0.0000          -
239.47/240.53	c       241         123565         588         1           1.0000           0.0000          -
244.46/245.58	c       246         127177         584         1           1.0000           0.0000          -
249.54/250.67	c       251         130028         568         1           1.0000           0.0000          -
254.61/255.72	c       256         132763         500         1           1.0000           0.0000          -
259.59/260.76	c       261         136617         464         1           1.0000           0.0000          -
264.68/265.81	c       266         140354         494         1           1.0000           0.0000          -
269.65/270.86	c       271         144383         459         1           1.0000           0.0000          -
274.74/275.91	c       276         148652         455         1           1.0000           0.0000          -
279.72/280.97	c       281         151933         430         1           1.0000           0.0000          -
284.81/286.05	c       286         155614         426         1           1.0000           0.0000          -
289.98/291.26	c       291         157701         425         1           1.0000           0.0000          -
295.06/296.32	c       296         159735         420         1           1.0000           0.0000          -
300.14/301.44	c       301         162825         399         1           1.0000           0.0000          -
305.13/306.48	c       306         166048         432         1           1.0000           0.0000          -
310.21/311.55	c       312         169305         382         1           1.0000           0.0000          -
315.19/316.60	c       317         171631         344         1           1.0000           0.0000          -
320.38/321.72	c       322         174428         316         1           1.0000           0.0000          -
325.46/326.82	c       327         177084         292         1           1.0000           0.0000          -
330.54/331.93	c       332         179872         284         1           1.0000           0.0000          -
335.73/337.14	c       337         181356         307         1           1.0000           0.0000          -
340.73/342.18	c       342         184077         255         1           1.0000           0.0000          -
345.79/347.23	c       347         188409         296         1           1.0000           0.0000          -
350.78/352.28	c       352         191544         224         1           1.0000           0.0000          -
355.85/357.33	c       357         195710         238         1           1.0000           0.0000          -
360.84/362.39	c       362         199133         235         1           1.0000           0.0000          -
365.92/367.46	c       367         201093         246         1           1.0000           0.0000          -
371.00/372.51	c       373         203858         223         1           1.0000           0.0000          -
375.98/377.57	c       378         207146         237         1           1.0000           0.0000          -
381.07/382.63	c       383         208914         227         1           1.0000           0.0000          -
386.05/387.68	c       388         211263         208         1           1.0000           0.0000          -
391.14/392.75	c       393         214482         144         1           1.0000           0.0000          -
396.21/397.82	c       398         216883         132         1           1.0000           0.0000          -
401.30/402.96	c       403         220752         142         1           1.0000           0.0000          -
406.40/408.08	c       408         223085         129         1           1.0000           0.0000          -
411.48/413.14	c       413         226193         146         1           1.0000           0.0000          -
416.46/418.19	c       418         230127         109         1           1.0000           0.0000          -
421.53/423.23	c       423         234686         110         1           1.0000           0.0000          -
426.52/428.28	c       428         238645         238         1           1.0000           0.0000          -
431.60/433.33	c       433         242767         182         1           1.0000           0.0000          -
436.58/438.38	c       438         246833         104         1           1.0000           0.0000          -
441.66/443.46	c       443         250153          64         1           1.0000           0.0000          -
446.75/448.59	c       449         253271          14         1           1.0000           0.0000          -
451.83/453.63	c       454         256525          27         1           1.0000           0.0000          -
456.81/458.69	c       459         260717          48         1           1.0000           0.0000          -
461.90/463.74	c       464         264688          94         1           1.0000           0.0000          -
466.88/468.79	c       469         268755         133         1           1.0000           0.0000          -
471.67/473.53	c       474         272681           0         0           1.0000           1.0000      0.00%
471.67/473.56	c       474         272681           0         0           1.0000           1.0000          -
471.67/473.56	c SCIP Status        : c problem is solved
471.67/473.56	c Total Time         : 473.5500
471.67/473.56	c   solving          : 473.5500
471.67/473.56	c   presolving       : 0.8544 (included in solving)
471.67/473.56	c B&B Tree           :
471.67/473.56	c   nodes (total)    : 272681
471.67/473.56	c Solution           :
471.67/473.56	c   Solutions found  : 18
471.67/473.56	c   Primal Bound     : +1.00000000000000e+00
471.67/473.56	c   Dual Bound       : +1.00000000000000e+00
471.67/473.56	c Gap                : 0.00000 %
471.67/473.57	o 1
471.67/473.57	s OPTIMUM FOUND
471.67/473.57	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
471.67/473.57	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
471.67/473.57	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
471.67/473.57	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
471.67/473.57	v -x146 x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
471.67/473.57	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
471.67/473.57	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 
471.67/473.57	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 
471.67/473.57	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 
471.67/473.57	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 
471.67/473.57	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: 64096 MiB (61658 MiB free)
  memory of node 1: 64473 MiB (57503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464863-1722389795/watcher-4464863-1722389795 -o /tmp/evaluation-result-4464863-1722389795/solver-4464863-1722389795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1722389773-34185 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464863-1722389795.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=34590, runsolver pid=34587

[startup+0.100097 s]*
/proc/loadavg: 2.18 2.16 3.12 5/248 34592
/proc/meminfo: memFree=121986172/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=43056 memory=32000 CPUtime=0.1 cores=1,3
/proc/34590/stat : 34590 (fscip) R 34587 34590 34173 0 -1 4194304 5604 0 0 0 10 0 0 0 20 0 1 0 5349603 44089344 8000 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 10764 8000 2662 3035 0 7160 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43056 KiB
Current children cumulated memory: 32000 KiB

[startup+0.212724 s]*
/proc/loadavg: 2.18 2.16 3.12 7/248 34592
/proc/meminfo: memFree=121962104/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=43312 memory=32264 CPUtime=0.21 cores=1,3
/proc/34590/stat : 34590 (fscip) R 34587 34590 34173 0 -1 4194304 5684 0 0 0 21 0 0 0 20 0 1 0 5349603 44351488 8066 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 10828 8066 2662 3035 0 7224 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 43312 KiB
Current children cumulated memory: 32264 KiB

[startup+0.312556 s]*
/proc/loadavg: 2.18 2.16 3.12 5/248 34592
/proc/meminfo: memFree=121950592/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=43828 memory=32792 CPUtime=0.31 cores=1,3
/proc/34590/stat : 34590 (fscip) R 34587 34590 34173 0 -1 4194304 5812 0 0 0 31 0 0 0 20 0 1 0 5349603 44879872 8198 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 10957 8198 2662 3035 0 7353 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43828 KiB
Current children cumulated memory: 32792 KiB

[startup+0.700258 s]
/proc/loadavg: 2.18 2.16 3.12 5/248 34592
/proc/meminfo: memFree=121946984/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=44856 memory=33848 CPUtime=0.68 cores=1,3
/proc/34590/stat : 34590 (fscip) R 34587 34590 34173 0 -1 4194304 6070 0 0 0 68 0 0 0 20 0 1 0 5349603 45932544 8462 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 11214 8462 2662 3035 0 7610 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44856 KiB
Current children cumulated memory: 33848 KiB

[startup+1.50078 s]
/proc/loadavg: 2.18 2.16 3.12 5/250 34594
/proc/meminfo: memFree=121915476/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=136548 memory=63200 CPUtime=1.47 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 14216 0 0 0 144 3 0 0 20 0 3 0 5349603 139825152 15800 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 34137 15800 2870 3035 0 20180 0
[pid=34590/tid=34593] ppid=34587 vsize=136548 memory=4216 CPUtime=0.59 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 6050 0 0 0 57 2 0 0 20 0 3 0 5349690 139825152 15800 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=136548 memory=2244 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5349693 139825152 15800 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 136548 KiB
Current children cumulated memory: 63200 KiB

[startup+3.10578 s]
/proc/loadavg: 2.18 2.16 3.12 5/250 34595
/proc/meminfo: memFree=121830976/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=139568 memory=86772 CPUtime=3.06 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 23999 0 0 0 301 5 0 0 20 0 3 0 5349603 142917632 21693 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 34892 21693 2870 3035 0 27044 0
[pid=34590/tid=34593] ppid=34587 vsize=139568 memory=2244 CPUtime=2.17 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 15831 0 0 0 214 3 0 0 20 0 3 0 5349690 142917632 21693 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=139568 memory=26144 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5349693 142917632 21693 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 86772 KiB

[startup+6.30078 s]
/proc/loadavg: 2.32 2.19 3.13 5/250 34595
/proc/meminfo: memFree=121665836/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=205104 memory=138880 CPUtime=6.22 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 44910 0 0 0 614 8 0 0 20 0 3 0 5349603 210026496 34720 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 51276 34720 3014 3035 0 40179 0
[pid=34590/tid=34593] ppid=34587 vsize=205104 memory=0 CPUtime=5.34 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 36254 0 0 0 528 6 0 0 20 0 3 0 5349690 210026496 34720 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=205104 memory=2314991046838796888 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5349693 210026496 34720 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 205104 KiB
Current children cumulated memory: 138880 KiB

[startup+12.7005 s]
/proc/loadavg: 2.46 2.22 3.13 5/250 34597
/proc/meminfo: memFree=121659584/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=205104 memory=139688 CPUtime=12.59 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 69769 0 0 0 1249 10 0 0 20 0 3 0 5349603 210026496 34922 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 51276 34922 3014 3035 0 40179 0
[pid=34590/tid=34593] ppid=34587 vsize=205104 memory=87564 CPUtime=11.7 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 59814 0 0 0 1162 8 0 0 20 0 3 0 5349690 210026496 34922 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=205104 memory=139384 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5349693 210026496 34922 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 205104 KiB
Current children cumulated memory: 139688 KiB

[startup+25.5004 s]
/proc/loadavg: 2.87 2.32 3.15 5/250 34598
/proc/meminfo: memFree=121457856/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=270640 memory=171108 CPUtime=25.35 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 114892 0 0 0 2520 15 0 0 20 0 3 0 5349603 277135360 42777 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 67660 42777 3318 3035 0 47900 0
[pid=34590/tid=34593] ppid=34587 vsize=270640 memory=11424 CPUtime=24.46 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 104206 0 0 0 2433 13 0 0 20 0 3 0 5349690 277135360 42777 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=270640 memory=142580 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5349693 277135360 42777 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 270640 KiB
Current children cumulated memory: 171108 KiB

[startup+51.113 s]
/proc/loadavg: 3.25 2.46 3.18 5/250 34601
/proc/meminfo: memFree=121388080/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=270640 memory=171632 CPUtime=50.88 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 164222 0 0 0 5066 22 0 0 20 0 3 0 5349603 277135360 42908 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 67660 42908 3318 3035 0 47900 0
[pid=34590/tid=34593] ppid=34587 vsize=270640 memory=171352 CPUtime=49.98 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 152757 0 0 0 4979 19 0 0 20 0 3 0 5349690 277135360 42908 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=270640 memory=171360 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5349693 277135360 42908 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 270640 KiB
Current children cumulated memory: 171632 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.73 3.23 5/250 34659
/proc/meminfo: memFree=120854444/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=270640 memory=172516 CPUtime=101.86 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 215383 0 0 0 10155 31 0 0 20 0 3 0 5349603 277135360 43129 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 67660 43129 3318 3035 0 47900 0
[pid=34590/tid=34593] ppid=34587 vsize=270640 memory=12736 CPUtime=100.96 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 203772 0 0 0 10068 28 0 0 20 0 3 0 5349690 277135360 43129 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=270640 memory=11424 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 5349693 277135360 43129 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 270640 KiB
Current children cumulated memory: 172516 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.99 3.30 5/250 34671
/proc/meminfo: memFree=120611168/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=276712 memory=179180 CPUtime=161.59 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 251296 0 0 0 16119 40 0 0 20 0 3 0 5349603 283353088 44795 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 69178 44795 3318 3035 0 49418 0
[pid=34590/tid=34593] ppid=34587 vsize=276712 memory=173628 CPUtime=160.68 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 239603 0 0 0 16030 38 0 0 20 0 3 0 5349690 283353088 44795 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=276712 memory=5488 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 5349693 283353088 44795 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 161.59 s
Current children cumulated vsize: 276712 KiB
Current children cumulated memory: 179180 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.19 3.35 5/250 34681
/proc/meminfo: memFree=120435144/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=297696 memory=201524 CPUtime=221.34 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 298272 0 0 0 22085 49 0 0 20 0 3 0 5349603 304840704 50381 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 74424 50381 3318 3035 0 54664 0
[pid=34590/tid=34593] ppid=34587 vsize=297696 memory=192284 CPUtime=220.43 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 286507 0 0 0 21997 46 0 0 20 0 3 0 5349690 304840704 50381 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=297696 memory=194000 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5349693 304840704 50381 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 221.34 s
Current children cumulated vsize: 297696 KiB
Current children cumulated memory: 201524 KiB

[startup+282.3 s]

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

/proc/34590/statm: 75778 52309 3318 3035 0 56018 0
[pid=34590/tid=34593] ppid=34587 vsize=303112 memory=194000 CPUtime=280.19 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 298530 0 0 0 27964 55 0 0 20 0 3 0 5349690 310386688 52309 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=303112 memory=209236 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5349693 310386688 52309 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 281.12 s
Current children cumulated vsize: 303112 KiB
Current children cumulated memory: 209236 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.51 3.45 5/249 34751
/proc/meminfo: memFree=119571728/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=315648 memory=228196 CPUtime=340.91 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 320414 0 0 0 34027 64 0 0 20 0 3 0 5349603 323223552 57049 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 78912 57049 3318 3035 0 59152 0
[pid=34590/tid=34593] ppid=34587 vsize=315648 memory=221348 CPUtime=339.99 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 308612 0 0 0 33938 61 0 0 20 0 3 0 5349690 323223552 57049 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=315648 memory=11424 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 5349693 323223552 57049 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 315648 KiB
Current children cumulated memory: 228196 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.61 3.49 5/247 34952
/proc/meminfo: memFree=119510704/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=335136 memory=242524 CPUtime=400.7 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 329830 0 0 0 39998 72 0 0 20 0 3 0 5349603 343179264 60631 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 83784 60631 3318 3035 0 64024 0
[pid=34590/tid=34593] ppid=34587 vsize=335136 memory=242524 CPUtime=399.77 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 318008 0 0 0 39908 69 0 0 20 0 3 0 5349690 343179264 60631 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=335136 memory=242524 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5349693 343179264 60631 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 400.7 s
Current children cumulated vsize: 335136 KiB
Current children cumulated memory: 242524 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.73 3.54 5/247 34962
/proc/meminfo: memFree=119412692/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=339336 memory=249964 CPUtime=460.5 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 343723 0 0 0 45968 82 0 0 20 0 3 0 5349603 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 84834 62491 3318 3035 0 65074 0
[pid=34590/tid=34593] ppid=34587 vsize=339336 memory=12736 CPUtime=459.56 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 331881 0 0 0 45878 78 0 0 20 0 3 0 5349690 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=339336 memory=16032 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 460.5 s
Current children cumulated vsize: 339336 KiB
Current children cumulated memory: 249964 KiB

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

# cumulated CPU time of all completed processes:  user=470.899 s, system=0.849875 s

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

[startup+467.2 s]
/proc/loadavg: 4.12 3.73 3.54 5/247 34962
/proc/meminfo: memFree=119407240/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=339336 memory=249964 CPUtime=465.39 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 343724 0 0 0 46456 83 0 0 20 0 3 0 5349603 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 84834 62491 3318 3035 0 65074 0
[pid=34590/tid=34593] ppid=34587 vsize=339336 memory=249964 CPUtime=464.45 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 331882 0 0 0 46366 79 0 0 20 0 3 0 5349690 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=339336 memory=249964 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 347480064 62491 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 465.39 s
Current children cumulated vsize: 339336 KiB
Current children cumulated memory: 249964 KiB

[startup+470.4 s]
/proc/loadavg: 4.11 3.74 3.55 5/247 34962
/proc/meminfo: memFree=119393256/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=468.58 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 46774 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=11424 CPUtime=467.64 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46684 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=12832 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 468.58 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

[startup+472 s]*
/proc/loadavg: 4.11 3.74 3.55 5/247 34963
/proc/meminfo: memFree=119391476/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=470.18 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 46934 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=-6000919481312962668 CPUtime=469.24 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46844 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=3833745297526627014 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 470.18 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

[startup+472.8 s]
/proc/loadavg: 4.11 3.74 3.55 5/247 34963
/proc/meminfo: memFree=119391476/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=470.97 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 47013 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=249964 CPUtime=470.03 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46923 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=254008 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 470.97 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

[startup+473.2 s]
/proc/loadavg: 4.11 3.74 3.55 5/247 34963
/proc/meminfo: memFree=119388780/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=471.37 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 47053 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=254008 CPUtime=470.42 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46962 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=2808 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 471.37 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

[startup+473.4 s]
/proc/loadavg: 4.11 3.74 3.55 5/247 34963
/proc/meminfo: memFree=119388780/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=471.57 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 47073 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=55922 CPUtime=470.62 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46982 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=55944 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 471.57 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

[startup+473.5 s]
/proc/loadavg: 4.11 3.74 3.55 5/247 34963
/proc/meminfo: memFree=119388780/131655788 swapFree=131071472/131071996
[pid=34590] ppid=34587 vsize=348040 memory=254008 CPUtime=471.67 cores=1,3
/proc/34590/stat : 34590 (fscip) S 34587 34590 34173 0 -1 1077936128 344275 0 0 0 47083 84 0 0 20 0 3 0 5349603 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
/proc/34590/statm: 87010 63502 3318 3035 0 67250 0
[pid=34590/tid=34593] ppid=34587 vsize=348040 memory=12736 CPUtime=470.72 cores=1,3
/proc/34590/task/34593/stat : 34593 (fscip) R 34587 34590 34173 0 -1 4194368 332433 0 0 0 46992 80 0 0 20 0 3 0 5349690 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
[pid=34590/tid=34594] ppid=34587 vsize=348040 memory=254008 CPUtime=0 cores=1,3
/proc/34590/task/34594/stat : 34594 (fscip) S 34587 34590 34173 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5349693 356392960 63502 134679101440 4194304 16623229 140720575273568 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 36270080 140720575280148 140720575280264 140720575280264 140720575287280 0
Current children cumulated CPU time: 471.67 s
Current children cumulated vsize: 348040 KiB
Current children cumulated memory: 254008 KiB

Child status: 0

Real time (s): 473.576
CPU time (s): 471.749
CPU user time (s): 470.899
CPU system time (s): 0.849875
CPU usage (%): 99.6141
Max. virtual memory (cumulated for all children) (KiB): 348040
Max. memory (cumulated for all children) (KiB): 254008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.899
system time used= 0.849875
maximum resident set size= 254212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345166
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= 1525
involuntary context switches= 852


# summary of solver processes directly reported to runsolver:
#   pid: 34590
#   total CPU time (s): 471.749
#   total CPU user time (s): 470.899
#   total CPU system time (s): 0.849875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26648 second user time and 4.84591 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-31 03:36:35
IDJOB=4464863
IDBENCH=143587
IDSOLVER=3093
FILE ID=nodeC012/4464863-1722389795
RUNJOBID= nodeC012-1722389773-34185
SLURM_JOB_ID= 8249865
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940--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-4464863-1722389795/watcher-4464863-1722389795 -o /tmp/evaluation-result-4464863-1722389795/solver-4464863-1722389795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1722389773-34185 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464863-1722389795.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 100b8721f67ac4f330c7a6443b255629
RANDOM SEED=1085674987

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122033120 kB
MemAvailable:   129567036 kB
Buffers:          107668 kB
Cached:          8227820 kB
SwapCached:           48 kB
Active:           266552 kB
Inactive:        8853364 kB
Active(anon):       1444 kB
Inactive(anon):   804240 kB
Active(file):     265108 kB
Inactive(file):  8049124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            114348 kB
Writeback:             0 kB
AnonPages:        783676 kB
Mapped:           121008 kB
Shmem:             21248 kB
KReclaimable:     119764 kB
Slab:             202592 kB
SReclaimable:     119764 kB
SUnreclaim:        82828 kB
KernelStack:        3936 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     985476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6656 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      199496 kB
DirectMap2M:    13336576 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC012 at 2024-07-31 03:44:29