Trace number 4464860

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 350.657 352.029

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-66-100-0.wbo
MD5SUMec2511efc2417fb1e9e041199c221bd7
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 benchmark12.4985
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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 = 31281152, getVmSize() = 31281152, SCIPgetMemUsed() = 6435756, SCIPgetMemTotal() = 9388548, SCIPgetMemExternEstim() = 4546515
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.31/0.34	c ** Estimated virtualMemUsedAtSolver = 27009024, getVmSize() = 49745920, SCIPgetMemUsed() = 16781903, SCIPgetMemTotal() = 26386551, SCIPgetMemExternEstim() = 4546515
0.31/0.34	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.31/0.34	c Original Problem   :
0.31/0.34	c   Problem name     : instance-4464860-1722389794
0.31/0.34	c   Variables        : 1123 (1123 binary, 0 integer, 0 implicit integer, 0 continuous)
0.31/0.34	c   Constraints      : 3600
0.31/0.34	c   Objective sense  : minimize
0.31/0.34	c Presolved Problem  :
0.31/0.34	c   Variables        : 1129 (1119 binary, 0 integer, 10 implicit integer, 0 continuous)
0.31/0.34	c   Constraints      : 2601
0.31/0.34	c Constraints        : Number
0.31/0.34	c   setppc           : 59 
0.31/0.34	c   linear           : 889 
0.31/0.34	c   logicor          : 1640 
0.31/0.34	c   indicator        : 13 
0.31/0.34	c ** Instance transfer method used: 0
0.31/0.35	c ** ParaScipInstance copy does not increase the number of variables. **
0.31/0.36	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.31/0.36	c                                Nodes    Active                                            
0.31/0.36	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.40/0.48	c *       0              0           1         1       41379.0000                -          -
0.40/0.49	c *       0              0           1         1         487.0000                -          -
2.55/2.69	c *       3              0           1         1         251.0000                -          -
2.75/2.82	c *       3              0           1         1         215.0000                -          -
3.45/3.57	c *       4              2           1         1          20.0000           0.0000          -
4.75/4.81	c *       5              8           6         1          11.0000           0.0000          -
5.44/5.50	c         6             24           5         1          11.0000           0.0000          -
10.42/10.56	c        11            472          31         1          11.0000           0.0000          -
11.03/11.11	c *      11            472          31         1           7.0000           0.0000          -
15.71/15.80	c        16           1507         122         1           7.0000           0.0000          -
20.19/20.30	c *      20           2229          11         1           3.0000           0.0000          -
20.79/20.95	c        21           2276          10         1           3.0000           0.0000          -
25.97/26.16	c        26           2772          94         1           3.0000           0.0000          -
30.25/30.41	c *      30           3932         152         1           2.0000           0.0000          -
31.05/31.28	c        31           4116         218         1           2.0000           0.0000          -
36.22/36.41	c        36           6261         425         1           2.0000           0.0000          -
41.20/41.46	c        41           9388         496         1           2.0000           0.0000          -
46.58/46.90	c        47          12735         509         1           2.0000           0.0000          -
51.65/51.94	c        52          15965         583         1           2.0000           0.0000          -
57.02/57.31	c        57          19451         603         1           2.0000           0.0000          -
62.00/62.36	c        62          23478         567         1           2.0000           0.0000          -
67.08/67.46	c        67          27266         809         1           2.0000           0.0000          -
72.55/72.96	c        73          29937         802         1           2.0000           0.0000          -
77.63/78.01	c        78          33570         688         1           2.0000           0.0000          -
82.61/83.06	c        83          37220         662         1           2.0000           0.0000          -
87.69/88.16	c        88          40763         624         1           2.0000           0.0000          -
92.76/93.21	c        93          44421         530         1           2.0000           0.0000          -
97.74/98.26	c        98          48137         445         1           2.0000           0.0000          -
102.82/103.31	c       103          52017         429         1           2.0000           0.0000          -
108.29/108.87	c       109          54839         517         1           2.0000           0.0000          -
113.58/114.14	c       114          57570         488         1           2.0000           0.0000          -
118.57/119.19	c       119          60799         407         1           2.0000           0.0000          -
123.63/124.24	c       124          64468         401         1           2.0000           0.0000          -
128.62/129.29	c       129          67814         539         1           2.0000           0.0000          -
133.70/134.34	c       134          71491         589         1           2.0000           0.0000          -
138.67/139.39	c       139          75346         471         1           2.0000           0.0000          -
143.75/144.46	c       144          79403         413         1           2.0000           0.0000          -
148.83/149.59	c       150          82255         385         1           2.0000           0.0000          -
153.90/154.64	c       155          85782         396         1           2.0000           0.0000          -
158.89/159.69	c       160          89788         445         1           2.0000           0.0000          -
163.97/164.76	c       165          92983         447         1           2.0000           0.0000          -
169.05/169.81	c       170          96866         416         1           2.0000           0.0000          -
174.03/174.86	c       175         100487         475         1           2.0000           0.0000          -
179.11/179.91	c       180         104180         481         1           2.0000           0.0000          -
185.08/185.92	c       186         106040         423         1           2.0000           0.0000          -
190.07/190.98	c       191         109659         348         1           2.0000           0.0000          -
195.15/196.04	c       196         113490         516         1           2.0000           0.0000          -
200.13/201.09	c       201         116621         509         1           2.0000           0.0000          -
205.22/206.14	c       206         119735         371         1           2.0000           0.0000          -
210.29/211.22	c       211         122633         370         1           2.0000           0.0000          -
215.37/216.32	c       216         126603         483         1           2.0000           0.0000          -
220.36/221.37	c       221         129520         492         1           2.0000           0.0000          -
220.85/221.83	c *     222         129520         492         1           1.0000           0.0000          -
225.43/226.42	c       226         133405         116         1           1.0000           0.0000          -
230.42/231.47	c       231         136816         140         1           1.0000           0.0000          -
235.51/236.52	c       237         140386          62         1           1.0000           0.0000          -
240.48/241.58	c       242         143759         116         1           1.0000           0.0000          -
245.56/246.63	c       247         147607         227         1           1.0000           0.0000          -
250.55/251.68	c       252         151226         219         1           1.0000           0.0000          -
255.64/256.76	c       257         154354         259         1           1.0000           0.0000          -
260.72/261.87	c       262         157364         215         1           1.0000           0.0000          -
265.80/266.94	c       267         160679         272         1           1.0000           0.0000          -
270.78/271.99	c       272         163507         362         1           1.0000           0.0000          -
275.87/277.07	c       277         165505         529         1           1.0000           0.0000          -
280.96/282.15	c       282         167214         597         1           1.0000           0.0000          -
286.03/287.22	c       287         169174         571         1           1.0000           0.0000          -
291.11/292.31	c       292         171073         555         1           1.0000           0.0000          -
296.10/297.38	c       297         173037         541         1           1.0000           0.0000          -
301.28/302.50	c       303         174855         529         1           1.0000           0.0000          -
306.26/307.56	c       308         177181         472         1           1.0000           0.0000          -
311.35/312.62	c       313         179920         431         1           1.0000           0.0000          -
316.34/317.68	c       318         183274         348         1           1.0000           0.0000          -
321.42/322.77	c       323         185617         399         1           1.0000           0.0000          -
326.50/327.84	c       328         187465         346         1           1.0000           0.0000          -
331.49/332.89	c       333         190542         279         1           1.0000           0.0000          -
336.57/337.95	c       338         193605         219         1           1.0000           0.0000          -
341.56/343.00	c       343         196159         121         1           1.0000           0.0000          -
346.65/348.09	c       348         198768          45         1           1.0000           0.0000          -
350.52/351.98	c       352         201380           0         0           1.0000           1.0000      0.00%
350.52/352.01	c       352         201380           0         0           1.0000           1.0000          -
350.52/352.01	c SCIP Status        : c problem is solved
350.52/352.01	c Total Time         : 352.0100
350.52/352.01	c   solving          : 352.0100
350.52/352.01	c   presolving       : 0.3277 (included in solving)
350.52/352.01	c B&B Tree           :
350.52/352.01	c   nodes (total)    : 201380
350.52/352.01	c Solution           :
350.52/352.01	c   Solutions found  : 10
350.52/352.01	c   Primal Bound     : +1.00000000000000e+00
350.52/352.01	c   Dual Bound       : +1.00000000000000e+00
350.52/352.01	c Gap                : 0.00000 %
350.52/352.02	o 1
350.52/352.02	s OPTIMUM FOUND
350.52/352.02	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
350.52/352.02	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 x191 -x190 -x189 
350.52/352.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
350.52/352.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
350.52/352.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
350.52/352.02	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
350.52/352.02	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 
350.52/352.02	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 
350.52/352.02	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 
350.52/352.02	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 
350.52/352.02	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 (61659 MiB free)
  memory of node 1: 64473 MiB (57530 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=34557, runsolver pid=34554

[startup+0.100095 s]*
/proc/loadavg: 2.18 2.16 3.12 6/241 34574
/proc/meminfo: memFree=122034296/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=36844 memory=26428 CPUtime=0.1 cores=5,7
/proc/34557/stat : 34557 (fscip) R 34554 34557 34173 0 -1 4194304 4200 0 0 0 10 0 0 0 20 0 1 0 5349568 37728256 6607 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 9211 6607 2662 3035 0 5607 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36844 KiB
Current children cumulated memory: 26428 KiB

[startup+0.212168 s]*
/proc/loadavg: 2.18 2.16 3.12 5/240 34580
/proc/meminfo: memFree=122033604/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=37744 memory=27220 CPUtime=0.21 cores=5,7
/proc/34557/stat : 34557 (fscip) R 34554 34557 34173 0 -1 4194304 4394 0 0 0 21 0 0 0 20 0 1 0 5349568 38649856 6805 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 9436 6805 2662 3035 0 5832 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 37744 KiB
Current children cumulated memory: 27220 KiB

[startup+0.312543 s]*
/proc/loadavg: 2.18 2.16 3.12 5/240 34580
/proc/meminfo: memFree=122033120/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=37744 memory=27220 CPUtime=0.31 cores=5,7
/proc/34557/stat : 34557 (fscip) R 34554 34557 34173 0 -1 4194304 4395 0 0 0 31 0 0 0 20 0 1 0 5349568 38649856 6805 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 9436 6805 2662 3035 0 5832 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37744 KiB
Current children cumulated memory: 27220 KiB

[startup+0.700423 s]
/proc/loadavg: 2.18 2.16 3.12 5/248 34592
/proc/meminfo: memFree=121975252/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=136336 memory=57764 CPUtime=0.66 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 11760 0 0 0 64 2 0 0 20 0 3 0 5349568 139608064 14441 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 34084 14441 2870 3035 0 18361 0
[pid=34557/tid=34585] ppid=34554 vsize=136336 memory=1944 CPUtime=0.31 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 4552 0 0 0 30 1 0 0 20 0 3 0 5349602 139608064 14441 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=136336 memory=11424 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5349604 139608064 14441 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 136336 KiB
Current children cumulated memory: 57764 KiB

[startup+1.50033 s]
/proc/loadavg: 2.18 2.16 3.12 5/248 34592
/proc/meminfo: memFree=121946284/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=137840 memory=66404 CPUtime=1.46 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 15120 0 0 0 142 4 0 0 20 0 3 0 5349568 141148160 16601 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 34460 16601 2870 3035 0 20648 0
[pid=34557/tid=34585] ppid=34554 vsize=137840 memory=11424 CPUtime=1.11 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 7912 0 0 0 108 3 0 0 20 0 3 0 5349602 141148160 16601 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=137840 memory=0 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5349604 141148160 16601 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 137840 KiB
Current children cumulated memory: 66404 KiB

[startup+3.11248 s]
/proc/loadavg: 2.18 2.16 3.12 5/250 34595
/proc/meminfo: memFree=121844696/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=144980 memory=90128 CPUtime=3.07 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 24891 0 0 0 301 6 0 0 20 0 3 0 5349568 148459520 22532 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 36245 22532 3014 3035 0 27297 0
[pid=34557/tid=34585] ppid=34554 vsize=144980 memory=-5155631293021055877 CPUtime=2.71 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 17392 0 0 0 267 4 0 0 20 0 3 0 5349602 148459520 22532 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=144980 memory=0 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5349604 148459520 22532 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 144980 KiB
Current children cumulated memory: 90128 KiB

[startup+6.30034 s]
/proc/loadavg: 2.32 2.19 3.13 5/250 34595
/proc/meminfo: memFree=121666488/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=210516 memory=126956 CPUtime=6.24 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 39176 0 0 0 617 7 0 0 20 0 3 0 5349568 215568384 31739 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 52629 31739 3014 3035 0 36829 0
[pid=34557/tid=34585] ppid=34554 vsize=210516 memory=126948 CPUtime=5.89 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 31629 0 0 0 583 6 0 0 20 0 3 0 5349602 215568384 31739 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=210516 memory=-5155631293021055877 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5349604 215568384 31739 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 210516 KiB
Current children cumulated memory: 126956 KiB

[startup+12.7004 s]
/proc/loadavg: 2.46 2.22 3.13 6/250 34595
/proc/meminfo: memFree=121659920/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=210516 memory=128792 CPUtime=12.62 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 59646 0 0 0 1253 9 0 0 20 0 3 0 5349568 215568384 32198 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 52629 32198 3318 3035 0 36829 0
[pid=34557/tid=34585] ppid=34554 vsize=210516 memory=12736 CPUtime=12.26 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 51815 0 0 0 1219 7 0 0 20 0 3 0 5349602 215568384 32198 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=210516 memory=5488 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5349604 215568384 32198 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 210516 KiB
Current children cumulated memory: 128792 KiB

[startup+25.5004 s]
/proc/loadavg: 2.77 2.29 3.15 5/250 34598
/proc/meminfo: memFree=121474376/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=210516 memory=157700 CPUtime=25.36 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 113800 0 0 0 2525 11 0 0 20 0 3 0 5349568 215568384 39425 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 52629 39425 3318 3035 0 44011 0
[pid=34557/tid=34585] ppid=34554 vsize=210516 memory=157684 CPUtime=25.01 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 105659 0 0 0 2491 10 0 0 20 0 3 0 5349602 215568384 39425 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=210516 memory=12832 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 5349604 215568384 39425 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 210516 KiB
Current children cumulated memory: 157700 KiB

[startup+51.1126 s]
/proc/loadavg: 3.25 2.46 3.18 5/250 34601
/proc/meminfo: memFree=121388180/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=210516 memory=174860 CPUtime=50.87 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 166294 0 0 0 5069 18 0 0 20 0 3 0 5349568 215568384 43715 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 52629 43715 3318 3035 0 47681 0
[pid=34557/tid=34585] ppid=34554 vsize=210516 memory=174860 CPUtime=50.5 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 157829 0 0 0 5034 16 0 0 20 0 3 0 5349602 215568384 43715 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=210516 memory=11424 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5349604 215568384 43715 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 210516 KiB
Current children cumulated memory: 174860 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.73 3.23 6/250 34658
/proc/meminfo: memFree=120855472/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=210516 memory=180952 CPUtime=101.82 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 246198 0 0 0 10147 35 0 0 20 0 3 0 5349568 215568384 45238 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 52629 45238 3318 3035 0 48726 0
[pid=34557/tid=34585] ppid=34554 vsize=210516 memory=11424 CPUtime=101.45 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 237622 0 0 0 10112 33 0 0 20 0 3 0 5349602 215568384 45238 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=210516 memory=180952 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 5349604 215568384 45238 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 101.82 s
Current children cumulated vsize: 210516 KiB
Current children cumulated memory: 180952 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.99 3.30 6/250 34669
/proc/meminfo: memFree=120611292/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=276052 memory=191736 CPUtime=161.58 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 280327 0 0 0 16113 45 0 0 20 0 3 0 5349568 282677248 47934 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 69013 47934 3318 3035 0 50871 0
[pid=34557/tid=34585] ppid=34554 vsize=276052 memory=189324 CPUtime=161.21 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 271730 0 0 0 16078 43 0 0 20 0 3 0 5349602 282677248 47934 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=276052 memory=191736 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 5349604 282677248 47934 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 276052 KiB
Current children cumulated memory: 191736 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.19 3.35 6/250 34679
/proc/meminfo: memFree=120435512/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=286172 memory=205820 CPUtime=221.35 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 288387 0 0 0 22083 52 0 0 20 0 3 0 5349568 293040128 51455 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 71543 51455 3318 3035 0 53401 0
[pid=34557/tid=34585] ppid=34554 vsize=286172 memory=199736 CPUtime=220.98 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 279766 0 0 0 22048 50 0 0 20 0 3 0 5349602 293040128 51455 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=286172 memory=12736 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 5349604 293040128 51455 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 221.35 s
Current children cumulated vsize: 286172 KiB
Current children cumulated memory: 205820 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.37 3.40 6/249 34739
/proc/meminfo: memFree=119611512/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=297760 memory=215488 CPUtime=281.15 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 295185 0 0 0 28056 59 0 0 20 0 3 0 5349568 304906240 53872 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 74440 53872 3318 3035 0 56298 0
[pid=34557/tid=34585] ppid=34554 vsize=297760 memory=207956 CPUtime=280.76 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 286555 0 0 0 28020 56 0 0 20 0 3 0 5349602 304906240 53872 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=297760 memory=215488 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 3 0 5349604 304906240 53872 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 281.15 s
Current children cumulated vsize: 297760 KiB
Current children cumulated memory: 215488 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.51 3.45 6/249 34749
/proc/meminfo: memFree=119572180/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=340.96 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304714 0 0 0 34031 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=207956 CPUtime=340.57 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296074 0 0 0 33995 62 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=233332 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 340.96 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

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

# cumulated CPU time of all completed processes:  user=349.992 s, system=0.6644 s

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

[startup+345.6 s]
/proc/loadavg: 4.10 3.51 3.45 5/249 34751
/proc/meminfo: memFree=119571748/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=344.25 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304718 0 0 0 34360 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=228484 CPUtime=343.85 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296078 0 0 0 34323 62 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=229684 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 344.25 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+348.8 s]
/proc/loadavg: 4.10 3.51 3.45 5/249 34751
/proc/meminfo: memFree=119571400/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=347.43 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34678 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=233332 CPUtime=347.05 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34642 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=233332 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 347.43 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+350.4 s]
/proc/loadavg: 4.10 3.51 3.45 5/249 34751
/proc/meminfo: memFree=119571428/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=349.03 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34838 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=233332 CPUtime=348.64 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34801 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=12832 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 349.03 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+351.2 s]
/proc/loadavg: 4.09 3.52 3.45 5/249 34751
/proc/meminfo: memFree=119571404/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=349.83 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34918 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=11424 CPUtime=349.44 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34881 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=12832 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 349.83 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+351.6 s]
/proc/loadavg: 4.09 3.52 3.45 5/249 34751
/proc/meminfo: memFree=119571404/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=350.22 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34957 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=5488 CPUtime=349.84 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34921 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=16032 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 350.22 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+351.8 s]
/proc/loadavg: 4.09 3.52 3.45 5/249 34751
/proc/meminfo: memFree=119571404/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=350.42 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34977 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=-7307208611993838203 CPUtime=350.04 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34941 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=16032 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 350.42 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

