Trace number 4514455

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 Resolution VeriPB 2025-06-06? (TO) 3600.23 3608.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
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.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4514455-1751227420.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.33/0.25	c ... done. Wall clock time 0.117s.
0.33/0.25	c declared #vars     1722
0.33/0.25	c #constraints  8250
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3320
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.33/0.25	c org.sat4j.specs.Constr$1 => 4
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4920
0.33/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.33/0.25	c 8250 constraints processed.
2.26/1.25	c cleaning 2492 clauses out of 5002 with flag 24385/5002
3.65/1.95	c cleaning 4251 clauses out of 8509 with flag 56155/11001
4.79/2.53	c cleaning 5626 clauses out of 11260 with flag 87084/18003
5.57/3.28	c cleaning 6814 clauses out of 13631 with flag 134655/26000
6.29/3.96	c cleaning 7908 clauses out of 15818 with flag 174508/35001
7.08/4.74	c cleaning 8951 clauses out of 17909 with flag 225102/45000
8.06/5.64	c cleaning 9972 clauses out of 19958 with flag 286542/56000
9.05/6.62	c cleaning 10990 clauses out of 21988 with flag 351453/68002
10.25/7.84	c cleaning 11995 clauses out of 23997 with flag 431483/81001
11.46/9.06	c cleaning 12991 clauses out of 26003 with flag 512043/95002
12.95/10.53	c cleaning 14004 clauses out of 28010 with flag 602005/110000
14.57/12.12	c cleaning 14998 clauses out of 30006 with flag 701991/126000
16.39/13.97	c cleaning 16002 clauses out of 32009 with flag 817794/143001
18.31/15.84	c cleaning 16999 clauses out of 34008 with flag 934678/161002
20.31/17.85	c cleaning 17998 clauses out of 36007 with flag 1055873/180000
22.70/20.21	c cleaning 18999 clauses out of 38013 with flag 1190917/200004
25.11/22.68	c cleaning 20002 clauses out of 40012 with flag 1316192/221002
27.99/25.37	c cleaning 21002 clauses out of 42009 with flag 1462259/243001
30.89/28.22	c cleaning 22003 clauses out of 44008 with flag 1619125/266002
33.75/31.14	c cleaning 22994 clauses out of 46003 with flag 1784112/290000
37.03/34.43	c cleaning 24000 clauses out of 48010 with flag 1956427/315001
40.33/37.76	c cleaning 24998 clauses out of 50011 with flag 2107924/341002
43.32/40.78	c cleaning 26001 clauses out of 52013 with flag 2252432/368002
46.72/44.15	c cleaning 27001 clauses out of 54011 with flag 2421684/396001
50.21/47.69	c cleaning 27999 clauses out of 56010 with flag 2590837/425001
54.40/51.88	c cleaning 29000 clauses out of 58013 with flag 2774410/455003
58.49/55.91	c cleaning 30001 clauses out of 60010 with flag 2979497/486000
62.78/60.24	c cleaning 31002 clauses out of 62011 with flag 3202303/518002
67.23/64.72	c cleaning 31994 clauses out of 64008 with flag 3388588/551001
72.01/69.53	c cleaning 33001 clauses out of 66014 with flag 3575774/585001
76.81/74.32	c cleaning 33999 clauses out of 68012 with flag 3773647/620000
81.89/79.43	c cleaning 35001 clauses out of 70015 with flag 4002064/656002
87.39/84.99	c cleaning 36005 clauses out of 72013 with flag 4239079/693001
93.48/91.00	c cleaning 37000 clauses out of 74008 with flag 4491942/731001
99.09/96.77	c cleaning 37994 clauses out of 76007 with flag 4745156/770000
105.28/102.95	c cleaning 39000 clauses out of 78014 with flag 5026281/810001
111.55/109.23	c cleaning 39999 clauses out of 80014 with flag 5293094/851001
118.54/116.20	c cleaning 41000 clauses out of 82014 with flag 5577509/893000
125.67/123.46	c cleaning 41996 clauses out of 84014 with flag 5889071/936000
132.44/130.24	c cleaning 43002 clauses out of 86018 with flag 6182569/980000
140.42/138.20	c cleaning 43999 clauses out of 88017 with flag 6474801/1025001
149.11/146.94	c cleaning 44996 clauses out of 90017 with flag 6813177/1071000
157.49/155.42	c cleaning 46002 clauses out of 92021 with flag 7161961/1118000
166.68/164.62	c cleaning 47003 clauses out of 94020 with flag 7537359/1166001
175.16/173.18	c cleaning 47997 clauses out of 96016 with flag 7901554/1215000
184.91/183.08	c cleaning 49000 clauses out of 98019 with flag 8314815/1265000
195.58/193.76	c cleaning 50003 clauses out of 100019 with flag 8743737/1316000
205.95/204.16	c cleaning 51000 clauses out of 102016 with flag 9124610/1368000
216.66/214.95	c cleaning 51997 clauses out of 104016 with flag 9504013/1421000
227.33/225.67	c cleaning 53003 clauses out of 106020 with flag 9900507/1475001
238.80/237.18	c cleaning 54002 clauses out of 108016 with flag 10311040/1530000
250.40/248.81	c cleaning 54999 clauses out of 110014 with flag 10713539/1586000
263.59/262.09	c cleaning 55997 clauses out of 112015 with flag 11151145/1643000
276.05/274.60	c cleaning 56995 clauses out of 114018 with flag 11547772/1701000
289.11/287.77	c cleaning 57999 clauses out of 116023 with flag 11952117/1760000
304.42/303.12	c cleaning 59002 clauses out of 118024 with flag 12426110/1820000
318.19/316.93	c cleaning 59999 clauses out of 120022 with flag 12868107/1881000
332.36/331.12	c cleaning 61005 clauses out of 122023 with flag 13316690/1943000
348.06/346.94	c cleaning 62001 clauses out of 124018 with flag 13791659/2006000
365.98/364.96	c cleaning 63001 clauses out of 126017 with flag 14323053/2070000
381.65/380.69	c cleaning 64003 clauses out of 128016 with flag 14798768/2135000
398.25/397.34	c cleaning 65000 clauses out of 130013 with flag 15275270/2201000
415.21/414.36	c cleaning 65996 clauses out of 132016 with flag 15772571/2268003
433.03/432.21	c cleaning 66997 clauses out of 134017 with flag 16283569/2336000
450.98/450.27	c cleaning 68004 clauses out of 136023 with flag 16777767/2405003
468.20/467.53	c cleaning 69001 clauses out of 138016 with flag 17250587/2475000
487.53/486.92	c cleaning 70001 clauses out of 140017 with flag 17782560/2546002
506.77/506.26	c cleaning 70995 clauses out of 142014 with flag 18307990/2618000
527.98/527.53	c cleaning 72002 clauses out of 144019 with flag 18848535/2691000
549.04/548.67	c cleaning 72997 clauses out of 146018 with flag 19444258/2765001
570.18/569.83	c cleaning 74002 clauses out of 148020 with flag 20031793/2840000
592.59/592.38	c cleaning 75004 clauses out of 150019 with flag 20658728/2916001
614.42/614.21	c cleaning 75991 clauses out of 152015 with flag 21212154/2993001
636.08/635.97	c cleaning 77001 clauses out of 154024 with flag 21723935/3071001
659.29/659.23	c cleaning 78002 clauses out of 156022 with flag 22269453/3150000
681.93/681.95	c cleaning 79001 clauses out of 158021 with flag 22820967/3230001
705.44/705.54	c cleaning 79998 clauses out of 160020 with flag 23385881/3311001
729.08/729.29	c cleaning 81004 clauses out of 162023 with flag 23911952/3393002
754.01/754.22	c cleaning 82001 clauses out of 164017 with flag 24506852/3476000
781.82/782.10	c cleaning 83000 clauses out of 166016 with flag 25121883/3560000
805.24/806.02	c cleaning 83999 clauses out of 168017 with flag 25653423/3645001
829.36/830.21	c cleaning 84997 clauses out of 170018 with flag 26196107/3731001
858.17/859.15	c cleaning 85998 clauses out of 172020 with flag 26812774/3818000
886.31/887.37	c cleaning 87005 clauses out of 174024 with flag 27418140/3906002
915.14/916.24	c cleaning 88002 clauses out of 176017 with flag 28081791/3995000
944.53/945.74	c cleaning 89001 clauses out of 178017 with flag 28741774/4085002
975.45/976.75	c cleaning 90001 clauses out of 180015 with flag 29389081/4176001
1003.76/1005.13	c cleaning 90996 clauses out of 182013 with flag 30037241/4268000
1034.69/1036.13	c cleaning 92000 clauses out of 184018 with flag 30729092/4361001
1068.77/1070.30	c cleaning 93001 clauses out of 186018 with flag 31452529/4455001
1105.49/1107.12	c cleaning 93996 clauses out of 188018 with flag 32235829/4550002
1142.57/1144.37	c cleaning 94999 clauses out of 190020 with flag 33093136/4646000
1181.57/1183.47	c cleaning 96002 clauses out of 192022 with flag 33917499/4743001
1217.58/1219.55	c cleaning 97000 clauses out of 194019 with flag 34672924/4841000
1255.06/1257.13	c cleaning 98004 clauses out of 196019 with flag 35404332/4940000
1298.17/1300.35	c cleaning 98997 clauses out of 198015 with flag 36200669/5040000
1338.15/1340.46	c cleaning 99996 clauses out of 200018 with flag 36995273/5141000
1382.19/1384.52	c cleaning 101001 clauses out of 202023 with flag 37831212/5243001
1426.56/1429.05	c cleaning 101999 clauses out of 204022 with flag 38641556/5346001
1468.88/1471.43	c cleaning 103002 clauses out of 206022 with flag 39439694/5450000
1515.74/1518.43	c cleaning 103999 clauses out of 208020 with flag 40294067/5555000
1567.12/1569.90	c cleaning 105002 clauses out of 210022 with flag 41196574/5661001
1611.90/1615.66	c cleaning 106002 clauses out of 212019 with flag 42015597/5768000
1662.03/1665.83	c cleaning 107000 clauses out of 214017 with flag 42854315/5876000
1709.30/1713.24	c cleaning 107998 clauses out of 216018 with flag 43724035/5985001
1762.99/1767.09	c cleaning 108999 clauses out of 218020 with flag 44676987/6095001
1812.90/1817.16	c cleaning 110001 clauses out of 220020 with flag 45602537/6206000
1850.36/1854.61	c cleaning 111004 clauses out of 222020 with flag 46427858/6318001
1890.15/1894.56	c cleaning 112002 clauses out of 224018 with flag 47280834/6431003
1930.41/1934.85	c cleaning 112997 clauses out of 226013 with flag 48187980/6545000
1974.59/1979.13	c cleaning 114000 clauses out of 228016 with flag 49097524/6660000
2018.33/2022.90	c cleaning 114996 clauses out of 230016 with flag 50018342/6776000
2066.40/2071.12	c cleaning 115999 clauses out of 232020 with flag 51000567/6893000
2122.10/2126.98	c cleaning 117005 clauses out of 234022 with flag 52021575/7011001
2165.00/2169.92	c cleaning 118000 clauses out of 236016 with flag 52899862/7130000
2212.92/2217.98	c cleaning 118994 clauses out of 238016 with flag 53916707/7250000
2266.17/2271.30	c cleaning 119999 clauses out of 240022 with flag 54961771/7371000
2318.90/2324.10	c cleaning 121006 clauses out of 242025 with flag 56005465/7493002
2371.61/2377.00	c cleaning 121997 clauses out of 244017 with flag 57067495/7616000
2418.50/2423.98	c cleaning 123002 clauses out of 246020 with flag 57994475/7740000
2462.64/2468.17	c cleaning 123998 clauses out of 248019 with flag 58869836/7865001
2515.39/2521.04	c cleaning 125001 clauses out of 250020 with flag 59844497/7991000
2566.88/2572.64	c cleaning 125999 clauses out of 252020 with flag 60846023/8118001
2615.44/2621.31	c cleaning 127005 clauses out of 254022 with flag 61726878/8246002
2668.73/2674.78	c cleaning 127997 clauses out of 256016 with flag 62703903/8375001
2721.06/2727.16	c cleaning 128994 clauses out of 258018 with flag 63796041/8505000
2778.89/2785.13	c cleaning 130000 clauses out of 260025 with flag 64969934/8636001
2834.28/2840.63	c cleaning 131009 clauses out of 262029 with flag 66084430/8768005
2892.98/2899.42	c cleaning 131999 clauses out of 264017 with flag 67222147/8901002
2949.72/2956.33	c cleaning 133004 clauses out of 266019 with flag 68384409/9035003
3009.41/3016.12	c cleaning 133995 clauses out of 268013 with flag 69612052/9170001
3067.24/3074.14	c cleaning 135002 clauses out of 270017 with flag 70685865/9306000
3126.41/3133.47	c cleaning 135999 clauses out of 272017 with flag 71740455/9443002
3192.36/3199.55	c cleaning 136995 clauses out of 274016 with flag 72888574/9581000
3256.79/3264.16	c cleaning 138006 clauses out of 276023 with flag 74080518/9720002
3318.89/3326.36	c cleaning 138999 clauses out of 278015 with flag 75153987/9860000
3383.82/3391.48	c cleaning 140001 clauses out of 280017 with flag 76200698/10001001
3446.90/3454.63	c cleaning 140999 clauses out of 282015 with flag 77349332/10143000
3511.99/3519.86	c cleaning 141994 clauses out of 284016 with flag 78507029/10286000
3579.20/3587.22	c cleaning 143005 clauses out of 286025 with flag 79713860/10430003
3600.09/3608.11	c starts		: 157
3600.09/3608.12	c conflicts		: 10485569
3600.09/3608.12	c decisions		: 11740361
3600.09/3608.12	c propagations		: 1219176908
3600.09/3608.12	c inspects		: 50194844088
3600.09/3608.12	c shortcuts		: 0
3600.09/3608.12	c learnt literals	: 0
3600.09/3608.12	c learnt binary clauses	: 0
3600.09/3608.12	c learnt ternary clauses	: 8
3600.09/3608.12	c learnt constraints	: 10485569
3600.09/3608.12	c ignored constraints	: 0
3600.09/3608.12	c root simplifications	: 0
3600.09/3608.12	c timeout
3600.09/3608.12	c removed literals (reason simplification)	: 116412284
3600.09/3608.12	c reason swapping (by a shorter reason)	: 0
3600.09/3608.12	c Calls to reduceDB	: 140
3600.09/3608.12	c Number of update (reduction) of LBD	: 1891403
3600.09/3608.12	c Imported unit clauses	: 0
3600.09/3608.13	c No decision after first conflict	: false
3600.09/3608.13	c number of reductions to clauses (during analyze)	: 0
3600.09/3608.13	c number of learned constraints concerned by reduction	: 0
3600.09/3608.13	c number of learning phase by resolution	: 0
3600.09/3608.13	c number of learning phase by cutting planes	: 0
3600.09/3608.13	c number of rounding to 1 operations	: 0
3600.09/3608.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3608.13	c number of reductions of the coefficients by power 2 	: 0
3600.09/3608.13	c number of right shift for reduction by power 2 	: 0
3600.09/3608.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3608.13	c number of ending skipping 	: 0
3600.09/3608.13	c number of internal skipping 	: 0
3600.09/3608.13	c number of derivation steps 	: 0
3600.09/3608.13	c number of skipped derivation steps 	: 0
3600.09/3608.13	c number of remaining unassigned 	: 0
3600.09/3608.13	c number of remaining assigned 	: 0
3600.09/3608.13	c number of falsified literals weakened from reason	: 0
3600.09/3608.13	c number of falsified literals weakened from conflict	: 0
3600.09/3608.13	c time for arithmetic operations	: 0
3600.09/3608.13	c minimum degree of deleted constraints	: null
3600.09/3608.13	c maximum degree of deleted constraints	: null
3600.09/3608.13	c number of deleted constraints	: 0
3600.09/3608.13	c speed (assignments/second)	: 337922.0802114492
3600.09/3608.13	c non guided choices	: 161
3600.09/3608.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 198586
3600.09/3608.19	s UNKNOWN
3600.09/3608.19	c Total wall clock time (in seconds): 3608.059

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514455-1751227420/watcher-4514455-1751227420 -o /tmp/evaluation-result-4514455-1751227420/solver-4514455-1751227420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514455-1751227420 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514455-1751227420.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=32138, runsolver pid=32135
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.21 4.13 4.10 5/341 32156
/proc/meminfo: memFree=120388840/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18930384 memory=57932 CPUtime=0.12 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 6589 0 0 0 10 2 0 0 20 0 18 0 38420610 19384713216 14483 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4732596 14483 5348 1 0 547623 0
[pid=32138/tid=32140] ppid=32135 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 5091 0 0 0 6 1 0 0 20 0 18 0 38420611 19384713216 14483 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38420613 19384713216 14483 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=18930384 memory=59585004333716 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38420614 19384713216 14483 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57932 KiB

