Trace number 4514131

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.2 3605.7

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n2.opb
MD5SUM9a4787c73b047272369cfbced442c738
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.01037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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.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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4514131-1751223812.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.02s.
0.13/0.16	c declared #vars     213
0.13/0.16	c #constraints  142
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.13/0.16	c 142 constraints processed.
1.46/0.84	c cleaning 2498 clauses out of 5001 with flag 47153/5001
2.85/1.51	c cleaning 4250 clauses out of 8503 with flag 112441/11001
3.75/2.29	c cleaning 5615 clauses out of 11252 with flag 202174/18000
4.84/3.27	c cleaning 6808 clauses out of 13639 with flag 309152/26002
6.04/4.39	c cleaning 7910 clauses out of 15829 with flag 429330/35000
7.46/5.68	c cleaning 8954 clauses out of 17922 with flag 567712/45003
9.37/7.41	c cleaning 9976 clauses out of 19965 with flag 726954/56000
11.37/9.43	c cleaning 10983 clauses out of 21989 with flag 895549/68000
13.56/11.61	c cleaning 11994 clauses out of 24006 with flag 1080420/81000
15.68/13.79	c cleaning 12998 clauses out of 26012 with flag 1277432/95000
18.27/16.37	c cleaning 13993 clauses out of 28014 with flag 1492778/110000
20.97/19.08	c cleaning 15006 clauses out of 30021 with flag 1706438/126000
24.19/22.21	c cleaning 15998 clauses out of 32016 with flag 1944302/143001
27.80/25.83	c cleaning 17002 clauses out of 34018 with flag 2213393/161001
31.69/29.72	c cleaning 17994 clauses out of 36015 with flag 2486848/180000
36.30/34.44	c cleaning 18999 clauses out of 38023 with flag 2784021/200002
41.09/39.28	c cleaning 19995 clauses out of 40022 with flag 3093519/221000
45.17/43.38	c cleaning 21006 clauses out of 42028 with flag 3370940/243001
50.67/48.81	c cleaning 22005 clauses out of 44022 with flag 3667704/266001
55.76/53.93	c cleaning 23002 clauses out of 46018 with flag 3971978/290002
61.64/59.85	c cleaning 23999 clauses out of 48015 with flag 4302992/315001
68.09/66.34	c cleaning 24995 clauses out of 50016 with flag 4663871/341001
75.46/73.72	c cleaning 25999 clauses out of 52022 with flag 5069032/368002
82.55/80.87	c cleaning 27004 clauses out of 54023 with flag 5456548/396002
90.74/89.02	c cleaning 28001 clauses out of 56017 with flag 5838625/425000
99.41/97.57	c cleaning 29004 clauses out of 58018 with flag 6234437/455002
108.01/106.17	c cleaning 30000 clauses out of 60013 with flag 6635076/486001
116.68/114.89	c cleaning 30995 clauses out of 62014 with flag 7081810/518002
126.97/125.13	c cleaning 32007 clauses out of 64017 with flag 7562344/551000
137.11/135.31	c cleaning 32997 clauses out of 66011 with flag 8013764/585001
146.02/144.26	c cleaning 34000 clauses out of 68015 with flag 8489179/620002
155.82/154.06	c cleaning 35002 clauses out of 70015 with flag 8990455/656002
166.34/164.63	c cleaning 35989 clauses out of 72011 with flag 9505846/693000
176.34/174.63	c cleaning 36998 clauses out of 74024 with flag 10014391/731002
187.41/185.71	c cleaning 37998 clauses out of 76026 with flag 10574457/770002
200.35/198.74	c cleaning 38996 clauses out of 78026 with flag 11136604/810000
212.72/211.15	c cleaning 40003 clauses out of 80030 with flag 11737314/851000
225.07/223.50	c cleaning 41001 clauses out of 82028 with flag 12323503/893001
237.93/236.45	c cleaning 42003 clauses out of 84026 with flag 12935394/936000
253.67/252.24	c cleaning 43001 clauses out of 86024 with flag 13587793/980001
267.83/266.47	c cleaning 44000 clauses out of 88022 with flag 14216752/1025000
283.38/282.05	c cleaning 45002 clauses out of 90024 with flag 14888581/1071002
299.83/298.51	c cleaning 46000 clauses out of 92020 with flag 15561409/1118000
315.78/314.53	c cleaning 47004 clauses out of 94024 with flag 16156340/1166004
331.86/330.65	c cleaning 48003 clauses out of 96018 with flag 16819635/1215002
349.19/348.05	c cleaning 48997 clauses out of 98014 with flag 17504170/1265001
368.05/366.90	c cleaning 49996 clauses out of 100019 with flag 18247362/1316003
385.29/384.24	c cleaning 51002 clauses out of 102021 with flag 18915268/1368001
407.18/406.27	c cleaning 51995 clauses out of 104020 with flag 19601638/1421002
427.16/426.24	c cleaning 53000 clauses out of 106023 with flag 20319977/1475000
451.49/450.64	c cleaning 53998 clauses out of 108025 with flag 21052458/1530002
474.90/474.10	c cleaning 55004 clauses out of 110025 with flag 21867068/1586000
496.72/496.01	c cleaning 55998 clauses out of 112023 with flag 22621351/1643002
520.40/519.74	c cleaning 57006 clauses out of 114023 with flag 23397180/1701000
542.15/541.52	c cleaning 57997 clauses out of 116019 with flag 24128136/1760002
566.47/565.95	c cleaning 59001 clauses out of 118020 with flag 24944294/1820000
593.31/592.83	c cleaning 60002 clauses out of 120019 with flag 25750452/1881000
615.89/615.44	c cleaning 61004 clauses out of 122018 with flag 26537171/1943001
641.55/641.15	c cleaning 62000 clauses out of 124014 with flag 27363959/2006001
667.46/667.10	c cleaning 62995 clauses out of 126013 with flag 28245587/2070000
698.91/698.60	c cleaning 63996 clauses out of 128018 with flag 29158408/2135000
728.75/728.57	c cleaning 64999 clauses out of 130023 with flag 30156028/2201001
759.62/759.32	c cleaning 66008 clauses out of 132028 with flag 31095127/2268005
793.08/792.82	c cleaning 66998 clauses out of 134016 with flag 32029015/2336001
822.46/822.28	c cleaning 67998 clauses out of 136017 with flag 32867937/2405000
849.50/849.30	c cleaning 68997 clauses out of 138021 with flag 33639479/2475002
879.56/879.41	c cleaning 70000 clauses out of 140022 with flag 34465625/2546000
906.32/906.21	c cleaning 71002 clauses out of 142023 with flag 35257429/2618001
934.00/934.26	c cleaning 71998 clauses out of 144020 with flag 36136743/2691000
961.33/961.62	c cleaning 73001 clauses out of 146026 with flag 37032592/2765004
990.68/991.04	c cleaning 74003 clauses out of 148022 with flag 37993486/2840001
1020.51/1020.90	c cleaning 74994 clauses out of 150018 with flag 38968996/2916000
1051.06/1051.72	c cleaning 75996 clauses out of 152024 with flag 39940053/2993000
1086.00/1086.78	c cleaning 77005 clauses out of 154030 with flag 40953011/3071002
1117.46/1118.28	c cleaning 78003 clauses out of 156025 with flag 41941447/3150002
1150.80/1151.69	c cleaning 78997 clauses out of 158021 with flag 42923602/3230001
1189.82/1190.70	c cleaning 79992 clauses out of 160024 with flag 44034268/3311001
1226.86/1227.84	c cleaning 80998 clauses out of 162033 with flag 45088897/3393002
1266.16/1267.26	c cleaning 82004 clauses out of 164034 with flag 46216112/3476001
1306.49/1307.60	c cleaning 82993 clauses out of 166032 with flag 47359110/3560003
1347.83/1349.05	c cleaning 84002 clauses out of 168036 with flag 48530963/3645000
1386.62/1387.92	c cleaning 85007 clauses out of 170036 with flag 49633584/3731002
1429.65/1431.05	c cleaning 85994 clauses out of 172027 with flag 50762794/3818000
1471.26/1472.77	c cleaning 87006 clauses out of 174034 with flag 51984981/3906001
1518.63/1520.24	c cleaning 87992 clauses out of 176029 with flag 53217875/3995002
1565.88/1567.55	c cleaning 89011 clauses out of 178041 with flag 54401373/4085006
1618.67/1620.45	c cleaning 89994 clauses out of 180025 with flag 55577608/4176001
1669.22/1671.02	c cleaning 91005 clauses out of 182030 with flag 56849866/4268000
1724.81/1726.74	c cleaning 92001 clauses out of 184025 with flag 58193085/4361000
1780.12/1782.19	c cleaning 93000 clauses out of 186024 with flag 59461911/4455000
1835.69/1838.01	c cleaning 93996 clauses out of 188026 with flag 60724005/4550002
1887.68/1890.10	c cleaning 95000 clauses out of 190030 with flag 62008193/4646002
1954.63/1957.29	c cleaning 95990 clauses out of 192028 with flag 63331981/4743000
2019.75/2022.48	c cleaning 97010 clauses out of 194039 with flag 64741940/4841001
2093.20/2096.07	c cleaning 98007 clauses out of 196028 with flag 66184104/4940000
2159.65/2162.63	c cleaning 99000 clauses out of 198022 with flag 67557880/5040001
2238.56/2241.67	c cleaning 99984 clauses out of 200021 with flag 69059437/5141000
2309.29/2312.59	c cleaning 101001 clauses out of 202037 with flag 70454826/5243000
2382.15/2385.41	c cleaning 102002 clauses out of 204036 with flag 71881735/5346000
2460.18/2463.48	c cleaning 103006 clauses out of 206036 with flag 73276965/5450002
2542.11/2545.59	c cleaning 103984 clauses out of 208028 with flag 74664715/5555000
2624.61/2628.21	c cleaning 105009 clauses out of 210044 with flag 76153516/5661000
2696.99/2700.70	c cleaning 106007 clauses out of 212036 with flag 77614297/5768001
2773.31/2777.29	c cleaning 106993 clauses out of 214028 with flag 79132211/5876000
2844.96/2849.09	c cleaning 108002 clauses out of 216035 with flag 80641436/5985000
2923.86/2928.12	c cleaning 109004 clauses out of 218033 with flag 82092927/6095000
2999.34/3003.72	c cleaning 110005 clauses out of 220029 with flag 83572654/6206000
3063.93/3068.44	c cleaning 110993 clauses out of 222025 with flag 84982570/6318001
3126.00/3130.67	c cleaning 112000 clauses out of 224031 with flag 86363015/6431000
3192.82/3197.53	c cleaning 112999 clauses out of 226031 with flag 87793934/6545000
3262.95/3267.84	c cleaning 114001 clauses out of 228032 with flag 89310236/6660000
3342.48/3347.56	c cleaning 115000 clauses out of 230031 with flag 90911818/6776000
3422.67/3427.89	c cleaning 116001 clauses out of 232031 with flag 92508239/6893000
3496.71/3502.04	c cleaning 117003 clauses out of 234030 with flag 93900108/7011000
3588.76/3594.33	c cleaning 118002 clauses out of 236029 with flag 95278820/7130002
3600.06/3605.61	c starts		: 681
3600.06/3605.61	c timeout
3600.06/3605.62	c conflicts		: 7149811
3600.06/3605.62	c decisions		: 8019190
3600.06/3605.62	c propagations		: 181995750
3600.06/3605.62	c inspects		: 39938865915
3600.06/3605.62	c shortcuts		: 0
3600.06/3605.62	c learnt literals	: 0
3600.06/3605.62	c learnt binary clauses	: 0
3600.06/3605.62	c learnt ternary clauses	: 0
3600.06/3605.62	c learnt constraints	: 7149811
3600.06/3605.62	c ignored constraints	: 0
3600.06/3605.62	c root simplifications	: 0
3600.06/3605.62	c removed literals (reason simplification)	: 107154307
3600.06/3605.62	c reason swapping (by a shorter reason)	: 0
3600.06/3605.62	c Calls to reduceDB	: 115
3600.06/3605.62	c Number of update (reduction) of LBD	: 2640469
3600.06/3605.62	c Imported unit clauses	: 0
3600.06/3605.62	c No decision after first conflict	: false
3600.06/3605.62	c number of reductions to clauses (during analyze)	: 0
3600.06/3605.62	c number of learned constraints concerned by reduction	: 0
3600.06/3605.62	c number of learning phase by resolution	: 0
3600.06/3605.62	c number of learning phase by cutting planes	: 0
3600.06/3605.62	c number of rounding to 1 operations	: 0
3600.06/3605.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3605.62	c number of reductions of the coefficients by power 2 	: 0
3600.06/3605.62	c number of right shift for reduction by power 2 	: 0
3600.06/3605.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3605.62	c number of ending skipping 	: 0
3600.06/3605.62	c number of internal skipping 	: 0
3600.06/3605.62	c number of derivation steps 	: 0
3600.06/3605.62	c number of skipped derivation steps 	: 0
3600.06/3605.62	c number of remaining unassigned 	: 0
3600.06/3605.62	c number of remaining assigned 	: 0
3600.06/3605.62	c number of falsified literals weakened from reason	: 0
3600.06/3605.62	c number of falsified literals weakened from conflict	: 0
3600.06/3605.62	c time for arithmetic operations	: 0
3600.06/3605.62	c minimum degree of deleted constraints	: null
3600.06/3605.62	c maximum degree of deleted constraints	: null
3600.06/3605.62	c number of deleted constraints	: 0
3600.06/3605.62	c speed (assignments/second)	: 50477.7469757715
3600.06/3605.62	c non guided choices	: 63
3600.06/3605.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137836
3600.06/3605.68	s UNKNOWN
3600.06/3605.68	c Total wall clock time (in seconds): 3605.547

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60284 MiB free)
  memory of node 1: 64465 MiB (54669 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514131-1751223812/watcher-4514131-1751223812 -o /tmp/evaluation-result-4514131-1751223812/solver-4514131-1751223812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514131-1751223812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514131-1751223812.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31677, runsolver pid=31674

[startup+0.10006 s]*
/proc/loadavg: 4.10 4.09 4.11 5/344 31695
/proc/meminfo: memFree=117685080/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=18930384 memory=55652 CPUtime=0.13 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 6555 0 0 0 11 2 0 0 20 0 18 0 38059849 19384713216 13913 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4732596 13913 5342 1 0 547604 0
[pid=31677/tid=31679] ppid=31674 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 38059850 19384713216 13913 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38059852 19384713216 13913 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=18930384 memory=59585004333716 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38059852 19384713216 13913 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55652 KiB

[startup+0.205862 s]*
/proc/loadavg: 4.10 4.09 4.11 7/345 31696
/proc/meminfo: memFree=117678968/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=18996948 memory=64256 CPUtime=0.31 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 7085 0 0 0 29 2 0 0 20 0 19 0 38059849 19452874752 16064 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4749237 16064 5438 1 0 548225 0
[pid=31677/tid=31679] ppid=31674 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 5331 0 0 0 16 1 0 0 20 0 19 0 38059850 19452874752 16064 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=18996948 memory=2569 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 16064 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 16064 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=18996948 memory=107849 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38059865 19452874752 16064 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64256 KiB

[startup+0.305815 s]*
/proc/loadavg: 4.10 4.09 4.11 6/345 31696
/proc/meminfo: memFree=117662584/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=18996948 memory=82500 CPUtime=0.5 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 9007 0 0 0 47 3 0 0 20 0 19 0 38059849 19452874752 20625 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4749237 20625 5438 1 0 549105 0
[pid=31677/tid=31679] ppid=31674 vsize=18996948 memory=-6000919489852762988 CPUtime=0.26 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 5351 0 0 0 25 1 0 0 20 0 19 0 38059850 19452874752 20625 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 20625 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 20625 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38059865 19452874752 20625 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82500 KiB

[startup+0.700241 s]
/proc/loadavg: 4.10 4.09 4.11 6/345 31696
/proc/meminfo: memFree=117624844/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=18996948 memory=153340 CPUtime=1.27 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 12197 0 0 0 121 6 0 0 20 0 19 0 38059849 19452874752 38335 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4749237 38335 5438 1 0 551320 0
[pid=31677/tid=31679] ppid=31674 vsize=18996948 memory=17536 CPUtime=0.64 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 5393 0 0 0 61 3 0 0 20 0 19 0 38059850 19452874752 38335 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 38335 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38059852 19452874752 38335 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38059865 19452874752 38335 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153340 KiB

[startup+1.50023 s]
/proc/loadavg: 4.10 4.09 4.11 6/346 31697
/proc/meminfo: memFree=117564228/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=171936 CPUtime=2.85 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 16987 0 0 0 278 7 0 0 20 0 20 0 38059849 19521036288 42984 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 42984 5470 1 0 552945 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=0 CPUtime=1.38 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 5708 0 0 0 135 3 0 0 20 0 20 0 38059850 19521036288 42984 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 42984 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 42984 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 42984 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171936 KiB

[startup+3.10566 s]
/proc/loadavg: 4.09 4.09 4.10 5/346 31697
/proc/meminfo: memFree=117548560/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=176408 CPUtime=4.74 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 19704 0 0 0 466 8 0 0 20 0 20 0 38059849 19521036288 44102 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 44102 5470 1 0 552947 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=10752 CPUtime=2.97 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 6195 0 0 0 293 4 0 0 20 0 20 0 38059850 19521036288 44102 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=-6000919489852762988 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 44102 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 44102 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 44102 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176408 KiB

[startup+6.30023 s]
/proc/loadavg: 4.09 4.09 4.10 5/346 31697
/proc/meminfo: memFree=117402260/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=296392 CPUtime=8.26 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 21721 0 0 0 812 14 0 0 20 0 20 0 38059849 19521036288 74098 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 74098 5470 1 0 552951 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=0 CPUtime=6.15 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 6343 0 0 0 607 8 0 0 20 0 20 0 38059850 19521036288 74098 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 74098 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 74098 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=172064 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 74098 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 296392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.10 5/346 31697
/proc/meminfo: memFree=116854480/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=876112 CPUtime=14.67 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 24991 0 0 0 1439 28 0 0 20 0 20 0 38059849 19521036288 219028 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 219028 5470 1 0 552951 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=172064 CPUtime=12.54 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 7857 0 0 0 1232 22 0 0 20 0 20 0 38059850 19521036288 219028 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=753104 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 219028 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 219028 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 219028 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 876112 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.10 5/346 31697
/proc/meminfo: memFree=116467368/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=1169004 CPUtime=27.49 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 29140 0 0 0 2710 39 0 0 20 0 20 0 38059849 19521036288 292251 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 292251 5470 1 0 552951 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=753104 CPUtime=25.29 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 9368 0 0 0 2496 33 0 0 20 0 20 0 38059850 19521036288 292251 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 292251 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=925292 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 292251 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 292251 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 27.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1169004 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.09 4.10 5/346 31698
/proc/meminfo: memFree=116080540/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=1310360 CPUtime=52.97 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 32424 0 0 0 5245 52 0 0 20 0 20 0 38059849 19521036288 327590 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 327590 5470 1 0 552951 0

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

/proc/meminfo: memFree=117113632/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2156360 CPUtime=3217.53 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 92852 0 0 0 321021 732 0 0 20 0 20 0 38059849 19521036288 539090 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539090 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3206.19 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 37666 0 0 0 319995 624 0 0 20 0 20 0 38059850 19521036288 539090 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=2156360 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539090 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539090 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=10112 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539090 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3217.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.09 6/345 32068
/proc/meminfo: memFree=116799992/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3277.42 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 92905 0 0 0 326999 743 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3265.93 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 37676 0 0 0 325959 634 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=2154112 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3277.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 6/345 32070
/proc/meminfo: memFree=116454684/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3337.29 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 93126 0 0 0 332977 752 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3325.69 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 37854 0 0 0 331927 642 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3337.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/346 32073
/proc/meminfo: memFree=116225240/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3397.17 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 94713 0 0 0 338953 764 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3385.43 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 38681 0 0 0 337891 652 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3397.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/346 32086
/proc/meminfo: memFree=116005096/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3457.07 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 95946 0 0 0 344930 777 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3445.16 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 39701 0 0 0 343852 664 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=-6000919489852762988 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3457.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/346 32088
/proc/meminfo: memFree=115772184/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3516.93 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 96451 0 0 0 350902 791 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3504.87 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 39763 0 0 0 349812 675 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=-6000919489852762988 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3516.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/343 32090
/proc/meminfo: memFree=115540884/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3576.78 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 96474 0 0 0 356876 802 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=2154112 CPUtime=3564.63 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 39765 0 0 0 355778 685 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=2158496 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3576.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.6 s]
/proc/loadavg: 4.21 4.13 4.10 6/343 32091
/proc/meminfo: memFree=115456284/131250000 swapFree=33010684/33010684
[pid=31677] ppid=31674 vsize=19063512 memory=2158496 CPUtime=3600.06 cores=0,2
/proc/31677/stat : 31677 (java) S 31674 31677 30647 0 -1 4194304 96652 0 0 0 359201 805 0 0 20 0 20 0 38059849 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
/proc/31677/statm: 4765878 539624 5534 1 0 553842 0
[pid=31677/tid=31679] ppid=31674 vsize=19063512 memory=-6000919489852762988 CPUtime=3587.79 cores=0,2
/proc/31677/task/31679/stat : 31679 (java) R 31674 31677 30647 0 -1 4194368 39924 0 0 0 358091 688 0 0 20 0 20 0 38059850 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31688] ppid=31674 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31677/task/31688/stat : 31688 (Finalizer) S 31674 31677 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31695] ppid=31674 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31677/task/31695/stat : 31695 (Common-Cleaner) S 31674 31677 30647 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 38059852 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
[pid=31677/tid=31696] ppid=31674 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/31677/task/31696/stat : 31696 (Timer-0) S 31674 31677 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38059865 19521036288 539624 18446744073709551615 94290646462464 94290646466160 140728892569744 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290646473976 94290646474768 94290675662848 140728892574000 140728892574182 140728892574182 140728892579784 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.13 s, system=8.07277 s

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

