Trace number 4516111

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.24 3488.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v4/normalized-grid8_60.opb
MD5SUMfd6b1ecb07027f6f8fc295ea289e4759
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014089
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints961
Number of constraints which are clauses960
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint480
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 239
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version PB25.v20250606
0.07/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.12	c java.vm.version	22.0.1+8-16
0.07/0.12	c java.vm.vendor	Oracle Corporation
0.07/0.12	c sun.arch.data.model	64
0.07/0.12	c java.version		22.0.1
0.07/0.12	c os.name		Linux
0.07/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.12	c os.arch		amd64
0.07/0.12	c Free memory 		2104792832
0.07/0.12	c Max memory 		16282288128
0.07/0.12	c Total memory 		2113929216
0.07/0.13	c Number of processors 	2
0.07/0.16	c Pseudo Boolean Optimization by upper bound
0.07/0.16	c --- Begin Solver configuration ---
0.07/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.07/0.16	c Learn all clauses as in MiniSAT
0.07/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.16	c Expensive reason simplification
0.07/0.16	c Glucose 2.1 dynamic restart strategy
0.07/0.16	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.07/0.16	c timeout=2147483s
0.07/0.16	c DB Simplification allowed=false
0.07/0.16	c Listener: none
0.07/0.16	c --- End Solver configuration ---
0.07/0.16	c solving HOME/instance-4516111-1751237512.opb
0.07/0.16	c reading problem ... 
0.07/0.16	c using VERIPB proof format
0.07/0.17	c  no objective function found
0.26/0.21	c ... done. Wall clock time 0.049s.
0.26/0.21	c declared #vars     480
0.26/0.21	c #constraints  961
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 960
0.26/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.26/0.21	c 961 constraints processed.
2.20/1.22	c cleaning 2501 clauses out of 5001 with flag 10633/5001
3.40/1.89	c cleaning 4250 clauses out of 8500 with flag 23452/11001
4.38/2.55	c cleaning 5626 clauses out of 11251 with flag 38340/18002
5.32/3.38	c cleaning 6807 clauses out of 13623 with flag 55383/26000
6.44/4.31	c cleaning 7908 clauses out of 15816 with flag 74639/35000
7.51/5.36	c cleaning 8955 clauses out of 17909 with flag 96000/45001
8.81/6.56	c cleaning 9977 clauses out of 19953 with flag 119403/56000
10.24/7.95	c cleaning 10987 clauses out of 21976 with flag 144913/68000
12.10/9.60	c cleaning 11991 clauses out of 23990 with flag 172559/81001
13.78/11.26	c cleaning 13001 clauses out of 26001 with flag 202408/95003
15.68/13.09	c cleaning 13999 clauses out of 27998 with flag 234346/110001
17.79/15.03	c cleaning 15000 clauses out of 29999 with flag 268446/126001
20.31/17.40	c cleaning 15998 clauses out of 31999 with flag 304718/143001
22.60/19.65	c cleaning 16999 clauses out of 34001 with flag 342969/161001
25.00/22.04	c cleaning 17997 clauses out of 36002 with flag 383144/180001
27.88/24.82	c cleaning 18999 clauses out of 38005 with flag 425681/200001
31.19/28.09	c cleaning 19999 clauses out of 40005 with flag 470299/221000
34.31/31.09	c cleaning 21003 clauses out of 42006 with flag 516930/243000
37.92/34.54	c cleaning 21999 clauses out of 44004 with flag 565940/266001
41.61/38.27	c cleaning 23003 clauses out of 46006 with flag 617047/290002
45.75/42.21	c cleaning 24000 clauses out of 48003 with flag 670339/315002
49.69/46.01	c cleaning 24999 clauses out of 50002 with flag 725722/341001
53.68/50.07	c cleaning 26002 clauses out of 52003 with flag 783293/368001
58.52/54.73	c cleaning 26999 clauses out of 54002 with flag 842910/396002
63.79/59.83	c cleaning 28001 clauses out of 56001 with flag 904772/425000
68.53/64.44	c cleaning 28998 clauses out of 58000 with flag 968446/455000
73.66/69.40	c cleaning 29999 clauses out of 60003 with flag 1034384/486001
79.26/74.98	c cleaning 30996 clauses out of 62004 with flag 1102508/518001
84.74/80.46	c cleaning 32005 clauses out of 64009 with flag 1172391/551002
90.82/86.47	c cleaning 32998 clauses out of 66003 with flag 1244652/585001
97.85/93.37	c cleaning 33997 clauses out of 68007 with flag 1318990/620003
104.81/100.11	c cleaning 35002 clauses out of 70007 with flag 1395284/656000
111.30/106.66	c cleaning 36000 clauses out of 72005 with flag 1473897/693000
119.28/114.25	c cleaning 36997 clauses out of 74007 with flag 1554623/731002
126.90/121.70	c cleaning 37998 clauses out of 76008 with flag 1637592/770000
134.99/129.88	c cleaning 39002 clauses out of 78010 with flag 1722830/810000
144.10/138.85	c cleaning 40005 clauses out of 80009 with flag 1810202/851001
152.85/147.45	c cleaning 41002 clauses out of 82004 with flag 1899641/893001
161.24/155.49	c cleaning 41997 clauses out of 84001 with flag 1990414/936000
169.13/163.24	c cleaning 42996 clauses out of 86004 with flag 2083565/980000
177.78/171.73	c cleaning 43997 clauses out of 88009 with flag 2179158/1025001
186.91/180.78	c cleaning 45002 clauses out of 90011 with flag 2276979/1071000
196.01/189.71	c cleaning 45999 clauses out of 92010 with flag 2376848/1118001
206.34/199.98	c cleaning 46998 clauses out of 94010 with flag 2479167/1166000
217.48/210.71	c cleaning 48002 clauses out of 96012 with flag 2583433/1215000
229.49/222.62	c cleaning 49005 clauses out of 98010 with flag 2689747/1265000
241.59/234.41	c cleaning 50001 clauses out of 100007 with flag 2797972/1316002
251.74/243.95	c cleaning 50998 clauses out of 102004 with flag 2908295/1368000
263.10/255.27	c cleaning 52000 clauses out of 104006 with flag 3021022/1421000
277.91/269.85	c cleaning 52998 clauses out of 106007 with flag 3135968/1475001
290.28/281.97	c cleaning 54003 clauses out of 108008 with flag 3252800/1530000
303.94/295.52	c cleaning 55000 clauses out of 110006 with flag 3371952/1586001
317.48/309.04	c cleaning 56003 clauses out of 112006 with flag 3493421/1643001
332.19/323.69	c cleaning 56999 clauses out of 114003 with flag 3616736/1701001
348.31/339.66	c cleaning 57994 clauses out of 116003 with flag 3742255/1760000
363.78/355.09	c cleaning 59002 clauses out of 118010 with flag 3869841/1820001
383.17/374.16	c cleaning 59999 clauses out of 120008 with flag 3999416/1881001
397.99/388.89	c cleaning 61004 clauses out of 122008 with flag 4131025/1943000
413.50/404.27	c cleaning 61999 clauses out of 124005 with flag 4264939/2006001
429.66/420.25	c cleaning 63001 clauses out of 126006 with flag 4400616/2070001
446.78/437.17	c cleaning 63995 clauses out of 128005 with flag 4538029/2135001
463.80/453.88	c cleaning 64998 clauses out of 130011 with flag 4678869/2201002
481.86/471.83	c cleaning 66001 clauses out of 132011 with flag 4820995/2268000
500.56/490.43	c cleaning 67006 clauses out of 134011 with flag 4965844/2336001
520.45/509.89	c cleaning 67993 clauses out of 136004 with flag 5112297/2405000
540.67/530.08	c cleaning 69006 clauses out of 138012 with flag 5261232/2475001
556.45/545.56	c cleaning 70003 clauses out of 140005 with flag 5412394/2546000
576.33/564.63	c cleaning 71000 clauses out of 142002 with flag 5565377/2618000
596.44/584.69	c cleaning 72001 clauses out of 144004 with flag 5720588/2691002
618.97/606.86	c cleaning 72996 clauses out of 146003 with flag 5877738/2765002
640.04/627.89	c cleaning 73999 clauses out of 148005 with flag 6037229/2840000
657.98/645.36	c cleaning 75001 clauses out of 150006 with flag 6199276/2916000
678.71/666.08	c cleaning 76002 clauses out of 152006 with flag 6363067/2993001
702.92/690.06	c cleaning 76998 clauses out of 154003 with flag 6528827/3071000
727.03/713.98	c cleaning 78002 clauses out of 156006 with flag 6697287/3150001
751.35/738.20	c cleaning 79002 clauses out of 158004 with flag 6867553/3230001
774.58/761.27	c cleaning 79999 clauses out of 160001 with flag 7039340/3311000
800.16/786.71	c cleaning 81000 clauses out of 162002 with flag 7213713/3393000
827.77/814.23	c cleaning 82000 clauses out of 164002 with flag 7390301/3476000
856.25/842.42	c cleaning 83001 clauses out of 166002 with flag 7568204/3560000
887.27/873.52	c cleaning 84001 clauses out of 168001 with flag 7748953/3645000
916.81/902.70	c cleaning 85000 clauses out of 170000 with flag 7932020/3731000
945.88/931.03	c cleaning 85990 clauses out of 172000 with flag 8116379/3818000
972.45/957.70	c cleaning 87003 clauses out of 174010 with flag 8302413/3906000
1000.64/985.78	c cleaning 87999 clauses out of 176007 with flag 8490338/3995000
1027.84/1012.86	c cleaning 88997 clauses out of 178008 with flag 8680286/4085000
1058.84/1043.58	c cleaning 90006 clauses out of 180011 with flag 8872306/4176000
1087.71/1071.77	c cleaning 90991 clauses out of 182005 with flag 9066543/4268000
1119.98/1103.91	c cleaning 92000 clauses out of 184015 with flag 9262993/4361001
1150.50/1133.69	c cleaning 93005 clauses out of 186014 with flag 9461764/4455000
1181.95/1163.54	c cleaning 94000 clauses out of 188010 with flag 9663359/4550001
1216.25/1197.00	c cleaning 95004 clauses out of 190009 with flag 9867368/4646000
1248.73/1227.83	c cleaning 96000 clauses out of 192005 with flag 10072342/4743000
1286.33/1263.89	c cleaning 97000 clauses out of 194007 with flag 10280475/4841002
1321.33/1297.91	c cleaning 97997 clauses out of 196005 with flag 10491172/4940000
1352.82/1327.67	c cleaning 99000 clauses out of 198008 with flag 10702705/5040000
1390.91/1366.41	c cleaning 99996 clauses out of 200009 with flag 10917263/5141001
1428.23/1401.95	c cleaning 101006 clauses out of 202013 with flag 11134218/5243001
1468.70/1441.49	c cleaning 102001 clauses out of 204007 with flag 11352516/5346001
1510.16/1482.34	c cleaning 103003 clauses out of 206005 with flag 11573355/5450000
1547.09/1517.47	c cleaning 104000 clauses out of 208003 with flag 11794795/5555001
1586.15/1554.31	c cleaning 104989 clauses out of 210002 with flag 12019026/5661000
1625.62/1591.82	c cleaning 106005 clauses out of 212013 with flag 12246154/5768000
1663.93/1627.98	c cleaning 107001 clauses out of 214010 with flag 12474483/5876002
1703.16/1666.34	c cleaning 108002 clauses out of 216007 with flag 12705647/5985000
1738.86/1700.31	c cleaning 109002 clauses out of 218005 with flag 12939224/6095000
1781.25/1740.93	c cleaning 110001 clauses out of 220005 with flag 13174160/6206002
1822.35/1780.09	c cleaning 110995 clauses out of 222002 with flag 13411660/6318000
1866.95/1822.65	c cleaning 111997 clauses out of 224008 with flag 13651561/6431001
1909.82/1864.42	c cleaning 112999 clauses out of 226012 with flag 13893346/6545002
1956.97/1909.73	c cleaning 113998 clauses out of 228011 with flag 14137571/6660000
2002.07/1952.79	c cleaning 115001 clauses out of 230013 with flag 14383296/6776000
2053.60/2003.42	c cleaning 115999 clauses out of 232014 with flag 14630578/6893002
2103.66/2051.56	c cleaning 116997 clauses out of 234014 with flag 14881279/7011001
2154.83/2100.62	c cleaning 118003 clauses out of 236017 with flag 15134114/7130001
2209.97/2153.43	c cleaning 119002 clauses out of 238015 with flag 15388348/7250002
2261.44/2203.73	c cleaning 120000 clauses out of 240012 with flag 15643448/7371001
2308.34/2248.63	c cleaning 120999 clauses out of 242012 with flag 15902704/7493001
2363.05/2301.12	c cleaning 122003 clauses out of 244012 with flag 16164032/7616000
2419.59/2355.63	c cleaning 123003 clauses out of 246010 with flag 16427830/7740001
2484.56/2418.44	c cleaning 123996 clauses out of 248006 with flag 16693158/7865000
2536.44/2467.93	c cleaning 125001 clauses out of 250012 with flag 16959088/7991002
2587.63/2516.75	c cleaning 125998 clauses out of 252009 with flag 17226693/8118000
2638.41/2565.42	c cleaning 127007 clauses out of 254013 with flag 17496551/8246002
2694.26/2619.06	c cleaning 128003 clauses out of 256006 with flag 17768699/8375002
2745.99/2668.49	c cleaning 128998 clauses out of 258004 with flag 18044414/8505003
2804.23/2724.44	c cleaning 130002 clauses out of 260003 with flag 18323147/8636000
2858.58/2776.39	c cleaning 130999 clauses out of 262002 with flag 18603757/8768001
2916.85/2832.30	c cleaning 131996 clauses out of 264002 with flag 18886277/8901000
2984.44/2897.76	c cleaning 132993 clauses out of 266006 with flag 19171371/9035000
3048.64/2959.70	c cleaning 134001 clauses out of 268015 with flag 19458848/9170002
3115.38/3022.84	c cleaning 135002 clauses out of 270012 with flag 19748363/9306000
3178.12/3083.08	c cleaning 135999 clauses out of 272010 with flag 20039678/9443000
3235.69/3138.15	c cleaning 137001 clauses out of 274012 with flag 20333479/9581001
3303.67/3203.84	c cleaning 137999 clauses out of 276010 with flag 20628850/9720000
3368.59/3265.27	c cleaning 138998 clauses out of 278011 with flag 20926384/9860000
3441.63/3335.80	c cleaning 140003 clauses out of 280013 with flag 21226392/10001000
3510.58/3402.26	c cleaning 141005 clauses out of 282011 with flag 21528052/10143001
3583.39/3472.60	c cleaning 141999 clauses out of 284006 with flag 21829763/10286001
3600.06/3488.31	c starts		: 1
3600.06/3488.32	c timeout
3600.06/3488.33	c conflicts		: 10334276
3600.06/3488.33	c decisions		: 10680185
3600.06/3488.33	c propagations		: 50888143
3600.06/3488.33	c inspects		: 10781412933
3600.06/3488.33	c shortcuts		: 0
3600.06/3488.33	c learnt literals	: 0
3600.06/3488.33	c learnt binary clauses	: 0
3600.06/3488.33	c learnt ternary clauses	: 0
3600.06/3488.33	c learnt constraints	: 10334276
3600.06/3488.33	c ignored constraints	: 0
3600.06/3488.33	c root simplifications	: 0
3600.06/3488.33	c removed literals (reason simplification)	: 235265790
3600.06/3488.33	c reason swapping (by a shorter reason)	: 0
3600.06/3488.33	c Calls to reduceDB	: 139
3600.06/3488.33	c Number of update (reduction) of LBD	: 192278
3600.06/3488.33	c Imported unit clauses	: 0
3600.06/3488.33	c No decision after first conflict	: false
3600.06/3488.33	c number of reductions to clauses (during analyze)	: 0
3600.06/3488.33	c number of learned constraints concerned by reduction	: 0
3600.06/3488.33	c number of learning phase by resolution	: 0
3600.06/3488.33	c number of learning phase by cutting planes	: 0
3600.06/3488.33	c number of rounding to 1 operations	: 0
3600.06/3488.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3488.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3488.33	c number of right shift for reduction by power 2 	: 0
3600.06/3488.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3488.33	c number of ending skipping 	: 0
3600.06/3488.33	c number of internal skipping 	: 0
3600.06/3488.33	c number of derivation steps 	: 0
3600.06/3488.33	c number of skipped derivation steps 	: 0
3600.06/3488.33	c number of remaining unassigned 	: 0
3600.06/3488.33	c number of remaining assigned 	: 0
3600.06/3488.33	c number of falsified literals weakened from reason	: 0
3600.06/3488.33	c number of falsified literals weakened from conflict	: 0
3600.06/3488.33	c time for arithmetic operations	: 0
3600.06/3488.33	c minimum degree of deleted constraints	: null
3600.06/3488.33	c maximum degree of deleted constraints	: null
3600.06/3488.33	c number of deleted constraints	: 0
3600.06/3488.33	c speed (assignments/second)	: 14589.001171692347
3600.06/3488.33	c non guided choices	: 231
3600.06/3488.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 190282
3600.06/3488.40	s UNKNOWN
3600.06/3488.40	c Total wall clock time (in seconds): 3488.234

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516111-1751237512/watcher-4516111-1751237512 -o /tmp/evaluation-result-4516111-1751237512/solver-4516111-1751237512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31994 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516111-1751237512 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516111-1751237512.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 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
Current StackSize limit: 8192 KiB