[startup+0.206228 s]*
/proc/loadavg: 4.21 4.13 4.10 7/341 32156
/proc/meminfo: memFree=120378632/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18930384 memory=70172 CPUtime=0.33 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 7040 0 0 0 30 3 0 0 20 0 18 0 38420610 19384713216 17543 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4732596 17543 5412 1 0 547927 0
[pid=32138/tid=32140] ppid=32135 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 5302 0 0 0 16 2 0 0 20 0 18 0 38420611 19384713216 17543 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=18930384 memory=2569 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38420613 19384713216 17543 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38420614 19384713216 17543 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70172 KiB

[startup+0.306226 s]*
/proc/loadavg: 4.21 4.13 4.10 8/342 32157
/proc/meminfo: memFree=120371188/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18996948 memory=86216 CPUtime=0.51 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 8952 0 0 0 48 3 0 0 20 0 19 0 38420610 19452874752 21554 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4749237 21554 5412 1 0 549568 0
[pid=32138/tid=32140] ppid=32135 vsize=18996948 memory=-6000919485625231980 CPUtime=0.25 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 5364 0 0 0 23 2 0 0 20 0 19 0 38420611 19452874752 21554 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38420613 19452874752 21554 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38420614 19452874752 21554 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38420636 19452874752 21554 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86216 KiB

