Trace number 4514454

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 2025-06-06? (TO) 3600.24 3604.59

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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4514454-1751228102.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.32/0.27	c ... done. Wall clock time 0.122s.
0.32/0.27	c declared #vars     1722
0.32/0.27	c #constraints  8250
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3320
0.32/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.32/0.27	c org.sat4j.specs.Constr$1 => 4
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4920
0.32/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.32/0.27	c 8250 constraints processed.
1.86/1.02	c cleaning 2492 clauses out of 5002 with flag 24385/5002
2.52/1.58	c cleaning 4251 clauses out of 8509 with flag 56155/11001
3.10/2.08	c cleaning 5626 clauses out of 11260 with flag 87084/18003
3.89/2.76	c cleaning 6814 clauses out of 13631 with flag 134655/26000
4.59/3.42	c cleaning 7908 clauses out of 15818 with flag 174508/35001
5.29/4.17	c cleaning 8951 clauses out of 17909 with flag 225102/45000
6.25/5.05	c cleaning 9972 clauses out of 19958 with flag 286542/56000
7.14/5.99	c cleaning 10990 clauses out of 21988 with flag 351453/68002
8.35/7.16	c cleaning 11995 clauses out of 23997 with flag 431483/81001
9.55/8.38	c cleaning 12991 clauses out of 26003 with flag 512043/95002
10.95/9.77	c cleaning 14004 clauses out of 28010 with flag 602005/110000
12.45/11.27	c cleaning 14998 clauses out of 30006 with flag 701991/126000
14.29/13.01	c cleaning 16002 clauses out of 32009 with flag 817794/143001
16.00/14.76	c cleaning 16999 clauses out of 34008 with flag 934678/161002
17.89/16.65	c cleaning 17998 clauses out of 36007 with flag 1055873/180000
20.09/18.89	c cleaning 18999 clauses out of 38013 with flag 1190917/200004
22.49/21.20	c cleaning 20002 clauses out of 40012 with flag 1316192/221002
25.17/23.78	c cleaning 21002 clauses out of 42009 with flag 1462259/243001
27.96/26.51	c cleaning 22003 clauses out of 44008 with flag 1619125/266002
30.78/29.33	c cleaning 22994 clauses out of 46003 with flag 1784112/290000
33.98/32.52	c cleaning 24000 clauses out of 48010 with flag 1956427/315001
37.17/35.73	c cleaning 24998 clauses out of 50011 with flag 2107924/341002
39.96/38.59	c cleaning 26001 clauses out of 52013 with flag 2252432/368002
43.25/41.80	c cleaning 27001 clauses out of 54011 with flag 2421684/396001
46.55/45.14	c cleaning 27999 clauses out of 56010 with flag 2590837/425001
50.14/48.76	c cleaning 29000 clauses out of 58013 with flag 2774410/455003
54.03/52.61	c cleaning 30001 clauses out of 60010 with flag 2979497/486000
58.22/56.82	c cleaning 31002 clauses out of 62011 with flag 3202303/518002
62.44/61.08	c cleaning 31994 clauses out of 64008 with flag 3388588/551001
67.24/65.88	c cleaning 33001 clauses out of 66014 with flag 3575774/585001
72.13/70.72	c cleaning 33999 clauses out of 68012 with flag 3773647/620000
77.52/76.11	c cleaning 35001 clauses out of 70015 with flag 4002064/656002
83.20/81.81	c cleaning 36005 clauses out of 72013 with flag 4239079/693001
89.19/87.84	c cleaning 37000 clauses out of 74008 with flag 4491942/731001
94.98/93.60	c cleaning 37994 clauses out of 76007 with flag 4745156/770000
101.37/100.10	c cleaning 39000 clauses out of 78014 with flag 5026281/810001
107.86/106.58	c cleaning 39999 clauses out of 80014 with flag 5293094/851001
115.17/113.82	c cleaning 41000 clauses out of 82014 with flag 5577509/893000
123.05/121.77	c cleaning 41996 clauses out of 84014 with flag 5889071/936000
129.94/128.69	c cleaning 43002 clauses out of 86018 with flag 6182569/980000
138.33/137.02	c cleaning 43999 clauses out of 88017 with flag 6474801/1025001
147.70/146.42	c cleaning 44996 clauses out of 90017 with flag 6813177/1071000
156.79/155.59	c cleaning 46002 clauses out of 92021 with flag 7161961/1118000
166.76/165.56	c cleaning 47003 clauses out of 94020 with flag 7537359/1166001
175.68/174.46	c cleaning 47997 clauses out of 96016 with flag 7901554/1215000
186.37/185.12	c cleaning 49000 clauses out of 98019 with flag 8314815/1265000
197.63/196.47	c cleaning 50003 clauses out of 100019 with flag 8743737/1316000
209.21/208.09	c cleaning 51000 clauses out of 102016 with flag 9124610/1368000
220.19/219.08	c cleaning 51997 clauses out of 104016 with flag 9504013/1421000
232.35/231.23	c cleaning 53003 clauses out of 106020 with flag 9900507/1475001
245.27/244.11	c cleaning 54002 clauses out of 108016 with flag 10311040/1530000
258.24/257.11	c cleaning 54999 clauses out of 110014 with flag 10713539/1586000
272.51/271.40	c cleaning 55997 clauses out of 112015 with flag 11151145/1643000
286.19/285.17	c cleaning 56995 clauses out of 114018 with flag 11547772/1701000
299.65/298.64	c cleaning 57999 clauses out of 116023 with flag 11952117/1760000
316.22/315.23	c cleaning 59002 clauses out of 118024 with flag 12426110/1820000
331.14/330.15	c cleaning 59999 clauses out of 120022 with flag 12868107/1881000
345.91/344.94	c cleaning 61005 clauses out of 122023 with flag 13316690/1943000
362.58/361.64	c cleaning 62001 clauses out of 124018 with flag 13791659/2006000
382.33/381.49	c cleaning 63001 clauses out of 126017 with flag 14323053/2070000
399.01/398.17	c cleaning 64003 clauses out of 128016 with flag 14798768/2135000
417.52/416.62	c cleaning 65000 clauses out of 130013 with flag 15275270/2201000
435.68/434.85	c cleaning 65996 clauses out of 132016 with flag 15772571/2268003
455.24/454.41	c cleaning 66997 clauses out of 134017 with flag 16283569/2336000
474.91/474.12	c cleaning 68004 clauses out of 136023 with flag 16777767/2405003
493.16/492.48	c cleaning 69001 clauses out of 138016 with flag 17250587/2475000
514.96/514.28	c cleaning 70001 clauses out of 140017 with flag 17782560/2546002
535.52/534.86	c cleaning 70995 clauses out of 142014 with flag 18307990/2618000
558.69/558.10	c cleaning 72002 clauses out of 144019 with flag 18848535/2691000
581.43/580.81	c cleaning 72997 clauses out of 146018 with flag 19444258/2765001
604.49/603.94	c cleaning 74002 clauses out of 148020 with flag 20031793/2840000
628.60/628.02	c cleaning 75004 clauses out of 150019 with flag 20658728/2916001
653.24/652.77	c cleaning 75991 clauses out of 152015 with flag 21212154/2993001
675.79/675.36	c cleaning 77001 clauses out of 154024 with flag 21723935/3071001
701.65/701.28	c cleaning 78002 clauses out of 156022 with flag 22269453/3150000
725.84/725.47	c cleaning 79001 clauses out of 158021 with flag 22820967/3230001
751.59/751.25	c cleaning 79998 clauses out of 160020 with flag 23385881/3311001
775.84/775.52	c cleaning 81004 clauses out of 162023 with flag 23911952/3393002
799.20/798.99	c cleaning 82001 clauses out of 164017 with flag 24506852/3476000
824.48/824.29	c cleaning 83000 clauses out of 166016 with flag 25121883/3560000
846.44/846.25	c cleaning 83999 clauses out of 168017 with flag 25653423/3645001
868.49/868.35	c cleaning 84997 clauses out of 170018 with flag 26196107/3731001
894.84/894.73	c cleaning 85998 clauses out of 172020 with flag 26812774/3818000
921.02/920.98	c cleaning 87005 clauses out of 174024 with flag 27418140/3906002
948.35/948.39	c cleaning 88002 clauses out of 176017 with flag 28081791/3995000
975.89/975.98	c cleaning 89001 clauses out of 178017 with flag 28741774/4085002
1004.56/1004.68	c cleaning 90001 clauses out of 180015 with flag 29389081/4176001
1031.31/1031.48	c cleaning 90996 clauses out of 182013 with flag 30037241/4268000
1060.84/1061.02	c cleaning 92000 clauses out of 184018 with flag 30729092/4361001
1092.17/1092.42	c cleaning 93001 clauses out of 186018 with flag 31452529/4455001
1126.09/1126.42	c cleaning 93996 clauses out of 188018 with flag 32235829/4550002
1161.57/1161.95	c cleaning 94999 clauses out of 190020 with flag 33093136/4646000
1198.60/1199.08	c cleaning 96002 clauses out of 192022 with flag 33917499/4743001
1232.72/1233.28	c cleaning 97000 clauses out of 194019 with flag 34672924/4841000
1268.46/1269.03	c cleaning 98004 clauses out of 196019 with flag 35404332/4940000
1310.33/1310.94	c cleaning 98997 clauses out of 198015 with flag 36200669/5040000
1348.86/1349.55	c cleaning 99996 clauses out of 200018 with flag 36995273/5141000
1390.48/1391.29	c cleaning 101001 clauses out of 202023 with flag 37831212/5243001
1431.99/1432.81	c cleaning 101999 clauses out of 204022 with flag 38641556/5346001
1471.62/1472.50	c cleaning 103002 clauses out of 206022 with flag 39439694/5450000
1513.21/1514.19	c cleaning 103999 clauses out of 208020 with flag 40294067/5555000
1558.50/1559.59	c cleaning 105002 clauses out of 210022 with flag 41196574/5661001
1598.83/1599.95	c cleaning 106002 clauses out of 212019 with flag 42015597/5768000
1644.14/1645.39	c cleaning 107000 clauses out of 214017 with flag 42854315/5876000
1687.15/1688.47	c cleaning 107998 clauses out of 216018 with flag 43724035/5985001
1736.30/1737.66	c cleaning 108999 clauses out of 218020 with flag 44676987/6095001
1787.40/1788.84	c cleaning 110001 clauses out of 220020 with flag 45602537/6206000
1826.23/1827.75	c cleaning 111004 clauses out of 222020 with flag 46427858/6318001
1865.26/1866.84	c cleaning 112002 clauses out of 224018 with flag 47280834/6431003
1904.80/1906.48	c cleaning 112997 clauses out of 226013 with flag 48187980/6545000
1948.12/1949.83	c cleaning 114000 clauses out of 228016 with flag 49097524/6660000
1991.15/1992.97	c cleaning 114996 clauses out of 230016 with flag 50018342/6776000
2038.37/2040.29	c cleaning 115999 clauses out of 232020 with flag 51000567/6893000
2093.47/2095.43	c cleaning 117005 clauses out of 234022 with flag 52021575/7011001
2135.79/2137.80	c cleaning 118000 clauses out of 236016 with flag 52899862/7130000
2183.02/2185.19	c cleaning 118994 clauses out of 238016 with flag 53916707/7250000
2235.43/2237.61	c cleaning 119999 clauses out of 240022 with flag 54961771/7371000
2287.54/2289.81	c cleaning 121006 clauses out of 242025 with flag 56005465/7493002
2339.85/2342.26	c cleaning 121997 clauses out of 244017 with flag 57067495/7616000
2386.47/2388.90	c cleaning 123002 clauses out of 246020 with flag 57994475/7740000
2429.89/2432.48	c cleaning 123998 clauses out of 248019 with flag 58869836/7865001
2482.31/2484.99	c cleaning 125001 clauses out of 250020 with flag 59844497/7991000
2533.45/2536.08	c cleaning 125999 clauses out of 252020 with flag 60846023/8118001
2580.76/2583.44	c cleaning 127005 clauses out of 254022 with flag 61726878/8246002
2633.28/2636.03	c cleaning 127997 clauses out of 256016 with flag 62703903/8375001
2684.60/2687.43	c cleaning 128994 clauses out of 258018 with flag 63796041/8505000
2741.00/2743.96	c cleaning 130000 clauses out of 260025 with flag 64969934/8636001
2795.20/2798.27	c cleaning 131009 clauses out of 262029 with flag 66084430/8768005
2852.40/2855.54	c cleaning 131999 clauses out of 264017 with flag 67222147/8901002
2907.91/2911.03	c cleaning 133004 clauses out of 266019 with flag 68384409/9035003
2966.09/2969.33	c cleaning 133995 clauses out of 268013 with flag 69612052/9170001
3023.16/3026.56	c cleaning 135002 clauses out of 270017 with flag 70685865/9306000
3081.93/3085.42	c cleaning 135999 clauses out of 272017 with flag 71740455/9443002
3146.18/3149.84	c cleaning 136995 clauses out of 274016 with flag 72888574/9581000
3210.12/3213.92	c cleaning 138006 clauses out of 276023 with flag 74080518/9720002
3271.28/3275.28	c cleaning 138999 clauses out of 278015 with flag 75153987/9860000
3335.44/3339.42	c cleaning 140001 clauses out of 280017 with flag 76200698/10001001
3396.94/3401.07	c cleaning 140999 clauses out of 282015 with flag 77349332/10143000
3460.63/3464.89	c cleaning 141994 clauses out of 284016 with flag 78507029/10286000
3526.61/3530.91	c cleaning 143005 clauses out of 286025 with flag 79713860/10430003
3588.01/3592.48	c cleaning 144006 clauses out of 288017 with flag 80904713/10575000
3600.09/3604.51	c timeout
3600.09/3604.51	c starts		: 161
3600.09/3604.52	c conflicts		: 10612512
3600.09/3604.52	c decisions		: 11884018
3600.09/3604.52	c propagations		: 1232745248
3600.09/3604.52	c inspects		: 50964138097
3600.09/3604.52	c shortcuts		: 0
3600.09/3604.52	c learnt literals	: 0
3600.09/3604.52	c learnt binary clauses	: 0
3600.09/3604.52	c learnt ternary clauses	: 8
3600.09/3604.52	c learnt constraints	: 10612512
3600.09/3604.52	c ignored constraints	: 0
3600.09/3604.52	c root simplifications	: 0
3600.09/3604.52	c removed literals (reason simplification)	: 117767745
3600.09/3604.52	c reason swapping (by a shorter reason)	: 0
3600.09/3604.52	c Calls to reduceDB	: 141
3600.09/3604.52	c Number of update (reduction) of LBD	: 1913094
3600.09/3604.52	c Imported unit clauses	: 0
3600.09/3604.52	c No decision after first conflict	: false
3600.09/3604.52	c number of reductions to clauses (during analyze)	: 0
3600.09/3604.52	c number of learned constraints concerned by reduction	: 0
3600.09/3604.52	c number of learning phase by resolution	: 0
3600.09/3604.52	c number of learning phase by cutting planes	: 0
3600.09/3604.52	c number of rounding to 1 operations	: 0
3600.09/3604.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3604.52	c number of reductions of the coefficients by power 2 	: 0
3600.09/3604.52	c number of right shift for reduction by power 2 	: 0
3600.09/3604.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3604.52	c number of ending skipping 	: 0
3600.09/3604.52	c number of internal skipping 	: 0
3600.09/3604.52	c number of derivation steps 	: 0
3600.09/3604.52	c number of skipped derivation steps 	: 0
3600.09/3604.52	c number of remaining unassigned 	: 0
3600.09/3604.52	c number of remaining assigned 	: 0
3600.09/3604.52	c number of falsified literals weakened from reason	: 0
3600.09/3604.52	c number of falsified literals weakened from conflict	: 0
3600.09/3604.52	c time for arithmetic operations	: 0
3600.09/3604.52	c minimum degree of deleted constraints	: null
3600.09/3604.52	c maximum degree of deleted constraints	: null
3600.09/3604.52	c number of deleted constraints	: 0
3600.09/3604.52	c speed (assignments/second)	: 342025.5503989874
3600.09/3604.52	c non guided choices	: 161
3600.09/3604.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 181523
3600.09/3604.58	s UNKNOWN
3600.09/3604.58	c Total wall clock time (in seconds): 3604.443

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514454-1751228102/watcher-4514454-1751228102 -o /tmp/evaluation-result-4514454-1751228102/solver-4514454-1751228102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28441 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514454-1751228102.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=29802, runsolver pid=29799
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.08 4.10 4.10 6/336 29820
/proc/meminfo: memFree=125488324/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18930384 memory=55624 CPUtime=0.12 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 6537 0 0 0 10 2 0 0 20 0 18 0 38487982 19384713216 13906 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4732596 13906 5330 1 0 547596 0
[pid=29802/tid=29804] ppid=29799 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) S 29799 29802 28429 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 38487983 19384713216 13906 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38487986 19384713216 13906 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38487986 19384713216 13906 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.205771 s]*
/proc/loadavg: 4.08 4.10 4.10 7/336 29820
/proc/meminfo: memFree=125479376/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18930384 memory=66164 CPUtime=0.32 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 7009 0 0 0 29 3 0 0 20 0 18 0 38487982 19384713216 16541 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4732596 16541 5458 1 0 547912 0
[pid=29802/tid=29804] ppid=29799 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 5274 0 0 0 16 2 0 0 20 0 18 0 38487983 19384713216 16541 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18930384 memory=16880 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38487986 19384713216 16541 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38487986 19384713216 16541 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66164 KiB

