Trace number 4510010

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 CP 2025-06-06? (TO) 3600.27 3576.85

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.opb
MD5SUMd0c8f70b306f746a2531c5dc399515b9
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 benchmark69.8416
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints380
Number of constraints which are clauses380
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.19	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.43/0.43	c Pseudo Boolean Optimization by upper bound
0.43/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.43	c  - never skip resolution steps
0.43/0.43	c  - Auto-division on coefficients is disabled
0.43/0.43	c  - No postprocessing
0.43/0.43	c  - Conflict is considered as is when resolving
0.43/0.43	c  - Use constraints as they come during conflict analysis
0.43/0.43	c  - Weaken first using unassigned literals
0.43/0.43	c  - Bump strategy: ALWAYS_ONE
0.43/0.43	c  - Bumper: ANY
0.43/0.43	c --- Begin Solver configuration ---
0.43/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.43	c Learn all clauses as in MiniSAT
0.43/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.43	c No reason simplification
0.43/0.43	c Armin Biere (Picosat) restarts strategy
0.43/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.43	c timeout=2147483s
0.43/0.43	c DB Simplification allowed=false
0.43/0.43	c Listener: none
0.43/0.43	c --- End Solver configuration ---
0.43/0.43	c solving HOME/instance-4510010-1751202826.opb
0.43/0.43	c reading problem ... 
0.43/0.43	c  no objective function found
0.62/0.52	c ... done. Wall clock time 0.083s.
0.62/0.52	c declared #vars     185
0.62/0.52	c #constraints  380
0.62/0.53	c constraints type 
0.62/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 380
0.62/0.53	c 380 constraints processed.
2.30/1.33	c cleaning 2495 clauses out of 5000
3.09/1.77	c cleaning 4244 clauses out of 8505
3.87/2.12	c cleaning 5623 clauses out of 11261
4.53/2.51	c cleaning 6808 clauses out of 13638
4.88/2.88	c cleaning 7904 clauses out of 15830
5.56/3.43	c cleaning 8959 clauses out of 17926
6.35/4.12	c cleaning 9979 clauses out of 19967
6.94/4.77	c cleaning 10990 clauses out of 21988
7.70/5.41	c cleaning 11995 clauses out of 23999
8.38/6.04	c cleaning 12972 clauses out of 26003
8.97/6.65	c cleaning 14009 clauses out of 28032
9.67/7.37	c cleaning 14997 clauses out of 30023
10.38/8.05	c cleaning 16012 clauses out of 32026
11.16/8.82	c cleaning 17003 clauses out of 34014
12.07/9.74	c cleaning 17999 clauses out of 36012
12.97/10.63	c cleaning 19000 clauses out of 38012
13.76/11.46	c cleaning 19991 clauses out of 40012
14.86/12.56	c cleaning 21002 clauses out of 42020
16.25/13.98	c cleaning 21998 clauses out of 44020
17.36/15.05	c cleaning 23000 clauses out of 46021
18.54/16.28	c cleaning 23999 clauses out of 48021
19.85/17.57	c cleaning 24994 clauses out of 50022
21.36/19.05	c cleaning 26005 clauses out of 52027
23.04/20.78	c cleaning 26998 clauses out of 54022
24.63/22.32	c cleaning 28002 clauses out of 56024
26.54/24.22	c cleaning 28996 clauses out of 58022
28.64/26.31	c cleaning 30002 clauses out of 60026
30.54/28.27	c cleaning 31003 clauses out of 62025
32.73/30.41	c cleaning 32003 clauses out of 64021
34.92/32.61	c cleaning 32996 clauses out of 66018
36.82/34.55	c cleaning 34001 clauses out of 68023
39.01/36.79	c cleaning 34999 clauses out of 70022
41.42/39.15	c cleaning 36001 clauses out of 72022
43.51/41.28	c cleaning 37002 clauses out of 74021
46.11/43.84	c cleaning 37994 clauses out of 76021
48.69/46.41	c cleaning 38997 clauses out of 78025
51.18/48.99	c cleaning 39999 clauses out of 80028
54.47/52.26	c cleaning 41008 clauses out of 82029
56.97/54.77	c cleaning 42003 clauses out of 84022
59.49/57.26	c cleaning 43001 clauses out of 86019
62.51/60.26	c cleaning 44003 clauses out of 88019
65.91/63.61	c cleaning 45002 clauses out of 90014
69.31/67.06	c cleaning 45990 clauses out of 92012
73.53/71.22	c cleaning 46997 clauses out of 94022
76.86/74.59	c cleaning 48004 clauses out of 96025
80.69/78.36	c cleaning 49002 clauses out of 98024
85.29/82.91	c cleaning 49990 clauses out of 100020
89.53/87.17	c cleaning 51007 clauses out of 102029
93.34/90.95	c cleaning 52000 clauses out of 104022
97.94/95.58	c cleaning 52985 clauses out of 106022
103.28/100.89	c cleaning 54008 clauses out of 108037
109.08/106.66	c cleaning 55008 clauses out of 110029
113.21/110.78	c cleaning 55995 clauses out of 112022
119.57/117.10	c cleaning 57007 clauses out of 114026
124.64/122.09	c cleaning 57996 clauses out of 116019
131.27/128.63	c cleaning 59003 clauses out of 118023
136.81/134.02	c cleaning 60000 clauses out of 120021
142.57/139.70	c cleaning 61002 clauses out of 122021
147.83/144.98	c cleaning 61999 clauses out of 124019
152.72/149.70	c cleaning 62990 clauses out of 126019
158.19/155.12	c cleaning 64005 clauses out of 128030
163.84/160.73	c cleaning 65006 clauses out of 130024
170.76/167.56	c cleaning 65999 clauses out of 132018
178.23/174.91	c cleaning 66992 clauses out of 134019
185.70/182.37	c cleaning 68007 clauses out of 136028
191.15/187.71	c cleaning 69001 clauses out of 138021
197.96/194.40	c cleaning 69993 clauses out of 140021
204.52/200.98	c cleaning 71007 clauses out of 142026
212.70/209.10	c cleaning 72001 clauses out of 144020
224.14/220.33	c cleaning 72989 clauses out of 146019
236.02/232.17	c cleaning 73997 clauses out of 148029
245.19/241.16	c cleaning 75006 clauses out of 150032
256.04/251.94	c cleaning 76009 clauses out of 152026
262.31/258.14	c cleaning 77004 clauses out of 154018
270.65/266.33	c cleaning 77988 clauses out of 156013
277.54/273.17	c cleaning 78998 clauses out of 158025
286.46/281.97	c cleaning 79998 clauses out of 160027
294.33/289.74	c cleaning 80990 clauses out of 162030
302.45/297.75	c cleaning 82008 clauses out of 164042
311.60/306.86	c cleaning 83008 clauses out of 166032
322.73/317.85	c cleaning 83997 clauses out of 168025
332.56/327.55	c cleaning 85007 clauses out of 170031
343.13/338.01	c cleaning 85999 clauses out of 172019
356.18/351.04	c cleaning 86998 clauses out of 174022
369.72/364.50	c cleaning 88005 clauses out of 176023
380.75/375.45	c cleaning 88996 clauses out of 178017
393.99/388.65	c cleaning 90004 clauses out of 180021
407.14/401.64	c cleaning 90997 clauses out of 182019
421.49/415.89	c cleaning 91993 clauses out of 184020
433.37/427.55	c cleaning 93002 clauses out of 186027
443.34/437.46	c cleaning 93993 clauses out of 188028
457.17/451.19	c cleaning 95008 clauses out of 190033
469.37/463.26	c cleaning 95993 clauses out of 192024
482.72/476.48	c cleaning 96995 clauses out of 194033
497.74/491.33	c cleaning 98006 clauses out of 196038
515.06/508.57	c cleaning 99009 clauses out of 198032
526.73/520.10	c cleaning 99983 clauses out of 200021
541.89/535.07	c cleaning 101013 clauses out of 202039
555.80/548.94	c cleaning 102001 clauses out of 204025
571.07/564.03	c cleaning 103001 clauses out of 206026
583.34/576.16	c cleaning 104003 clauses out of 208026
600.54/593.12	c cleaning 105001 clauses out of 210021
617.88/610.39	c cleaning 105995 clauses out of 212019
634.20/626.44	c cleaning 107005 clauses out of 214026
651.03/643.13	c cleaning 107997 clauses out of 216020
668.83/660.85	c cleaning 109000 clauses out of 218022
684.55/676.47	c cleaning 110002 clauses out of 220022
702.24/693.96	c cleaning 110998 clauses out of 222022
719.18/710.73	c cleaning 112002 clauses out of 224022
735.89/727.30	c cleaning 113001 clauses out of 226021
752.99/744.35	c cleaning 113996 clauses out of 228020
767.08/758.30	c cleaning 115005 clauses out of 230024
780.98/772.19	c cleaning 115991 clauses out of 232021
795.16/786.27	c cleaning 117004 clauses out of 234027
815.05/806.07	c cleaning 118000 clauses out of 236023
834.19/825.16	c cleaning 119002 clauses out of 238023
855.58/846.55	c cleaning 120006 clauses out of 240024
869.18/860.04	c cleaning 120996 clauses out of 242015
886.53/877.38	c cleaning 121998 clauses out of 244020
901.36/892.06	c cleaning 123006 clauses out of 246023
921.46/912.06	c cleaning 123998 clauses out of 248015
941.48/931.97	c cleaning 124993 clauses out of 250018
961.52/951.75	c cleaning 126007 clauses out of 252024
979.95/969.95	c cleaning 126995 clauses out of 254018
1006.02/995.97	c cleaning 128000 clauses out of 256022
1023.35/1013.09	c cleaning 128997 clauses out of 258022
1044.16/1033.75	c cleaning 130000 clauses out of 260025
1065.36/1054.70	c cleaning 130999 clauses out of 262026
1087.77/1077.07	c cleaning 132001 clauses out of 264026
1106.54/1095.64	c cleaning 133006 clauses out of 266027
1130.95/1119.94	c cleaning 133999 clauses out of 268019
1151.65/1140.56	c cleaning 134986 clauses out of 270020
1172.73/1161.48	c cleaning 136010 clauses out of 272036
1199.27/1187.81	c cleaning 137005 clauses out of 274024
1222.84/1211.38	c cleaning 138003 clauses out of 276022
1248.56/1236.81	c cleaning 138987 clauses out of 278016
1272.54/1260.76	c cleaning 140001 clauses out of 280030
1295.76/1283.87	c cleaning 141004 clauses out of 282028
1316.37/1304.30	c cleaning 141981 clauses out of 284024
1336.34/1324.19	c cleaning 143012 clauses out of 286043
1358.40/1346.02	c cleaning 144006 clauses out of 288032
1380.83/1368.34	c cleaning 145003 clauses out of 290025
1403.56/1390.82	c cleaning 146001 clauses out of 292022
1427.26/1414.33	c cleaning 146999 clauses out of 294021
1449.03/1435.92	c cleaning 147982 clauses out of 296022
1477.86/1464.53	c cleaning 149012 clauses out of 298041
1505.56/1491.46	c cleaning 150006 clauses out of 300028
1538.82/1524.77	c cleaning 150996 clauses out of 302025
1575.18/1561.12	c cleaning 152002 clauses out of 304027
1615.71/1601.60	c cleaning 153008 clauses out of 306025
1646.87/1632.71	c cleaning 154000 clauses out of 308016
1678.61/1664.39	c cleaning 154998 clauses out of 310017
1705.09/1690.64	c cleaning 155981 clauses out of 312018
1730.08/1715.49	c cleaning 157005 clauses out of 314038
1756.66/1741.90	c cleaning 158007 clauses out of 316032
1787.50/1772.72	c cleaning 158993 clauses out of 318026
1811.27/1796.47	c cleaning 160005 clauses out of 320033
1845.62/1830.63	c cleaning 160986 clauses out of 322027
1870.49/1855.33	c cleaning 161993 clauses out of 324041
1897.56/1882.21	c cleaning 163016 clauses out of 326049
1926.26/1910.72	c cleaning 164004 clauses out of 328032
1956.13/1940.38	c cleaning 164993 clauses out of 330029
1990.48/1974.52	c cleaning 166014 clauses out of 332035
2027.94/2011.82	c cleaning 166995 clauses out of 334021
2060.52/2044.25	c cleaning 168004 clauses out of 336026
2094.73/2078.13	c cleaning 168996 clauses out of 338023
2130.82/2114.02	c cleaning 170005 clauses out of 340027
2170.01/2152.96	c cleaning 171000 clauses out of 342022
2204.91/2187.68	c cleaning 172002 clauses out of 344025
2240.23/2222.84	c cleaning 172998 clauses out of 346021
2266.50/2248.81	c cleaning 174005 clauses out of 348021
2301.11/2283.32	c cleaning 174996 clauses out of 350016
2331.09/2313.21	c cleaning 175988 clauses out of 352022
2365.55/2347.69	c cleaning 176985 clauses out of 354032
2413.20/2395.29	c cleaning 178014 clauses out of 356047
2447.41/2429.23	c cleaning 179004 clauses out of 358034
2488.86/2470.59	c cleaning 180008 clauses out of 360029
2520.30/2501.88	c cleaning 180995 clauses out of 362023
2557.44/2538.83	c cleaning 182005 clauses out of 364028
2594.68/2575.97	c cleaning 182998 clauses out of 366024
2628.66/2609.79	c cleaning 183991 clauses out of 368024
2670.46/2651.40	c cleaning 185007 clauses out of 370033
2708.23/2688.99	c cleaning 185992 clauses out of 372025
2748.74/2729.35	c cleaning 187000 clauses out of 374034
2786.55/2766.92	c cleaning 188012 clauses out of 376036
2822.82/2803.04	c cleaning 189000 clauses out of 378021
2860.49/2840.49	c cleaning 189999 clauses out of 380021
2895.56/2875.35	c cleaning 191003 clauses out of 382023
2941.84/2921.56	c cleaning 192003 clauses out of 384021
2980.99/2960.42	c cleaning 192994 clauses out of 386017
3042.31/3021.44	c cleaning 193993 clauses out of 388024
3088.76/3067.65	c cleaning 194998 clauses out of 390029
3135.50/3114.18	c cleaning 195989 clauses out of 392032
3180.21/3158.61	c cleaning 197014 clauses out of 394043
3223.51/3201.69	c cleaning 198008 clauses out of 396028
3262.88/3240.86	c cleaning 198992 clauses out of 398021
3306.47/3284.21	c cleaning 200004 clauses out of 400029
3366.73/3344.40	c cleaning 200999 clauses out of 402025
3414.13/3391.66	c cleaning 201997 clauses out of 404026
3476.28/3452.92	c cleaning 203001 clauses out of 406029
3532.07/3508.73	c cleaning 203993 clauses out of 408027
3590.81/3567.53	c cleaning 205009 clauses out of 410034
3600.03/3576.72	c timeout
3600.03/3576.74	c starts		: 351
3600.03/3576.75	c conflicts		: 21368113
3600.03/3576.75	c decisions		: 27890471
3600.03/3576.75	c propagations		: 392495267
3600.03/3576.75	c inspects		: 37143599311
3600.03/3576.75	c shortcuts		: 0
3600.03/3576.75	c learnt literals	: 0
3600.03/3576.75	c learnt binary clauses	: 0
3600.03/3576.75	c learnt ternary clauses	: 0
3600.03/3576.75	c learnt constraints	: 21368112
3600.03/3576.75	c ignored constraints	: 0
3600.03/3576.75	c root simplifications	: 0
3600.03/3576.75	c removed literals (reason simplification)	: 0
3600.03/3576.75	c reason swapping (by a shorter reason)	: 0
3600.03/3576.75	c Calls to reduceDB	: 202
3600.03/3576.75	c Number of update (reduction) of LBD	: 0
3600.03/3576.76	c Imported unit clauses	: 0
3600.03/3576.76	c No decision after first conflict	: false
3600.03/3576.76	c number of reductions to clauses (during analyze)	: 0
3600.03/3576.76	c number of learned constraints concerned by reduction	: 0
3600.03/3576.76	c number of learning phase by resolution	: 0
3600.03/3576.76	c number of learning phase by cutting planes	: 0
3600.03/3576.76	c number of rounding to 1 operations	: 0
3600.03/3576.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3576.76	c number of reductions of the coefficients by power 2 	: 0
3600.03/3576.76	c number of right shift for reduction by power 2 	: 0
3600.03/3576.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3576.76	c number of ending skipping 	: 0
3600.03/3576.76	c number of internal skipping 	: 0
3600.03/3576.76	c number of derivation steps 	: 248889118
3600.03/3576.76	c number of skipped derivation steps 	: 0
3600.03/3576.76	c number of remaining unassigned 	: 0
3600.03/3576.76	c number of remaining assigned 	: 0
3600.03/3576.76	c number of falsified literals weakened from reason	: 0
3600.03/3576.76	c number of falsified literals weakened from conflict	: 0
3600.03/3576.76	c time for arithmetic operations	: 0
3600.03/3576.76	c minimum degree of deleted constraints	: null
3600.03/3576.76	c maximum degree of deleted constraints	: null
3600.03/3576.76	c number of deleted constraints	: 0
3600.03/3576.76	c speed (assignments/second)	: 109751.21741433081
3600.03/3576.76	c non guided choices	: 4642
3600.19/3576.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 262137
3600.19/3576.83	s UNKNOWN
3600.19/3576.83	c Total wall clock time (in seconds): 3576.403

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510010-1751202826/watcher-4510010-1751202826 -o /tmp/evaluation-result-4510010-1751202826/solver-4510010-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24716 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510010-1751202826.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10106 s]*
/proc/loadavg: 0.82 1.53 2.58 11/303 24826
/proc/meminfo: memFree=130257532/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=18930344 memory=47548 CPUtime=0.08 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 5416 0 0 0 5 3 0 0 20 0 18 0 35961550 19384672256 11887 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4732586 11887 4953 1 0 546674 0
[pid=24763/tid=24777] ppid=24757 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 4552 0 0 0 4 2 0 0 20 0 18 0 35961553 19384672256 11887 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=18930344 memory=1593 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384672256 11887 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=18930344 memory=60693105869820 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384672256 11887 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 47548 KiB

