Trace number 4452754

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 Default 2024-07-07UNSAT 144.573 140.312

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-1.opb
MD5SUMa3c218acab88c9e5abe907b008036492
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 benchmark8.83428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)12
Number of constraints which are nor clauses,nor cardinality constraints6775
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.23	c Free memory 		2115194816
0.14/0.23	c Max memory 		16282288128
0.14/0.23	c Total memory 		2122317824
0.30/0.23	c Number of processors 	2
0.30/0.32	--- Begin Solver configuration ---
0.30/0.32	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.32	Learn all clauses as in MiniSAT
0.30/0.32	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	No reason simplification
0.30/0.32	Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	timeout=2147483s
0.30/0.32	DB Simplification allowed=false
0.30/0.32	Listener: none
0.30/0.32	--- End Solver configuration ---
0.30/0.32	c Pseudo Boolean Optimization by upper bound
0.30/0.32	c --- Begin Solver configuration ---
0.30/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.32	c Learn all clauses as in MiniSAT
0.30/0.32	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	c No reason simplification
0.30/0.32	c Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	c timeout=2147483s
0.30/0.32	c DB Simplification allowed=false
0.30/0.32	c Listener: none
0.30/0.32	c --- End Solver configuration ---
0.30/0.32	c solving HOME/instance-4452754-1721450894.opb
0.30/0.32	c reading problem ... 
0.47/0.33	c  no objective function found
1.38/0.83	c ... done. Wall clock time 0.498s.
1.38/0.83	c declared #vars     33930
1.38/0.83	c #constraints  6787
1.38/0.83	c constraints type 
1.38/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6787
1.38/0.83	c 6787 constraints processed.
2.96/1.66	c cleaning 2497 clauses out of 5000 with flag 13489/5000
3.55/1.98	c cleaning 4252 clauses out of 8504 with flag 28960/11001
3.96/2.16	c cleaning 5624 clauses out of 11252 with flag 48526/18001
4.34/2.38	c cleaning 6808 clauses out of 13629 with flag 76432/26002
4.54/2.47	c cleaning 7867 clauses out of 15821 with flag 106834/35002
4.74/2.56	c cleaning 8968 clauses out of 17952 with flag 139669/45000
4.95/2.66	c cleaning 9978 clauses out of 19984 with flag 178233/56000
5.14/2.76	c cleaning 10979 clauses out of 22007 with flag 211975/68001
5.34/2.89	c cleaning 12004 clauses out of 24027 with flag 252282/81000
5.57/3.03	c cleaning 12990 clauses out of 26023 with flag 308266/95000
5.68/3.19	c cleaning 14008 clauses out of 28033 with flag 357557/110000
5.87/3.38	c cleaning 14980 clauses out of 30027 with flag 403850/126002
6.13/3.54	c cleaning 16017 clauses out of 32046 with flag 457038/143001
6.39/3.71	c cleaning 16999 clauses out of 34028 with flag 516629/161000
6.49/3.88	c cleaning 17959 clauses out of 36029 with flag 583049/180000
6.71/4.05	c cleaning 18972 clauses out of 38071 with flag 656409/200001
6.89/4.22	c cleaning 19922 clauses out of 40099 with flag 729475/221001
7.09/4.40	c cleaning 21082 clauses out of 42176 with flag 804110/243000
7.29/4.63	c cleaning 21981 clauses out of 44096 with flag 874824/266002
7.49/4.81	c cleaning 23050 clauses out of 46114 with flag 947279/290001
7.70/5.05	c cleaning 24021 clauses out of 48064 with flag 1019069/315001
7.99/5.30	c cleaning 25014 clauses out of 50043 with flag 1094559/341001
8.19/5.57	c cleaning 25990 clauses out of 52028 with flag 1172939/368000
8.49/5.82	c cleaning 27010 clauses out of 54038 with flag 1266798/396000
8.70/6.10	c cleaning 28005 clauses out of 56029 with flag 1356692/425001
9.09/6.47	c cleaning 28992 clauses out of 58025 with flag 1447153/455002
9.59/6.92	c cleaning 30005 clauses out of 60031 with flag 1541934/486000
9.89/7.29	c cleaning 31006 clauses out of 62027 with flag 1640556/518001
10.29/7.62	c cleaning 32002 clauses out of 64020 with flag 1741455/551000
10.59/8.01	c cleaning 32998 clauses out of 66018 with flag 1853231/585000
10.98/8.35	c cleaning 34004 clauses out of 68020 with flag 1960223/620000
11.48/8.81	c cleaning 34994 clauses out of 70016 with flag 2070156/656000
11.89/9.24	c cleaning 35987 clauses out of 72022 with flag 2176400/693000
12.19/9.57	c cleaning 37004 clauses out of 74037 with flag 2289223/731002
12.59/9.98	c cleaning 38006 clauses out of 76031 with flag 2411833/770000
13.09/10.49	c cleaning 38993 clauses out of 78025 with flag 2524777/810000
13.59/10.99	c cleaning 40011 clauses out of 80032 with flag 2647582/851000
14.21/11.53	c cleaning 40998 clauses out of 82021 with flag 2771540/893000
14.72/12.03	c cleaning 41999 clauses out of 84024 with flag 2899557/936001
15.21/12.57	c cleaning 43008 clauses out of 86024 with flag 3029403/980000
15.90/13.21	c cleaning 43943 clauses out of 88016 with flag 3164830/1025000
16.40/13.72	c cleaning 45008 clauses out of 90073 with flag 3311430/1071000
17.00/14.31	c cleaning 46029 clauses out of 92065 with flag 3453976/1118000
17.50/14.81	c cleaning 47006 clauses out of 94037 with flag 3601659/1166001
18.00/15.35	c cleaning 47997 clauses out of 96030 with flag 3748279/1215000
18.81/16.18	c cleaning 48975 clauses out of 98037 with flag 3903054/1265004
19.61/16.93	c cleaning 50023 clauses out of 100058 with flag 4055348/1316000
20.31/17.60	c cleaning 50977 clauses out of 102035 with flag 4214772/1368000
21.10/18.40	c cleaning 52009 clauses out of 104058 with flag 4375690/1421000
21.60/18.91	c cleaning 52992 clauses out of 106051 with flag 4551106/1475002
22.20/19.55	c cleaning 53989 clauses out of 108057 with flag 4728044/1530000
22.90/20.27	c cleaning 55033 clauses out of 110069 with flag 4906888/1586001
23.71/21.03	c cleaning 55988 clauses out of 112036 with flag 5081619/1643001
24.52/21.86	c cleaning 57018 clauses out of 114047 with flag 5260667/1701000
25.42/22.79	c cleaning 57949 clauses out of 116030 with flag 5450495/1760001
26.12/23.46	c cleaning 59034 clauses out of 118082 with flag 5636001/1820002
27.02/24.31	c cleaning 59965 clauses out of 120048 with flag 5818718/1881002
28.01/25.34	c cleaning 61032 clauses out of 122082 with flag 6000497/1943001
28.73/26.11	c cleaning 61518 clauses out of 124050 with flag 6189344/2006001
29.86/27.15	c cleaning 62101 clauses out of 126532 with flag 6376065/2070001
30.73/27.97	c cleaning 63335 clauses out of 129430 with flag 6565680/2135000
31.52/28.78	c cleaning 63960 clauses out of 132095 with flag 6765152/2201000
32.62/29.85	c cleaning 64952 clauses out of 135135 with flag 6971481/2268000
33.72/30.99	c cleaning 65600 clauses out of 138185 with flag 7174785/2336002
35.18/32.37	c cleaning 66959 clauses out of 141583 with flag 7377331/2405000
36.38/33.53	c cleaning 68036 clauses out of 144624 with flag 7600385/2475000
37.75/34.88	c cleaning 69282 clauses out of 147588 with flag 7818348/2546000
38.96/36.04	c cleaning 69455 clauses out of 150306 with flag 8045472/2618000
39.85/36.96	c cleaning 70886 clauses out of 153852 with flag 8263628/2691001
41.15/38.24	c cleaning 71956 clauses out of 156966 with flag 8483178/2765001
42.44/39.51	c cleaning 71751 clauses out of 160010 with flag 8714452/2840001
43.84/40.92	c cleaning 73975 clauses out of 164258 with flag 8943584/2916000
45.36/42.33	c cleaning 74895 clauses out of 167284 with flag 9171383/2993001
46.66/43.64	c cleaning 75943 clauses out of 170389 with flag 9400650/3071001
47.75/44.74	c cleaning 77160 clauses out of 173446 with flag 9642679/3150001
49.06/46.05	c cleaning 77939 clauses out of 176285 with flag 9879084/3230000
50.55/47.59	c cleaning 78475 clauses out of 179347 with flag 10122834/3311001
51.94/48.94	c cleaning 79711 clauses out of 182872 with flag 10382652/3393001
53.36/50.30	c cleaning 81071 clauses out of 186162 with flag 10636186/3476002
54.75/51.63	c cleaning 82246 clauses out of 189089 with flag 10884358/3560000
56.16/53.10	c cleaning 82475 clauses out of 191844 with flag 11129640/3645001
57.64/54.50	c cleaning 83673 clauses out of 195368 with flag 11380770/3731000
59.34/56.28	c cleaning 85078 clauses out of 198695 with flag 11643568/3818000
60.53/57.48	c cleaning 85885 clauses out of 201617 with flag 11911758/3906000
61.93/58.84	c cleaning 87019 clauses out of 204732 with flag 12184586/3995000
64.13/60.98	c cleaning 88124 clauses out of 207713 with flag 12463427/4085000
66.02/62.85	c cleaning 88397 clauses out of 210590 with flag 12727887/4176001
67.33/64.15	c cleaning 89815 clauses out of 214194 with flag 13006160/4268002
68.92/65.70	c cleaning 90821 clauses out of 217377 with flag 13271756/4361000
70.92/67.72	c cleaning 92102 clauses out of 220556 with flag 13556547/4455000
72.67/69.40	c cleaning 92808 clauses out of 223454 with flag 13842702/4550000
74.76/71.45	c cleaning 93713 clauses out of 226648 with flag 14119960/4646002
76.66/73.36	c cleaning 94893 clauses out of 229935 with flag 14407543/4743002
78.25/74.91	c cleaning 95511 clauses out of 233043 with flag 14687294/4841003
79.96/76.65	c cleaning 96848 clauses out of 236532 with flag 14990100/4940003
81.85/78.56	c cleaning 97698 clauses out of 239681 with flag 15283437/5040000
83.67/80.29	c cleaning 98825 clauses out of 242985 with flag 15583507/5141002
85.48/82.08	c cleaning 99729 clauses out of 246158 with flag 15880470/5243000
87.86/84.40	c cleaning 100972 clauses out of 249429 with flag 16176670/5346000
89.96/86.54	c cleaning 101839 clauses out of 252458 with flag 16488544/5450001
91.58/88.16	c cleaning 102625 clauses out of 255618 with flag 16796474/5555000
93.29/89.88	c cleaning 103762 clauses out of 258993 with flag 17120307/5661000
95.60/92.07	c cleaning 104648 clauses out of 262232 with flag 17435151/5768001
97.78/94.23	c cleaning 105485 clauses out of 265583 with flag 17762441/5876000
99.98/96.44	c cleaning 106868 clauses out of 269098 with flag 18080068/5985000
102.07/98.58	c cleaning 107702 clauses out of 272231 with flag 18417663/6095001
104.07/100.59	c cleaning 109074 clauses out of 275528 with flag 18761856/6206000
106.58/102.99	c cleaning 109295 clauses out of 278454 with flag 19095462/6318000
109.08/105.44	c cleaning 110629 clauses out of 282159 with flag 19430440/6431000
111.57/107.90	c cleaning 111798 clauses out of 285532 with flag 19770285/6545002
114.17/110.52	c cleaning 112458 clauses out of 288733 with flag 20105636/6660001
116.26/112.69	c cleaning 112771 clauses out of 292275 with flag 20453308/6776001
118.65/114.99	c cleaning 114126 clauses out of 296504 with flag 20803050/6893001
121.14/117.45	c cleaning 115912 clauses out of 300377 with flag 21162814/7011000
123.75/120.03	c cleaning 116682 clauses out of 303466 with flag 21512857/7130001
126.23/122.50	c cleaning 116842 clauses out of 306785 with flag 21881929/7250002
129.37/125.53	c cleaning 118631 clauses out of 310943 with flag 22245830/7371002
132.06/128.28	c cleaning 119562 clauses out of 314312 with flag 22607717/7493002
135.16/131.37	c cleaning 120448 clauses out of 317749 with flag 22972733/7616001
137.97/134.16	c cleaning 121425 clauses out of 321300 with flag 23340864/7740000
140.65/136.85	c cleaning 122525 clauses out of 324876 with flag 23704357/7865001
143.39/139.41	c cleaning 123190 clauses out of 328351 with flag 24082623/7991001
144.37/140.22	c starts		: 5649
144.37/140.22	c conflicts		: 8033561
144.37/140.22	c decisions		: 138042692
144.37/140.22	c propagations		: 187248839
144.37/140.22	c inspects		: 1097240246
144.37/140.22	c shortcuts		: 0
144.37/140.22	c learnt literals	: 8
144.37/140.22	c learnt binary clauses	: 15
144.37/140.22	c learnt ternary clauses	: 33214
144.37/140.22	c learnt constraints	: 8033552
144.37/140.22	c ignored constraints	: 0
144.37/140.22	c root simplifications	: 0
144.37/140.22	c removed literals (reason simplification)	: 0
144.37/140.22	c reason swapping (by a shorter reason)	: 0
144.37/140.22	c Calls to reduceDB	: 122
144.37/140.22	c Number of update (reduction) of LBD	: 1427975
144.37/140.22	c Imported unit clauses	: 0
144.37/140.22	c No decision after first conflict	: false
144.37/140.22	c number of reductions to clauses (during analyze)	: 0
144.37/140.22	c number of learned constraints concerned by reduction	: 0
144.37/140.22	c number of learning phase by resolution	: 0
144.37/140.22	c number of learning phase by cutting planes	: 0
144.37/140.22	c number of rounding to 1 operations	: 0
144.37/140.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
144.37/140.22	c number of reductions of the coefficients by power 2 	: 0
144.37/140.22	c number of right shift for reduction by power 2 	: 0
144.37/140.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
144.37/140.22	c number of ending skipping 	: 0
144.37/140.22	c number of internal skipping 	: 0
144.37/140.22	c number of derivation steps 	: 0
144.37/140.22	c number of skipped derivation steps 	: 0
144.37/140.22	c number of remaining unassigned 	: 0
144.37/140.22	c number of remaining assigned 	: 0
144.37/140.22	c number of falsified literals weakened from reason	: 0
144.37/140.22	c number of falsified literals weakened from conflict	: 0
144.37/140.22	c time for arithmetic operations	: 0
144.37/140.23	c minimum degree of deleted constraints	: null
144.37/140.23	c maximum degree of deleted constraints	: null
144.37/140.23	c number of deleted constraints	: 0
144.37/140.23	c speed (assignments/second)	: 1343499.0672578816
144.37/140.23	c non guided choices	: 124073341
144.37/140.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 247697
144.37/140.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15
144.37/140.30	s UNSATISFIABLE
144.37/140.30	c Total wall clock time (in seconds): 139.975

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: 64059 MiB (59568 MiB free)
  memory of node 1: 64510 MiB (61190 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452754-1721450894/watcher-4452754-1721450894 -o /tmp/evaluation-result-4452754-1721450894/solver-4452754-1721450894 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058421 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452754-1721450894.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1058738, runsolver pid=1058735
Current StackSize limit: 8192 KiB


[startup+0.107955 s]*
/proc/loadavg: 2.17 1.89 2.91 7/314 1058756
/proc/meminfo: memFree=123616484/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=18975048 memory=57268 CPUtime=0.14 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 6320 0 0 0 10 4 0 0 20 0 18 0 197245505 19430449152 14317 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4743762 14317 5618 1 0 550824 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) S 1058735 1058738 1058409 0 -1 1077936192 5267 0 0 0 7 3 0 0 20 0 18 0 197245506 19430449152 14317 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197245512 19430449152 14317 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197245513 19430449152 14317 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57268 KiB