[startup+0.305682 s]*
/proc/loadavg: 4.08 4.10 4.10 7/337 29821
/proc/meminfo: memFree=125464316/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=85224 CPUtime=0.5 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 8664 0 0 0 47 3 0 0 20 0 19 0 38487982 19452874752 21306 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 21306 5458 1 0 549296 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=-6000919468344304493 CPUtime=0.25 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 5329 0 0 0 23 2 0 0 20 0 19 0 38487983 19452874752 21306 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 21306 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 21306 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 21306 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85224 KiB

[startup+0.70025 s]
/proc/loadavg: 4.08 4.10 4.10 6/337 29821
/proc/meminfo: memFree=125458268/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=94472 CPUtime=1.26 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 11452 0 0 0 122 4 0 0 20 0 19 0 38487982 19452874752 23618 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 23618 5458 1 0 551508 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=17408 CPUtime=0.61 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 5351 0 0 0 59 2 0 0 20 0 19 0 38487983 19452874752 23618 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 23618 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 23618 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 23618 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94472 KiB

[startup+1.50024 s]
/proc/loadavg: 4.08 4.10 4.10 6/337 29821
/proc/meminfo: memFree=125448628/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=102292 CPUtime=2.52 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 13376 0 0 0 247 5 0 0 20 0 19 0 38487982 19452874752 25573 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 25573 5458 1 0 551797 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=10752 CPUtime=1.39 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 5511 0 0 0 137 2 0 0 20 0 19 0 38487983 19452874752 25573 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 25573 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 25573 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 25573 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102292 KiB