solver pid=32082, runsolver pid=32042

[startup+0.100058 s]*
/proc/loadavg: 1.39 2.79 3.54 12/336 32119
/proc/meminfo: memFree=129722992/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=18930384 memory=49232 CPUtime=0.07 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 6021 0 82 0 5 2 0 0 20 0 18 0 39428678 19384713216 12308 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4732596 12308 5298 1 0 547216 0
[pid=32082/tid=32086] ppid=32042 vsize=18930384 memory=4026532124 CPUtime=0.04 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 4825 0 82 0 3 1 0 0 20 0 18 0 39428681 19384713216 12308 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39428683 19384713216 12308 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39428684 19384713216 12308 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49232 KiB

[startup+0.205934 s]*
/proc/loadavg: 1.39 2.79 3.54 13/339 32124
/proc/meminfo: memFree=129692276/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=18930384 memory=61708 CPUtime=0.26 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 6954 0 82 0 23 3 0 0 20 0 18 0 39428678 19384713216 15427 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4732596 15427 5426 1 0 547875 0
[pid=32082/tid=32086] ppid=32042 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5239 0 82 0 13 1 0 0 20 0 18 0 39428681 19384713216 15427 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39428683 19384713216 15427 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39428684 19384713216 15427 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61708 KiB

[startup+0.305915 s]*
/proc/loadavg: 1.39 2.79 3.54 8/320 32125
/proc/meminfo: memFree=129641488/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=18996948 memory=73244 CPUtime=0.45 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 8212 0 82 0 42 3 0 0 20 0 19 0 39428678 19452874752 18311 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4749237 18311 5426 1 0 548924 0
[pid=32082/tid=32086] ppid=32042 vsize=18996948 memory=-6000919498493422188 CPUtime=0.21 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5327 0 82 0 20 1 0 0 20 0 19 0 39428681 19452874752 18311 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39428683 19452874752 18311 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39428684 19452874752 18311 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39428700 19452874752 18311 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73244 KiB