[startup+0.214448 s]*
/proc/loadavg: 0.82 1.53 2.58 7/321 24844
/proc/meminfo: memFree=130233484/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=18930384 memory=53688 CPUtime=0.27 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 6075 0 0 0 23 4 0 0 20 0 18 0 35961550 19384713216 13422 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4732596 13422 5337 1 0 547234 0
[pid=24763/tid=24777] ppid=24757 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 4966 0 0 0 15 2 0 0 20 0 18 0 35961553 19384713216 13422 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384713216 13422 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 13422 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53688 KiB

[startup+0.319513 s]*
/proc/loadavg: 0.82 1.53 2.58 11/321 24844
/proc/meminfo: memFree=130212452/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=18930384 memory=59808 CPUtime=0.43 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 6582 0 0 0 39 4 0 0 20 0 18 0 35961550 19384713216 14952 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4732596 14952 5337 1 0 547712 0
[pid=24763/tid=24777] ppid=24757 vsize=18930384 memory=-6000919468411414637 CPUtime=0.26 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 5153 0 0 0 24 2 0 0 20 0 18 0 35961553 19384713216 14952 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384713216 14952 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 14952 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59808 KiB

[startup+0.700435 s]
/proc/loadavg: 0.82 1.53 2.58 13/321 24844
/proc/meminfo: memFree=130202812/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=18996948 memory=72096 CPUtime=1.12 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 7020 0 0 0 106 6 0 0 20 0 19 0 35961550 19452874752 18024 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4749237 18024 5401 1 0 548340 0
[pid=24763/tid=24777] ppid=24757 vsize=18996948 memory=17152 CPUtime=0.56 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 5399 0 0 0 53 3 0 0 20 0 19 0 35961553 19452874752 18024 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35961559 19452874752 18024 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35961560 19452874752 18024 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72096 KiB