[startup+3.10556 s]
/proc/loadavg: 4.07 4.10 4.10 5/337 29822
/proc/meminfo: memFree=125440944/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=110612 CPUtime=4.3 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 16275 0 0 0 425 5 0 0 20 0 19 0 38487982 19452874752 27653 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 27653 5458 1 0 551799 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=10752 CPUtime=2.99 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 5969 0 0 0 297 2 0 0 20 0 19 0 38487983 19452874752 27653 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=-6000919468344304493 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 27653 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 27653 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 27653 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110612 KiB

[startup+6.30022 s]
/proc/loadavg: 4.07 4.10 4.10 5/337 29822
/proc/meminfo: memFree=125428908/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=118120 CPUtime=7.54 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 16481 0 0 0 749 5 0 0 20 0 19 0 38487982 19452874752 29530 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 29530 5458 1 0 551799 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=0 CPUtime=6.19 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 6039 0 0 0 616 3 0 0 20 0 19 0 38487983 19452874752 29530 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 29530 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 29530 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=102292 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 29530 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118120 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.10 4.10 5/337 29822
/proc/meminfo: memFree=125412856/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=18996948 memory=136680 CPUtime=13.98 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 19945 0 0 0 1391 7 0 0 20 0 19 0 38487982 19452874752 34170 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4749237 34170 5490 1 0 551799 0
[pid=29802/tid=29804] ppid=29799 vsize=18996948 memory=102292 CPUtime=12.56 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 7004 0 0 0 1253 3 0 0 20 0 19 0 38487983 19452874752 34170 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 34170 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=18996948 memory=134632 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38487986 19452874752 34170 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38488010 19452874752 34170 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136680 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.10 5/338 29823
/proc/meminfo: memFree=125369068/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=174912 CPUtime=26.97 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 25146 0 0 0 2688 9 0 0 20 0 20 0 38487982 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 43728 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=10752 CPUtime=25.32 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 7612 0 0 0 2528 4 0 0 20 0 20 0 38487983 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=134632 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 26.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174912 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.10 4.09 5/338 29823
/proc/meminfo: memFree=125219916/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=174912 CPUtime=52.54 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 25224 0 0 0 5245 9 0 0 20 0 20 0 38487982 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 43728 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=174912 CPUtime=50.87 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 7618 0 0 0 5083 4 0 0 20 0 20 0 38487983 19521036288 43728 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0

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