[startup+0.219244 s]*
/proc/loadavg: 2.17 1.89 2.91 6/314 1058756
/proc/meminfo: memFree=123611272/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=18975048 memory=59632 CPUtime=0.3 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 6938 0 0 0 25 5 0 0 20 0 18 0 197245505 19430449152 14908 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4743762 14908 5627 1 0 551332 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 5550 0 0 0 16 3 0 0 20 0 18 0 197245506 19430449152 14908 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197245512 19430449152 14908 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197245513 19430449152 14908 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59632 KiB

[startup+0.313713 s]*
/proc/loadavg: 2.17 1.89 2.91 7/314 1058756
/proc/meminfo: memFree=123604344/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=18975048 memory=67508 CPUtime=0.47 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 7210 0 0 0 41 6 0 0 20 0 18 0 197245505 19430449152 16877 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4743762 16877 5737 1 0 551550 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=18975048 memory=-7235417058883692640 CPUtime=0.3 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 5734 0 0 0 26 4 0 0 20 0 18 0 197245506 19430449152 16877 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197245512 19430449152 16877 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197245513 19430449152 16877 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67508 KiB

[startup+0.70695 s]
/proc/loadavg: 2.17 1.89 2.91 7/314 1058756
/proc/meminfo: memFree=123579100/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=18975048 memory=118204 CPUtime=1.19 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 9104 0 0 0 110 9 0 0 20 0 18 0 197245505 19430449152 29551 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4743762 29551 5807 1 0 552774 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=18975048 memory=5616 CPUtime=0.65 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 5795 0 0 0 60 5 0 0 20 0 18 0 197245506 19430449152 29551 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=18975048 memory=11884 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197245512 19430449152 29551 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197245513 19430449152 29551 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118204 KiB

