Trace number 4510985

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.22 3607.29

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
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 constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4510985-1751199712.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.33/0.26	c ... done. Wall clock time 0.133s.
0.33/0.26	c declared #vars     4830
0.33/0.26	c #constraints  15140
0.33/0.26	c constraints type 
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 13530
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1610
0.33/0.27	c 15140 constraints processed.
3.18/1.75	c cleaning 2478 clauses out of 5000 with flag 306910/5000
4.74/2.89	c cleaning 4255 clauses out of 8522 with flag 454791/11000
6.04/4.04	c cleaning 5628 clauses out of 11267 with flag 720077/18000
7.58/5.56	c cleaning 6816 clauses out of 13641 with flag 1283873/26002
9.48/7.45	c cleaning 7905 clauses out of 15823 with flag 1880676/35000
11.79/9.62	c cleaning 8949 clauses out of 17920 with flag 2337917/45002
13.99/11.88	c cleaning 9981 clauses out of 19970 with flag 2501996/56001
16.62/14.40	c cleaning 10988 clauses out of 21988 with flag 2699435/68000
19.34/17.19	c cleaning 11993 clauses out of 24001 with flag 2900695/81001
22.43/20.27	c cleaning 12997 clauses out of 26007 with flag 3131521/95000
26.02/23.82	c cleaning 13991 clauses out of 28010 with flag 3392824/110000
29.72/27.56	c cleaning 14998 clauses out of 30019 with flag 3665164/126000
34.24/32.05	c cleaning 16003 clauses out of 32022 with flag 3983245/143001
39.09/36.95	c cleaning 17002 clauses out of 34022 with flag 4301897/161004
44.38/42.23	c cleaning 18002 clauses out of 36018 with flag 4647653/180002
50.46/48.34	c cleaning 18996 clauses out of 38015 with flag 5011735/200001
56.67/54.56	c cleaning 20006 clauses out of 40019 with flag 5393689/221001
62.39/60.21	c cleaning 20999 clauses out of 42014 with flag 5760095/243002
67.77/65.67	c cleaning 22005 clauses out of 44013 with flag 6060500/266000
73.54/71.44	c cleaning 22993 clauses out of 46008 with flag 6363999/290000
79.46/77.34	c cleaning 23993 clauses out of 48016 with flag 6722068/315001
85.94/83.84	c cleaning 24999 clauses out of 50022 with flag 7155107/341000
92.24/90.18	c cleaning 26009 clauses out of 52024 with flag 7594966/368001
99.36/97.31	c cleaning 26999 clauses out of 54014 with flag 8029608/396000
106.54/104.55	c cleaning 27988 clauses out of 56016 with flag 8519569/425001
114.24/112.23	c cleaning 28992 clauses out of 58027 with flag 9008244/455000
123.98/121.97	c cleaning 30002 clauses out of 60036 with flag 9561013/486001
132.58/130.68	c cleaning 31005 clauses out of 62034 with flag 10159319/518001
141.97/140.09	c cleaning 32013 clauses out of 64029 with flag 10753179/551001
151.47/149.56	c cleaning 32996 clauses out of 66016 with flag 11334321/585001
161.30/159.44	c cleaning 33998 clauses out of 68020 with flag 11923436/620001
172.20/170.30	c cleaning 34999 clauses out of 70023 with flag 12553861/656002
182.77/180.97	c cleaning 36000 clauses out of 72023 with flag 13218416/693001
194.61/192.81	c cleaning 36998 clauses out of 74022 with flag 13879174/731000
208.00/206.27	c cleaning 37999 clauses out of 76026 with flag 14610898/770002
222.04/220.33	c cleaning 38998 clauses out of 78026 with flag 15348293/810001
236.21/234.52	c cleaning 40002 clauses out of 80028 with flag 16097448/851001
250.90/249.20	c cleaning 40996 clauses out of 82027 with flag 16893282/893002
267.02/265.42	c cleaning 42002 clauses out of 84029 with flag 17750531/936000
282.74/281.26	c cleaning 43002 clauses out of 86028 with flag 18575416/980001
296.83/295.39	c cleaning 44010 clauses out of 88028 with flag 19357383/1025003
311.79/310.32	c cleaning 44999 clauses out of 90015 with flag 20167570/1071000
325.33/323.94	c cleaning 46000 clauses out of 92016 with flag 20979460/1118000
339.83/338.47	c cleaning 46998 clauses out of 94017 with flag 21774098/1166001
355.63/354.39	c cleaning 48000 clauses out of 96018 with flag 22678868/1215000
370.52/369.22	c cleaning 49004 clauses out of 98019 with flag 23532603/1265001
389.69/388.45	c cleaning 49997 clauses out of 100015 with flag 24550294/1316001
406.41/405.20	c cleaning 51005 clauses out of 102019 with flag 25450064/1368002
424.90/423.80	c cleaning 52003 clauses out of 104013 with flag 26452265/1421001
443.73/442.66	c cleaning 52996 clauses out of 106009 with flag 27441997/1475000
465.81/464.72	c cleaning 53998 clauses out of 108014 with flag 28566055/1530001
486.03/485.01	c cleaning 54996 clauses out of 110016 with flag 29601390/1586001
502.69/501.70	c cleaning 55998 clauses out of 112019 with flag 30493280/1643000
526.53/525.62	c cleaning 57001 clauses out of 114021 with flag 31633452/1701000
551.17/550.57	c cleaning 58005 clauses out of 116021 with flag 32805469/1760001
572.32/571.71	c cleaning 58997 clauses out of 118015 with flag 33871034/1820000
596.06/595.56	c cleaning 60006 clauses out of 120019 with flag 35052996/1881001
619.97/619.59	c cleaning 60993 clauses out of 122012 with flag 36262225/1943000
645.45/645.01	c cleaning 62001 clauses out of 124019 with flag 37513650/2006000
666.91/666.56	c cleaning 63002 clauses out of 126018 with flag 38678850/2070000
693.22/692.95	c cleaning 64000 clauses out of 128017 with flag 39917729/2135001
722.11/721.99	c cleaning 65007 clauses out of 130017 with flag 41251422/2201001
751.14/751.03	c cleaning 65997 clauses out of 132010 with flag 42581406/2268001
784.78/785.27	c cleaning 66997 clauses out of 134012 with flag 43995653/2336000
813.81/814.34	c cleaning 67991 clauses out of 136016 with flag 45373531/2405001
845.74/846.30	c cleaning 69002 clauses out of 138025 with flag 46782096/2475001
877.98/878.74	c cleaning 70001 clauses out of 140023 with flag 48223254/2546001
914.90/915.93	c cleaning 71001 clauses out of 142021 with flag 49600566/2618000
951.48/952.65	c cleaning 72008 clauses out of 144021 with flag 51126716/2691001
983.02/984.31	c cleaning 72998 clauses out of 146012 with flag 52669610/2765000
1013.64/1015.06	c cleaning 74000 clauses out of 148014 with flag 54160619/2840000
1041.84/1043.35	c cleaning 75002 clauses out of 150017 with flag 55625369/2916003
1076.67/1078.26	c cleaning 76001 clauses out of 152012 with flag 57212368/2993000
1113.19/1114.81	c cleaning 77000 clauses out of 154011 with flag 58823669/3071000
1144.05/1145.77	c cleaning 77992 clauses out of 156014 with flag 60318749/3150003
1181.96/1183.74	c cleaning 78998 clauses out of 158021 with flag 61937644/3230002
1221.81/1223.72	c cleaning 80008 clauses out of 160021 with flag 63755441/3311000
1258.05/1260.03	c cleaning 80998 clauses out of 162013 with flag 65406688/3393000
1299.36/1301.42	c cleaning 81992 clauses out of 164015 with flag 66872935/3476000
1338.72/1340.83	c cleaning 82998 clauses out of 166023 with flag 68456681/3560000
1377.10/1379.36	c cleaning 83995 clauses out of 168026 with flag 69917143/3645001
1420.45/1422.74	c cleaning 84998 clauses out of 170030 with flag 71690845/3731000
1470.86/1473.21	c cleaning 86001 clauses out of 172032 with flag 73440724/3818000
1513.40/1515.85	c cleaning 87010 clauses out of 174033 with flag 75285152/3906002
1563.56/1566.12	c cleaning 87986 clauses out of 176023 with flag 77079602/3995002
1607.77/1610.48	c cleaning 89010 clauses out of 178035 with flag 78964226/4085000
1661.26/1664.10	c cleaning 90008 clauses out of 180025 with flag 80853701/4176000
1726.03/1728.92	c cleaning 91001 clauses out of 182019 with flag 82759013/4268002
1781.63/1784.67	c cleaning 92006 clauses out of 184017 with flag 84717108/4361001
1833.75/1836.91	c cleaning 92993 clauses out of 186010 with flag 86702890/4455000
1882.26/1885.58	c cleaning 93992 clauses out of 188017 with flag 88624590/4550000
1932.42/1935.84	c cleaning 95010 clauses out of 190026 with flag 90528385/4646001
1987.70/1991.27	c cleaning 96001 clauses out of 192017 with flag 92595464/4743002
2041.09/2044.70	c cleaning 97006 clauses out of 194016 with flag 94750381/4841002
2096.76/2100.51	c cleaning 97993 clauses out of 196009 with flag 96828378/4940001
2155.85/2159.71	c cleaning 99007 clauses out of 198015 with flag 98923280/5040000
2209.28/2213.28	c cleaning 100005 clauses out of 200011 with flag 100835351/5141003
2267.11/2271.13	c cleaning 100986 clauses out of 202004 with flag 102933730/5243001
2315.22/2319.32	c cleaning 101997 clauses out of 204017 with flag 104978645/5346000
2370.37/2375.13	c cleaning 103007 clauses out of 206021 with flag 107179801/5450001
2417.49/2422.35	c cleaning 104001 clauses out of 208013 with flag 109325524/5555000
2471.77/2476.76	c cleaning 104992 clauses out of 210012 with flag 111447155/5661000
2533.87/2538.99	c cleaning 106006 clauses out of 212021 with flag 113728728/5768001
2597.60/2602.80	c cleaning 107000 clauses out of 214014 with flag 115964440/5876000
2669.24/2674.63	c cleaning 108001 clauses out of 216014 with flag 118106931/5985000
2737.19/2742.72	c cleaning 108993 clauses out of 218013 with flag 120318797/6095000
2793.03/2798.65	c cleaning 110007 clauses out of 220022 with flag 122513649/6206002
2862.74/2868.28	c cleaning 111005 clauses out of 222013 with flag 124779159/6318000
2931.38/2937.00	c cleaning 111996 clauses out of 224008 with flag 126964606/6431000
3003.93/3009.75	c cleaning 112999 clauses out of 226014 with flag 129152481/6545002
3075.69/3081.60	c cleaning 113999 clauses out of 228013 with flag 131398514/6660000
3162.11/3168.22	c cleaning 115001 clauses out of 230015 with flag 133826239/6776001
3243.45/3249.78	c cleaning 115986 clauses out of 232013 with flag 136132552/6893000
3324.10/3330.62	c cleaning 117008 clauses out of 234028 with flag 138337063/7011001
3400.46/3407.14	c cleaning 118001 clauses out of 236020 with flag 140528862/7130001
3494.13/3501.04	c cleaning 119002 clauses out of 238019 with flag 143051971/7250001
3571.74/3578.88	c cleaning 119996 clauses out of 240016 with flag 145721958/7371000
3600.07/3607.21	c starts		: 13010
3600.07/3607.21	c timeout
3600.07/3607.21	c conflicts		: 7424933
3600.07/3607.21	c decisions		: 9818029
3600.07/3607.21	c propagations		: 2757871851
3600.07/3607.21	c inspects		: 39188520230
3600.07/3607.21	c shortcuts		: 0
3600.07/3607.21	c learnt literals	: 0
3600.07/3607.21	c learnt binary clauses	: 0
3600.07/3607.21	c learnt ternary clauses	: 4257
3600.07/3607.21	c learnt constraints	: 7424933
3600.07/3607.21	c ignored constraints	: 0
3600.07/3607.21	c root simplifications	: 0
3600.07/3607.21	c removed literals (reason simplification)	: 810643824
3600.07/3607.21	c reason swapping (by a shorter reason)	: 0
3600.07/3607.21	c Calls to reduceDB	: 117
3600.07/3607.21	c Number of update (reduction) of LBD	: 3119893
3600.07/3607.21	c Imported unit clauses	: 0
3600.07/3607.22	c No decision after first conflict	: false
3600.07/3607.22	c number of reductions to clauses (during analyze)	: 0
3600.07/3607.22	c number of learned constraints concerned by reduction	: 0
3600.07/3607.22	c number of learning phase by resolution	: 0
3600.07/3607.22	c number of learning phase by cutting planes	: 0
3600.07/3607.22	c number of rounding to 1 operations	: 0
3600.07/3607.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3607.22	c number of reductions of the coefficients by power 2 	: 0
3600.07/3607.22	c number of right shift for reduction by power 2 	: 0
3600.07/3607.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3607.22	c number of ending skipping 	: 0
3600.07/3607.22	c number of internal skipping 	: 0
3600.07/3607.22	c number of derivation steps 	: 0
3600.07/3607.22	c number of skipped derivation steps 	: 0
3600.07/3607.22	c number of remaining unassigned 	: 0
3600.07/3607.22	c number of remaining assigned 	: 0
3600.07/3607.22	c number of falsified literals weakened from reason	: 0
3600.07/3607.22	c number of falsified literals weakened from conflict	: 0
3600.07/3607.22	c time for arithmetic operations	: 0
3600.07/3607.22	c minimum degree of deleted constraints	: null
3600.07/3607.22	c maximum degree of deleted constraints	: null
3600.07/3607.22	c number of deleted constraints	: 0
3600.07/3607.22	c speed (assignments/second)	: 764600.2604419362
3600.07/3607.22	c non guided choices	: 47491
3600.07/3607.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 173953
3600.07/3607.28	s UNKNOWN
3600.07/3607.28	c Total wall clock time (in seconds): 3607.152

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510985-1751199712/watcher-4510985-1751199712 -o /tmp/evaluation-result-4510985-1751199712/solver-4510985-1751199712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24980 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510985-1751199712 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510985-1751199712.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27593, runsolver pid=27590
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.12 4.18 4.15 6/345 27611
/proc/meminfo: memFree=116236816/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=18930384 memory=57872 CPUtime=0.13 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 6605 0 0 0 11 2 0 0 20 0 18 0 35648987 19384713216 14468 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4732596 14468 5330 1 0 547641 0
[pid=27593/tid=27595] ppid=27590 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 35648988 19384713216 14468 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35648990 19384713216 14468 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=18930384 memory=59585004335488 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35648991 19384713216 14468 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57872 KiB