/proc/meminfo: memFree=111818072/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1444524 CPUtime=3278.37 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 43126 0 0 0 327722 115 0 0 20 0 20 0 38487982 19521036288 361131 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 361131 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1444524 CPUtime=3273.66 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 17540 0 0 0 327352 14 0 0 20 0 20 0 38487983 19521036288 361131 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1444524 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 361131 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=1444524 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 575 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 361131 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=1444524 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 361131 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3278.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1444524 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.14 3.32 4/314 30807
/proc/meminfo: memFree=111752404/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3338.33 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 43608 0 0 0 333716 117 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3333.45 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 17713 0 0 0 333331 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 594 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3338.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

[startup+3402.3 s]
/proc/loadavg: 3.05 3.11 3.29 4/314 30809
/proc/meminfo: memFree=111752316/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3398.24 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 43656 0 0 0 339704 120 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3393.32 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 17755 0 0 0 339318 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 594 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3398.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

[startup+3462.3 s]
/proc/loadavg: 3.20 3.15 3.29 4/314 30815
/proc/meminfo: memFree=111687140/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3458.13 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 43698 0 0 0 345692 121 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3453.2 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 17792 0 0 0 345306 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 594 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3458.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.14 3.28 4/312 30817
/proc/meminfo: memFree=111687504/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3518.03 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 44240 0 0 0 351681 122 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3513.07 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 18308 0 0 0 351293 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 594 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3518.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