[startup+1.50094 s]
/proc/loadavg: 2.17 1.89 2.91 8/315 1058757
/proc/meminfo: memFree=123501428/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19041612 memory=154356 CPUtime=2.76 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 15267 0 0 0 265 11 0 0 20 0 19 0 197245505 19498610688 38589 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4760403 38589 5839 1 0 555752 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19041612 memory=11884 CPUtime=1.43 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 6029 0 0 0 137 6 0 0 20 0 19 0 197245506 19498610688 38589 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197245512 19498610688 38589 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197245513 19498610688 38589 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197245590 19498610688 38589 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154356 KiB

[startup+3.1057 s]
/proc/loadavg: 2.17 1.89 2.91 5/317 1058759
/proc/meminfo: memFree=123414440/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=201692 CPUtime=5.68 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 22438 0 0 0 555 13 0 0 20 0 20 0 197245505 19566772224 50423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 50423 5855 1 0 558421 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=0 CPUtime=3 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 7117 0 0 0 294 6 0 0 20 0 20 0 197245506 19566772224 50423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 50423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 50423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 50423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201692 KiB

[startup+6.30044 s]
/proc/loadavg: 2.32 1.92 2.92 5/317 1058759
/proc/meminfo: memFree=123374200/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=198380 CPUtime=8.99 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 22470 0 0 0 886 13 0 0 20 0 20 0 197245505 19566772224 49595 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 49595 5855 1 0 558421 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=0 CPUtime=6.18 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 7120 0 0 0 612 6 0 0 20 0 20 0 197245506 19566772224 49595 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 49595 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 49595 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=49904 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 49595 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 8.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198380 KiB

