Trace number 4498255

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)13 3600.24 3603.72

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e3f4750eb43f9a80589255f732043c0
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3589.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4498255-1751275470.opb
0.10/0.14	c reading problem ... 
0.10/0.14	c  objective function found
0.30/0.28	c ... done. Wall clock time 0.134s.
0.30/0.28	c declared #vars     200
0.30/0.28	c internal #vars     6416
0.30/0.28	c #constraints  12632
0.30/0.28	c constraints type 
0.30/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
0.30/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
0.30/0.28	c 12632 constraints processed.
0.30/0.30	c objective function length is 200 literals
0.50/0.34	c SATISFIABLE
0.50/0.34	c OPTIMIZING...
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.199
0.50/0.34	o 17
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.22
0.50/0.36	o 16
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.404
0.87/0.55	o 15
4.31/3.13	c cleaning 2810 clauses out of 5631 with flag 15616/5631
7.49/6.26	c cleaning 4413 clauses out of 8826 with flag 34453/11636
11.60/10.33	c cleaning 5702 clauses out of 11408 with flag 56777/18631
16.22/14.89	c cleaning 6854 clauses out of 13707 with flag 84435/26632
21.12/19.77	c cleaning 7923 clauses out of 15851 with flag 117540/35630
26.91/25.59	c cleaning 8966 clauses out of 17931 with flag 150336/45633
33.29/31.95	c cleaning 9978 clauses out of 19962 with flag 187778/56630
40.27/38.91	c cleaning 10985 clauses out of 21985 with flag 229942/68631
47.56/46.23	c cleaning 11997 clauses out of 23999 with flag 275825/81630
55.54/54.26	c cleaning 12990 clauses out of 26003 with flag 322721/95631
63.92/62.64	c cleaning 14005 clauses out of 28015 with flag 372073/110633
72.61/71.38	c cleaning 15000 clauses out of 30007 with flag 425849/126630
81.45/80.14	c Got one! Elapsed wall clock time (in seconds):80.002
81.45/80.14	o 14
83.87/82.59	c cleaning 18442 clauses out of 36883 with flag 18534/148506
86.00/84.65	c Got one! Elapsed wall clock time (in seconds):84.512
86.00/84.65	o 13
86.41/85.07	c cleaning 11740 clauses out of 23480 with flag 3652/153545
89.16/87.76	c cleaning 8822 clauses out of 17740 with flag 25894/159545
92.56/91.13	c cleaning 7937 clauses out of 15918 with flag 50280/166545
96.04/94.69	c cleaning 7983 clauses out of 15981 with flag 79069/174545
100.53/99.12	c cleaning 8500 clauses out of 17000 with flag 109249/183547
105.42/104.09	c cleaning 9233 clauses out of 18498 with flag 142304/193545
110.70/109.35	c cleaning 10130 clauses out of 20265 with flag 184133/204545
116.32/114.95	c cleaning 11052 clauses out of 22136 with flag 226471/216546
122.61/121.23	c cleaning 12041 clauses out of 24084 with flag 272440/229546
129.39/128.07	c cleaning 13009 clauses out of 26043 with flag 323633/243546
137.17/135.86	c cleaning 14012 clauses out of 28034 with flag 373797/258546
145.87/144.58	c cleaning 15009 clauses out of 30021 with flag 428544/274545
155.54/154.25	c cleaning 15996 clauses out of 32013 with flag 484935/291546
165.71/164.47	c cleaning 17007 clauses out of 34019 with flag 549523/309548
176.59/175.30	c cleaning 18003 clauses out of 36009 with flag 616064/328545
187.76/186.56	c cleaning 19001 clauses out of 38009 with flag 687305/348548
199.73/198.50	c cleaning 19984 clauses out of 40005 with flag 757800/369545
212.10/210.90	c cleaning 20991 clauses out of 42021 with flag 828975/391545
224.40/223.30	c cleaning 21999 clauses out of 44030 with flag 904670/414545
237.06/235.94	c cleaning 23004 clauses out of 46031 with flag 983807/438545
251.02/249.96	c cleaning 23999 clauses out of 48027 with flag 1068142/463545
265.39/264.38	c cleaning 25013 clauses out of 50028 with flag 1157077/489545
280.54/279.50	c cleaning 25992 clauses out of 52015 with flag 1249539/516545
296.00/295.07	c cleaning 27006 clauses out of 54023 with flag 1349864/544545
312.19/311.22	c cleaning 28004 clauses out of 56017 with flag 1453714/573545
328.95/328.01	c cleaning 28999 clauses out of 58014 with flag 1558613/603546
346.20/345.35	c cleaning 30005 clauses out of 60017 with flag 1668119/634548
364.35/363.52	c cleaning 30994 clauses out of 62009 with flag 1778926/666545
382.80/382.05	c cleaning 31988 clauses out of 64016 with flag 1894813/699546
402.38/401.67	c cleaning 33001 clauses out of 66027 with flag 2012799/733545
422.03/421.33	c cleaning 34013 clauses out of 68026 with flag 2137956/768545
441.97/441.38	c cleaning 35002 clauses out of 70019 with flag 2267290/804551
462.61/462.08	c cleaning 36000 clauses out of 72012 with flag 2399312/841546
483.89/483.37	c cleaning 37003 clauses out of 74011 with flag 2529337/879545
505.13/504.66	c cleaning 37991 clauses out of 76008 with flag 2661443/918545
526.66/526.22	c cleaning 38994 clauses out of 78017 with flag 2790368/958545
548.83/548.47	c cleaning 40002 clauses out of 80026 with flag 2928862/999548
571.67/571.36	c cleaning 41006 clauses out of 82025 with flag 3063788/1041549
596.02/595.70	c cleaning 41999 clauses out of 84015 with flag 3218521/1084545
621.26/621.10	c cleaning 43007 clauses out of 86017 with flag 3371375/1128546
646.54/646.36	c cleaning 44005 clauses out of 88010 with flag 3536825/1173546
672.77/672.66	c cleaning 45000 clauses out of 90006 with flag 3700972/1219547
700.31/700.21	c cleaning 45988 clauses out of 92008 with flag 3871351/1266549
728.38/728.34	c cleaning 46988 clauses out of 94016 with flag 4043161/1314545
757.22/757.29	c cleaning 47998 clauses out of 96031 with flag 4213255/1363548
786.44/786.52	c cleaning 49011 clauses out of 98030 with flag 4391754/1413545
816.62/816.74	c cleaning 50000 clauses out of 100019 with flag 4568272/1464545
847.34/847.53	c cleaning 50986 clauses out of 102020 with flag 4753248/1516546
877.98/878.28	c cleaning 52004 clauses out of 104033 with flag 4941186/1569545
907.95/908.21	c cleaning 53010 clauses out of 106029 with flag 5140512/1623545
939.37/939.70	c cleaning 54003 clauses out of 108019 with flag 5341217/1678545
971.84/972.28	c cleaning 55002 clauses out of 110016 with flag 5528622/1734545
1002.67/1003.16	c cleaning 55996 clauses out of 112014 with flag 5717743/1791545
1035.74/1036.29	c cleaning 56997 clauses out of 114018 with flag 5918585/1849545
1068.86/1069.43	c cleaning 57991 clauses out of 116023 with flag 6118468/1908547
1103.93/1104.56	c cleaning 59012 clauses out of 118033 with flag 6341073/1968548
1138.95/1139.69	c cleaning 60000 clauses out of 120018 with flag 6565752/2029545
1175.56/1176.35	c cleaning 61001 clauses out of 122018 with flag 6791195/2091545
1212.03/1212.83	c cleaning 62003 clauses out of 124017 with flag 7023588/2154545
1249.83/1250.74	c cleaning 62977 clauses out of 126018 with flag 7253083/2218549
1287.42/1288.46	c cleaning 64004 clauses out of 128037 with flag 7490514/2283545
1326.67/1327.70	c cleaning 65011 clauses out of 130035 with flag 7726290/2349547
1365.69/1366.86	c cleaning 66008 clauses out of 132022 with flag 7963917/2416545
1405.39/1406.69	c cleaning 66986 clauses out of 134014 with flag 8212997/2484545
1445.96/1447.26	c cleaning 68006 clauses out of 136028 with flag 8461874/2553545
1486.96/1488.36	c cleaning 68994 clauses out of 138022 with flag 8716132/2623545
1528.17/1529.68	c cleaning 69997 clauses out of 140028 with flag 8981688/2694545
1572.34/1573.58	c cleaning 71010 clauses out of 142032 with flag 9249430/2766546
1616.04/1617.34	c cleaning 72009 clauses out of 144024 with flag 9521041/2839548
1659.84/1661.22	c cleaning 72997 clauses out of 146012 with flag 9802613/2913545
1703.29/1704.72	c cleaning 73973 clauses out of 148015 with flag 10092257/2988545
1748.08/1749.65	c cleaning 74985 clauses out of 150042 with flag 10380717/3064545
1792.57/1794.22	c cleaning 76017 clauses out of 152057 with flag 10684897/3141545
1837.03/1838.76	c cleaning 77002 clauses out of 154042 with flag 10986024/3219547
1882.12/1883.93	c cleaning 78018 clauses out of 156040 with flag 11297376/3298547
1927.59/1929.46	c cleaning 79005 clauses out of 158021 with flag 11613081/3378546
1975.27/1977.22	c cleaning 80004 clauses out of 160015 with flag 11934682/3459545
2020.36/2022.39	c cleaning 80999 clauses out of 162013 with flag 12230042/3541547
2067.15/2069.26	c cleaning 82006 clauses out of 164014 with flag 12552240/3624547
2112.95/2115.14	c cleaning 82990 clauses out of 166006 with flag 12866447/3708545
2160.82/2163.04	c cleaning 83998 clauses out of 168017 with flag 13205126/3793546
2209.00/2211.35	c cleaning 84997 clauses out of 170018 with flag 13534982/3879545
2256.18/2258.50	c cleaning 86002 clauses out of 172023 with flag 13856623/3966547
2303.97/2306.49	c cleaning 87000 clauses out of 174020 with flag 14192821/4054546
2351.44/2353.93	c cleaning 87996 clauses out of 176019 with flag 14512966/4143545
2401.53/2404.18	c cleaning 88999 clauses out of 178025 with flag 14843837/4233547
2451.49/2453.75	c cleaning 90010 clauses out of 180024 with flag 15185579/4324545
2502.47/2504.88	c cleaning 90972 clauses out of 182014 with flag 15527166/4416545
2552.04/2554.59	c cleaning 92016 clauses out of 184042 with flag 15863310/4509545
2603.20/2605.79	c cleaning 92992 clauses out of 186026 with flag 16213889/4603545
2656.56/2659.26	c cleaning 93992 clauses out of 188034 with flag 16592571/4698545
2709.69/2712.34	c cleaning 95001 clauses out of 190042 with flag 16972127/4794545
2761.87/2764.66	c cleaning 96010 clauses out of 192044 with flag 17347487/4891548
2813.17/2815.93	c cleaning 96998 clauses out of 194032 with flag 17707907/4989546
2865.74/2868.69	c cleaning 98009 clauses out of 196033 with flag 18067250/5088545
2917.19/2920.22	c cleaning 98995 clauses out of 198026 with flag 18424645/5188547
2970.62/2973.63	c cleaning 100015 clauses out of 200031 with flag 18792307/5289547
3024.29/3027.41	c cleaning 100987 clauses out of 202015 with flag 19161985/5391546
3077.01/3080.11	c cleaning 102001 clauses out of 204027 with flag 19526618/5494545
3130.23/3132.94	c cleaning 102974 clauses out of 206026 with flag 19896512/5598545
3182.10/3184.91	c cleaning 104014 clauses out of 208052 with flag 20260004/5703545
3233.78/3236.62	c cleaning 105006 clauses out of 210038 with flag 20606304/5809545
3294.23/3297.26	c cleaning 106015 clauses out of 212033 with flag 20976492/5916546
3361.98/3365.12	c cleaning 106979 clauses out of 214017 with flag 21371163/6024545
3430.92/3434.21	c cleaning 107980 clauses out of 216038 with flag 21768158/6133545
3499.36/3502.88	c cleaning 109027 clauses out of 218064 with flag 22174566/6243551
3569.71/3573.24	c cleaning 110004 clauses out of 220032 with flag 22572685/6354546
3600.04/3603.61	c starts		: 12876
3600.04/3603.62	c conflicts		: 6405247
3600.04/3603.62	c decisions		: 19017679
3600.04/3603.62	c propagations		: 6749244015
3600.04/3603.62	c inspects		: 40397249230
3600.04/3603.62	c shortcuts		: 0
3600.04/3603.62	c learnt literals	: 0
3600.04/3603.62	c learnt binary clauses	: 0
3600.04/3603.62	c learnt ternary clauses	: 32
3600.04/3603.62	c learnt constraints	: 6405247
3600.04/3603.62	c ignored constraints	: 0
3600.04/3603.62	c root simplifications	: 0
3600.04/3603.62	c removed literals (reason simplification)	: 1317421
3600.04/3603.62	c reason swapping (by a shorter reason)	: 0
3600.04/3603.62	c Calls to reduceDB	: 120
3600.04/3603.62	c Number of update (reduction) of LBD	: 3062537
3600.04/3603.62	c Imported unit clauses	: 0
3600.04/3603.62	c No decision after first conflict	: false
3600.04/3603.62	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.62	c number of learned constraints concerned by reduction	: 0
3600.04/3603.62	c number of learning phase by resolution	: 0
3600.04/3603.62	c number of learning phase by cutting planes	: 0
3600.04/3603.62	c number of rounding to 1 operations	: 0
3600.04/3603.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.62	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.63	c number of right shift for reduction by power 2 	: 0
3600.04/3603.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.63	c number of ending skipping 	: 0
3600.04/3603.63	c number of internal skipping 	: 0
3600.04/3603.63	c number of derivation steps 	: 0
3600.04/3603.63	c number of skipped derivation steps 	: 0
3600.04/3603.63	c number of remaining unassigned 	: 0
3600.04/3603.63	c number of remaining assigned 	: 0
3600.04/3603.63	c number of falsified literals weakened from reason	: 0
3600.04/3603.63	c number of falsified literals weakened from conflict	: 0
3600.04/3603.63	c time for arithmetic operations	: 0
3600.04/3603.63	c minimum degree of deleted constraints	: null
3600.04/3603.63	c maximum degree of deleted constraints	: null
3600.04/3603.63	c number of deleted constraints	: 0
3600.04/3603.63	c speed (assignments/second)	: 1873061.0647449591
3600.04/3603.63	c non guided choices	: 0
3600.04/3603.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 160729
3600.04/3603.69	s SATISFIABLE
3600.04/3603.69	c Found 5 solution(s)
3600.04/3603.69	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 x117 -x118 x119 x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
3600.04/3603.69	c objective function=13
3600.04/3603.69	c Total wall clock time (in seconds): 3603.549

