Trace number 4525308

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
Sat4j CP 2025-06-06MSAT (TO) 3600.22 3531.39

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567985--soft-33-100-0.wbo
MD5SUM77f55165083495946c7a1aa8a383d78e
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 benchmark29.9914
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1777
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4525308-1751620724.wbo
0.12/0.16	c reading problem ... 
0.31/0.25	c ... done. Wall clock time 0.082s.
0.31/0.25	c declared #vars     231
0.31/0.25	c internal #vars     2008
0.31/0.25	c #constraints  2708
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.31/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.31/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.31/0.25	c org.sat4j.specs.Constr$1 => 1
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.31/0.25	c 2708 constraints processed.
0.31/0.26	c objective function length is 1777 literals
0.69/0.46	c SATISFIABLE
0.69/0.46	c OPTIMIZING...
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.296
0.69/0.46	o 12710
1.07/0.61	c Got one! Elapsed wall clock time (in seconds):0.446
1.07/0.61	o 12705
1.65/0.99	c Got one! Elapsed wall clock time (in seconds):0.83
1.65/0.99	o 12704
2.24/1.21	c Got one! Elapsed wall clock time (in seconds):1.044
2.24/1.21	o 12703
2.85/1.51	c Got one! Elapsed wall clock time (in seconds):1.345
2.85/1.51	o 12702
3.62/1.97	c Got one! Elapsed wall clock time (in seconds):1.806
3.62/1.97	o 12701
4.21/2.28	c Got one! Elapsed wall clock time (in seconds):2.115
4.21/2.28	o 12700
4.96/2.65	c Got one! Elapsed wall clock time (in seconds):2.49
4.96/2.65	o 12699
5.86/3.30	c Got one! Elapsed wall clock time (in seconds):3.135
5.86/3.30	o 12698
7.05/4.42	c Got one! Elapsed wall clock time (in seconds):4.261
7.05/4.42	o 12697
7.68/5.00	c Got one! Elapsed wall clock time (in seconds):4.843
7.68/5.00	o 12696
8.62/5.90	c Got one! Elapsed wall clock time (in seconds):5.738
8.62/5.90	o 12695
9.62/6.96	c Got one! Elapsed wall clock time (in seconds):6.803
9.62/6.96	o 12694
11.56/8.82	c Got one! Elapsed wall clock time (in seconds):8.655
11.56/8.82	o 12663
14.73/11.96	c Got one! Elapsed wall clock time (in seconds):11.794
14.73/11.96	o 12662
15.83/13.03	c Got one! Elapsed wall clock time (in seconds):12.865
15.83/13.03	o 12661
17.37/14.53	c Got one! Elapsed wall clock time (in seconds):14.369
17.37/14.53	o 12660
19.37/16.56	c Got one! Elapsed wall clock time (in seconds):16.395
19.37/16.56	o 12659
22.52/19.65	c Got one! Elapsed wall clock time (in seconds):19.488
22.52/19.65	o 12658
27.78/24.84	c Got one! Elapsed wall clock time (in seconds):24.684
27.78/24.84	o 12657
36.47/33.20	c cleaning 2488 clauses out of 5002
37.48/34.10	c Got one! Elapsed wall clock time (in seconds):33.942
37.48/34.10	o 12656
39.27/36.00	c Got one! Elapsed wall clock time (in seconds):35.834
39.27/36.00	o 12587
41.69/38.31	c Got one! Elapsed wall clock time (in seconds):38.146
41.69/38.31	o 12586
45.07/41.66	c Got one! Elapsed wall clock time (in seconds):41.497
45.07/41.66	o 12585
49.57/46.03	c Got one! Elapsed wall clock time (in seconds):45.869
49.57/46.03	o 12584
57.76/54.15	c Got one! Elapsed wall clock time (in seconds):53.991
57.76/54.15	o 12542
69.32/65.41	c Got one! Elapsed wall clock time (in seconds):65.245
69.32/65.41	o 12541
93.95/89.50	c Got one! Elapsed wall clock time (in seconds):89.334
94.05/89.50	o 12452
97.14/92.66	c Got one! Elapsed wall clock time (in seconds):92.504
97.14/92.67	o 12451
101.99/97.32	c Got one! Elapsed wall clock time (in seconds):97.154
101.99/97.32	o 12450
108.40/103.65	c Got one! Elapsed wall clock time (in seconds):103.487
108.40/103.65	o 12449
117.02/112.07	c Got one! Elapsed wall clock time (in seconds):111.909
117.02/112.07	o 12448
129.23/124.03	c Got one! Elapsed wall clock time (in seconds):123.872
129.23/124.03	o 12447
148.39/142.98	c Got one! Elapsed wall clock time (in seconds):142.818
148.39/142.98	o 12446
168.44/162.78	c cleaning 4245 clauses out of 8512
180.59/174.71	c Got one! Elapsed wall clock time (in seconds):174.544
180.59/174.71	o 12445
233.43/227.03	c Got one! Elapsed wall clock time (in seconds):226.864
233.43/227.03	o 12422
239.58/233.17	c Got one! Elapsed wall clock time (in seconds):233.005
239.58/233.17	o 12421
247.35/240.89	c Got one! Elapsed wall clock time (in seconds):240.732
247.35/240.89	o 12326
255.51/248.98	c Got one! Elapsed wall clock time (in seconds):248.817
255.51/248.98	o 12325
268.42/261.77	c Got one! Elapsed wall clock time (in seconds):261.608
268.42/261.77	o 12315
294.35/287.50	c Got one! Elapsed wall clock time (in seconds):287.334
294.45/287.50	o 2585
328.10/320.99	c Got one! Elapsed wall clock time (in seconds):320.824
328.10/320.99	o 2540
384.09/376.49	c Got one! Elapsed wall clock time (in seconds):376.324
384.09/376.49	o 2505
462.99/454.86	c cleaning 5611 clauses out of 11271
483.24/474.95	c Got one! Elapsed wall clock time (in seconds):474.784
483.24/474.95	o 2485
625.97/616.94	c Got one! Elapsed wall clock time (in seconds):616.784
625.97/616.95	o 2452
639.69/630.52	c Got one! Elapsed wall clock time (in seconds):630.359
639.69/630.52	o 2429
652.07/642.87	c Got one! Elapsed wall clock time (in seconds):642.708
652.07/642.87	o 2424
673.46/664.07	c Got one! Elapsed wall clock time (in seconds):663.913
673.46/664.07	o 2407
982.12/970.82	c Got one! Elapsed wall clock time (in seconds):970.654
982.12/970.82	o 2346
1070.20/1058.67	c Got one! Elapsed wall clock time (in seconds):1058.508
1070.20/1058.67	o 2290
1250.62/1237.95	c Got one! Elapsed wall clock time (in seconds):1237.789
1250.62/1237.95	o 2284
1279.25/1266.37	c cleaning 6819 clauses out of 13656
1493.81/1479.94	c Got one! Elapsed wall clock time (in seconds):1479.78
1493.81/1479.94	o 2283
1837.51/1822.09	c Got one! Elapsed wall clock time (in seconds):1821.931
1837.51/1822.09	o 2254
1861.65/1845.93	c Got one! Elapsed wall clock time (in seconds):1845.771
1861.65/1845.93	o 2215
1889.47/1873.54	c Got one! Elapsed wall clock time (in seconds):1873.383
1889.47/1873.54	o 2208
1956.93/1940.45	c Got one! Elapsed wall clock time (in seconds):1940.284
1956.93/1940.45	o 2178
2001.36/1984.63	c Got one! Elapsed wall clock time (in seconds):1984.464
2001.36/1984.63	o 2159
2070.93/2053.89	c Got one! Elapsed wall clock time (in seconds):2053.722
2070.93/2053.89	o 2125
2148.42/2130.98	c Got one! Elapsed wall clock time (in seconds):2130.817
2148.42/2130.98	o 2122
2237.04/2219.18	c cleaning 7909 clauses out of 15838
2287.85/2269.77	c Got one! Elapsed wall clock time (in seconds):2269.61
2287.85/2269.77	o 2108
2565.22/2545.38	c Got one! Elapsed wall clock time (in seconds):2545.221
2565.22/2545.38	o 2098
2880.24/2858.46	c Got one! Elapsed wall clock time (in seconds):2858.296
2880.24/2858.46	o 2096
3353.55/3313.45	c Got one! Elapsed wall clock time (in seconds):3313.285
3353.55/3313.45	o 2077
3574.41/3508.56	c cleaning 8941 clauses out of 17930
3600.06/3531.31	c starts		: 129
3600.06/3531.34	c conflicts		: 45225
3600.06/3531.34	c decisions		: 455148
3600.06/3531.34	c propagations		: 1948367
3600.06/3531.34	c inspects		: 4199676753
3600.06/3531.34	c shortcuts		: 0
3600.06/3531.34	c learnt literals	: 0
3600.06/3531.34	c learnt binary clauses	: 0
3600.06/3531.34	c learnt ternary clauses	: 0
3600.06/3531.34	c learnt constraints	: 45225
3600.06/3531.34	c ignored constraints	: 0
3600.06/3531.34	c root simplifications	: 0
3600.06/3531.34	c removed literals (reason simplification)	: 0
3600.06/3531.34	c reason swapping (by a shorter reason)	: 0
3600.06/3531.34	c Calls to reduceDB	: 6
3600.06/3531.34	c Number of update (reduction) of LBD	: 0
3600.06/3531.34	c Imported unit clauses	: 0
3600.06/3531.34	c No decision after first conflict	: false
3600.06/3531.34	c number of reductions to clauses (during analyze)	: 0
3600.06/3531.34	c number of learned constraints concerned by reduction	: 0
3600.06/3531.34	c number of learning phase by resolution	: 0
3600.06/3531.34	c number of learning phase by cutting planes	: 0
3600.06/3531.34	c number of rounding to 1 operations	: 0
3600.06/3531.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3531.34	c number of reductions of the coefficients by power 2 	: 0
3600.06/3531.34	c number of right shift for reduction by power 2 	: 0
3600.06/3531.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3531.34	c number of ending skipping 	: 0
3600.06/3531.34	c number of internal skipping 	: 0
3600.06/3531.34	c number of derivation steps 	: 437596
3600.06/3531.34	c number of skipped derivation steps 	: 0
3600.06/3531.34	c number of remaining unassigned 	: 283778
3600.06/3531.35	c number of remaining assigned 	: 18563816
3600.06/3531.35	c number of falsified literals weakened from reason	: 0
3600.06/3531.35	c number of falsified literals weakened from conflict	: 0
3600.06/3531.35	c time for arithmetic operations	: 3271131859
3600.06/3531.35	c minimum degree of deleted constraints	: null
3600.06/3531.35	c maximum degree of deleted constraints	: null
3600.06/3531.35	c number of deleted constraints	: 0
3600.06/3531.36	c speed (assignments/second)	: 551.7773305745944
3600.06/3531.36	c non guided choices	: 6748
3600.06/3531.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38
3600.06/3531.37	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9134
3600.06/3531.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 40
3600.06/3531.37	s SATISFIABLE
3600.06/3531.37	c Found 63 solution(s)
3600.06/3531.37	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 x122 x123 x124 x125 x126 x127 -x128 -x129 x130 -x131 -x132 x133 x134 x135 x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 x148 -x149 -x150 -x151 x152 x153 x154 -x155 x156 x157 x158 x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 x171 -x172 -x173 -x174 x175 -x176 -x177 x178 -x179 -x180 x181 x182 -x183 x184 x185 -x186 -x187 x188 -x189 -x190 x191 -x192 x193 x194 x195 -x196 x197 x198 -x199 x200 -x201 x202 -x203 x204 -x205 -x206 -x207 x208 -x209 x210 x211 -x212 -x213 x214 x215 -x216 x217 -x218 -x219 x220 -x221 -x222 -x223 x224 x225 x226 x227 -x228 -x229 x230 x231 
3600.06/3531.37	c objective function=2077
3600.06/3531.37	c Total wall clock time (in seconds): 3531.208