[startup+12.7004 s]
/proc/loadavg: 2.54 1.97 2.93 5/317 1058827
/proc/meminfo: memFree=123245728/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=223544 CPUtime=15.4 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 23847 0 0 0 1526 14 0 0 20 0 20 0 197245505 19566772224 55886 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 55886 5862 1 0 558421 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=223544 CPUtime=12.45 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 7604 0 0 0 1239 6 0 0 20 0 20 0 197245506 19566772224 55886 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=138684 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 55886 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=201692 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 55886 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 55886 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223544 KiB

[startup+25.5004 s]
/proc/loadavg: 2.94 2.09 2.95 5/317 1058829
/proc/meminfo: memFree=122952616/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=287240 CPUtime=28.21 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 26882 0 0 0 2805 16 0 0 20 0 20 0 197245505 19566772224 71810 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 71810 5862 1 0 558421 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=223548 CPUtime=24.93 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 8812 0 0 0 2486 7 0 0 20 0 20 0 197245506 19566772224 71810 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=-7235417058883692640 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 71810 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=250316 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 71810 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=223544 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 71810 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 28.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287240 KiB

[startup+51.1128 s]
/proc/loadavg: 3.50 2.29 3.00 5/317 1058833
/proc/meminfo: memFree=121904740/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=593924 CPUtime=54.26 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 34275 0 0 0 5401 25 0 0 20 0 20 0 197245505 19566772224 148481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 148481 5862 1 0 664959 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=2220 CPUtime=50.05 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 10521 0 0 0 4996 9 0 0 20 0 20 0 197245506 19566772224 148481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=-7235417058883692640 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 148481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 148481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0

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