[startup+0.206025 s]*
/proc/loadavg: 4.12 4.18 4.15 7/345 27611
/proc/meminfo: memFree=116217536/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=18930384 memory=72228 CPUtime=0.33 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 7049 0 0 0 31 2 0 0 20 0 18 0 35648987 19384713216 18057 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4732596 18057 5426 1 0 547910 0
[pid=27593/tid=27595] ppid=27590 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 5297 0 0 0 17 1 0 0 20 0 18 0 35648988 19384713216 18057 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35648990 19384713216 18057 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35648991 19384713216 18057 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72228 KiB

[startup+0.305838 s]*
/proc/loadavg: 4.12 4.18 4.15 7/346 27612
/proc/meminfo: memFree=116188928/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=18996948 memory=95132 CPUtime=0.52 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 8632 0 0 0 49 3 0 0 20 0 19 0 35648987 19452874752 23783 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4749237 23783 5426 1 0 549250 0
[pid=27593/tid=27595] ppid=27590 vsize=18996948 memory=-6000919506999141741 CPUtime=0.26 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 5363 0 0 0 25 1 0 0 20 0 19 0 35648988 19452874752 23783 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35648990 19452874752 23783 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35648991 19452874752 23783 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35649015 19452874752 23783 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95132 KiB

[startup+0.700236 s]
/proc/loadavg: 4.12 4.18 4.15 6/346 27612
/proc/meminfo: memFree=116180112/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=18996948 memory=105968 CPUtime=1.28 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 12772 0 0 0 124 4 0 0 20 0 19 0 35648987 19452874752 26492 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4749237 26492 5458 1 0 551761 0
[pid=27593/tid=27595] ppid=27590 vsize=18996948 memory=17280 CPUtime=0.64 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 5384 0 0 0 63 1 0 0 20 0 19 0 35648988 19452874752 26492 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35648990 19452874752 26492 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35648991 19452874752 26492 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35649015 19452874752 26492 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105968 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.18 4.15 6/346 27612
/proc/meminfo: memFree=116164044/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=18996948 memory=141576 CPUtime=2.78 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 17562 0 0 0 272 6 0 0 20 0 19 0 35648987 19452874752 35394 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4749237 35394 5458 1 0 551774 0
[pid=27593/tid=27595] ppid=27590 vsize=18996948 memory=10752 CPUtime=1.42 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 5683 0 0 0 139 3 0 0 20 0 19 0 35648988 19452874752 35394 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35648990 19452874752 35394 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35648991 19452874752 35394 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35649015 19452874752 35394 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141576 KiB