Verifier Data

OK	13

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 (62038 MiB free)
  memory of node 1: 64465 MiB (63948 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498255-1751275470/watcher-4498255-1751275470 -o /tmp/evaluation-result-4498255-1751275470/solver-4498255-1751275470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751275470-44426 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498255-1751275470.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=44478, runsolver pid=44466

[startup+0.100027 s]*
/proc/loadavg: 2.71 3.05 3.15 8/333 44551
/proc/meminfo: memFree=128960924/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18930384 memory=53132 CPUtime=0.1 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 6334 0 168 0 8 2 0 0 20 0 18 0 43224567 19384713216 13283 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4732596 13283 5341 1 0 547561 0
[pid=44478/tid=44496] ppid=44466 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 4877 0 168 0 5 1 0 0 20 0 18 0 43224569 19384713216 13283 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18930384 memory=14860 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224571 19384713216 13283 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43224572 19384713216 13283 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53132 KiB

[startup+0.205854 s]*
/proc/loadavg: 2.71 3.05 3.15 11/314 44554
/proc/meminfo: memFree=128962872/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18930384 memory=63640 CPUtime=0.3 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 6861 0 168 0 27 3 0 0 20 0 18 0 43224567 19384713216 15910 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4732596 15910 5405 1 0 547870 0
[pid=44478/tid=44496] ppid=44466 vsize=18930384 memory=4026663031 CPUtime=0.16 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 5160 0 168 0 15 1 0 0 20 0 18 0 43224569 19384713216 15910 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18930384 memory=224227768548 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224571 19384713216 15910 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18930384 memory=32823 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43224572 19384713216 15910 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63640 KiB

[startup+0.30606 s]*
/proc/loadavg: 2.71 3.05 3.15 8/316 44556
/proc/meminfo: memFree=128920148/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18930384 memory=83208 CPUtime=0.5 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 9625 0 168 0 46 4 0 0 20 0 18 0 43224567 19384713216 20802 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4732596 20802 5437 1 0 549142 0
[pid=44478/tid=44496] ppid=44466 vsize=18930384 memory=-6000919476984768619 CPUtime=0.25 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 5257 0 168 0 23 2 0 0 20 0 18 0 43224569 19384713216 20802 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224571 19384713216 20802 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43224572 19384713216 20802 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 83208 KiB

[startup+0.700232 s]
/proc/loadavg: 2.71 3.05 3.15 7/316 44568
/proc/meminfo: memFree=128898176/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=95944 CPUtime=1.26 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 12556 0 168 0 121 5 0 0 20 0 19 0 43224567 19452874752 23986 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 23986 5469 1 0 551282 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=17664 CPUtime=0.59 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 5317 0 168 0 57 2 0 0 20 0 19 0 43224569 19452874752 23986 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 23986 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 23986 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=4352 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 23986 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95944 KiB

[startup+1.50022 s]
/proc/loadavg: 3.13 3.14 3.17 7/316 44568
/proc/meminfo: memFree=128869824/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=99696 CPUtime=2.44 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 14206 0 168 0 239 5 0 0 20 0 19 0 43224567 19452874752 24924 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 24924 5469 1 0 551645 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=0 CPUtime=1.38 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 5436 0 168 0 136 2 0 0 20 0 19 0 43224569 19452874752 24924 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 24924 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 24924 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=4352 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 24924 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99696 KiB

[startup+3.10563 s]
/proc/loadavg: 3.13 3.14 3.17 5/338 44627
/proc/meminfo: memFree=128805644/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=102896 CPUtime=4.31 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 18043 0 168 0 425 6 0 0 20 0 19 0 43224567 19452874752 25724 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 25724 5469 1 0 551887 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=10624 CPUtime=2.98 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 5667 0 168 0 296 2 0 0 20 0 19 0 43224569 19452874752 25724 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=-6000919481279735915 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 25724 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 25724 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 25724 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 4.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102896 KiB

[startup+6.30016 s]
/proc/loadavg: 3.20 3.15 3.18 5/338 44627
/proc/meminfo: memFree=128785504/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=102480 CPUtime=7.6 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 21777 0 168 0 754 6 0 0 20 0 19 0 43224567 19452874752 25620 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 25620 5469 1 0 551930 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=0 CPUtime=6.17 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 7345 0 168 0 614 3 0 0 20 0 19 0 43224569 19452874752 25620 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 25620 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 25620 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=99696 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 25620 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102480 KiB

[startup+12.7002 s]
/proc/loadavg: 3.27 3.16 3.18 5/338 44627
/proc/meminfo: memFree=128755840/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=106576 CPUtime=13.99 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 23172 0 168 0 1392 7 0 0 20 0 19 0 43224567 19452874752 26644 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 26644 5469 1 0 551930 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=99696 CPUtime=12.55 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 7952 0 168 0 1252 3 0 0 20 0 19 0 43224569 19452874752 26644 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 26644 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=-6000919481279735915 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 26644 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=7234584545907990882 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 26644 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 13.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106576 KiB

[startup+25.5002 s]
/proc/loadavg: 3.38 3.19 3.19 5/338 44627
/proc/meminfo: memFree=128675260/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=122652 CPUtime=26.91 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 28034 0 168 0 2683 8 0 0 20 0 19 0 43224567 19452874752 30663 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 30663 5501 1 0 551930 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=0 CPUtime=25.31 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 8749 0 168 0 2528 3 0 0 20 0 19 0 43224569 19452874752 30663 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=120604 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 30663 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=18996948 memory=118556 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224572 19452874752 30663 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=18996948 memory=8832 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224598 19452874752 30663 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 26.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122652 KiB

[startup+51.1057 s]
/proc/loadavg: 3.70 3.29 3.22 5/339 44628
/proc/meminfo: memFree=128546900/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=18996948 memory=145180 CPUtime=52.46 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 28530 0 168 0 5237 9 0 0 20 0 19 0 43224567 19452874752 36295 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4749237 36295 5501 1 0 551930 0
[pid=44478/tid=44496] ppid=44466 vsize=18996948 memory=14432 CPUtime=50.86 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 8855 0 168 0 5082 4 0 0 20 0 19 0 43224569 19452874752 36295 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=18996948 memory=14432 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224571 19452874752 36295 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.08 5/340 44809
/proc/meminfo: memFree=121689104/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3279.37 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 90339 0 168 0 327838 99 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557849 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3270.54 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 39118 0 168 0 327045 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3279.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.08 5/339 44811
/proc/meminfo: memFree=121688644/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3339.23 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 91300 0 168 0 333822 101 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557849 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3330.38 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 39941 0 168 0 333029 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1730 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3339.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.16 4.10 5/340 44814
/proc/meminfo: memFree=121676824/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3399.1 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 92140 0 168 0 339808 102 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557853 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=14432 CPUtime=3390.21 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 40587 0 168 0 339012 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3399.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/340 44816
/proc/meminfo: memFree=121587452/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3458.95 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 92240 0 168 0 345793 102 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557859 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=14432 CPUtime=3450.05 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 40655 0 168 0 344996 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1815 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3458.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/340 44819
/proc/meminfo: memFree=121456164/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3518.81 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 92671 0 168 0 351778 103 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557863 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3509.89 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 41058 0 168 0 350980 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1815 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3518.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/341 44822
/proc/meminfo: memFree=121229612/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3578.79 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 94159 0 168 0 357774 105 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557864 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3569.6 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 41818 0 168 0 356951 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1815 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=1942712 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3578.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.6 s]
/proc/loadavg: 4.13 4.13 4.09 5/341 44822
/proc/meminfo: memFree=121188276/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19063512 memory=1942712 CPUtime=3600.04 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 94361 0 168 0 359899 105 0 0 20 0 20 0 43224567 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4765878 485678 5501 1 0 557864 0
[pid=44478/tid=44496] ppid=44466 vsize=19063512 memory=3200 CPUtime=3590.85 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) R 44466 44478 43192 0 -1 4194368 42007 0 168 0 359076 9 0 0 20 0 20 0 43224569 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19063512 memory=-6000919481279735915 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224571 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19063512 memory=215587488049 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1815 0 0 0 0 0 0 0 20 0 20 0 43224572 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44557] ppid=44466 vsize=19063512 memory=-6000919481279735915 CPUtime=0 cores=1,3
/proc/44478/task/44557/stat : 44557 (Timer-0) S 44466 44478 43192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224598 19521036288 485678 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1942712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=1.0708 s

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