/proc/loadavg: 3.98 2.62 3.08 5/317 1059042
/proc/meminfo: memFree=121411432/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=922688 CPUtime=106.08 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 39163 0 0 0 10573 35 0 0 20 0 20 0 197245505 19566772224 230672 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 230672 5862 1 0 664985 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=805696 CPUtime=100.48 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 12257 0 0 0 10039 9 0 0 20 0 20 0 197245506 19566772224 230672 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=198380 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 230672 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 230672 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 230672 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 106.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 922688 KiB

[startup+115.2 s]
/proc/loadavg: 4.12 2.72 3.10 5/319 1059047
/proc/meminfo: memFree=121170644/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=980144 CPUtime=118.95 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 40916 0 0 0 11857 38 0 0 20 0 20 0 197245505 19566772224 245036 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 245036 5862 1 0 664985 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=922688 CPUtime=113.07 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 12842 0 0 0 11297 10 0 0 20 0 20 0 197245506 19566772224 245036 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=922688 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 245036 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 245036 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 245036 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 118.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 980144 KiB

[startup+128 s]*
/proc/loadavg: 4.26 2.79 3.12 5/319 1059049
/proc/meminfo: memFree=120863104/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=1045900 CPUtime=131.87 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 41235 0 0 0 13147 40 0 0 20 0 20 0 197245505 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 261475 5862 1 0 664998 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=-7163359464845634151 CPUtime=125.67 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 12977 0 0 0 12557 10 0 0 20 0 20 0 197245506 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=1470492806456705153 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=1045900 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=2784 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 131.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1045900 KiB