[startup+0.700225 s]
/proc/loadavg: 1.39 2.79 3.54 7/319 32134
/proc/meminfo: memFree=129448680/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=164960 CPUtime=1.21 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 11554 0 82 0 115 6 0 0 20 0 20 0 39428678 19521036288 41240 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 41240 5458 1 0 550876 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=17408 CPUtime=0.58 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5374 0 82 0 55 3 0 0 20 0 20 0 39428681 19521036288 41240 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 41240 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 41240 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 41240 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164960 KiB

[startup+1.50023 s]
/proc/loadavg: 1.39 2.79 3.54 8/321 32136
/proc/meminfo: memFree=129362360/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=239908 CPUtime=2.79 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 14071 0 82 0 270 9 0 0 20 0 20 0 39428678 19521036288 59977 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 59977 5458 1 0 552506 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=0 CPUtime=1.29 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5446 0 82 0 124 5 0 0 20 0 20 0 39428681 19521036288 59977 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 59977 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 59977 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 59977 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239908 KiB

[startup+3.10568 s]
/proc/loadavg: 1.76 2.85 3.55 7/344 32193
/proc/meminfo: memFree=127768648/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=608564 CPUtime=5.13 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 15798 0 82 0 494 19 0 0 20 0 20 0 39428678 19521036288 152141 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 152141 5458 1 0 1072807 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=10752 CPUtime=2.79 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5580 0 82 0 266 13 0 0 20 0 20 0 39428681 19521036288 152141 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=-6000919498493422188 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 152141 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 152141 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 152141 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 608564 KiB