[startup+1.50031 s]
/proc/loadavg: 0.82 1.53 2.58 9/325 24848
/proc/meminfo: memFree=130002052/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=166904 CPUtime=2.7 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 16439 0 0 0 259 11 0 0 20 0 20 0 35961550 19521036288 41726 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 41726 5465 1 0 552135 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3200 CPUtime=1.29 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 6273 0 0 0 123 6 0 0 20 0 20 0 35961553 19521036288 41726 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 41726 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 41726 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 41726 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166904 KiB

[startup+3.10561 s]
/proc/loadavg: 1.48 1.65 2.61 6/329 24852
/proc/meminfo: memFree=127835632/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=529044 CPUtime=5.2 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 19991 0 0 0 501 19 0 0 20 0 20 0 35961550 19521036288 132261 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 132261 5465 1 0 553489 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=14720 CPUtime=2.87 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 6882 0 0 0 274 13 0 0 20 0 20 0 35961553 19521036288 132261 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 132261 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 132261 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 132261 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 529044 KiB

[startup+6.30045 s]
/proc/loadavg: 1.48 1.65 2.61 5/329 24852
/proc/meminfo: memFree=125309216/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=1252092 CPUtime=8.67 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 20544 0 0 0 833 34 0 0 20 0 20 0 35961550 19521036288 313023 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 313023 5465 1 0 553491 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 7360 0 0 0 575 28 0 0 20 0 20 0 35961553 19521036288 313023 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 313023 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 313023 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=166904 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 313023 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1252092 KiB

