Trace number 4542899

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 VeriPB 2025-06-06? (TO) 3600.38 3524.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
MD5SUMb02daac0bd5c49ad8b109680e19e1b42
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.041383
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints146
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)144
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		2104792832
0.09/0.10	c Max memory 		16282288128
0.09/0.10	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4542899-1753223901.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c using VERIPB proof format
0.09/0.17	c  no objective function found
0.09/0.20	c ... done. Wall clock time 0.032s.
0.09/0.20	c declared #vars     289
0.09/0.20	c #constraints  146
0.09/0.20	c constraints type 
0.09/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 144
0.09/0.20	c 146 constraints processed.
3.98/2.11	c cleaning 2491 clauses out of 5000 with flag 0/5000
7.57/4.02	c cleaning 4249 clauses out of 8510 with flag 0/11001
9.37/5.51	c cleaning 5619 clauses out of 11260 with flag 0/18000
11.06/7.14	c cleaning 6815 clauses out of 13642 with flag 0/26001
12.79/8.74	c cleaning 7912 clauses out of 15827 with flag 0/35001
15.07/10.90	c cleaning 8957 clauses out of 17915 with flag 0/45001
17.96/13.78	c cleaning 9976 clauses out of 19957 with flag 0/56000
21.36/17.15	c cleaning 10982 clauses out of 21983 with flag 0/68002
24.30/20.06	c cleaning 11997 clauses out of 24002 with flag 0/81003
27.34/23.06	c cleaning 12993 clauses out of 26004 with flag 0/95002
31.29/26.93	c cleaning 14000 clauses out of 28009 with flag 0/110000
34.82/30.30	c cleaning 15000 clauses out of 30010 with flag 0/126001
49.15/41.45	c cleaning 16002 clauses out of 32009 with flag 0/143000
54.60/46.63	c cleaning 16995 clauses out of 34008 with flag 0/161001
60.27/52.13	c cleaning 17993 clauses out of 36012 with flag 0/180000
66.13/57.81	c cleaning 19003 clauses out of 38019 with flag 0/200000
72.09/63.58	c cleaning 19999 clauses out of 40018 with flag 0/221002
78.98/70.20	c cleaning 21003 clauses out of 42017 with flag 0/243000
85.95/77.00	c cleaning 21998 clauses out of 44015 with flag 0/266001
93.62/84.45	c cleaning 22998 clauses out of 46016 with flag 0/290000
103.05/93.65	c cleaning 24002 clauses out of 48018 with flag 0/315000
113.48/103.89	c cleaning 24997 clauses out of 50017 with flag 0/341001
122.97/113.08	c cleaning 26000 clauses out of 52019 with flag 0/368000
133.25/123.06	c cleaning 26996 clauses out of 54019 with flag 0/396000
145.12/134.64	c cleaning 28001 clauses out of 56023 with flag 0/425000
156.99/146.23	c cleaning 28998 clauses out of 58023 with flag 0/455001
168.45/157.40	c cleaning 30003 clauses out of 60024 with flag 0/486000
181.21/169.92	c cleaning 30999 clauses out of 62023 with flag 0/518002
193.45/181.90	c cleaning 32005 clauses out of 64023 with flag 0/551001
205.99/194.27	c cleaning 32998 clauses out of 66017 with flag 0/585000
220.22/208.22	c cleaning 33996 clauses out of 68019 with flag 0/620000
234.45/222.21	c cleaning 35004 clauses out of 70023 with flag 0/656000
248.62/236.26	c cleaning 35998 clauses out of 72019 with flag 0/693000
264.82/252.18	c cleaning 37001 clauses out of 74021 with flag 0/731000
281.79/268.61	c cleaning 38001 clauses out of 76020 with flag 0/770000
297.87/284.31	c cleaning 38999 clauses out of 78020 with flag 0/810001
315.16/301.29	c cleaning 39999 clauses out of 80020 with flag 0/851000
336.92/322.65	c cleaning 41002 clauses out of 82021 with flag 0/893000
356.48/341.70	c cleaning 41999 clauses out of 84019 with flag 0/936000
375.74/360.60	c cleaning 43001 clauses out of 86021 with flag 0/980001
394.65/379.25	c cleaning 44000 clauses out of 88019 with flag 0/1025000
414.85/399.19	c cleaning 45000 clauses out of 90019 with flag 0/1071000
435.82/419.88	c cleaning 46000 clauses out of 92020 with flag 0/1118001
456.73/440.39	c cleaning 46999 clauses out of 94019 with flag 0/1166000
481.53/464.72	c cleaning 47997 clauses out of 96020 with flag 0/1215000
505.82/488.59	c cleaning 48998 clauses out of 98023 with flag 0/1265000
531.35/513.59	c cleaning 50003 clauses out of 100026 with flag 0/1316001
556.81/538.25	c cleaning 51003 clauses out of 102023 with flag 0/1368001
581.94/562.72	c cleaning 51994 clauses out of 104020 with flag 0/1421001
609.36/589.83	c cleaning 53000 clauses out of 106025 with flag 0/1475000
637.67/617.74	c cleaning 54003 clauses out of 108025 with flag 0/1530000
668.44/648.04	c cleaning 55001 clauses out of 110022 with flag 0/1586000
698.46/677.63	c cleaning 55999 clauses out of 112021 with flag 0/1643000
730.02/708.71	c cleaning 57002 clauses out of 114023 with flag 0/1701001
764.01/742.32	c cleaning 58003 clauses out of 116020 with flag 0/1760000
793.87/771.89	c cleaning 59001 clauses out of 118018 with flag 0/1820001
831.09/808.49	c cleaning 60002 clauses out of 120017 with flag 0/1881001
868.34/845.20	c cleaning 61000 clauses out of 122014 with flag 0/1943000
906.71/882.96	c cleaning 61997 clauses out of 124014 with flag 0/2006000
953.44/929.03	c cleaning 62994 clauses out of 126017 with flag 0/2070000
991.39/966.49	c cleaning 64005 clauses out of 128023 with flag 0/2135000
1039.35/1013.86	c cleaning 64999 clauses out of 130020 with flag 0/2201002
1093.81/1067.59	c cleaning 66000 clauses out of 132019 with flag 0/2268000
1147.82/1120.68	c cleaning 66999 clauses out of 134021 with flag 0/2336002
1204.12/1176.05	c cleaning 68000 clauses out of 136020 with flag 0/2405000
1257.86/1228.52	c cleaning 69000 clauses out of 138020 with flag 0/2475000
1309.39/1279.31	c cleaning 69998 clauses out of 140021 with flag 0/2546001
1344.69/1313.81	c cleaning 71000 clauses out of 142023 with flag 0/2618001
1382.75/1351.16	c cleaning 71998 clauses out of 144023 with flag 0/2691001
1420.84/1388.74	c cleaning 72998 clauses out of 146024 with flag 0/2765000
1460.60/1428.09	c cleaning 74001 clauses out of 148027 with flag 0/2840001
1498.37/1465.32	c cleaning 75000 clauses out of 150026 with flag 0/2916001
1535.90/1502.43	c cleaning 75999 clauses out of 152026 with flag 0/2993001
1566.71/1532.82	c cleaning 76997 clauses out of 154026 with flag 0/3071000
1602.28/1567.80	c cleaning 78002 clauses out of 156030 with flag 0/3150001
1643.80/1608.73	c cleaning 78997 clauses out of 158028 with flag 0/3230001
1689.51/1653.64	c cleaning 80001 clauses out of 160031 with flag 0/3311001
1732.63/1695.71	c cleaning 81001 clauses out of 162029 with flag 0/3393000
1768.11/1730.39	c cleaning 82002 clauses out of 164028 with flag 0/3476000
1811.09/1772.00	c cleaning 82999 clauses out of 166026 with flag 0/3560000
1856.87/1816.74	c cleaning 83997 clauses out of 168028 with flag 0/3645001
1898.38/1857.44	c cleaning 85001 clauses out of 170030 with flag 0/3731000
1940.23/1898.30	c cleaning 86001 clauses out of 172029 with flag 0/3818000
1982.32/1939.65	c cleaning 87004 clauses out of 174028 with flag 0/3906000
2027.42/1984.08	c cleaning 87998 clauses out of 176025 with flag 0/3995001
2073.57/2029.53	c cleaning 88997 clauses out of 178026 with flag 0/4085000
2121.78/2077.06	c cleaning 90000 clauses out of 180029 with flag 0/4176000
2167.89/2122.47	c cleaning 91000 clauses out of 182029 with flag 0/4268000
2216.01/2169.84	c cleaning 92001 clauses out of 184030 with flag 0/4361001
2267.15/2219.81	c cleaning 93004 clauses out of 186028 with flag 0/4455000
2318.46/2270.20	c cleaning 93998 clauses out of 188024 with flag 0/4550000
2373.86/2324.48	c cleaning 94993 clauses out of 190027 with flag 0/4646001
2432.11/2381.37	c cleaning 96003 clauses out of 192034 with flag 0/4743001
2485.44/2433.46	c cleaning 96998 clauses out of 194031 with flag 0/4841001
2544.16/2491.06	c cleaning 98000 clauses out of 196033 with flag 0/4940001
2604.62/2549.84	c cleaning 98999 clauses out of 198032 with flag 0/5040000
2666.37/2609.98	c cleaning 100004 clauses out of 200034 with flag 0/5141001
2720.65/2662.81	c cleaning 100999 clauses out of 202029 with flag 0/5243000
2780.20/2721.20	c cleaning 101996 clauses out of 204030 with flag 0/5346000
2833.00/2773.10	c cleaning 103002 clauses out of 206034 with flag 0/5450000
2894.00/2832.61	c cleaning 104000 clauses out of 208033 with flag 0/5555001
2962.21/2899.70	c cleaning 105007 clauses out of 210033 with flag 0/5661001
3038.63/2974.69	c cleaning 106001 clauses out of 212026 with flag 0/5768001
3108.57/3043.21	c cleaning 106999 clauses out of 214024 with flag 0/5876000
3170.45/3103.52	c cleaning 107997 clauses out of 216026 with flag 0/5985001
3238.38/3170.18	c cleaning 109001 clauses out of 218028 with flag 0/6095000
3299.77/3230.11	c cleaning 110000 clauses out of 220027 with flag 0/6206000
3362.16/3290.68	c cleaning 110999 clauses out of 222028 with flag 0/6318001
3424.54/3351.86	c cleaning 112001 clauses out of 224028 with flag 0/6431000
3496.13/3422.15	c cleaning 113003 clauses out of 226028 with flag 0/6545001
3571.29/3495.80	c cleaning 113995 clauses out of 228024 with flag 0/6660000
3600.13/3523.95	c starts		: 58
3600.13/3523.95	c conflicts		: 6725988
3600.13/3523.95	c decisions		: 7735944
3600.13/3523.95	c propagations		: 31809064
3600.13/3523.95	c inspects		: 5790986150
3600.13/3523.95	c shortcuts		: 0
3600.13/3523.95	c learnt literals	: 0
3600.13/3523.95	c learnt binary clauses	: 0
3600.13/3523.95	c learnt ternary clauses	: 0
3600.13/3523.95	c learnt constraints	: 6725987
3600.13/3523.95	c ignored constraints	: 0
3600.13/3523.95	c root simplifications	: 0
3600.13/3523.95	c removed literals (reason simplification)	: 0
3600.13/3523.95	c reason swapping (by a shorter reason)	: 0
3600.13/3523.95	c Calls to reduceDB	: 111
3600.13/3523.95	c Number of update (reduction) of LBD	: 7239587
3600.13/3523.95	c Imported unit clauses	: 0
3600.13/3523.95	c No decision after first conflict	: false
3600.13/3523.95	c number of reductions to clauses (during analyze)	: 0
3600.13/3523.95	c number of learned constraints concerned by reduction	: 0
3600.13/3523.96	c number of learning phase by resolution	: 0
3600.13/3523.96	c number of learning phase by cutting planes	: 0
3600.13/3523.96	c number of rounding to 1 operations	: 0
3600.13/3523.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.13/3523.96	c number of reductions of the coefficients by power 2 	: 0
3600.13/3523.96	c number of right shift for reduction by power 2 	: 0
3600.13/3523.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.13/3523.96	c number of ending skipping 	: 0
3600.13/3523.96	c number of internal skipping 	: 0
3600.13/3523.96	c number of derivation steps 	: 21699577
3600.13/3523.96	c number of skipped derivation steps 	: 0
3600.13/3523.96	c number of remaining unassigned 	: 4009
3600.13/3523.96	c number of remaining assigned 	: 497633617
3600.13/3523.96	c number of falsified literals weakened from reason	: 0
3600.13/3523.96	c number of falsified literals weakened from conflict	: 0
3600.13/3523.96	c time for arithmetic operations	: 29785945322
3600.13/3523.96	c timeout
3600.13/3523.96	c minimum degree of deleted constraints	: 1
3600.13/3523.96	c maximum degree of deleted constraints	: 10124390156832
3600.13/3523.96	c number of deleted constraints	: 6545971
3600.13/3523.96	c speed (assignments/second)	: 9027.02853033608
3600.13/3523.96	c non guided choices	: 2239
3600.32/3524.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54479
3600.32/3524.02	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.32/3524.02	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 125533
3600.32/3524.02	s UNKNOWN
3600.32/3524.02	c Total wall clock time (in seconds): 3523.857

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (62660 MiB free)
  memory of node 1: 64507 MiB (63703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542899-1753223901/watcher-4542899-1753223901 -o /tmp/evaluation-result-4542899-1753223901/solver-4542899-1753223901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173945 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542899-1753223901 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542899-1753223901.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=173995, runsolver pid=173985
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.20 1.28 2.15 12/333 174072
/proc/meminfo: memFree=129348312/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=18930384 memory=51860 CPUtime=0.09 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 5834 0 390 0 8 1 0 0 20 0 18 0 238069688 19384713216 12965 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4732596 12965 5309 1 0 547254 0
[pid=173995/tid=174005] ppid=173985 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 4660 0 378 0 5 1 0 0 20 0 18 0 238069691 19384713216 12965 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238069693 19384713216 12965 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238069693 19384713216 12965 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51860 KiB

[startup+0.205751 s]*
/proc/loadavg: 1.20 1.28 2.15 13/333 174072
/proc/meminfo: memFree=129320568/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=18996948 memory=64148 CPUtime=0.28 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 6847 0 390 0 26 2 0 0 20 0 19 0 238069688 19452874752 16037 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4749237 16037 5373 1 0 548320 0
[pid=173995/tid=174005] ppid=173985 vsize=18996948 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 5141 0 378 0 15 1 0 0 20 0 19 0 238069691 19452874752 16037 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=18996948 memory=16912 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 16037 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 16037 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (java) R 173985 173995 173935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 238069709 19452874752 16037 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64148 KiB

[startup+0.305986 s]*
/proc/loadavg: 1.20 1.28 2.15 12/337 174076
/proc/meminfo: memFree=129152508/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=18996948 memory=78588 CPUtime=0.48 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 8974 0 390 0 45 3 0 0 20 0 19 0 238069688 19452874752 19647 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4749237 19647 5373 1 0 549843 0
[pid=173995/tid=174005] ppid=173985 vsize=18996948 memory=-8598886168867414716 CPUtime=0.22 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 5191 0 378 0 21 1 0 0 20 0 19 0 238069691 19452874752 19647 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 19647 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 19647 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238069709 19452874752 19647 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78588 KiB

[startup+0.700231 s]
/proc/loadavg: 1.20 1.28 2.15 11/338 174077
/proc/meminfo: memFree=128970832/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=172560 CPUtime=1.24 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 14629 0 390 0 118 6 0 0 20 0 20 0 238069688 19521036288 43140 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 43140 5437 1 0 553906 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=23168 CPUtime=0.55 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 5229 0 378 0 52 3 0 0 20 0 20 0 238069691 19521036288 43140 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 43140 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 43140 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 43140 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172560 KiB

[startup+1.5002 s]
/proc/loadavg: 1.20 1.28 2.15 7/318 174090
/proc/meminfo: memFree=128986276/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=392588 CPUtime=2.8 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 22792 0 390 0 267 13 0 0 20 0 20 0 238069688 19521036288 98147 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 98147 5437 1 0 555832 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=0 CPUtime=1.27 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 5665 0 378 0 118 9 0 0 20 0 20 0 238069691 19521036288 98147 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 98147 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 98147 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 98147 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 392588 KiB

[startup+3.10555 s]
/proc/loadavg: 1.20 1.28 2.15 11/340 174148
/proc/meminfo: memFree=127520696/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=682488 CPUtime=5.94 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 26706 0 390 0 573 21 0 0 20 0 20 0 238069688 19521036288 170622 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 170622 5437 1 0 555892 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=10624 CPUtime=2.76 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 6759 0 378 0 261 15 0 0 20 0 20 0 238069691 19521036288 170622 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=-8815058950981198524 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 170622 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 170622 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 170622 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 682488 KiB

[startup+6.30019 s]
/proc/loadavg: 1.51 1.35 2.17 6/342 174151
/proc/meminfo: memFree=125239360/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=1747664 CPUtime=10.26 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 28685 0 390 0 984 42 0 0 20 0 20 0 238069688 19521036288 436916 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 436916 5437 1 0 662465 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=0 CPUtime=5.84 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 7507 0 378 0 548 36 0 0 20 0 20 0 238069691 19521036288 436916 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 436916 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 436916 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=451980 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 436916 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 10.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1747664 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.39 2.18 6/342 174151
/proc/meminfo: memFree=124636656/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=1747920 CPUtime=16.94 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 29480 0 390 0 1649 45 0 0 20 0 20 0 238069688 19521036288 436980 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 436980 5437 1 0 662467 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=451980 CPUtime=12.15 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 8178 0 378 0 1177 38 0 0 20 0 20 0 238069691 19521036288 436980 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 436980 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 436980 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=-8815058950981198524 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 436980 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1747920 KiB

[startup+25.5002 s]
/proc/loadavg: 2.22 1.52 2.21 6/342 174151
/proc/meminfo: memFree=124440740/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=1754096 CPUtime=29.87 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 34481 0 390 0 2939 48 0 0 20 0 20 0 238069688 19521036288 438524 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 438524 5437 1 0 662467 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=-8815058950981198524 CPUtime=24.65 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 10129 0 378 0 2424 41 0 0 20 0 20 0 238069691 19521036288 438524 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=1749980 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 438524 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 438524 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=451980 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 438524 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 29.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754096 KiB

[startup+51.1057 s]
/proc/loadavg: 2.95 1.75 2.27 6/342 174151
/proc/meminfo: memFree=123063924/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=2302956 CPUtime=59.22 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 51877 0 390 0 5853 69 0 0 20 0 20 0 238069688 19521036288 575739 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0

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

/proc/meminfo: memFree=106893076/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4164512 CPUtime=3291.81 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 153249 0 390 0 328457 724 0 0 20 0 20 0 238069688 19521036288 1041128 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041128 5469 1 0 1055745 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164512 CPUtime=3136.34 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 63407 0 378 0 313021 613 0 0 20 0 20 0 238069691 19521036288 1041128 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=4164512 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041128 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=4164512 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1488 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041128 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4164512 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041128 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3291.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.26 4.18 6/342 174540
/proc/meminfo: memFree=106815460/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3353.7 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 157898 0 390 0 334633 737 0 0 20 0 20 0 238069688 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041224 5469 1 0 1055804 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=6772 CPUtime=3194.47 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 65296 0 378 0 318823 624 0 0 20 0 20 0 238069691 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=-8815058950981198524 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1507 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3353.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.23 4.17 6/343 174545
/proc/meminfo: memFree=106767912/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3414.87 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 158167 0 390 0 340739 748 0 0 20 0 20 0 238069688 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041224 5469 1 0 1055804 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3252.9 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 65476 0 378 0 324655 635 0 0 20 0 20 0 238069691 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3414.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.24 4.18 6/341 174547
/proc/meminfo: memFree=106720224/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3475.87 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 159053 0 390 0 346825 762 0 0 20 0 20 0 238069688 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041224 5469 1 0 1055804 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3311.49 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 66147 0 378 0 330503 646 0 0 20 0 20 0 238069691 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3475.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.21 4.17 6/343 174556
/proc/meminfo: memFree=106688592/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3536.96 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 161541 0 390 0 352922 774 0 0 20 0 20 0 238069688 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041224 5469 1 0 1055804 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3369.95 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 67634 0 378 0 336338 657 0 0 20 0 20 0 238069691 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4164896 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041224 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3536.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.22 4.18 6/344 174560
/proc/meminfo: memFree=106606784/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4165152 CPUtime=3598.49 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 163901 0 390 0 359063 786 0 0 20 0 20 0 238069688 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041288 5469 1 0 1055866 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3428.12 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) R 173985 173995 173935 0 -1 4194368 69108 0 378 0 342144 668 0 0 20 0 20 0 238069691 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=23168 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1648 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4165152 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3598.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4165152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3523.9 s]
/proc/loadavg: 4.20 4.22 4.18 6/344 174560
/proc/meminfo: memFree=106606784/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19063512 memory=4165152 CPUtime=3600.13 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 163902 0 390 0 359227 786 0 0 20 0 20 0 238069688 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4765878 1041288 5469 1 0 1055866 0
[pid=173995/tid=174005] ppid=173985 vsize=19063512 memory=4164896 CPUtime=3429.67 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) S 173985 173995 173935 0 -1 4194368 69108 0 378 0 342299 668 0 0 20 0 20 0 238069691 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19063512 memory=23168 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19063512 memory=4165152 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1648 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174074] ppid=173985 vsize=19063512 memory=4165152 CPUtime=0 cores=0,2
/proc/173995/task/174074/stat : 174074 (Timer-0) S 173985 173995 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1041288 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4165152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.49 s, system=7.88838 s

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