[startup+3.10573 s]
/proc/loadavg: 4.19 4.19 4.15 5/347 27613
/proc/meminfo: memFree=116080136/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=180468 CPUtime=5.13 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 20708 0 0 0 505 8 0 0 20 0 20 0 35648987 19521036288 45117 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 45117 5490 1 0 552285 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=10752 CPUtime=2.97 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 6525 0 0 0 293 4 0 0 20 0 20 0 35648988 19521036288 45117 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=-6000919506999141741 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 45117 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 45117 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 45117 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180468 KiB

[startup+6.3002 s]
/proc/loadavg: 4.19 4.19 4.15 5/347 27613
/proc/meminfo: memFree=115986876/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=263080 CPUtime=8.38 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 20939 0 0 0 827 11 0 0 20 0 20 0 35648987 19521036288 65770 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 65770 5490 1 0 552286 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=0 CPUtime=6.14 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 6611 0 0 0 608 6 0 0 20 0 20 0 35648988 19521036288 65770 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 65770 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 65770 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=153992 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 65770 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 263080 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.20 4.15 5/347 27613
/proc/meminfo: memFree=115750904/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=508104 CPUtime=14.92 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 24440 0 0 0 1474 18 0 0 20 0 20 0 35648987 19521036288 127026 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 127026 5522 1 0 552286 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=153992 CPUtime=12.51 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 7673 0 0 0 1239 12 0 0 20 0 20 0 35648988 19521036288 127026 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 127026 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=413896 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 127026 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 127026 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 508104 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.19 4.15 5/347 27613
/proc/meminfo: memFree=115326568/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=803076 CPUtime=27.72 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 27187 0 0 0 2745 27 0 0 20 0 20 0 35648987 19521036288 200769 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 200769 5522 1 0 552286 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=10752 CPUtime=25.27 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 9134 0 0 0 2507 20 0 0 20 0 20 0 35648988 19521036288 200769 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=413896 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 200769 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 200769 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 200769 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 27.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803076 KiB