Verifier Data

OK	2077

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: 63708 MiB (44368 MiB free)
  memory of node 1: 64465 MiB (52947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525308-1751620724/watcher-4525308-1751620724 -o /tmp/evaluation-result-4525308-1751620724/solver-4525308-1751620724 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86409 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525308-1751620724.wbo 

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=86899, runsolver pid=86896

[startup+0.100059 s]*
/proc/loadavg: 4.27 4.46 4.46 6/338 86917
/proc/meminfo: memFree=99618792/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=18930384 memory=55504 CPUtime=0.12 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 6500 0 0 0 10 2 0 0 20 0 18 0 77750945 19384713216 13876 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4732596 13876 5368 1 0 547573 0
[pid=86899/tid=86901] ppid=86896 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 5004 0 0 0 6 1 0 0 20 0 18 0 77750947 19384713216 13876 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77750949 19384713216 13876 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=18930384 memory=57385981078066 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77750950 19384713216 13876 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55504 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.27 4.46 4.46 7/338 86917
/proc/meminfo: memFree=99618792/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=18930384 memory=64400 CPUtime=0.31 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 7122 0 0 0 29 2 0 0 20 0 18 0 77750945 19384713216 16100 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4732596 16100 5432 1 0 547996 0
[pid=86899/tid=86901] ppid=86896 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 5367 0 0 0 16 1 0 0 20 0 18 0 77750947 19384713216 16100 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=18930384 memory=15156 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77750949 19384713216 16100 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77750950 19384713216 16100 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64400 KiB

[startup+0.305682 s]*
/proc/loadavg: 4.27 4.46 4.46 7/339 86918
/proc/meminfo: memFree=99606568/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=18996948 memory=74260 CPUtime=0.5 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 7673 0 0 0 48 2 0 0 20 0 19 0 77750945 19452874752 18565 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4749237 18565 5496 1 0 548532 0
[pid=86899/tid=86901] ppid=86896 vsize=18996948 memory=-6000919481229141607 CPUtime=0.25 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 5511 0 0 0 24 1 0 0 20 0 19 0 77750947 19452874752 18565 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77750949 19452874752 18565 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77750950 19452874752 18565 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77750973 19452874752 18565 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74260 KiB

[startup+0.700263 s]
/proc/loadavg: 4.27 4.46 4.46 7/339 86918
/proc/meminfo: memFree=99572116/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=18996948 memory=158304 CPUtime=1.25 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 12615 0 0 0 121 4 0 0 20 0 19 0 77750945 19452874752 39576 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4749237 39576 5496 1 0 551380 0
[pid=86899/tid=86901] ppid=86896 vsize=18996948 memory=18560 CPUtime=0.57 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 5566 0 0 0 55 2 0 0 20 0 19 0 77750947 19452874752 39576 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77750949 19452874752 39576 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77750950 19452874752 39576 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77750973 19452874752 39576 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158304 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.46 4.46 7/340 86919
/proc/meminfo: memFree=99507212/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=183472 CPUtime=2.85 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 18921 0 0 0 279 6 0 0 20 0 20 0 77750945 19521036288 45868 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 45868 5528 1 0 552593 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=10752 CPUtime=1.3 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 6219 0 0 0 128 2 0 0 20 0 20 0 77750947 19521036288 45868 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 45868 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 45868 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 45868 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183472 KiB

[startup+3.10555 s]
/proc/loadavg: 4.48 4.50 4.48 6/340 86919
/proc/meminfo: memFree=99010876/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=632056 CPUtime=5.66 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 25335 0 0 0 550 16 0 0 20 0 20 0 77750945 19521036288 158014 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 158014 5528 1 0 718543 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=10752 CPUtime=2.8 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 7011 0 0 0 270 10 0 0 20 0 20 0 77750947 19521036288 158014 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=-6000919481229141607 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 158014 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 158014 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 158014 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 632056 KiB

[startup+6.30021 s]
/proc/loadavg: 4.48 4.50 4.48 5/340 86919
/proc/meminfo: memFree=98084792/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=1524300 CPUtime=9.02 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 25987 0 0 0 869 33 0 0 20 0 20 0 77750945 19521036288 381075 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 381075 5528 1 0 718548 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 7607 0 0 0 569 27 0 0 20 0 20 0 77750947 19521036288 381075 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 381075 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 381075 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=190132 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 381075 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1524300 KiB

[startup+12.7002 s]
/proc/loadavg: 4.49 4.50 4.48 5/340 86919
/proc/meminfo: memFree=97190124/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=2589824 CPUtime=15.53 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 27248 0 0 0 1500 53 0 0 20 0 20 0 77750945 19521036288 647456 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 647456 5528 1 0 988008 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=190132 CPUtime=12.2 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 8160 0 0 0 1174 46 0 0 20 0 20 0 77750947 19521036288 647456 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 647456 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=2255976 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 647456 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 647456 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2589824 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.49 4.47 6/340 86919
/proc/meminfo: memFree=96993276/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=2589952 CPUtime=28.48 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 31980 0 0 0 2794 54 0 0 20 0 20 0 77750945 19521036288 647488 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 647488 5528 1 0 988021 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=10752 CPUtime=24.8 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 11048 0 0 0 2433 47 0 0 20 0 20 0 77750947 19521036288 647488 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=2255976 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 647488 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3100 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 647488 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 647488 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2589952 KiB

[startup+51.1056 s]
/proc/loadavg: 4.40 4.48 4.47 5/340 86987
/proc/meminfo: memFree=98588504/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=2592276 CPUtime=54.76 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 41285 0 0 0 5420 56 0 0 20 0 20 0 77750945 19521036288 648069 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 648069 5528 1 0 988038 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=2592276 CPUtime=49.87 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 14417 0 0 0 4939 48 0 0 20 0 20 0 77750947 19521036288 648069 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=2592276 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=94747804/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908232 CPUtime=3254.06 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 160266 0 0 0 325212 194 0 0 20 0 20 0 77750945 19521036288 977058 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977058 5528 1 0 990172 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=14344 CPUtime=3186.41 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 85412 0 0 0 318578 63 0 0 20 0 20 0 77750947 19521036288 977058 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908104 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977058 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908104 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2088 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977058 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977058 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3254.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.65 4.54 5/339 87622
/proc/meminfo: memFree=97976576/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908360 CPUtime=3319.64 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 164507 0 0 0 331763 201 0 0 20 0 20 0 77750945 19521036288 977090 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977090 5528 1 0 990195 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908232 CPUtime=3245.78 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 87040 0 0 0 324515 63 0 0 20 0 20 0 77750947 19521036288 977090 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908232 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977090 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908360 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2133 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977090 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3908360 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977090 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3319.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.64 4.66 4.55 7/339 87624
/proc/meminfo: memFree=97922384/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908616 CPUtime=3385.98 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 165755 0 0 0 338392 206 0 0 20 0 20 0 77750945 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977154 5528 1 0 990244 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908232 CPUtime=3305.06 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 88229 0 0 0 330443 63 0 0 20 0 20 0 77750947 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908616 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2133 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=-6000919481229141607 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3385.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.60 4.54 5/339 87692
/proc/meminfo: memFree=101438448/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908616 CPUtime=3453.88 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 170641 0 0 0 345175 213 0 0 20 0 20 0 77750945 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977154 5528 1 0 990278 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908616 CPUtime=3364.32 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 90716 0 0 0 336369 63 0 0 20 0 20 0 77750947 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908232 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908616 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2178 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3908616 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977154 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3453.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.54 4.52 5/338 87698
/proc/meminfo: memFree=101356264/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3522.41 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 175125 0 0 0 352020 221 0 0 20 0 20 0 77750945 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977186 5528 1 0 990278 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908232 CPUtime=3423.56 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 92775 0 0 0 342292 64 0 0 20 0 20 0 77750947 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908616 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=23860 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2233 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3522.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.50 4.51 5/338 87700
/proc/meminfo: memFree=101163732/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3591.01 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 175796 0 0 0 358872 229 0 0 20 0 20 0 77750945 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977186 5528 1 0 990300 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3482.85 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 93264 0 0 0 348221 64 0 0 20 0 20 0 77750947 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2233 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3591.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3531.3 s]
/proc/loadavg: 4.30 4.50 4.51 5/338 87700
/proc/meminfo: memFree=101134596/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3600.06 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 176051 0 0 0 359776 230 0 0 20 0 20 0 77750945 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977186 5528 1 0 990300 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3491.76 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 93508 0 0 0 349112 64 0 0 20 0 20 0 77750947 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2233 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908744 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3531.39 s]
# the end of solver process 86899 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.9 s, system=2.3191 s

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