[startup+0.700269 s]
/proc/loadavg: 4.21 4.13 4.10 7/342 32157
/proc/meminfo: memFree=120362996/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18996948 memory=123376 CPUtime=1.27 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 11918 0 0 0 122 5 0 0 20 0 19 0 38420610 19452874752 30844 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4749237 30844 5444 1 0 551463 0
[pid=32138/tid=32140] ppid=32135 vsize=18996948 memory=17536 CPUtime=0.57 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 5382 0 0 0 54 3 0 0 20 0 19 0 38420611 19452874752 30844 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38420613 19452874752 30844 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38420614 19452874752 30844 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38420636 19452874752 30844 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123376 KiB

[startup+1.50026 s]
/proc/loadavg: 4.35 4.16 4.11 6/342 32157
/proc/meminfo: memFree=120301284/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=177948 CPUtime=2.85 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 21882 0 0 0 277 8 0 0 20 0 20 0 38420610 19521036288 44487 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 44487 5476 1 0 553815 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=10752 CPUtime=1.31 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 6408 0 0 0 127 4 0 0 20 0 20 0 38420611 19521036288 44487 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 44487 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 44487 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 44487 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177948 KiB

[startup+3.10598 s]
/proc/loadavg: 4.35 4.16 4.11 5/343 32158
/proc/meminfo: memFree=120257872/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=179868 CPUtime=5.48 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 23918 0 0 0 539 9 0 0 20 0 20 0 38420610 19521036288 44967 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 44967 5476 1 0 554164 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=10752 CPUtime=2.91 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 6778 0 0 0 286 5 0 0 20 0 20 0 38420611 19521036288 44967 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=-6000919485625231980 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 44967 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 44967 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 44967 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179868 KiB