[startup+51.1059 s]
/proc/loadavg: 4.13 4.18 4.15 5/347 27613
/proc/meminfo: memFree=114690704/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=1253768 CPUtime=53.29 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 33406 0 0 0 5286 43 0 0 20 0 20 0 35648987 19521036288 313442 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 313442 5522 1 0 552286 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=21996 CPUtime=50.69 cores=0,2

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

/proc/meminfo: memFree=57286640/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3216.05 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 97786 0 0 0 321129 476 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3205.19 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 44043 0 0 0 320124 395 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 1839 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3216.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3282.3 s]
/proc/loadavg: 3.15 3.17 3.44 4/324 29425
/proc/meminfo: memFree=56689148/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3275.93 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 97961 0 0 0 327112 481 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3264.92 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 44073 0 0 0 326094 398 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=46592 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3275.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.17 3.42 4/321 29427
/proc/meminfo: memFree=56058196/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3335.81 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 98010 0 0 0 333094 487 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3324.69 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 44080 0 0 0 332067 402 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3335.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3402.3 s]
/proc/loadavg: 3.19 3.18 3.41 4/321 29429
/proc/meminfo: memFree=55326660/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3395.65 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 98890 0 0 0 339073 492 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3384.52 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 44918 0 0 0 338046 406 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 1847 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3395.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3462.3 s]
/proc/loadavg: 3.14 3.16 3.38 4/320 29431
/proc/meminfo: memFree=54697608/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3455.53 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 100271 0 0 0 345056 497 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3444.31 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 45539 0 0 0 344021 410 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 1898 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3455.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.14 3.36 4/318 29433
/proc/meminfo: memFree=54154096/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3515.4 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 101866 0 0 0 351038 502 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3504.09 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 46545 0 0 0 349995 414 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3515.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