[startup+351.9 s]
/proc/loadavg: 4.09 3.52 3.45 5/249 34751
/proc/meminfo: memFree=119571404/131655788 swapFree=131071472/131071996
[pid=34557] ppid=34554 vsize=313380 memory=233332 CPUtime=350.52 cores=5,7
/proc/34557/stat : 34557 (fscip) S 34554 34557 34173 0 -1 1077936128 304740 0 0 0 34987 65 0 0 20 0 3 0 5349568 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
/proc/34557/statm: 78345 58333 3318 3035 0 60203 0
[pid=34557/tid=34585] ppid=34554 vsize=313380 memory=207956 CPUtime=350.14 cores=5,7
/proc/34557/task/34585/stat : 34585 (fscip) R 34554 34557 34173 0 -1 4194368 296100 0 0 0 34951 63 0 0 20 0 3 0 5349602 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
[pid=34557/tid=34592] ppid=34554 vsize=313380 memory=233332 CPUtime=0 cores=5,7
/proc/34557/task/34592/stat : 34592 (fscip) S 34554 34557 34173 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5349604 320901120 58333 134679101440 4194304 16623229 140723822366560 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37720064 140723822371860 140723822371976 140723822371976 140723822378992 0
Current children cumulated CPU time: 350.52 s
Current children cumulated vsize: 313380 KiB
Current children cumulated memory: 233332 KiB