[startup+3603.7 s]
/proc/loadavg: 4.13 4.13 4.09 5/341 44822
/proc/meminfo: memFree=121188276/131250000 swapFree=33010684/33010684
[pid=44478] ppid=44466 vsize=19263204 memory=1941980 CPUtime=3600.23 cores=1,3
/proc/44478/stat : 44478 (java) S 44466 44478 43192 0 -1 4194304 96874 0 168 0 359917 106 0 0 20 0 16 0 43224567 19725520896 485495 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
/proc/44478/statm: 4815801 485495 5533 1 0 558803 0
[pid=44478/tid=44496] ppid=44466 vsize=19263204 memory=1942712 CPUtime=3590.92 cores=1,3
/proc/44478/task/44496/stat : 44496 (java) S 44466 44478 43192 0 -1 4194368 42174 0 168 0 359083 9 0 0 20 0 16 0 43224569 19725520896 485495 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44537] ppid=44466 vsize=19263204 memory=-6000919481279735915 CPUtime=0 cores=1,3
/proc/44478/task/44537/stat : 44537 (Finalizer) S 44466 44478 43192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 43224571 19725520896 485495 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
[pid=44478/tid=44551] ppid=44466 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/44478/task/44551/stat : 44551 (Common-Cleaner) S 44466 44478 43192 0 -1 4194368 1815 0 0 0 0 0 0 0 20 0 16 0 43224572 19725520896 485495 18446744073709551615 94373618872320 94373618876016 140726512245376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94373618883832 94373618884624 94373626241024 140726512249217 140726512249318 140726512249318 140726512254920 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1941980 KiB