[startup+12.7005 s]
/proc/loadavg: 1.87 1.73 2.63 5/329 24852
/proc/meminfo: memFree=124770704/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=1317648 CPUtime=15.05 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 22318 0 0 0 1468 37 0 0 20 0 20 0 35961550 19521036288 329412 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 329412 5465 1 0 553491 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=166904 CPUtime=12.3 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 8621 0 0 0 1200 30 0 0 20 0 20 0 35961553 19521036288 329412 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=1317648 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 329412 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 329412 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 329412 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317648 KiB

[startup+25.5005 s]
/proc/loadavg: 2.27 1.82 2.65 5/329 24853
/proc/meminfo: memFree=122486500/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=1742580 CPUtime=27.85 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 25901 0 0 0 2737 48 0 0 20 0 20 0 35961550 19521036288 435645 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 435645 5465 1 0 660017 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=1317648 CPUtime=24.82 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 9971 0 0 0 2443 39 0 0 20 0 20 0 35961553 19521036288 435645 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 435645 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 435645 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=1742580 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 435645 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 27.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1742580 KiB

[startup+51.1134 s]
/proc/loadavg: 2.93 2.01 2.69 5/329 24853
/proc/meminfo: memFree=120886044/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=1744672 CPUtime=53.39 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 28164 0 0 0 5290 49 0 0 20 0 20 0 35961550 19521036288 436168 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 436168 5465 1 0 660017 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=1744672 CPUtime=49.83 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 11516 0 0 0 4944 39 0 0 20 0 20 0 35961553 19521036288 436168 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=1317648 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 436168 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 436168 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=1744672 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.31 4.41 4.32 5/327 25336
/proc/meminfo: memFree=113016208/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3244.34 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 96731 0 0 0 324153 281 0 0 20 0 20 0 35961550 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777309 5529 1 0 788446 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=14720 CPUtime=3175.05 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 54763 0 0 0 317446 59 0 0 20 0 20 0 35961553 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=3109236 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=3109236 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 974 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=3109236 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3244.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.36 4.31 5/327 25338
/proc/meminfo: memFree=114381056/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3304.57 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 97111 0 0 0 330173 284 0 0 20 0 20 0 35961550 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777309 5529 1 0 788446 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3234.36 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 54974 0 0 0 323377 59 0 0 20 0 20 0 35961553 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1018 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3304.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109236 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.33 4.30 5/327 25344
/proc/meminfo: memFree=112806156/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3364.74 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 98334 0 0 0 336185 289 0 0 20 0 20 0 35961550 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777309 5529 1 0 788446 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3293.85 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 56109 0 0 0 329325 60 0 0 20 0 20 0 35961553 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=3109236 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1019 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777309 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3364.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109236 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.34 4.30 5/327 25346
/proc/meminfo: memFree=112796544/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3425.71 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 101381 0 0 0 342277 294 0 0 20 0 20 0 35961550 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777405 5529 1 0 788551 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109236 CPUtime=3353.18 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 57555 0 0 0 335258 60 0 0 20 0 20 0 35961553 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=-6000919477001349229 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1063 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=3109236 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3425.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.33 4.30 5/326 25348
/proc/meminfo: memFree=112783324/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3485.66 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 102297 0 0 0 348268 298 0 0 20 0 20 0 35961550 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777405 5529 1 0 788551 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3412.65 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 58159 0 0 0 341205 60 0 0 20 0 20 0 35961553 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3485.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.33 4.30 5/326 25416
/proc/meminfo: memFree=112983956/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3545.63 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 102839 0 0 0 354260 303 0 0 20 0 20 0 35961550 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777405 5529 1 0 788551 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3471.93 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 58636 0 0 0 347133 60 0 0 20 0 20 0 35961553 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3545.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.7 s]
/proc/loadavg: 4.24 4.31 4.29 6/326 25483
/proc/meminfo: memFree=114660608/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3600.03 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 103870 0 0 0 359696 307 0 0 20 0 20 0 35961550 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4765878 777405 5529 1 0 788551 0
[pid=24763/tid=24777] ppid=24757 vsize=19063512 memory=3109620 CPUtime=3525.87 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) R 24757 24763 24706 0 -1 4194368 59545 0 0 0 352526 61 0 0 20 0 20 0 35961553 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19063512 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1176 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24845] ppid=24757 vsize=19063512 memory=4660 CPUtime=0 cores=0,2
/proc/24763/task/24845/stat : 24845 (Timer-0) S 24757 24763 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961604 19521036288 777405 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.17 s, system=3.09449 s

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

