Trace number 4503536

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06UNSAT 2848.06 2849.14

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4503536-1751164215.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
1.66/0.95	c ... done. Wall clock time 0.812s.
1.66/0.96	c declared #vars     7936
1.66/0.96	c #constraints  177125
1.66/0.96	c constraints type 
1.66/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
1.66/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1.66/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1.66/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
1.66/0.96	c 177125 constraints processed.
4.60/2.40	c cleaning 2491 clauses out of 5000 with flag 60633/5000
5.26/3.03	c cleaning 4250 clauses out of 8511 with flag 136772/11002
6.48/3.84	c cleaning 5613 clauses out of 11261 with flag 231074/18002
7.70/4.85	c cleaning 6806 clauses out of 13648 with flag 366892/26002
8.82/5.95	c cleaning 7827 clauses out of 15840 with flag 484234/35000
10.32/7.05	c cleaning 8954 clauses out of 18013 with flag 598156/45001
11.71/8.28	c cleaning 9995 clauses out of 20053 with flag 741187/56000
12.61/9.11	c cleaning 11016 clauses out of 22062 with flag 864829/68004
13.70/10.22	c cleaning 11963 clauses out of 24041 with flag 1015545/81000
15.30/11.80	c cleaning 13033 clauses out of 26078 with flag 1203459/95000
17.30/13.89	c cleaning 13993 clauses out of 28045 with flag 1358791/110000
19.10/15.70	c cleaning 14974 clauses out of 30053 with flag 1617159/126001
21.13/17.68	c cleaning 16034 clauses out of 32079 with flag 1838019/143001
22.74/19.29	c cleaning 16996 clauses out of 34045 with flag 2023613/161001
24.84/21.31	c cleaning 17991 clauses out of 36048 with flag 2236313/180000
26.74/23.28	c cleaning 19015 clauses out of 38057 with flag 2453742/200000
28.64/25.15	c cleaning 19855 clauses out of 40042 with flag 2651399/221000
31.03/27.59	c cleaning 21080 clauses out of 42187 with flag 2878162/243000
33.43/29.95	c cleaning 22047 clauses out of 44108 with flag 3082911/266001
35.63/32.18	c cleaning 23012 clauses out of 46060 with flag 3286118/290000
39.11/35.63	c cleaning 23969 clauses out of 48048 with flag 3638260/315000
42.31/38.80	c cleaning 25004 clauses out of 50079 with flag 3963255/341000
45.20/41.75	c cleaning 25890 clauses out of 52076 with flag 4253228/368001
48.09/44.69	c cleaning 26978 clauses out of 54185 with flag 4564265/396000
51.69/48.27	c cleaning 27889 clauses out of 56207 with flag 4974163/425000
55.99/52.54	c cleaning 28993 clauses out of 58319 with flag 5382393/455001
59.38/55.90	c cleaning 30128 clauses out of 60325 with flag 5750636/486000
64.20/60.70	c cleaning 30955 clauses out of 62197 with flag 6149388/518000
68.19/64.77	c cleaning 32032 clauses out of 64242 with flag 6574829/551000
72.49/69.08	c cleaning 33089 clauses out of 66210 with flag 7082056/585000
76.77/73.37	c cleaning 34007 clauses out of 68123 with flag 7508157/620002
80.86/77.47	c cleaning 35017 clauses out of 70115 with flag 7935214/656001
86.35/82.91	c cleaning 36034 clauses out of 72101 with flag 8278861/693004
90.95/87.54	c cleaning 36991 clauses out of 74063 with flag 8684039/731000
95.45/92.07	c cleaning 38001 clauses out of 76072 with flag 9091564/770000
101.23/97.87	c cleaning 39034 clauses out of 78071 with flag 9525688/810000
107.57/104.16	c cleaning 40011 clauses out of 80039 with flag 9991747/851002
114.05/110.67	c cleaning 40947 clauses out of 82026 with flag 10493928/893000
120.93/117.56	c cleaning 41973 clauses out of 84081 with flag 10965688/936002
127.12/123.72	c cleaning 43019 clauses out of 86107 with flag 11448013/980001
133.61/130.24	c cleaning 43991 clauses out of 88087 with flag 11976974/1025000
140.51/137.14	c cleaning 45012 clauses out of 90097 with flag 12396125/1071001
147.78/144.49	c cleaning 45971 clauses out of 92086 with flag 12937523/1118002
154.67/151.38	c cleaning 47034 clauses out of 94114 with flag 13529103/1166001
162.11/158.72	c cleaning 48012 clauses out of 96081 with flag 14079455/1215002
170.80/167.44	c cleaning 48950 clauses out of 98067 with flag 14631629/1265000
178.58/175.27	c cleaning 50024 clauses out of 100117 with flag 15182969/1316000
185.87/182.56	c cleaning 50997 clauses out of 102093 with flag 15765485/1368000
193.66/190.30	c cleaning 51950 clauses out of 104096 with flag 16323335/1421000
201.94/198.63	c cleaning 53064 clauses out of 106146 with flag 16820085/1475000
212.92/209.63	c cleaning 54036 clauses out of 108083 with flag 17266080/1530001
227.56/224.28	c cleaning 54895 clauses out of 110047 with flag 17686664/1586001
239.24/235.97	c cleaning 56072 clauses out of 112153 with flag 18188582/1643002
251.61/248.30	c cleaning 57037 clauses out of 114081 with flag 18680654/1701002
261.60/258.38	c cleaning 58014 clauses out of 116045 with flag 19269652/1760003
274.77/271.59	c cleaning 58982 clauses out of 118028 with flag 19817464/1820000
285.55/282.39	c cleaning 59974 clauses out of 120047 with flag 20426588/1881001
300.59/297.31	c cleaning 61027 clauses out of 122075 with flag 20959977/1943003
312.86/309.68	c cleaning 62019 clauses out of 124046 with flag 21562749/2006001
327.35/324.19	c cleaning 62924 clauses out of 126026 with flag 22107963/2070000
338.72/335.53	c cleaning 64001 clauses out of 128102 with flag 22738745/2135000
349.89/346.70	c cleaning 64984 clauses out of 130101 with flag 23409966/2201000
361.48/358.37	c cleaning 66006 clauses out of 132117 with flag 24067881/2268000
380.08/376.98	c cleaning 66957 clauses out of 134111 with flag 24684609/2336000
402.33/399.21	c cleaning 68077 clauses out of 136156 with flag 25193735/2405002
414.41/411.33	c cleaning 69020 clauses out of 138077 with flag 25888975/2475000
441.56/438.57	c cleaning 69998 clauses out of 140057 with flag 26402996/2546000
463.02/460.01	c cleaning 71012 clauses out of 142059 with flag 26957585/2618000
478.96/475.95	c cleaning 71951 clauses out of 144047 with flag 27547784/2691000
498.03/495.04	c cleaning 73015 clauses out of 146096 with flag 28159602/2765000
514.69/511.76	c cleaning 74036 clauses out of 148083 with flag 28813632/2840002
544.72/541.83	c cleaning 75007 clauses out of 150046 with flag 29448488/2916001
559.90/557.04	c cleaning 76018 clauses out of 152039 with flag 30092061/2993001
587.17/584.33	c cleaning 76995 clauses out of 154022 with flag 30710238/3071002
615.12/612.37	c cleaning 77989 clauses out of 156025 with flag 31320590/3150000
643.07/640.37	c cleaning 79004 clauses out of 158037 with flag 31902566/3230001
672.11/669.41	c cleaning 80009 clauses out of 160034 with flag 32527040/3311002
696.27/693.63	c cleaning 81007 clauses out of 162023 with flag 33217331/3393000
716.19/713.56	c cleaning 81954 clauses out of 164016 with flag 34162155/3476000
739.44/736.83	c cleaning 82995 clauses out of 166062 with flag 34910182/3560000
760.30/757.78	c cleaning 83946 clauses out of 168067 with flag 35718853/3645000
786.85/784.30	c cleaning 85021 clauses out of 170121 with flag 36464636/3731000
811.46/808.91	c cleaning 85971 clauses out of 172100 with flag 37271861/3818000
836.80/834.36	c cleaning 86996 clauses out of 174129 with flag 37952524/3906000
875.53/873.18	c cleaning 88063 clauses out of 176133 with flag 38631315/3995000
899.29/896.95	c cleaning 89028 clauses out of 178070 with flag 39356643/4085000
936.42/934.19	c cleaning 90016 clauses out of 180042 with flag 40106642/4176000
960.52/958.22	c cleaning 91009 clauses out of 182026 with flag 40862432/4268000
989.66/987.49	c cleaning 91995 clauses out of 184017 with flag 41639021/4361000
1018.70/1016.56	c cleaning 93006 clauses out of 186022 with flag 42575799/4455000
1045.85/1043.72	c cleaning 93952 clauses out of 188016 with flag 43458865/4550000
1073.00/1070.91	c cleaning 95018 clauses out of 190064 with flag 44264535/4646000
1104.69/1102.61	c cleaning 96014 clauses out of 192046 with flag 45037706/4743000
1135.64/1133.67	c cleaning 96946 clauses out of 194033 with flag 45863551/4841001
1174.54/1172.64	c cleaning 98043 clauses out of 196090 with flag 46680578/4940004
1203.16/1201.30	c cleaning 99018 clauses out of 198044 with flag 47493649/5040001
1244.87/1243.15	c cleaning 100007 clauses out of 200026 with flag 48328856/5141001
1280.38/1278.74	c cleaning 100944 clauses out of 202018 with flag 49198908/5243000
1311.88/1310.23	c cleaning 102025 clauses out of 204076 with flag 50074300/5346002
1345.01/1343.46	c cleaning 103023 clauses out of 206050 with flag 51100547/5450001
1382.33/1380.80	c cleaning 104005 clauses out of 208026 with flag 51945616/5555000
1416.67/1415.29	c cleaning 105001 clauses out of 210021 with flag 52743773/5661000
1448.80/1447.44	c cleaning 106002 clauses out of 212020 with flag 53593553/5768000
1518.56/1517.30	c cleaning 106982 clauses out of 214018 with flag 54438638/5876000
1558.06/1556.94	c cleaning 108004 clauses out of 216036 with flag 55327281/5985000
1600.36/1599.34	c cleaning 109012 clauses out of 218032 with flag 56252663/6095000
1638.76/1637.72	c cleaning 109986 clauses out of 220020 with flag 57285238/6206000
1674.18/1673.20	c cleaning 110973 clauses out of 222035 with flag 58193870/6318001
1715.09/1714.20	c cleaning 112021 clauses out of 224063 with flag 59140320/6431002
1766.58/1765.88	c cleaning 113010 clauses out of 226040 with flag 60025976/6545000
1807.10/1806.41	c cleaning 114002 clauses out of 228035 with flag 61012074/6660005
1856.30/1855.76	c cleaning 114956 clauses out of 230029 with flag 62011104/6776001
1897.91/1897.40	c cleaning 116000 clauses out of 232071 with flag 62965645/6893000
1933.04/1932.57	c cleaning 117019 clauses out of 234072 with flag 63958987/7011001
1971.16/1970.79	c cleaning 117953 clauses out of 236052 with flag 65062030/7130000
2013.68/2013.36	c cleaning 119044 clauses out of 238101 with flag 66208717/7250002
2056.69/2056.45	c cleaning 119937 clauses out of 240055 with flag 67224095/7371000
2092.62/2092.46	c cleaning 121038 clauses out of 242118 with flag 68508885/7493000
2137.50/2137.37	c cleaning 122010 clauses out of 244080 with flag 69572199/7616000
2181.21/2181.13	c cleaning 123033 clauses out of 246070 with flag 70829527/7740000
2229.12/2229.15	c cleaning 123992 clauses out of 248037 with flag 71937106/7865001
2276.31/2276.41	c cleaning 125017 clauses out of 250044 with flag 72980521/7991000
2328.20/2328.43	c cleaning 125998 clauses out of 252029 with flag 74057853/8118002
2379.19/2379.59	c cleaning 126990 clauses out of 254029 with flag 75300826/8246000
2425.54/2425.89	c cleaning 128002 clauses out of 256041 with flag 76575503/8375002
2470.44/2470.86	c cleaning 129002 clauses out of 258038 with flag 77891302/8505001
2520.05/2520.55	c cleaning 130006 clauses out of 260036 with flag 79108006/8636001
2570.54/2571.13	c cleaning 131006 clauses out of 262029 with flag 80466438/8768000
2630.19/2630.99	c cleaning 131962 clauses out of 264023 with flag 81798537/8901000
2688.64/2689.53	c cleaning 132978 clauses out of 266061 with flag 83191868/9035000
2742.81/2743.82	c cleaning 134016 clauses out of 268083 with flag 84799043/9170000
2802.69/2803.76	c cleaning 134968 clauses out of 270066 with flag 86492808/9306000
2847.89/2849.04	c starts		: 44042
2847.89/2849.05	c conflicts		: 9416709
2847.89/2849.05	c decisions		: 34164687
2847.89/2849.05	c propagations		: 2434660013
2847.89/2849.05	c inspects		: 37279471143
2847.89/2849.05	c shortcuts		: 0
2847.89/2849.05	c learnt literals	: 13
2847.89/2849.05	c learnt binary clauses	: 735
2847.89/2849.05	c learnt ternary clauses	: 3870
2847.89/2849.05	c learnt constraints	: 9416695
2847.89/2849.05	c ignored constraints	: 0
2847.89/2849.05	c root simplifications	: 0
2847.89/2849.05	c removed literals (reason simplification)	: 200065975
2847.89/2849.05	c reason swapping (by a shorter reason)	: 0
2847.89/2849.05	c Calls to reduceDB	: 132
2847.89/2849.05	c Number of update (reduction) of LBD	: 6512362
2847.89/2849.05	c Imported unit clauses	: 0
2847.89/2849.05	c No decision after first conflict	: false
2847.89/2849.05	c number of reductions to clauses (during analyze)	: 0
2847.89/2849.05	c number of learned constraints concerned by reduction	: 0
2847.89/2849.05	c number of learning phase by resolution	: 0
2847.89/2849.05	c number of learning phase by cutting planes	: 0
2847.89/2849.05	c number of rounding to 1 operations	: 0
2847.89/2849.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2847.89/2849.05	c number of reductions of the coefficients by power 2 	: 0
2847.89/2849.05	c number of right shift for reduction by power 2 	: 0
2847.89/2849.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
2847.89/2849.05	c number of ending skipping 	: 0
2847.89/2849.05	c number of internal skipping 	: 0
2847.89/2849.05	c number of derivation steps 	: 0
2847.89/2849.05	c number of skipped derivation steps 	: 0
2847.89/2849.05	c number of remaining unassigned 	: 0
2847.89/2849.05	c number of remaining assigned 	: 0
2847.89/2849.05	c number of falsified literals weakened from reason	: 0
2847.89/2849.05	c number of falsified literals weakened from conflict	: 0
2847.89/2849.05	c time for arithmetic operations	: 0
2847.89/2849.05	c minimum degree of deleted constraints	: null
2847.89/2849.05	c maximum degree of deleted constraints	: null
2847.89/2849.05	c number of deleted constraints	: 0
2847.89/2849.05	c speed (assignments/second)	: 854839.8638525693
2847.89/2849.05	c non guided choices	: 561150
2848.01/2849.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 245068
2848.01/2849.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 735
2848.01/2849.12	s UNSATISFIABLE
2848.01/2849.12	c Total wall clock time (in seconds): 2848.983

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62154 MiB free)
  memory of node 1: 64507 MiB (61747 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503536-1751164215/watcher-4503536-1751164215 -o /tmp/evaluation-result-4503536-1751164215/solver-4503536-1751164215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21070 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503536-1751164215.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.12 4.15 4.12 5/339 23116
/proc/meminfo: memFree=126851344/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=18930384 memory=55616 CPUtime=0.11 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 6552 0 0 0 10 1 0 0 20 0 18 0 32099367 19384713216 13904 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4732596 13904 5337 1 0 547603 0
[pid=23098/tid=23100] ppid=23095 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 5054 0 0 0 6 1 0 0 20 0 18 0 32099369 19384713216 13904 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 13904 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=18930384 memory=59585004336188 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 13904 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.12 4.15 4.12 7/339 23116
/proc/meminfo: memFree=126846240/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=18930384 memory=64044 CPUtime=0.3 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 7054 0 0 0 28 2 0 0 20 0 18 0 32099367 19384713216 16011 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4732596 16011 5433 1 0 547932 0
[pid=23098/tid=23100] ppid=23095 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 5296 0 0 0 14 1 0 0 20 0 18 0 32099369 19384713216 16011 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=18930384 memory=16163 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 16011 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 16011 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64044 KiB

[startup+0.305593 s]*
/proc/loadavg: 4.12 4.15 4.12 6/339 23116
/proc/meminfo: memFree=126803580/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=18930384 memory=106300 CPUtime=0.5 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 8962 0 0 0 47 3 0 0 20 0 18 0 32099367 19384713216 26575 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4732596 26575 5433 1 0 549214 0
[pid=23098/tid=23100] ppid=23095 vsize=18930384 memory=-6000919485524633965 CPUtime=0.25 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 5316 0 0 0 23 2 0 0 20 0 18 0 32099369 19384713216 26575 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 26575 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32099371 19384713216 26575 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106300 KiB

[startup+0.700216 s]
/proc/loadavg: 4.12 4.15 4.12 7/340 23117
/proc/meminfo: memFree=126750332/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=18996948 memory=177204 CPUtime=1.26 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 11297 0 0 0 121 5 0 0 20 0 19 0 32099367 19452874752 44301 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4749237 44301 5465 1 0 551149 0
[pid=23098/tid=23100] ppid=23095 vsize=18996948 memory=17408 CPUtime=0.58 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 5346 0 0 0 55 3 0 0 20 0 19 0 32099369 19452874752 44301 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32099371 19452874752 44301 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32099371 19452874752 44301 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 177204 KiB

[startup+1.50024 s]
/proc/loadavg: 4.27 4.18 4.13 6/341 23118
/proc/meminfo: memFree=126706668/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=202896 CPUtime=2.85 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 16695 0 0 0 278 7 0 0 20 0 20 0 32099367 19521036288 50724 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 50724 5465 1 0 555058 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=3200 CPUtime=1.29 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 5380 0 0 0 126 3 0 0 20 0 20 0 32099369 19521036288 50724 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 50724 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 50724 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 50724 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202896 KiB

[startup+3.10551 s]
/proc/loadavg: 4.27 4.18 4.13 5/341 23118
/proc/meminfo: memFree=126706692/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=204048 CPUtime=5.45 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 23134 0 0 0 538 7 0 0 20 0 20 0 32099367 19521036288 51012 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 51012 5497 1 0 555116 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=16520 CPUtime=2.86 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 6186 0 0 0 283 3 0 0 20 0 20 0 32099369 19521036288 51012 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 51012 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 51012 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 51012 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204048 KiB

[startup+6.30023 s]
/proc/loadavg: 4.25 4.18 4.13 5/341 23118
/proc/meminfo: memFree=126706700/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=198564 CPUtime=9.45 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 26316 0 0 0 937 8 0 0 20 0 20 0 32099367 19521036288 49641 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 49641 5529 1 0 555288 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 7007 0 0 0 602 3 0 0 20 0 20 0 32099369 19521036288 49641 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 49641 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 49641 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=203024 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 49641 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198564 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.17 4.13 5/341 23118
/proc/meminfo: memFree=126665740/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=242916 CPUtime=16.2 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 28387 0 0 0 1611 9 0 0 20 0 20 0 32099367 19521036288 60729 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 60729 5529 1 0 1096338 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=203024 CPUtime=12.42 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 7271 0 0 0 1238 4 0 0 20 0 20 0 32099369 19521036288 60729 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=240868 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 60729 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 60729 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 60729 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 16.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.18 4.13 5/317 23150
/proc/meminfo: memFree=128481440/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=294116 CPUtime=29.03 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 31713 0 0 0 2892 11 0 0 20 0 20 0 32099367 19521036288 73529 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 73529 5529 1 0 1096338 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=0 CPUtime=25.18 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 8182 0 0 0 2513 5 0 0 20 0 20 0 32099369 19521036288 73529 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 73529 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=290020 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 73529 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=275684 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 73529 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 29.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 294116 KiB

[startup+51.1056 s]
/proc/loadavg: 4.21 4.18 4.13 5/341 23188
/proc/meminfo: memFree=126075912/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=388324 CPUtime=54.59 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 32442 0 0 0 5446 13 0 0 20 0 20 0 32099367 19521036288 97081 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 97081 5529 1 0 1096338 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=296164 CPUtime=50.73 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 8648 0 0 0 5066 7 0 0 20 0 20 0 32099369 19521036288 97081 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=371940 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 97081 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=349412 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 97081 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0

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

/proc/loadavg: 4.16 4.16 4.12 5/340 23471
/proc/meminfo: memFree=118787236/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2814.96 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67033 0 0 0 281385 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=280981055471872 CPUtime=2807.41 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24198 0 0 0 280726 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=2700 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=17068 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2814.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2828.8 s]
/proc/loadavg: 4.12 4.15 4.11 5/340 23471
/proc/meminfo: memFree=118787236/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2827.73 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67163 0 0 0 282662 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=16520 CPUtime=2820.17 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24327 0 0 0 282002 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=1908288 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=1908288 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2827.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2841.6 s]
/proc/loadavg: 4.10 4.14 4.11 5/340 23471
/proc/meminfo: memFree=118787244/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2840.5 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 283939 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=1797656 CPUtime=2832.94 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 283279 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=1908288 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=1908288 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2840.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2844.8 s]
/proc/loadavg: 4.10 4.14 4.11 5/340 23471
/proc/meminfo: memFree=118787244/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2843.7 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 284259 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2836.13 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 283598 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=2208 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2843.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2846.4 s]
/proc/loadavg: 4.10 4.14 4.11 5/340 23471
/proc/meminfo: memFree=118787244/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2845.29 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 284418 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=17408 CPUtime=2837.73 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 283758 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=2208 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2845.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2848 s]*
/proc/loadavg: 4.09 4.14 4.11 5/340 23472
/proc/meminfo: memFree=118787024/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2846.89 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 284578 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=-6000919498526779757 CPUtime=2839.33 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 283918 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=6656 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=5420 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2846.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2848.8 s]
/proc/loadavg: 4.09 4.14 4.11 5/340 23472
/proc/meminfo: memFree=118787024/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2847.69 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 284658 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=6896 CPUtime=2840.12 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 283997 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=2832136 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=-6000919485524633965 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2847.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2849 s]*
/proc/loadavg: 4.09 4.14 4.11 5/340 23472
/proc/meminfo: memFree=118787024/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19063512 memory=1908288 CPUtime=2847.89 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 67189 0 0 0 284678 111 0 0 20 0 20 0 32099367 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4765878 477072 5529 1 0 1096358 0
[pid=23098/tid=23100] ppid=23095 vsize=19063512 memory=-6000919498526779757 CPUtime=2840.33 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) R 23095 23098 21059 0 -1 4194368 24351 0 0 0 284018 15 0 0 20 0 20 0 32099369 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23118] ppid=23095 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/23098/task/23118/stat : 23118 (Timer-0) S 23095 23098 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32099464 19521036288 477072 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2847.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908288 KiB