Child status: 143

Real time (s): 3603.72
CPU time (s): 3600.24
CPU user time (s): 3599.17
CPU system time (s): 1.0708
CPU usage (%): 99.9037
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1942712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 1.07081
maximum resident set size= 1942968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96901
page faults= 168
swaps= 0
block input operations= 0
block output operations= 13800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106748
involuntary context switches= 21494


# summary of solver processes directly reported to runsolver:
#   pid: 44478
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 1.0708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84291 second user time and 18.8189 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 11:24:30
IDJOB=4498255
IDBENCH=148586
IDSOLVER=3363
FILE ID=nodeC016/4498255-1751275470
RUNJOBID= nodeC016-1751275470-44426
SLURM_JOB_ID= 9594183
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498255-1751275470/watcher-4498255-1751275470 -o /tmp/evaluation-result-4498255-1751275470/solver-4498255-1751275470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751275470-44426 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498255-1751275470.opb

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

MD5SUM BENCH= 0e3f4750eb43f9a80589255f732043c0
RANDOM SEED=1691264132

nodeC016 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		: 3591.451
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.48
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.972
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.48
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.555
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.48
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		: 3599.582
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.48
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.900
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.48
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.740
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.48
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.901
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.48
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		: 3599.261
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129020776 kB
MemAvailable:   129734528 kB
Buffers:            3280 kB
Cached:          1517616 kB
SwapCached:            0 kB
Active:           331484 kB
Inactive:        1260476 kB
Active(anon):      89136 kB
Inactive(anon):        0 kB
Active(file):     242348 kB
Inactive(file):  1260476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2920 kB
Writeback:            60 kB
AnonPages:         74492 kB
Mapped:           102628 kB
Shmem:             18072 kB
KReclaimable:     100332 kB
Slab:             187592 kB
SReclaimable:     100332 kB
SUnreclaim:        87260 kB
KernelStack:        4064 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC016 at 2025-06-30 12:24:34