[startup+3531.3 s]
/proc/loadavg: 4.30 4.50 4.51 5/338 87700
/proc/meminfo: memFree=101134596/131249988 swapFree=33010416/33010684
[pid=86899] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3600.06 cores=1,3
/proc/86899/stat : 86899 (java) S 86896 86899 86397 0 -1 4194304 176051 0 0 0 359776 230 0 0 20 0 20 0 77750945 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
/proc/86899/statm: 4765878 977186 5528 1 0 990300 0
[pid=86899/tid=86901] ppid=86896 vsize=19063512 memory=3908744 CPUtime=3491.76 cores=1,3
/proc/86899/task/86901/stat : 86901 (java) R 86896 86899 86397 0 -1 4194368 93508 0 0 0 349112 64 0 0 20 0 20 0 77750947 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86910] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86910/stat : 86910 (Finalizer) S 86896 86899 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77750949 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86917] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86917/stat : 86917 (Common-Cleaner) S 86896 86899 86397 0 -1 4194368 2233 0 0 0 0 0 0 0 20 0 20 0 77750950 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
[pid=86899/tid=86918] ppid=86896 vsize=19063512 memory=3908744 CPUtime=0 cores=1,3
/proc/86899/task/86918/stat : 86918 (Timer-0) S 86896 86899 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77750973 19521036288 977186 18446744073709551615 94489503842304 94489503846000 140724242061984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94489503853816 94489503854608 94489526620160 140724242069884 140724242069988 140724242069988 140724242075592 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3908744 KiB