[startup+6.30021 s]
/proc/loadavg: 1.76 2.85 3.55 5/345 32194
/proc/meminfo: memFree=124621660/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=1379460 CPUtime=8.62 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 16698 0 82 0 823 39 0 0 20 0 20 0 39428678 19521036288 344865 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 344865 5458 1 0 1252456 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=0 CPUtime=5.76 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 5891 0 82 0 549 27 0 0 20 0 20 0 39428681 19521036288 344865 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 344865 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 344865 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 344865 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1379460 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 2.87 3.56 5/348 32197
/proc/meminfo: memFree=120508816/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=1935300 CPUtime=15.37 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 20491 0 82 0 1479 58 0 0 20 0 20 0 39428678 19521036288 483825 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 483825 5458 1 0 1252469 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=10752 CPUtime=11.9 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 7532 0 82 0 1146 44 0 0 20 0 20 0 39428681 19521036288 483825 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 483825 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=-6000919498493422188 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 483825 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 483825 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1935300 KiB

[startup+25.5003 s]
/proc/loadavg: 2.56 2.96 3.57 5/348 32197
/proc/meminfo: memFree=116650024/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2864184 CPUtime=28.69 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 23634 0 82 0 2778 91 0 0 20 0 20 0 39428678 19521036288 716046 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 716046 5458 1 0 1367362 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=10752 CPUtime=24.14 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 8098 0 82 0 2344 70 0 0 20 0 20 0 39428681 19521036288 716046 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=2810908 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 716046 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 716046 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2810908 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 716046 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2864184 KiB