Child status: 0

Real time (s): 352.029
CPU time (s): 350.657
CPU user time (s): 349.992
CPU system time (s): 0.6644
CPU usage (%): 99.6103
Max. virtual memory (cumulated for all children) (KiB): 313380
Max. memory (cumulated for all children) (KiB): 233332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.992
system time used= 0.6644
maximum resident set size= 233428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305395
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= 1150
involuntary context switches= 253


# summary of solver processes directly reported to runsolver:
#   pid: 34557
#   total CPU time (s): 350.657
#   total CPU user time (s): 349.992
#   total CPU system time (s): 0.6644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59054 second user time and 3.58777 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-31 03:36:34
IDJOB=4464860
IDBENCH=143539
IDSOLVER=3093
FILE ID=nodeC012/4464860-1722389794
RUNJOBID= nodeC012-1722389773-34186
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.1900565534--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-4464860-1722389794/watcher-4464860-1722389794 -o /tmp/evaluation-result-4464860-1722389794/solver-4464860-1722389794 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1722389773-34186 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464860-1722389794.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= ec2511efc2417fb1e9e041199c221bd7
RANDOM SEED=973852417

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		: 3590.227
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.881
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		: 1197.206
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.209
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.454
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		: 3491.873
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.470
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.207
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:        122052064 kB
MemAvailable:   129586152 kB
Buffers:          107648 kB
Cached:          8228012 kB
SwapCached:           48 kB
Active:           278240 kB
Inactive:        8822876 kB
Active(anon):       1460 kB
Inactive(anon):   785236 kB
Active(file):     276780 kB
Inactive(file):  8037640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            114556 kB
Writeback:             0 kB
AnonPages:        764644 kB
Mapped:           110384 kB
Shmem:             21248 kB
KReclaimable:     119732 kB
Slab:             202588 kB
SReclaimable:     119732 kB
SUnreclaim:        82856 kB
KernelStack:        3904 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     920628 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:42:27