[startup+6.30022 s]
/proc/loadavg: 4.32 4.16 4.11 5/343 32158
/proc/meminfo: memFree=120237696/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=188808 CPUtime=8.75 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 27988 0 0 0 864 11 0 0 20 0 20 0 38420610 19521036288 47202 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 47202 5476 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 7274 0 0 0 601 6 0 0 20 0 20 0 38420611 19521036288 47202 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 47202 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 47202 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=177948 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 47202 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188808 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.16 4.11 5/343 32158
/proc/meminfo: memFree=120073616/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=346712 CPUtime=15.19 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 32916 0 0 0 1503 16 0 0 20 0 20 0 38420610 19521036288 86678 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 86678 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=177948 CPUtime=12.44 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 8224 0 0 0 1234 10 0 0 20 0 20 0 38420611 19521036288 86678 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 86678 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=291416 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 86678 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 86678 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 346712 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.15 4.10 5/343 32158
/proc/meminfo: memFree=119424528/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=889300 CPUtime=28.19 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 38822 0 0 0 2789 30 0 0 20 0 20 0 38420610 19521036288 222325 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 222325 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=10752 CPUtime=25.2 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 9668 0 0 0 2496 24 0 0 20 0 20 0 38420611 19521036288 222325 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=291416 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 222325 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 222325 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 222325 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 889300 KiB