Child status: 143

Real time (s): 3531.39
CPU time (s): 3600.22
CPU user time (s): 3597.9
CPU system time (s): 2.3191
CPU usage (%): 101.949
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3908744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.9
system time used= 2.3191
maximum resident set size= 3909768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127911
involuntary context switches= 10113


# summary of solver processes directly reported to runsolver:
#   pid: 86899
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.9
#   total CPU system time (s): 2.3191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65749 second user time and 16.5741 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-04 11:18:44
IDJOB=4525308
IDBENCH=143614
IDSOLVER=3381
FILE ID=nodeC031/4525308-1751620724
RUNJOBID= nodeC031-1751617233-86409
SLURM_JOB_ID= 9598928
Free space on /tmp= 432096 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525308-1751620724/watcher-4525308-1751620724 -o /tmp/evaluation-result-4525308-1751620724/solver-4525308-1751620724 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86409 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525308-1751620724.wbo

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

MD5SUM BENCH= 77f55165083495946c7a1aa8a383d78e
RANDOM SEED=210822848

nodeC031 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.882
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.642
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.722
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.892
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.985
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.861
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3595.270
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.531
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        99651728 kB
MemAvailable:   120580904 kB
Buffers:            2128 kB
Cached:         21612380 kB
SwapCached:           12 kB
Active:          9544440 kB
Inactive:       21205660 kB
Active(anon):    9143176 kB
Inactive(anon):    10468 kB
Active(file):     401264 kB
Inactive(file): 21195192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               780 kB
Writeback:             0 kB
AnonPages:       9138704 kB
Mapped:           124076 kB
Shmem:             18052 kB
KReclaimable:     343916 kB
Slab:             438620 kB
SReclaimable:     343916 kB
SUnreclaim:        94704 kB
KernelStack:        5184 kB
PageTables:        21572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   11468188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8871936 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432088 MiB
End job on nodeC031 at 2025-07-04 12:17:35