Trace number 4426770

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 434.314 435.835

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUM72fe16d1fc7fd28b9f4f62909a70b72d
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 benchmark30.7079
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 31256576, getVmSize() = 31256576, SCIPgetMemUsed() = 6439048, SCIPgetMemTotal() = 9368616, SCIPgetMemExternEstim() = 4556277
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.19/0.30	c ** Estimated virtualMemUsedAtSolver = 24521386, getVmSize() = 42307584, SCIPgetMemUsed() = 10102283, SCIPgetMemTotal() = 18844387, SCIPgetMemExternEstim() = 4556277
0.19/0.30	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.19/0.30	c Original Problem   :
0.19/0.30	c   Problem name     : instance-4426770-1720905575
0.19/0.30	c   Variables        : 1130 (1130 binary, 0 integer, 0 implicit integer, 0 continuous)
0.19/0.30	c   Constraints      : 3607
0.19/0.30	c   Objective sense  : minimize
0.19/0.30	c Presolved Problem  :
0.19/0.30	c   Variables        : 1137 (1126 binary, 0 integer, 11 implicit integer, 0 continuous)
0.19/0.30	c   Constraints      : 2596
0.19/0.30	c Constraints        : Number
0.19/0.30	c   knapsack         : 1 
0.19/0.30	c   setppc           : 51 
0.19/0.30	c   linear           : 895 
0.19/0.30	c   logicor          : 1629 
0.19/0.30	c   indicator        : 20 
0.19/0.30	c ** Instance transfer method used: 0
0.30/0.31	c ** ParaScipInstance copy does not increase the number of variables. **
0.30/0.31	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.30/0.31	c                                Nodes    Active                                            
0.30/0.31	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.30/0.35	c *       0              0           1         1       30929.0000                -          -
0.30/0.35	c *       0              0           1         1         466.0000                -          -
1.27/1.35	c *       1              0           1         1         279.0000                -          -
1.27/1.35	c *       1              0           1         1         260.0000                -          -
2.87/2.92	c *       3              5           6         1         247.0000           0.0000          -
2.87/2.94	c *       3              5           6         1         221.0000           0.0000          -
3.27/3.35	c *       3              5           6         1         196.0000           0.0000          -
3.57/3.69	c *       4              5           6         1         190.0000           0.0000          -
3.67/3.79	c *       4             20          11         1         130.0000           0.0000          -
3.87/3.98	c *       4             20          11         1          98.0000           0.0000          -
3.87/3.99	c *       4             20          11         1          97.0000           0.0000          -
3.97/4.01	c *       4             20          11         1          56.0000           0.0000          -
3.97/4.01	c *       4             20          11         1          51.0000           0.0000          -
4.17/4.21	c *       4             20          11         1           8.0000           0.0000          -
5.66/5.72	c         6             84          11         1           8.0000           0.0000          -
9.15/9.20	c *       9            301          17         1           5.0000           0.0000          -
10.74/10.80	c        11            852          33         1           5.0000           0.0000          -
15.72/15.89	c        16           1447          16         1           5.0000           0.0000          -
20.80/20.95	c        21           2342          35         1           5.0000           0.0000          -
23.29/23.42	c *      23           2546          29         1           1.0000           0.0000          -
26.28/26.45	c        26           3440          68         1           1.0000           0.0000          -
31.35/31.54	c        32           5639         120         1           1.0000           0.0000          -
36.34/36.58	c        37           8444         108         1           1.0000           0.0000          -
41.61/41.83	c        42          11547         125         1           1.0000           0.0000          -
46.59/46.89	c        47          14617         337         1           1.0000           0.0000          -
51.88/52.17	c        52          17020         380         1           1.0000           0.0000          -
56.95/57.22	c        57          20345         481         1           1.0000           0.0000          -
61.92/62.27	c        62          23319         629         1           1.0000           0.0000          -
67.01/67.32	c        67          26499         730         1           1.0000           0.0000          -
71.98/72.36	c        72          28040         781         1           1.0000           0.0000          -
77.06/77.43	c        77          30942         827         1           1.0000           0.0000          -
82.14/82.55	c        83          32445         879         1           1.0000           0.0000          -
87.32/87.71	c        88          34446         838         1           1.0000           0.0000          -
92.30/92.77	c        93          37456         839         1           1.0000           0.0000          -
97.38/97.89	c        98          39023         959         1           1.0000           0.0000          -
102.56/103.00	c       103          40634         985         1           1.0000           0.0000          -
107.54/108.09	c       108          42435         992         1           1.0000           0.0000          -
112.62/113.16	c       113          44430        1078         1           1.0000           0.0000          -
117.71/118.23	c       118          46823        1030         1           1.0000           0.0000          -
122.79/123.34	c       123          49240        1013         1           1.0000           0.0000          -
127.87/128.42	c       128          51787         992         1           1.0000           0.0000          -
132.95/133.58	c       134          53601         951         1           1.0000           0.0000          -
138.14/138.75	c       139          54377         950         1           1.0000           0.0000          -
143.22/143.80	c       144          56438         907         1           1.0000           0.0000          -
148.21/148.85	c       149          58737         867         1           1.0000           0.0000          -
153.29/153.96	c       154          60884         834         1           1.0000           0.0000          -
158.37/159.01	c       159          63740         845         1           1.0000           0.0000          -
163.36/164.08	c       164          66459         868         1           1.0000           0.0000          -
168.54/169.20	c       169          68961         822         1           1.0000           0.0000          -
173.62/174.37	c       174          70358         832         1           1.0000           0.0000          -
178.70/179.48	c       179          72645         805         1           1.0000           0.0000          -
183.80/184.58	c       185          74431         758         1           1.0000           0.0000          -
188.88/189.69	c       190          76455         770         1           1.0000           0.0000          -
193.96/194.73	c       195          78781         791         1           1.0000           0.0000          -
199.05/199.80	c       200          81042         686         1           1.0000           0.0000          -
204.02/204.85	c       205          82955         619         1           1.0000           0.0000          -
209.11/209.90	c       210          86324         604         1           1.0000           0.0000          -
214.10/214.95	c       215          89664         557         1           1.0000           0.0000          -
219.18/220.07	c       220          91618         545         1           1.0000           0.0000          -
224.27/225.11	c       225          94192         466         1           1.0000           0.0000          -
229.34/230.24	c       230          96506         454         1           1.0000           0.0000          -
234.43/235.30	c       235          98305         438         1           1.0000           0.0000          -
239.61/240.53	c       241          99837         379         1           1.0000           0.0000          -
244.60/245.57	c       246         102953         318         1           1.0000           0.0000          -
249.69/250.67	c       251         104841         269         1           1.0000           0.0000          -
255.66/256.60	c       257         105928         258         1           1.0000           0.0000          -
260.65/261.65	c       262         109590         346         1           1.0000           0.0000          -
265.73/266.70	c       267         112586         327         1           1.0000           0.0000          -
270.71/271.75	c       272         116044         294         1           1.0000           0.0000          -
275.79/276.80	c       277         119416         229         1           1.0000           0.0000          -
280.78/281.89	c       282         122059         177         1           1.0000           0.0000          -
285.87/286.93	c       287         124884         153         1           1.0000           0.0000          -
290.95/292.02	c       292         128432         332         1           1.0000           0.0000          -
295.94/297.06	c       297         131640         334         1           1.0000           0.0000          -
301.01/302.11	c       302         135201         304         1           1.0000           0.0000          -
306.00/307.16	c       307         139054         301         1           1.0000           0.0000          -
311.08/312.24	c       312         142736         273         1           1.0000           0.0000          -
316.06/317.29	c       317         146481         195         1           1.0000           0.0000          -
321.15/322.36	c       322         149866         166         1           1.0000           0.0000          -
326.23/327.40	c       327         153358         175         1           1.0000           0.0000          -
331.21/332.45	c       332         157214         135         1           1.0000           0.0000          -
336.30/337.50	c       338         160429         178         1           1.0000           0.0000          -
341.28/342.55	c       343         164205         101         1           1.0000           0.0000          -
346.36/347.60	c       348         168084         213         1           1.0000           0.0000          -
351.35/352.65	c       353         171732         245         1           1.0000           0.0000          -
356.43/357.70	c       358         175318         192         1           1.0000           0.0000          -
361.41/362.77	c       363         178752          43         1           1.0000           0.0000          -
366.49/367.82	c       368         181865          37         1           1.0000           0.0000          -
371.57/372.91	c       373         184347          29         1           1.0000           0.0000          -
376.56/377.95	c       378         187898         156         1           1.0000           0.0000          -
381.65/383.00	c       383         191647          95         1           1.0000           0.0000          -
386.63/388.05	c       388         194715          23         1           1.0000           0.0000          -
391.72/393.10	c       393         197711         183         1           1.0000           0.0000          -
396.70/398.15	c       398         201002         177         1           1.0000           0.0000          -
401.78/403.23	c       403         204278         145         1           1.0000           0.0000          -
406.87/408.39	c       408         207241          37         1           1.0000           0.0000          -
412.85/414.32	c       414         208599          15         1           1.0000           0.0000          -
417.83/419.39	c       419         211464         121         1           1.0000           0.0000          -
422.91/424.44	c       424         214689         155         1           1.0000           0.0000          -
427.89/429.49	c       430         218155         124         1           1.0000           0.0000          -
432.98/434.54	c       435         221760          58         1           1.0000           0.0000          -
434.27/435.80	c       436         222708           0         0           1.0000           1.0000      0.00%
434.27/435.83	c       436         222708           0         0           1.0000           1.0000          -
434.27/435.83	c SCIP Status        : c problem is solved
434.27/435.83	c Total Time         : 435.8200
434.27/435.83	c   solving          : 435.8200
434.27/435.83	c   presolving       : 0.2926 (included in solving)
434.27/435.83	c B&B Tree           :
434.27/435.83	c   nodes (total)    : 222708
434.27/435.83	c Solution           :
434.27/435.83	c   Solutions found  : 16
434.27/435.83	c   Primal Bound     : +1.00000000000000e+00
434.27/435.83	c   Dual Bound       : +1.00000000000000e+00
434.27/435.83	c Gap                : 0.00000 %
434.27/435.83	o 1
434.27/435.83	s OPTIMUM FOUND
434.27/435.83	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
434.27/435.83	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
434.27/435.83	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
434.27/435.83	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
434.27/435.83	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
434.27/435.83	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
434.27/435.83	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 
434.27/435.83	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 
434.27/435.83	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 
434.27/435.83	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 
434.27/435.83	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 (61720 MiB free)
  memory of node 1: 64473 MiB (63504 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426770-1720905575/watcher-4426770-1720905575 -o /tmp/evaluation-result-4426770-1720905575/solver-4426770-1720905575 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1720905583-723471 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426770-1720905575.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=724406, runsolver pid=724403

[startup+0.100262 s]*
/proc/loadavg: 1.71 3.10 3.70 5/264 724407
/proc/meminfo: memFree=128209616/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=37196 memory=26720 CPUtime=0.09 cores=1,3
/proc/724406/stat : 724406 (fscip) R 724403 724406 721052 0 -1 4194304 4251 0 0 0 9 0 0 0 20 0 1 0 142722486 38088704 6680 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 9299 6680 2670 3032 0 5699 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37196 KiB
Current children cumulated memory: 26720 KiB

[startup+0.205642 s]*
/proc/loadavg: 1.71 3.10 3.70 5/264 724407
/proc/meminfo: memFree=128206784/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=38096 memory=27248 CPUtime=0.19 cores=1,3
/proc/724406/stat : 724406 (fscip) R 724403 724406 721052 0 -1 4194304 4445 0 0 0 19 0 0 0 20 0 1 0 142722486 39010304 6812 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 9524 6812 2670 3032 0 5924 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 38096 KiB
Current children cumulated memory: 27248 KiB

[startup+0.304986 s]*
/proc/loadavg: 1.71 3.10 3.70 5/264 724407
/proc/meminfo: memFree=128198860/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=52860 memory=31856 CPUtime=0.3 cores=1,3
/proc/724406/stat : 724406 (fscip) R 724403 724406 721052 0 -1 4194304 5559 0 0 0 29 1 0 0 20 0 2 0 142722486 54128640 7964 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 13215 7964 2702 3032 0 9614 0
[pid=724406/tid=724408] ppid=724403 vsize=53072 memory=-8961431432217404092 CPUtime=0 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 142722517 54345728 8030 134679101440 4194304 16613245 140733706700208 0 0 0 2147221247 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 52860 KiB
Current children cumulated memory: 31856 KiB

[startup+0.70025 s]
/proc/loadavg: 1.71 3.10 3.70 5/266 724409
/proc/meminfo: memFree=128149972/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=129556 memory=58732 CPUtime=0.68 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 12786 0 0 0 66 2 0 0 20 0 3 0 142722486 132665344 14683 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 32389 14683 2830 3032 0 18805 0
[pid=724406/tid=724408] ppid=724403 vsize=129556 memory=15864 CPUtime=0.36 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 6905 0 0 0 36 0 0 0 20 0 3 0 142722517 132665344 14683 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=129556 memory=257 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 142722518 132665344 14683 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 129556 KiB
Current children cumulated memory: 58732 KiB

[startup+1.50025 s]
/proc/loadavg: 1.89 3.12 3.70 5/266 724409
/proc/meminfo: memFree=128105020/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=143528 memory=90632 CPUtime=1.47 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 27082 0 0 0 144 3 0 0 20 0 3 0 142722486 146972672 22658 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 35882 22658 2974 3032 0 28014 0
[pid=724406/tid=724408] ppid=724403 vsize=143528 memory=257 CPUtime=1.17 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 20905 0 0 0 115 2 0 0 20 0 3 0 142722517 146972672 22658 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=143528 memory=0 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 142722518 146972672 22658 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 143528 KiB
Current children cumulated memory: 90632 KiB

[startup+3.10552 s]
/proc/loadavg: 1.89 3.12 3.70 5/266 724409
/proc/meminfo: memFree=127960188/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=209064 memory=131144 CPUtime=3.07 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 38460 0 0 0 302 5 0 0 20 0 3 0 142722486 214081536 32786 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 52266 32786 2990 3032 0 38469 0
[pid=724406/tid=724408] ppid=724403 vsize=209064 memory=0 CPUtime=2.76 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 32237 0 0 0 273 3 0 0 20 0 3 0 142722517 214081536 32786 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=209064 memory=0 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 142722518 214081536 32786 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 209064 KiB
Current children cumulated memory: 131144 KiB

[startup+6.30023 s]
/proc/loadavg: 2.14 3.15 3.71 5/266 724409
/proc/meminfo: memFree=127957616/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=209064 memory=133396 CPUtime=6.25 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 50199 0 0 0 620 5 0 0 20 0 3 0 142722486 214081536 33349 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 52266 33349 3310 3032 0 38469 0
[pid=724406/tid=724408] ppid=724403 vsize=209064 memory=7737583709478545491 CPUtime=5.95 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 43873 0 0 0 591 4 0 0 20 0 3 0 142722517 214081536 33349 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=209064 memory=131760 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 142722518 214081536 33349 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 209064 KiB
Current children cumulated memory: 133396 KiB

[startup+12.7002 s]
/proc/loadavg: 2.29 3.16 3.71 5/266 724411
/proc/meminfo: memFree=127954996/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=209064 memory=133916 CPUtime=12.63 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 78574 0 0 0 1256 7 0 0 20 0 3 0 142722486 214081536 33479 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 52266 33479 3310 3032 0 38469 0
[pid=724406/tid=724408] ppid=724403 vsize=209064 memory=131760 CPUtime=12.32 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 71974 0 0 0 1226 6 0 0 20 0 3 0 142722517 214081536 33479 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=209064 memory=133232 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 142722518 214081536 33479 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 209064 KiB
Current children cumulated memory: 133916 KiB

[startup+25.5003 s]
/proc/loadavg: 2.55 3.19 3.71 5/266 724412
/proc/meminfo: memFree=127842888/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=209064 memory=161036 CPUtime=25.38 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 125231 0 0 0 2527 11 0 0 20 0 3 0 142722486 214081536 40259 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 52266 40259 3310 3032 0 45194 0
[pid=724406/tid=724408] ppid=724403 vsize=209064 memory=161036 CPUtime=25.07 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 118325 0 0 0 2498 9 0 0 20 0 3 0 142722517 214081536 40259 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=209064 memory=35744 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 142722518 214081536 40259 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 209064 KiB
Current children cumulated memory: 161036 KiB

[startup+51.1057 s]
/proc/loadavg: 3.12 3.27 3.73 5/268 724421
/proc/meminfo: memFree=127760652/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=209064 memory=175084 CPUtime=50.88 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 188786 0 0 0 5070 18 0 0 20 0 3 0 142722486 214081536 43771 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 52266 43771 3310 3032 0 48311 0
[pid=724406/tid=724408] ppid=724403 vsize=209064 memory=170156 CPUtime=50.56 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 181762 0 0 0 5040 16 0 0 20 0 3 0 142722517 214081536 43771 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=209064 memory=166448 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 142722518 214081536 43771 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 209064 KiB
Current children cumulated memory: 175084 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 3.40 3.75 5/268 724431
/proc/meminfo: memFree=127689988/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=284640 memory=186488 CPUtime=101.86 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 249812 0 0 0 10159 27 0 0 20 0 3 0 142722486 291471360 46622 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 71160 46622 3310 3032 0 51467 0
[pid=724406/tid=724408] ppid=724403 vsize=284640 memory=186488 CPUtime=101.54 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 242634 0 0 0 10129 25 0 0 20 0 3 0 142722517 291471360 46622 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=284640 memory=11648 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 142722518 291471360 46622 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 284640 KiB
Current children cumulated memory: 186488 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 3.53 3.77 5/268 724441
/proc/meminfo: memFree=127608216/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=305624 memory=211028 CPUtime=161.66 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 313767 0 0 0 16130 36 0 0 20 0 3 0 142722486 312958976 52757 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 76406 52757 3310 3032 0 58239 0
[pid=724406/tid=724408] ppid=724403 vsize=305624 memory=188736 CPUtime=161.34 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 306464 0 0 0 16099 35 0 0 20 0 3 0 142722517 312958976 52757 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=305624 memory=207396 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 3 0 142722518 312958976 52757 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 305624 KiB
Current children cumulated memory: 211028 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.65 3.80 5/268 724452
/proc/meminfo: memFree=127536664/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=319312 memory=224428 CPUtime=221.47 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 343431 0 0 0 22102 45 0 0 20 0 3 0 142722486 326975488 56107 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 79828 56107 3310 3032 0 61661 0
[pid=724406/tid=724408] ppid=724403 vsize=319312 memory=222924 CPUtime=221.15 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 336055 0 0 0 22072 43 0 0 20 0 3 0 142722517 326975488 56107 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=319312 memory=222924 CPUtime=0 cores=1,3

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

/proc/724406/statm: 82068 58799 3310 3032 0 63901 0
[pid=724406/tid=724408] ppid=724403 vsize=328272 memory=234564 CPUtime=280.95 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 372495 0 0 0 28046 49 0 0 20 0 3 0 142722517 336150528 58799 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=328272 memory=11648 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 3 0 142722518 336150528 58799 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 328272 KiB
Current children cumulated memory: 235196 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.78 3.83 5/266 724860
/proc/meminfo: memFree=127541880/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=239136 CPUtime=341.08 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 407787 0 0 0 34044 64 0 0 20 0 3 0 142722486 347152384 59784 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 59784 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=234564 CPUtime=340.74 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 400315 0 0 0 34013 61 0 0 20 0 3 0 142722517 347152384 59784 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=236696 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 59784 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 239136 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 3.87 3.86 5/264 724870
/proc/meminfo: memFree=127483360/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=246328 CPUtime=400.88 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 436946 0 0 0 40015 73 0 0 20 0 3 0 142722486 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 61582 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=234564 CPUtime=400.55 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 429426 0 0 0 39984 71 0 0 20 0 3 0 142722517 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=35744 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 246328 KiB

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

# cumulated CPU time of all completed processes:  user=433.508 s, system=0.806207 s

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

[startup+409.6 s]
/proc/loadavg: 4.18 3.87 3.86 5/264 724871
/proc/meminfo: memFree=127473736/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=246328 CPUtime=408.16 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 442886 0 0 0 40741 75 0 0 20 0 3 0 142722486 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 61582 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=11648 CPUtime=407.83 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 435365 0 0 0 40710 73 0 0 20 0 3 0 142722517 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=236696 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 61582 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 408.16 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 246328 KiB

[startup+422.4 s]
/proc/loadavg: 4.14 3.88 3.87 5/264 724874
/proc/meminfo: memFree=127464420/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=248168 CPUtime=420.92 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444188 0 0 0 42015 77 0 0 20 0 3 0 142722486 347152384 62042 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62042 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=35744 CPUtime=420.57 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436667 0 0 0 41983 74 0 0 20 0 3 0 142722517 347152384 62042 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=240152 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62042 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 420.92 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 248168 KiB

[startup+428.8 s]
/proc/loadavg: 4.12 3.88 3.87 5/264 724875
/proc/meminfo: memFree=127463444/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=248900 CPUtime=427.29 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444203 0 0 0 42651 78 0 0 20 0 3 0 142722486 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62225 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=35744 CPUtime=426.95 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436682 0 0 0 42620 75 0 0 20 0 3 0 142722517 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=11648 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 427.29 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 248900 KiB

[startup+432 s]*
/proc/loadavg: 4.11 3.89 3.87 5/264 724875
/proc/meminfo: memFree=127457548/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=248900 CPUtime=430.48 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444205 0 0 0 42970 78 0 0 20 0 3 0 142722486 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62225 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=6720663229552671853 CPUtime=430.15 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436684 0 0 0 42939 76 0 0 20 0 3 0 142722517 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=8257520922404363422 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 430.48 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 248900 KiB

[startup+433.6 s]
/proc/loadavg: 4.11 3.89 3.87 5/264 724875
/proc/meminfo: memFree=127457540/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=248900 CPUtime=432.08 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444205 0 0 0 43129 79 0 0 20 0 3 0 142722486 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62225 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=248900 CPUtime=431.74 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436684 0 0 0 43098 76 0 0 20 0 3 0 142722517 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=35744 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62225 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 432.08 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 248900 KiB

[startup+435.2 s]
/proc/loadavg: 4.11 3.89 3.87 5/264 724875
/proc/meminfo: memFree=127457548/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=249088 CPUtime=433.67 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444206 0 0 0 43288 79 0 0 20 0 3 0 142722486 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62272 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=11648 CPUtime=433.33 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436685 0 0 0 43257 76 0 0 20 0 3 0 142722517 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=248168 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 433.67 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 249088 KiB

[startup+435.6 s]
/proc/loadavg: 4.11 3.89 3.87 5/264 724875
/proc/meminfo: memFree=127457548/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=249088 CPUtime=434.07 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444206 0 0 0 43328 79 0 0 20 0 3 0 142722486 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62272 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=248900 CPUtime=433.73 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436685 0 0 0 43297 76 0 0 20 0 3 0 142722517 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=1816 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 434.07 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 249088 KiB

[startup+435.8 s]
/proc/loadavg: 4.11 3.89 3.87 5/264 724875
/proc/meminfo: memFree=127457548/131524600 swapFree=131071996/131071996
[pid=724406] ppid=724403 vsize=339016 memory=249088 CPUtime=434.27 cores=1,3
/proc/724406/stat : 724406 (fscip) S 724403 724406 721052 0 -1 1077936128 444218 0 0 0 43348 79 0 0 20 0 3 0 142722486 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
/proc/724406/statm: 84754 62272 3310 3032 0 66587 0
[pid=724406/tid=724408] ppid=724403 vsize=339016 memory=15864 CPUtime=433.93 cores=1,3
/proc/724406/task/724408/stat : 724408 (fscip) R 724403 724406 721052 0 -1 4194368 436697 0 0 0 43317 76 0 0 20 0 3 0 142722517 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
[pid=724406/tid=724409] ppid=724403 vsize=339016 memory=12952 CPUtime=0 cores=1,3
/proc/724406/task/724409/stat : 724409 (fscip) S 724403 724406 721052 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 142722518 347152384 62272 134679101440 4194304 16613245 140733706700208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 28409856 140733706707937 140733706708053 140733706708053 140733706715120 0
Current children cumulated CPU time: 434.27 s
Current children cumulated vsize: 339016 KiB
Current children cumulated memory: 249088 KiB

Child status: 0

Real time (s): 435.835
CPU time (s): 434.314
CPU user time (s): 433.508
CPU system time (s): 0.806207
CPU usage (%): 99.651
Max. virtual memory (cumulated for all children) (KiB): 339016
Max. memory (cumulated for all children) (KiB): 249088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 433.508
system time used= 0.806207
maximum resident set size= 249088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447991
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= 1366
involuntary context switches= 289


# summary of solver processes directly reported to runsolver:
#   pid: 724406
#   total CPU time (s): 434.314
#   total CPU user time (s): 433.508
#   total CPU system time (s): 0.806207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.706351 second user time and 2.28817 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-13 23:19:48
IDJOB=4426770
IDBENCH=143597
IDSOLVER=3044
FILE ID=nodeC023/4426770-1720905575
RUNJOBID= nodeC023-1720905583-723471
SLURM_JOB_ID= 7486082
Free space on /tmp= 890000 MiB

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

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

MD5SUM BENCH= 72fe16d1fc7fd28b9f4f62909a70b72d
RANDOM SEED=638280366

nodeC023.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.770
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.61
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		: 3677.698
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.48
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.981
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.61
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		: 3667.498
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.48
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.806
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.61
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		: 3600.275
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.191
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.61
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.135
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128231084 kB
MemAvailable:   129491496 kB
Buffers:          333880 kB
Cached:          1756516 kB
SwapCached:            0 kB
Active:           553288 kB
Inactive:        2142996 kB
Active(anon):       1572 kB
Inactive(anon):   642024 kB
Active(file):     551716 kB
Inactive(file):  1500972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114104 kB
Writeback:             0 kB
AnonPages:        606040 kB
Mapped:           136524 kB
Shmem:             37720 kB
KReclaimable:      95096 kB
Slab:             197116 kB
SReclaimable:      95096 kB
SUnreclaim:       102020 kB
KernelStack:        4208 kB
PageTables:        10624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     882632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55232 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC023 at 2024-07-13 23:27:04