[startup+3582.3 s]
/proc/loadavg: 3.15 3.16 3.35 4/319 29436
/proc/meminfo: memFree=53622012/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3575.22 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 101974 0 0 0 357015 507 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3563.9 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 46633 0 0 0 355972 418 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=2162856 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3575.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 3.50 3.24 3.37 4/319 29437
/proc/meminfo: memFree=53254028/131249996 swapFree=33010684/33010684
[pid=27593] ppid=27590 vsize=19063512 memory=2162856 CPUtime=3600.07 cores=0,2
/proc/27593/stat : 27593 (java) S 27590 27593 24970 0 -1 4194304 102083 0 0 0 359498 509 0 0 20 0 20 0 35648987 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
/proc/27593/statm: 4765878 540714 5522 1 0 553716 0
[pid=27593/tid=27595] ppid=27590 vsize=19063512 memory=4764 CPUtime=3588.64 cores=0,2
/proc/27593/task/27595/stat : 27595 (java) R 27590 27593 24970 0 -1 4194368 46688 0 0 0 358445 419 0 0 20 0 20 0 35648988 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27604] ppid=27590 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/27593/task/27604/stat : 27604 (Finalizer) S 27590 27593 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35648990 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27611] ppid=27590 vsize=19063512 memory=-6000919506999141741 CPUtime=0 cores=0,2
/proc/27593/task/27611/stat : 27611 (Common-Cleaner) S 27590 27593 24970 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 35648991 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
[pid=27593/tid=27612] ppid=27590 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27593/task/27612/stat : 27612 (Timer-0) S 27590 27593 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35649015 19521036288 540714 18446744073709551615 94002731597824 94002731601520 140727534109472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002731609336 94002731610128 94002750730240 140727534115120 140727534115302 140727534115302 140727534120904 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.11 s, system=5.11193 s

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