[startup+51.1059 s]
/proc/loadavg: 3.18 3.07 3.60 6/347 32198
/proc/meminfo: memFree=110949780/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=3763380 CPUtime=54.93 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 29386 0 82 0 5359 134 0 0 20 0 20 0 39428678 19521036288 940845 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 940845 5458 1 0 1367367 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2864184 CPUtime=48.95 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 10907 0 82 0 4793 102 0 0 20 0 20 0 39428681 19521036288 940845 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0

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

[startup+3162.3 s]
/proc/loadavg: 4.28 4.27 4.21 5/345 32383
/proc/meminfo: memFree=42706840/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3260.87 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 195600 0 82 0 324258 1829 0 0 20 0 20 0 39428678 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 569113 5490 1 0 580091 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3098.27 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 96752 0 82 0 308197 1630 0 0 20 0 20 0 39428681 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1192 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3260.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2276452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.28 4.22 5/345 32388
/proc/meminfo: memFree=41790640/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3323.29 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 195760 0 82 0 330474 1855 0 0 20 0 20 0 39428678 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 569113 5490 1 0 580091 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3157.13 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 96850 0 82 0 314060 1653 0 0 20 0 20 0 39428681 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1192 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3323.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2276452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.27 4.22 5/346 32391
/proc/meminfo: memFree=40819472/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3386.74 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 196853 0 82 0 336791 1883 0 0 20 0 20 0 39428678 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 569113 5490 1 0 580091 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3215.92 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 97732 0 82 0 319914 1678 0 0 20 0 20 0 39428681 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1192 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3386.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2276452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.27 4.22 5/345 32393
/proc/meminfo: memFree=39608480/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3448.25 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 200595 0 82 0 342917 1908 0 0 20 0 20 0 39428678 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 569113 5490 1 0 580091 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3275.01 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 99933 0 82 0 325801 1700 0 0 20 0 20 0 39428681 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1253 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3448.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2276452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.26 4.22 5/346 32396
/proc/meminfo: memFree=38719248/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3510.67 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 204002 0 82 0 349134 1933 0 0 20 0 20 0 39428678 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 569113 5490 1 0 580091 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2276452 CPUtime=3333.97 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 101940 0 82 0 331676 1721 0 0 20 0 20 0 39428681 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=17380 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2276452 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 569113 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3510.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2276452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.26 4.22 5/346 32400
/proc/meminfo: memFree=37813584/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2293228 CPUtime=3573.06 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 204173 0 82 0 355343 1963 0 0 20 0 20 0 39428678 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 573307 5490 1 0 584267 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2293228 CPUtime=3392.93 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 101977 0 82 0 337545 1748 0 0 20 0 20 0 39428681 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2293228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3488.3 s]
/proc/loadavg: 4.33 4.28 4.23 5/346 32468
/proc/meminfo: memFree=61711292/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19063512 memory=2293228 CPUtime=3600.06 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 204183 0 82 0 358033 1973 0 0 20 0 20 0 39428678 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4765878 573307 5490 1 0 584267 0
[pid=32082/tid=32086] ppid=32042 vsize=19063512 memory=2293228 CPUtime=3418.52 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) R 32042 32082 31982 0 -1 4194368 101979 0 82 0 340094 1758 0 0 20 0 20 0 39428681 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428683 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 39428684 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32125] ppid=32042 vsize=19063512 memory=2293228 CPUtime=0 cores=1,3
/proc/32082/task/32125/stat : 32125 (Timer-0) S 32042 32082 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428700 19521036288 573307 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2293228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.46 s, system=19.7714 s

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