[startup+51.1061 s]
/proc/loadavg: 4.27 4.17 4.11 5/343 32159
/proc/meminfo: memFree=118989636/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1221076 CPUtime=53.7 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 39115 0 0 0 5328 42 0 0 20 0 20 0 38420610 19521036288 305269 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 305269 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1206740 CPUtime=50.67 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 9843 0 0 0 5032 35 0 0 20 0 20 0 38420611 19521036288 305269 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0

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

/proc/meminfo: memFree=79062404/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1764976 CPUtime=3274.94 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 76253 0 0 0 326949 545 0 0 20 0 20 0 38420610 19521036288 441244 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 441244 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1764976 CPUtime=3267.16 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 31060 0 0 0 326259 457 0 0 20 0 20 0 38420611 19521036288 441244 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1764976 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 441244 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=1764976 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1543 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 441244 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=1764976 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 441244 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3274.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1764976 KiB

[startup+3342.3 s]
/proc/loadavg: 3.19 3.20 3.35 4/321 33098
/proc/meminfo: memFree=78065916/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3334.85 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 77192 0 0 0 332932 553 0 0 20 0 20 0 38420610 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 451488 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3326.91 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 31675 0 0 0 332229 462 0 0 20 0 20 0 38420611 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1638 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=1805952 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3334.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1805952 KiB