[startup+3524 s]*
/proc/loadavg: 4.20 4.22 4.18 6/345 174563
/proc/meminfo: memFree=106606132/131249996 swapFree=33005016/33010684
[pid=173995] ppid=173985 vsize=19263204 memory=4166176 CPUtime=3600.32 cores=0,2
/proc/173995/stat : 173995 (java) S 173985 173995 173935 0 -1 4194304 166241 0 390 0 359245 787 0 0 20 0 21 0 238069688 19725520896 1041544 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
/proc/173995/statm: 4815801 1041544 5501 1 0 1056821 0
[pid=173995/tid=174005] ppid=173985 vsize=19263204 memory=-9175915364387431100 CPUtime=3429.68 cores=0,2
/proc/173995/task/174005/stat : 174005 (java) S 173985 173995 173935 0 -1 4194368 69380 0 378 0 342300 668 0 0 20 0 21 0 238069691 19725520896 1041544 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174040] ppid=173985 vsize=19263204 memory=-7448811563267547515 CPUtime=0 cores=0,2
/proc/173995/task/174040/stat : 174040 (Finalizer) S 173985 173995 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238069693 19725520896 1041544 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174068] ppid=173985 vsize=19263204 memory=4800 CPUtime=0 cores=0,2
/proc/173995/task/174068/stat : 174068 (Common-Cleaner) S 173985 173995 173935 0 -1 4194368 1648 0 0 0 0 0 0 0 20 0 21 0 238069693 19725520896 1041544 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
[pid=173995/tid=174562] ppid=173985 vsize=19263204 memory=4800 CPUtime=0.05 cores=0,2
/proc/173995/task/174562/stat : 174562 (Thread-0) R 173985 173995 173935 0 -1 4194368 396 0 0 0 5 0 0 0 20 0 21 0 238422083 19725520896 1041544 18446744073709551615 94470214488064 94470214491760 140722290925840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94470214499576 94470214500368 94470228455424 140722290927953 140722290928100 140722290928100 140722290933704 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4166176 KiB