[startup+2849.11 s]
/proc/loadavg: 4.09 4.14 4.11 5/340 23472
/proc/meminfo: memFree=118787024/131250000 swapFree=33010684/33010684
[pid=23098] ppid=23095 vsize=19196640 memory=1908800 CPUtime=2848.01 cores=4,6
/proc/23098/stat : 23098 (java) S 23095 23098 21059 0 -1 4194304 69555 0 0 0 284690 111 0 0 20 0 20 0 32099367 19657359360 477200 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
/proc/23098/statm: 4799160 477200 5529 1 0 1097013 0
[pid=23098/tid=23100] ppid=23095 vsize=19196640 memory=10496 CPUtime=2840.36 cores=4,6
/proc/23098/task/23100/stat : 23100 (java) S 23095 23098 21059 0 -1 4194368 25992 0 0 0 284021 15 0 0 20 0 20 0 32099369 19657359360 477200 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23109] ppid=23095 vsize=19196640 memory=1908288 CPUtime=0 cores=4,6
/proc/23098/task/23109/stat : 23109 (Finalizer) S 23095 23098 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32099371 19657359360 477200 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
[pid=23098/tid=23116] ppid=23095 vsize=19196640 memory=17408 CPUtime=0 cores=4,6
/proc/23098/task/23116/stat : 23116 (Common-Cleaner) S 23095 23098 21059 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 32099371 19657359360 477200 18446744073709551615 94566032134144 94566032137840 140728048832448 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94566032145656 94566032146448 94566057771008 140728048834945 140728048835046 140728048835046 140728048840648 0
Current children cumulated CPU time: 2848.01 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1908800 KiB