[startup+3582.3 s]
/proc/loadavg: 3.09 3.13 3.26 4/312 30819
/proc/meminfo: memFree=111687656/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3577.92 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 44623 0 0 0 357669 123 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3572.94 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 18676 0 0 0 357280 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=-6000919468344304493 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3577.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 3.06 3.11 3.26 4/312 30819
/proc/meminfo: memFree=111687916/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3600.09 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 44933 0 0 0 359885 124 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3595.1 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 18936 0 0 0 359496 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.99 s, system=1.25003 s

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

[startup+3604.5 s]
/proc/loadavg: 3.06 3.11 3.26 4/312 30819
/proc/meminfo: memFree=111687916/131249996 swapFree=33010684/33010684
[pid=29802] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3600.09 cores=1,3
/proc/29802/stat : 29802 (java) S 29799 29802 28429 0 -1 4194304 44933 0 0 0 359885 124 0 0 20 0 20 0 38487982 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
/proc/29802/statm: 4765878 378029 5522 1 0 552088 0
[pid=29802/tid=29804] ppid=29799 vsize=19063512 memory=1512116 CPUtime=3595.1 cores=1,3
/proc/29802/task/29804/stat : 29804 (java) R 29799 29802 28429 0 -1 4194368 18936 0 0 0 359496 14 0 0 20 0 20 0 38487983 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29813] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29813/stat : 29813 (Finalizer) S 29799 29802 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29820] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29820/stat : 29820 (Common-Cleaner) S 29799 29802 28429 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 20 0 38487986 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
[pid=29802/tid=29821] ppid=29799 vsize=19063512 memory=1512116 CPUtime=0 cores=1,3
/proc/29802/task/29821/stat : 29821 (Timer-0) S 29799 29802 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38488010 19521036288 378029 18446744073709551615 94183102705664 94183102709360 140733636530208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94183102717176 94183102717968 94183107796992 140733636536705 140733636536806 140733636536806 140733636542408 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512116 KiB