Child status: 143

Real time (s): 3607.29
CPU time (s): 3600.22
CPU user time (s): 3595.11
CPU system time (s): 5.11193
CPU usage (%): 99.8039
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2162856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.11
system time used= 5.11193
maximum resident set size= 2164136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5081176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108752
involuntary context switches= 7694


# summary of solver processes directly reported to runsolver:
#   pid: 27593
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.11
#   total CPU system time (s): 5.11193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65202 second user time and 17.2257 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:21:52
IDJOB=4510985
IDBENCH=160409
IDSOLVER=3364
FILE ID=nodeC017/4510985-1751199712
RUNJOBID= nodeC017-1751191606-24980
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510985-1751199712/watcher-4510985-1751199712 -o /tmp/evaluation-result-4510985-1751199712/solver-4510985-1751199712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24980 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510985-1751199712 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510985-1751199712.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=1038565223

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116252632 kB
MemAvailable:   124768856 kB
Buffers:            3280 kB
Cached:          9315628 kB
SwapCached:            0 kB
Active:          5357864 kB
Inactive:        9061876 kB
Active(anon):    5118988 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  9061876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37104 kB
Writeback:             0 kB
AnonPages:       5103268 kB
Mapped:           122880 kB
Shmem:             18080 kB
KReclaimable:     109020 kB
Slab:             197180 kB
SReclaimable:     109020 kB
SUnreclaim:        88160 kB
KernelStack:        5328 kB
PageTables:        13688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7062884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4886528 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC017 at 2025-06-29 15:22:00