Child status: 20

Real time (s): 2849.14
CPU time (s): 2848.06
CPU user time (s): 2846.94
CPU system time (s): 1.12492
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1908800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2846.94
system time used= 1.12492
maximum resident set size= 1909056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99257
involuntary context switches= 3055


# summary of solver processes directly reported to runsolver:
#   pid: 23098
#   total CPU time (s): 2848.06
#   total CPU user time (s): 2846.94
#   total CPU system time (s): 1.12492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.7529 second user time and 13.2389 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 04:30:15
IDJOB=4503536
IDBENCH=155520
IDSOLVER=3363
FILE ID=nodeC018/4503536-1751164215
RUNJOBID= nodeC018-1751156866-21070
SLURM_JOB_ID= 9587480
Free space on /tmp= 433020 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503536-1751164215/watcher-4503536-1751164215 -o /tmp/evaluation-result-4503536-1751164215/solver-4503536-1751164215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21070 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503536-1751164215.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=718302586

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126876072 kB
MemAvailable:   126523728 kB
Buffers:            3280 kB
Cached:           458276 kB
SwapCached:            0 kB
Active:          3602160 kB
Inactive:         201916 kB
Active(anon):    3360596 kB
Inactive(anon):        0 kB
Active(file):     241564 kB
Inactive(file):   201916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       3344616 kB
Mapped:           122388 kB
Shmem:             18076 kB
KReclaimable:      86428 kB
Slab:             169944 kB
SReclaimable:      86428 kB
SUnreclaim:        83516 kB
KernelStack:        5232 kB
PageTables:        10252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12539416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3094528 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC018 at 2025-06-29 05:17:45