[startup+3488.4 s]
/proc/loadavg: 4.33 4.28 4.23 5/346 32468
/proc/meminfo: memFree=61711292/131249996 swapFree=33010684/33010684
[pid=32082] ppid=32042 vsize=19263204 memory=2294124 CPUtime=3600.22 cores=1,3
/proc/32082/stat : 32082 (java) S 32042 32082 31982 0 -1 4194304 205827 0 82 0 358046 1976 0 0 20 0 15 0 39428678 19725520896 573531 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
/proc/32082/statm: 4815801 573531 5522 1 0 585214 0
[pid=32082/tid=32086] ppid=32042 vsize=19263204 memory=5632 CPUtime=3418.55 cores=1,3
/proc/32082/task/32086/stat : 32086 (java) S 32042 32082 31982 0 -1 4194368 102176 0 82 0 340095 1760 0 0 20 0 15 0 39428681 19725520896 573531 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32105] ppid=32042 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/32082/task/32105/stat : 32105 (Finalizer) S 32042 32082 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39428683 19725520896 573531 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
[pid=32082/tid=32119] ppid=32042 vsize=19263204 memory=3200 CPUtime=0 cores=1,3
/proc/32082/task/32119/stat : 32119 (Common-Cleaner) S 32042 32082 31982 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 15 0 39428684 19725520896 573531 18446744073709551615 93990023061504 93990023065200 140723723806880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93990023073016 93990023073808 93990030229504 140723723811120 140723723811302 140723723811302 140723723816904 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2294124 KiB