Child status: 143

Real time (s): 3605.7
CPU time (s): 3600.2
CPU user time (s): 3592.13
CPU system time (s): 8.07277
CPU usage (%): 99.8473
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2159736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.13
system time used= 8.07277
maximum resident set size= 2159736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5700144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107632
involuntary context switches= 9943


# summary of solver processes directly reported to runsolver:
#   pid: 31677
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3592.13
#   total CPU system time (s): 8.07277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30328 second user time and 16.5936 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 21:03:32
IDJOB=4514131
IDBENCH=162605
IDSOLVER=3364
FILE ID=nodeC026/4514131-1751223812
RUNJOBID= nodeC026-1751218367-30657
SLURM_JOB_ID= 9587668
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v071-n2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514131-1751223812/watcher-4514131-1751223812 -o /tmp/evaluation-result-4514131-1751223812/solver-4514131-1751223812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514131-1751223812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514131-1751223812.opb

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

MD5SUM BENCH= 9a4787c73b047272369cfbced442c738
RANDOM SEED=353976246

nodeC026 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		: 3532.339
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.59
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.814
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117712020 kB
MemAvailable:   124816956 kB
Buffers:            3280 kB
Cached:          7900968 kB
SwapCached:            0 kB
Active:          5309304 kB
Inactive:        7643588 kB
Active(anon):    5066824 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  7643588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24592 kB
Writeback:             0 kB
AnonPages:       5051800 kB
Mapped:           122916 kB
Shmem:             18080 kB
KReclaimable:     116212 kB
Slab:             204504 kB
SReclaimable:     116212 kB
SUnreclaim:        88292 kB
KernelStack:        5264 kB
PageTables:        13480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7056132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4831232 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC026 at 2025-06-29 22:03:38