[startup+3402.3 s]
/proc/loadavg: 3.21 3.21 3.35 4/321 33100
/proc/meminfo: memFree=77042496/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3394.74 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 77405 0 0 0 338914 560 0 0 20 0 20 0 38420610 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 451488 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3386.68 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 31711 0 0 0 338199 469 0 0 20 0 20 0 38420611 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1805952 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=1805952 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3394.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1805952 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.18 3.33 4/321 33113
/proc/meminfo: memFree=76051688/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3454.58 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 77436 0 0 0 344891 567 0 0 20 0 20 0 38420610 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 451488 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1805952 CPUtime=3446.49 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 31720 0 0 0 344175 474 0 0 20 0 20 0 38420611 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1805952 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 451488 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3454.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1805952 KiB

[startup+3522.3 s]
/proc/loadavg: 3.16 3.18 3.32 4/321 33116
/proc/meminfo: memFree=75096488/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1820296 CPUtime=3514.49 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 77606 0 0 0 350874 575 0 0 20 0 20 0 38420610 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 455074 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1820296 CPUtime=3506.27 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 31852 0 0 0 350146 481 0 0 20 0 20 0 38420611 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=1820296 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3514.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1820296 KiB

[startup+3582.3 s]
/proc/loadavg: 3.20 3.19 3.31 4/321 33118
/proc/meminfo: memFree=74138500/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1820296 CPUtime=3574.31 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 78288 0 0 0 356849 582 0 0 20 0 20 0 38420610 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 455074 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1820296 CPUtime=3566.07 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 32494 0 0 0 356120 487 0 0 20 0 20 0 38420611 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1820296 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1641 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 455074 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3574.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1820296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 3.28 3.21 3.31 4/320 33118
/proc/meminfo: memFree=73712888/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1840792 CPUtime=3600.09 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 78940 0 0 0 359423 586 0 0 20 0 20 0 38420610 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 460198 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1840792 CPUtime=3591.73 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 32840 0 0 0 358683 490 0 0 20 0 20 0 38420611 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1820296 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1688 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=-6000919485625231980 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1840792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.35 s, system=5.87898 s

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