[startup+134.4 s]
/proc/loadavg: 4.24 2.81 3.13 6/319 1059050
/proc/meminfo: memFree=120778628/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=1045900 CPUtime=138.26 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 41343 0 0 0 13785 41 0 0 20 0 20 0 197245505 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 261475 5862 1 0 664998 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=0 CPUtime=132.04 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 12989 0 0 0 13194 10 0 0 20 0 20 0 197245506 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=49904 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=1045900 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 261475 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 138.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1045900 KiB

[startup+137.6 s]
/proc/loadavg: 4.22 2.83 3.13 5/319 1059050
/proc/meminfo: memFree=120723220/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=1045924 CPUtime=141.53 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 42072 0 0 0 14112 41 0 0 20 0 20 0 197245505 19566772224 261481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 261481 5862 1 0 664998 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=1045900 CPUtime=135.23 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 13429 0 0 0 13513 10 0 0 20 0 20 0 197245506 19566772224 261481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=-7235417058883692640 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 261481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=3565 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 261481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=-7235417058883692640 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 261481 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 141.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1045924 KiB

[startup+139.2 s]
/proc/loadavg: 4.22 2.83 3.13 5/319 1059050
/proc/meminfo: memFree=120587604/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=1113556 CPUtime=143.19 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 42358 0 0 0 14276 43 0 0 20 0 20 0 197245505 19566772224 278389 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 278389 5862 1 0 664998 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=49904 CPUtime=136.61 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 13430 0 0 0 13651 10 0 0 20 0 20 0 197245506 19566772224 278389 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 278389 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=1052116 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 278389 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=140634409141006 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 278389 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 143.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1113556 KiB

[startup+140 s]*
/proc/loadavg: 4.20 2.85 3.14 5/319 1059052
/proc/meminfo: memFree=120513628/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19108176 memory=1113692 CPUtime=144.05 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 43963 0 0 0 14362 43 0 0 20 0 20 0 197245505 19566772224 278423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777044 278423 5862 1 0 665045 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19108176 memory=-7163359464845634151 CPUtime=137.45 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) R 1058735 1058738 1058409 0 -1 4194368 14230 0 0 0 13735 10 0 0 20 0 20 0 197245506 19566772224 278423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19108176 memory=1470492806456705153 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197245512 19566772224 278423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19108176 memory=4279135704013707688 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 20 0 197245513 19566772224 278423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19108176 memory=-8412658762114629276 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197245590 19566772224 278423 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 144.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1113692 KiB