[startup+3576.8 s]
/proc/loadavg: 4.24 4.31 4.29 6/326 25483
/proc/meminfo: memFree=114660608/131382112 swapFree=33010684/33010684
[pid=24763] ppid=24757 vsize=19263204 memory=3110644 CPUtime=3600.19 cores=0,2
/proc/24763/stat : 24763 (java) S 24757 24763 24706 0 -1 4194304 105965 0 0 0 359711 308 0 0 20 0 21 0 35961550 19725520896 777661 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
/proc/24763/statm: 4815801 777661 5529 1 0 789534 0
[pid=24763/tid=24777] ppid=24757 vsize=19263204 memory=3109620 CPUtime=3525.89 cores=0,2
/proc/24763/task/24777/stat : 24777 (java) S 24757 24763 24706 0 -1 4194368 59802 0 0 0 352528 61 0 0 20 0 21 0 35961553 19725520896 777661 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24808] ppid=24757 vsize=19263204 memory=3109620 CPUtime=0 cores=0,2
/proc/24763/task/24808/stat : 24808 (Finalizer) S 24757 24763 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35961559 19725520896 777661 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
[pid=24763/tid=24825] ppid=24757 vsize=19263204 memory=1792 CPUtime=0 cores=0,2
/proc/24763/task/24825/stat : 24825 (Common-Cleaner) S 24757 24763 24706 0 -1 4194368 1176 0 0 0 0 0 0 0 20 0 21 0 35961560 19725520896 777661 18446744073709551615 94443485908992 94443485912688 140721182454336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94443485920504 94443485921296 94443488841728 140721182460286 140721182460390 140721182460390 140721182465992 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3110644 KiB