[startup+3608.11 s]
/proc/loadavg: 3.28 3.21 3.31 4/320 33118
/proc/meminfo: memFree=73712888/131250000 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1840792 CPUtime=3600.09 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 30647 0 -1 4194304 78940 0 0 0 359423 586 0 0 20 0 20 0 38420610 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
/proc/32138/statm: 4765878 460198 5508 1 0 554166 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1840792 CPUtime=3591.73 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 30647 0 -1 4194368 32840 0 0 0 358683 490 0 0 20 0 20 0 38420611 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=1820296 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38420613 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 30647 0 -1 4194368 1688 0 0 0 0 0 0 0 20 0 20 0 38420614 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=-6000919485625231980 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38420636 19521036288 460198 18446744073709551615 94887382745088 94887382748784 140733364491184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94887382756600 94887382757392 94887385927680 140733364496688 140733364496870 140733364496870 140733364502472 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1840792 KiB

Child status: 143

Real time (s): 3608.2
CPU time (s): 3600.23
CPU user time (s): 3594.35
CPU system time (s): 5.87898
CPU usage (%): 99.7792
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1840792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.35
system time used= 5.87898
maximum resident set size= 1841688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3279936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104807
involuntary context switches= 10823


# summary of solver processes directly reported to runsolver:
#   pid: 32138
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.35
#   total CPU system time (s): 5.87898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.074 second user time and 16.5664 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 22:03:40
IDJOB=4514455
IDBENCH=162693
IDSOLVER=3364
FILE ID=nodeC026/4514455-1751227420
RUNJOBID= nodeC026-1751218367-30657
SLURM_JOB_ID= 9587668
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514455-1751227420/watcher-4514455-1751227420 -o /tmp/evaluation-result-4514455-1751227420/solver-4514455-1751227420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514455-1751227420 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514455-1751227420.opb

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1527076713

nodeC026 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.789
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.59
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.777
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.59
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.022
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.59
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		: 3684.893
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.59
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.809
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.59
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.791
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.59
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.750
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.59
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		: 3700.000
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120430388 kB
MemAvailable:   124940656 kB
Buffers:            3280 kB
Cached:          5308896 kB
SwapCached:            0 kB
Active:          5165200 kB
Inactive:        5051532 kB
Active(anon):    4922720 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  5051532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35704 kB
Writeback:             4 kB
AnonPages:       4907732 kB
Mapped:           122900 kB
Shmem:             18080 kB
KReclaimable:     110992 kB
Slab:             199424 kB
SReclaimable:     110992 kB
SUnreclaim:        88432 kB
KernelStack:        5216 kB
PageTables:        13216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7051248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4712448 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-29 23:03:48