Child status: 143

Real time (s): 3524.05
CPU time (s): 3600.38
CPU user time (s): 3592.49
CPU system time (s): 7.88838
CPU usage (%): 102.166
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4166176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.49
system time used= 7.88838
maximum resident set size= 4166304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166444
page faults= 390
swaps= 0
block input operations= 24
block output operations= 3427896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158558
involuntary context switches= 26482


# summary of solver processes directly reported to runsolver:
#   pid: 173995
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3592.49
#   total CPU system time (s): 7.88838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17214 second user time and 15.7404 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 00:38:21
IDJOB=4542899
IDBENCH=164900
IDSOLVER=3362
FILE ID=nodeC030/4542899-1753223901
RUNJOBID= nodeC030-1753223901-173945
SLURM_JOB_ID= 9687830
Free space on /tmp= 432848 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542899-1753223901/watcher-4542899-1753223901 -o /tmp/evaluation-result-4542899-1753223901/solver-4542899-1753223901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173945 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542899-1753223901 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542899-1753223901.opb

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

MD5SUM BENCH= b02daac0bd5c49ad8b109680e19e1b42
RANDOM SEED=1987017084

nodeC030 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		: 3602.004
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129401272 kB
MemAvailable:   129643160 kB
Buffers:              16 kB
Cached:          1008392 kB
SwapCached:          232 kB
Active:           733184 kB
Inactive:         337180 kB
Active(anon):      45812 kB
Inactive(anon):    37900 kB
Active(file):     687372 kB
Inactive(file):   299280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2300 kB
Writeback:            40 kB
AnonPages:         64872 kB
Mapped:           103844 kB
Shmem:             21756 kB
KReclaimable:     188548 kB
Slab:             283816 kB
SReclaimable:     188548 kB
SUnreclaim:        95268 kB
KernelStack:        4112 kB
PageTables:         2880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 428848 MiB
End job on nodeC030 at 2025-07-23 01:37:05