Child status: 143

Real time (s): 3604.59
CPU time (s): 3600.24
CPU user time (s): 3598.99
CPU system time (s): 1.25003
CPU usage (%): 99.8791
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1512116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.99
system time used= 1.25003
maximum resident set size= 1513012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103581
involuntary context switches= 2451


# summary of solver processes directly reported to runsolver:
#   pid: 29802
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.99
#   total CPU system time (s): 1.25003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68014 second user time and 16.8749 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 22:15:02
IDJOB=4514454
IDBENCH=162693
IDSOLVER=3363
FILE ID=nodeC022/4514454-1751228102
RUNJOBID= nodeC022-1751219267-28441
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514454-1751228102/watcher-4514454-1751228102 -o /tmp/evaluation-result-4514454-1751228102/solver-4514454-1751228102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28441 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514454-1751228102.opb

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1737915384

nodeC022 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.689
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.44
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.653
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125508360 kB
MemAvailable:   126169112 kB
Buffers:            3280 kB
Cached:          1465264 kB
SwapCached:            0 kB
Active:          3929816 kB
Inactive:        1216904 kB
Active(anon):    3696236 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1216904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               980 kB
Writeback:             0 kB
AnonPages:       3681256 kB
Mapped:           122180 kB
Shmem:             18060 kB
KReclaimable:      98612 kB
Slab:             185864 kB
SReclaimable:      98612 kB
SUnreclaim:        87252 kB
KernelStack:        5184 kB
PageTables:        10792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7051624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3483648 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 23:15:07