Child status: 143

Real time (s): 3488.44
CPU time (s): 3600.24
CPU user time (s): 3580.46
CPU system time (s): 19.7714
CPU usage (%): 103.205
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5403292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.46
system time used= 19.7714
maximum resident set size= 5403292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205854
page faults= 82
swaps= 0
block input operations= 24
block output operations= 34529400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130989
involuntary context switches= 18168


# summary of solver processes directly reported to runsolver:
#   pid: 32082
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3580.46
#   total CPU system time (s): 19.7714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27985 second user time and 17.1139 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 00:51:52
IDJOB=4516111
IDBENCH=169590
IDSOLVER=3364
FILE ID=nodeC015/4516111-1751237512
RUNJOBID= nodeC015-1751237512-31994
SLURM_JOB_ID= 9587718
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v4/normalized-grid8_60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516111-1751237512/watcher-4516111-1751237512 -o /tmp/evaluation-result-4516111-1751237512/solver-4516111-1751237512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31994 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516111-1751237512 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516111-1751237512.opb

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

MD5SUM BENCH= fd6b1ecb07027f6f8fc295ea289e4759
RANDOM SEED=1943157461

nodeC015 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.908
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.079
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.388
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.171
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.302
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.074
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.209
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129848220 kB
MemAvailable:   129788236 kB
Buffers:            3280 kB
Cached:           748756 kB
SwapCached:            0 kB
Active:           335536 kB
Inactive:         492392 kB
Active(anon):      93968 kB
Inactive(anon):        0 kB
Active(file):     241568 kB
Inactive(file):   492392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         78996 kB
Mapped:           102416 kB
Shmem:             18076 kB
KReclaimable:      90592 kB
Slab:             176704 kB
SReclaimable:      90592 kB
SUnreclaim:        86112 kB
KernelStack:        4172 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 01:50:01