Child status: 143

Real time (s): 3576.85
CPU time (s): 3600.27
CPU user time (s): 3597.17
CPU system time (s): 3.09449
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3110644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 3.09449
maximum resident set size= 3110644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126734
involuntary context switches= 13015


# summary of solver processes directly reported to runsolver:
#   pid: 24763
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 3.09449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3447 second user time and 35.1945 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 15:13:47
IDJOB=4510010
IDBENCH=159423
IDSOLVER=3361
FILE ID=nodeC001/4510010-1751202826
RUNJOBID= nodeC001-1751202826-24716
SLURM_JOB_ID= 9587614
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510010-1751202826/watcher-4510010-1751202826 -o /tmp/evaluation-result-4510010-1751202826/solver-4510010-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24716 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510010-1751202826.opb

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

MD5SUM BENCH= d0c8f70b306f746a2531c5dc399515b9
RANDOM SEED=1386003332

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.151
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 pti 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	: 6983.49
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		: 1197.172
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 pti 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	: 6983.49
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.273
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 pti 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	: 6983.49
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		: 1196.992
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 pti 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	: 6983.49
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.541
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 pti 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	: 6983.49
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		: 1197.166
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 pti 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	: 6983.49
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		: 1197.160
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 pti 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	: 6983.49
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		: 1197.086
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 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130313552 kB
MemAvailable:   129957392 kB
Buffers:            3280 kB
Cached:           451776 kB
SwapCached:            0 kB
Active:           313644 kB
Inactive:         206820 kB
Active(anon):      83368 kB
Inactive(anon):        0 kB
Active(file):     230276 kB
Inactive(file):   206820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1340 kB
Writeback:             0 kB
AnonPages:         68832 kB
Mapped:           102232 kB
Shmem:             17960 kB
KReclaimable:      86068 kB
Slab:             166856 kB
SReclaimable:      86068 kB
SUnreclaim:        80788 kB
KernelStack:        3920 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 16:13:24