[startup+140.207 s]
/proc/loadavg: 4.20 2.85 3.14 5/319 1059052
/proc/meminfo: memFree=120513628/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19109204 memory=1114160 CPUtime=144.37 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 46900 0 0 0 14394 43 0 0 20 0 21 0 197245505 19567824896 278540 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4777301 278540 5861 1 0 665421 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19109204 memory=3565 CPUtime=137.6 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) S 1058735 1058738 1058409 0 -1 1077936192 15172 0 0 0 13750 10 0 0 20 0 21 0 197245506 19567824896 278540 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19109204 memory=28841 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 197245512 19567824896 278540 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19109204 memory=4051046345917868522 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 21 0 197245513 19567824896 278540 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058757] ppid=1058735 vsize=19109204 memory=6724 CPUtime=0 cores=1,3
/proc/1058738/task/1058757/stat : 1058757 (Timer-0) S 1058735 1058738 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 197245590 19567824896 278540 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 144.37 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 1114160 KiB

[startup+140.303 s]
/proc/loadavg: 4.20 2.85 3.14 5/319 1059052
/proc/meminfo: memFree=120513628/131655788 swapFree=131071996/131071996
[pid=1058738] ppid=1058735 vsize=19241304 memory=1114584 CPUtime=144.56 cores=1,3
/proc/1058738/stat : 1058738 (java) S 1058735 1058738 1058409 0 -1 1077936128 47580 0 0 0 14413 43 0 0 20 0 14 0 197245505 19703095296 278646 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
/proc/1058738/statm: 4810326 278646 5858 1 0 665767 0
[pid=1058738/tid=1058740] ppid=1058735 vsize=19241304 memory=0 CPUtime=137.6 cores=1,3
/proc/1058738/task/1058740/stat : 1058740 (java) S 1058735 1058738 1058409 0 -1 1077936192 15176 0 0 0 13750 10 0 0 20 0 14 0 197245506 19703095296 278646 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058749] ppid=1058735 vsize=19241304 memory=11596 CPUtime=0 cores=1,3
/proc/1058738/task/1058749/stat : 1058749 (Finalizer) S 1058735 1058738 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 14 0 197245512 19703095296 278646 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
[pid=1058738/tid=1058756] ppid=1058735 vsize=19241304 memory=980144 CPUtime=0 cores=1,3
/proc/1058738/task/1058756/stat : 1058756 (Common-Cleaner) S 1058735 1058738 1058409 0 -1 1077936192 136 0 0 0 0 0 0 0 20 0 14 0 197245513 19703095296 278646 134679101440 94587366387712 94587366391408 140721637142400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94587366399224 94587366400016 94587372191744 140721637151749 140721637151839 140721637151839 140721637158856 0
Current children cumulated CPU time: 144.56 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1114584 KiB

Child status: 20

Real time (s): 140.312
CPU time (s): 144.573
CPU user time (s): 144.13
CPU system time (s): 0.442599
CPU usage (%): 103.037
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1114584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.13
system time used= 0.442599
maximum resident set size= 1115620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5598
involuntary context switches= 580


# summary of solver processes directly reported to runsolver:
#   pid: 1058738
#   total CPU time (s): 144.573
#   total CPU user time (s): 144.13
#   total CPU system time (s): 0.442599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.745662 second user time and 1.50903 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:48:26
IDJOB=4452754
IDBENCH=165316
IDSOLVER=3058
FILE ID=nodeC003/4452754-1721450894
RUNJOBID= nodeC003-1721450898-1058421
SLURM_JOB_ID= 7545681
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452754-1721450894/watcher-4452754-1721450894 -o /tmp/evaluation-result-4452754-1721450894/solver-4452754-1721450894 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058421 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452754-1721450894.opb

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

MD5SUM BENCH= a3c218acab88c9e5abe907b008036492
RANDOM SEED=2024193482

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3672.738
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 2017.062
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.374
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.218
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.377
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 1550.803
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 3491.880
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 2614.523
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123656668 kB
MemAvailable:   129378596 kB
Buffers:          563248 kB
Cached:          5940972 kB
SwapCached:            0 kB
Active:          1055160 kB
Inactive:        6252452 kB
Active(anon):       1468 kB
Inactive(anon):   847868 kB
Active(file):    1053692 kB
Inactive(file):  5404584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5788 kB
Writeback:            16 kB
AnonPages:        803144 kB
Mapped:           128540 kB
Shmem:             45896 kB
KReclaimable:     207364 kB
Slab:             322996 kB
SReclaimable:     207364 kB
SUnreclaim:       115632 kB
KernelStack:        4848 kB
PageTables:        11760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7410792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-20 06:50:47