Trace number 4452952

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 2024 2024-07-07? (TO) 3600.25 3597.92

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
MD5SUM597a160dbd31bdb7379cae7050aa08c1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.074197
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables388
Total number of constraints777
Number of constraints which are clauses776
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint388
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 405
Number of bits of the biggest sum of numbers9
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.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	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4452952-1721841753.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.035s.
0.13/0.16	c declared #vars     388
0.13/0.16	c #constraints  777
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 776
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.16	c 777 constraints processed.
2.10/1.15	c cleaning 2497 clauses out of 5002 with flag 10604/5002
3.25/1.79	c cleaning 4251 clauses out of 8503 with flag 23296/11000
4.02/2.39	c cleaning 5626 clauses out of 11253 with flag 38050/18001
4.88/3.06	c cleaning 6814 clauses out of 13627 with flag 54919/26001
5.72/3.78	c cleaning 7907 clauses out of 15813 with flag 73988/35001
6.66/4.63	c cleaning 8950 clauses out of 17907 with flag 95123/45002
7.85/5.72	c cleaning 9977 clauses out of 19955 with flag 118330/56000
8.85/6.75	c cleaning 10988 clauses out of 21980 with flag 143556/68002
10.02/7.85	c cleaning 11994 clauses out of 23991 with flag 171030/81001
11.26/9.04	c cleaning 12997 clauses out of 25996 with flag 200597/95000
12.70/10.49	c cleaning 13995 clauses out of 27999 with flag 232268/110000
14.27/11.96	c cleaning 14996 clauses out of 30005 with flag 266142/126001
15.84/13.49	c cleaning 16003 clauses out of 32008 with flag 301980/143000
17.58/15.06	c cleaning 16996 clauses out of 34006 with flag 340226/161001
19.43/16.82	c cleaning 18005 clauses out of 36010 with flag 380398/180001
21.22/18.62	c cleaning 18998 clauses out of 38005 with flag 422571/200001
23.23/20.69	c cleaning 20000 clauses out of 40006 with flag 466835/221000
25.53/22.82	c cleaning 21003 clauses out of 42008 with flag 513024/243002
28.04/25.25	c cleaning 22001 clauses out of 44003 with flag 561522/266000
30.43/27.61	c cleaning 23002 clauses out of 46003 with flag 612623/290001
32.91/30.07	c cleaning 23994 clauses out of 48000 with flag 665283/315000
35.78/33.44	c cleaning 24995 clauses out of 50006 with flag 720021/341000
38.88/36.47	c cleaning 26005 clauses out of 52011 with flag 776976/368000
42.18/39.64	c cleaning 27000 clauses out of 54007 with flag 836020/396001
45.25/42.76	c cleaning 28004 clauses out of 56007 with flag 897154/425001
48.85/46.29	c cleaning 28996 clauses out of 58002 with flag 960736/455000
52.40/49.75	c cleaning 30000 clauses out of 60006 with flag 1026183/486000
55.90/53.29	c cleaning 31002 clauses out of 62008 with flag 1093787/518002
59.91/57.17	c cleaning 32003 clauses out of 64007 with flag 1163626/551003
64.29/61.51	c cleaning 32993 clauses out of 66002 with flag 1235622/585001
69.35/66.96	c cleaning 34004 clauses out of 68008 with flag 1309708/620000
74.35/71.81	c cleaning 34999 clauses out of 70004 with flag 1385831/656000
80.75/78.16	c cleaning 35996 clauses out of 72005 with flag 1463873/693000
85.31/82.79	c cleaning 37004 clauses out of 74009 with flag 1544348/731000
90.62/87.99	c cleaning 38003 clauses out of 76005 with flag 1626911/770000
96.00/93.21	c cleaning 38999 clauses out of 78002 with flag 1711802/810000
101.79/99.21	c cleaning 39997 clauses out of 80003 with flag 1798402/851000
107.15/104.56	c cleaning 41000 clauses out of 82006 with flag 1887167/893000
113.39/110.80	c cleaning 41998 clauses out of 84006 with flag 1978137/936000
120.44/117.80	c cleaning 42999 clauses out of 86008 with flag 2071262/980000
127.37/124.72	c cleaning 44004 clauses out of 88010 with flag 2165803/1025001
133.68/131.26	c cleaning 45000 clauses out of 90005 with flag 2262836/1071000
139.96/137.47	c cleaning 45995 clauses out of 92005 with flag 2361612/1118000
146.38/143.73	c cleaning 47000 clauses out of 94011 with flag 2462691/1166001
153.40/150.61	c cleaning 48003 clauses out of 96012 with flag 2565791/1215002
160.79/158.17	c cleaning 49002 clauses out of 98007 with flag 2671166/1265000
167.51/164.73	c cleaning 50001 clauses out of 100005 with flag 2778517/1316000
175.06/172.10	c cleaning 50999 clauses out of 102004 with flag 2888331/1368000
182.67/179.65	c cleaning 51999 clauses out of 104005 with flag 3000011/1421000
190.67/188.06	c cleaning 53000 clauses out of 106006 with flag 3113924/1475000
199.23/196.53	c cleaning 53999 clauses out of 108006 with flag 3230143/1530000
209.44/206.55	c cleaning 54997 clauses out of 110007 with flag 3348289/1586000
218.54/215.57	c cleaning 56005 clauses out of 112011 with flag 3468834/1643001
227.11/224.48	c cleaning 56996 clauses out of 114005 with flag 3591814/1701000
235.92/233.16	c cleaning 58001 clauses out of 116010 with flag 3716336/1760001
247.15/243.86	c cleaning 58998 clauses out of 118008 with flag 3843341/1820000
256.94/254.01	c cleaning 60005 clauses out of 120011 with flag 3972492/1881001
267.18/264.24	c cleaning 61003 clauses out of 122007 with flag 4103760/1943002
278.26/275.10	c cleaning 61996 clauses out of 124004 with flag 4237305/2006002
289.61/287.09	c cleaning 63001 clauses out of 126006 with flag 4372893/2070000
301.90/299.31	c cleaning 63999 clauses out of 128007 with flag 4510387/2135002
313.89/311.71	c cleaning 65000 clauses out of 130007 with flag 4650294/2201001
326.77/324.48	c cleaning 65996 clauses out of 132007 with flag 4792292/2268001
339.27/336.84	c cleaning 67000 clauses out of 134010 with flag 4936305/2336000
351.40/350.99	c cleaning 68005 clauses out of 136010 with flag 5082564/2405000
364.60/363.91	c cleaning 69003 clauses out of 138005 with flag 5230180/2475000
380.47/379.90	c cleaning 69997 clauses out of 140003 with flag 5380391/2546001
401.48/400.70	c cleaning 70997 clauses out of 142005 with flag 5532754/2618000
419.10/418.49	c cleaning 71999 clauses out of 144009 with flag 5687484/2691001
438.37/437.62	c cleaning 72999 clauses out of 146010 with flag 5844265/2765001
455.12/454.35	c cleaning 74005 clauses out of 148011 with flag 6003054/2840001
474.26/473.64	c cleaning 75003 clauses out of 150006 with flag 6164306/2916001
489.94/489.36	c cleaning 75994 clauses out of 152002 with flag 6326760/2993000
503.40/502.70	c cleaning 77001 clauses out of 154008 with flag 6491559/3071000
517.83/517.09	c cleaning 77995 clauses out of 156008 with flag 6658581/3150001
531.87/531.28	c cleaning 78999 clauses out of 158013 with flag 6827320/3230001
544.44/543.68	c cleaning 80002 clauses out of 160013 with flag 6998414/3311000
559.03/557.64	c cleaning 81003 clauses out of 162011 with flag 7171200/3393000
573.59/572.54	c cleaning 81998 clauses out of 164008 with flag 7346212/3476000
587.03/585.91	c cleaning 83001 clauses out of 166011 with flag 7523511/3560001
602.69/601.60	c cleaning 83999 clauses out of 168009 with flag 7702750/3645000
618.49/617.28	c cleaning 85002 clauses out of 170010 with flag 7884307/3731000
638.80/637.79	c cleaning 85997 clauses out of 172008 with flag 8067149/3818000
657.48/656.46	c cleaning 86999 clauses out of 174011 with flag 8252295/3906000
678.82/677.58	c cleaning 88000 clauses out of 176012 with flag 8440050/3995000
699.33/698.26	c cleaning 89005 clauses out of 178013 with flag 8630325/4085001
715.16/714.13	c cleaning 90000 clauses out of 180007 with flag 8822204/4176000
734.11/732.92	c cleaning 91001 clauses out of 182007 with flag 9016829/4268000
752.47/751.24	c cleaning 92004 clauses out of 184007 with flag 9213156/4361001
771.85/770.48	c cleaning 93002 clauses out of 186004 with flag 9411681/4455002
791.15/789.81	c cleaning 94000 clauses out of 188000 with flag 9612315/4550000
814.39/813.11	c cleaning 95000 clauses out of 190000 with flag 9815469/4646000
836.91/835.61	c cleaning 96001 clauses out of 192001 with flag 10020539/4743001
857.98/856.88	c cleaning 96999 clauses out of 193999 with flag 10227692/4841000
876.74/875.40	c cleaning 97994 clauses out of 196000 with flag 10436660/4940000
895.34/893.90	c cleaning 98995 clauses out of 198007 with flag 10648268/5040001
913.89/911.62	c cleaning 100001 clauses out of 200012 with flag 10861136/5141001
936.69/934.53	c cleaning 101003 clauses out of 202011 with flag 11075836/5243001
958.74/956.48	c cleaning 101998 clauses out of 204007 with flag 11293711/5346000
979.62/977.91	c cleaning 102999 clauses out of 206011 with flag 11513235/5450002
1000.08/998.35	c cleaning 104001 clauses out of 208010 with flag 11735239/5555000
1018.90/1017.01	c cleaning 104999 clauses out of 210011 with flag 11959630/5661002
1038.48/1036.60	c cleaning 105992 clauses out of 212010 with flag 12185513/5768000
1059.56/1057.74	c cleaning 107005 clauses out of 214020 with flag 12412971/5876002
1079.93/1078.04	c cleaning 107998 clauses out of 216014 with flag 12642494/5985001
1102.92/1101.16	c cleaning 109004 clauses out of 218015 with flag 12875404/6095000
1123.54/1121.87	c cleaning 110000 clauses out of 220013 with flag 13110427/6206002
1145.99/1144.24	c cleaning 111000 clauses out of 222011 with flag 13347043/6318000
1166.92/1165.02	c cleaning 112000 clauses out of 224012 with flag 13584997/6431001
1192.25/1189.96	c cleaning 112995 clauses out of 226011 with flag 13825336/6545000
1214.28/1211.84	c cleaning 114004 clauses out of 228016 with flag 14067597/6660000
1239.54/1237.11	c cleaning 115002 clauses out of 230012 with flag 14312725/6776000
1269.82/1267.59	c cleaning 116001 clauses out of 232010 with flag 14559390/6893000
1295.68/1293.17	c cleaning 117000 clauses out of 234009 with flag 14809405/7011000
1321.48/1319.19	c cleaning 117999 clauses out of 236009 with flag 15061017/7130000
1349.06/1346.80	c cleaning 118998 clauses out of 238010 with flag 15314707/7250000
1378.07/1375.73	c cleaning 120002 clauses out of 240013 with flag 15570361/7371001
1411.41/1408.96	c cleaning 121001 clauses out of 242011 with flag 15828126/7493001
1451.81/1448.60	c cleaning 122003 clauses out of 244009 with flag 16088423/7616000
1491.54/1488.68	c cleaning 122998 clauses out of 246007 with flag 16351000/7740001
1531.03/1528.12	c cleaning 123998 clauses out of 248008 with flag 16615478/7865000
1558.99/1555.97	c cleaning 125004 clauses out of 250012 with flag 16881851/7991002
1592.33/1589.30	c cleaning 125998 clauses out of 252006 with flag 17150328/8118000
1628.99/1625.82	c cleaning 126998 clauses out of 254008 with flag 17420729/8246000
1659.77/1656.53	c cleaning 128000 clauses out of 256011 with flag 17692648/8375001
1693.85/1689.74	c cleaning 129004 clauses out of 258012 with flag 17966255/8505002
1735.65/1731.50	c cleaning 129999 clauses out of 260006 with flag 18242652/8636000
1776.09/1771.93	c cleaning 130997 clauses out of 262008 with flag 18521685/8768001
1820.69/1816.54	c cleaning 132006 clauses out of 264011 with flag 18802699/8901001
1855.85/1851.40	c cleaning 132990 clauses out of 266004 with flag 19085291/9035000
1894.22/1889.63	c cleaning 134005 clauses out of 268015 with flag 19369410/9170001
1934.41/1929.74	c cleaning 135005 clauses out of 270009 with flag 19656522/9306000
1975.43/1970.65	c cleaning 135992 clauses out of 272004 with flag 19946145/9443000
2015.98/2010.94	c cleaning 137000 clauses out of 274012 with flag 20237889/9581000
2055.58/2050.30	c cleaning 137997 clauses out of 276012 with flag 20531049/9720000
2091.71/2086.27	c cleaning 139002 clauses out of 278015 with flag 20827493/9860000
2135.63/2129.82	c cleaning 139997 clauses out of 280014 with flag 21125691/10001001
2177.99/2172.32	c cleaning 141001 clauses out of 282017 with flag 21425551/10143001
2217.75/2212.22	c cleaning 142001 clauses out of 284015 with flag 21727458/10286000
2256.83/2250.71	c cleaning 142998 clauses out of 286014 with flag 22032324/10430000
2295.23/2289.09	c cleaning 144002 clauses out of 288016 with flag 22339561/10575000
2334.07/2326.91	c cleaning 145004 clauses out of 290017 with flag 22647270/10721003
2375.46/2368.24	c cleaning 146001 clauses out of 292010 with flag 22957334/10868000
2421.48/2414.48	c cleaning 146997 clauses out of 294009 with flag 23269542/11016000
2467.96/2460.12	c cleaning 148007 clauses out of 296013 with flag 23584452/11165001
2498.92/2491.03	c cleaning 148996 clauses out of 298005 with flag 23901413/11315000
2529.49/2521.65	c cleaning 149999 clauses out of 300009 with flag 24220462/11466000
2562.55/2553.88	c cleaning 150996 clauses out of 302010 with flag 24541695/11618000
2596.72/2588.03	c cleaning 152001 clauses out of 304014 with flag 24864754/11771000
2630.81/2622.14	c cleaning 152998 clauses out of 306014 with flag 25190099/11925001
2670.72/2661.01	c cleaning 154000 clauses out of 308016 with flag 25516867/12080001
2709.27/2698.42	c cleaning 155005 clauses out of 310018 with flag 25846035/12236003
2741.96/2730.97	c cleaning 155997 clauses out of 312011 with flag 26177383/12393001
2776.86/2765.13	c cleaning 157003 clauses out of 314015 with flag 26510876/12551002
2808.62/2796.63	c cleaning 158001 clauses out of 316011 with flag 26846317/12710001
2846.92/2834.37	c cleaning 159002 clauses out of 318010 with flag 27183921/12870001
2887.72/2875.09	c cleaning 159995 clauses out of 320007 with flag 27524319/13031000
2925.55/2912.13	c cleaning 160998 clauses out of 322012 with flag 27865906/13193000
2967.92/2953.36	c cleaning 162002 clauses out of 324014 with flag 28210504/13356000
3014.26/3000.08	c cleaning 163001 clauses out of 326013 with flag 28556270/13520001
3060.46/3045.42	c cleaning 163999 clauses out of 328011 with flag 28904186/13685000
3107.79/3107.32	c cleaning 165002 clauses out of 330012 with flag 29253433/13851000
3164.12/3164.16	c cleaning 166006 clauses out of 332011 with flag 29605223/14018001
3218.27/3217.79	c cleaning 166997 clauses out of 334004 with flag 29960252/14186000
3272.81/3271.68	c cleaning 167999 clauses out of 336010 with flag 30316440/14355003
3324.88/3324.12	c cleaning 169000 clauses out of 338011 with flag 30675275/14525003
3382.01/3380.81	c cleaning 170001 clauses out of 340009 with flag 31036345/14696001
3441.67/3440.65	c cleaning 171002 clauses out of 342007 with flag 31399289/14868000
3500.18/3498.09	c cleaning 172002 clauses out of 344005 with flag 31765108/15041000
3553.80/3550.46	c cleaning 172994 clauses out of 346003 with flag 32132072/15215000
3600.09/3597.82	c starts		: 1
3600.09/3597.82	c timeout
3600.09/3597.82	c conflicts		: 15354703
3600.09/3597.82	c decisions		: 16958189
3600.09/3597.82	c propagations		: 98658833
3600.09/3597.82	c inspects		: 12829039031
3600.09/3597.82	c shortcuts		: 0
3600.09/3597.82	c learnt literals	: 0
3600.09/3597.82	c learnt binary clauses	: 0
3600.09/3597.82	c learnt ternary clauses	: 0
3600.09/3597.82	c learnt constraints	: 15354703
3600.09/3597.82	c ignored constraints	: 0
3600.09/3597.82	c root simplifications	: 0
3600.09/3597.82	c removed literals (reason simplification)	: 290940428
3600.09/3597.82	c reason swapping (by a shorter reason)	: 0
3600.09/3597.82	c Calls to reduceDB	: 170
3600.09/3597.82	c Number of update (reduction) of LBD	: 126327
3600.09/3597.82	c Imported unit clauses	: 0
3600.09/3597.82	c No decision after first conflict	: false
3600.09/3597.82	c number of reductions to clauses (during analyze)	: 0
3600.09/3597.82	c number of learned constraints concerned by reduction	: 0
3600.09/3597.82	c number of learning phase by resolution	: 0
3600.09/3597.82	c number of learning phase by cutting planes	: 0
3600.09/3597.82	c number of rounding to 1 operations	: 0
3600.09/3597.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3597.82	c number of reductions of the coefficients by power 2 	: 0
3600.09/3597.82	c number of right shift for reduction by power 2 	: 0
3600.09/3597.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3597.82	c number of ending skipping 	: 0
3600.09/3597.82	c number of internal skipping 	: 0
3600.09/3597.82	c number of derivation steps 	: 0
3600.09/3597.82	c number of skipped derivation steps 	: 0
3600.09/3597.82	c number of remaining unassigned 	: 0
3600.09/3597.82	c number of remaining assigned 	: 0
3600.09/3597.82	c number of falsified literals weakened from reason	: 0
3600.09/3597.82	c number of falsified literals weakened from conflict	: 0
3600.09/3597.82	c time for arithmetic operations	: 0
3600.09/3597.82	c minimum degree of deleted constraints	: null
3600.09/3597.82	c maximum degree of deleted constraints	: null
3600.09/3597.82	c number of deleted constraints	: 0
3600.09/3597.83	c speed (assignments/second)	: 27423.124977936994
3600.09/3597.83	c non guided choices	: 90
3600.09/3597.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 312712
3600.09/3597.89	s UNKNOWN
3600.09/3597.89	c Total wall clock time (in seconds): 3597.766

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: 63968 MiB (53518 MiB free)
  memory of node 1: 64473 MiB (55935 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452952-1721841753/watcher-4452952-1721841753 -o /tmp/evaluation-result-4452952-1721841753/solver-4452952-1721841753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199510 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452952-1721841753 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452952-1721841753.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=200366, runsolver pid=200363
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.09 3.20 2.23 6/335 200384
/proc/meminfo: memFree=112034756/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=18975048 memory=65308 CPUtime=0.13 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 7225 0 0 0 12 1 0 0 20 0 18 0 20698643 19430449152 16327 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4743762 16327 5693 1 0 549331 0
[pid=200366/tid=200368] ppid=200363 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 5766 0 0 0 7 1 0 0 20 0 18 0 20698644 19430449152 16327 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20698646 19430449152 16327 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20698647 19430449152 16327 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65308 KiB

[startup+0.210052 s]*
/proc/loadavg: 4.09 3.20 2.23 6/336 200385
/proc/meminfo: memFree=112027032/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19041612 memory=73724 CPUtime=0.34 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 7750 0 0 0 32 2 0 0 20 0 19 0 20698643 19498610688 18431 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4760403 18431 5832 1 0 549954 0
[pid=200366/tid=200368] ppid=200363 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 6012 0 0 0 18 1 0 0 20 0 19 0 20698644 19498610688 18431 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19041612 memory=1535086 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20698646 19498610688 18431 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19041612 memory=13855165887284878 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20698647 19498610688 18431 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20698660 19498610688 18431 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73724 KiB

[startup+0.306443 s]*
/proc/loadavg: 4.09 3.20 2.23 7/336 200385
/proc/meminfo: memFree=112008912/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19041612 memory=88668 CPUtime=0.53 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 8594 0 0 0 50 3 0 0 20 0 19 0 20698643 19498610688 22167 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4760403 22167 5848 1 0 550481 0
[pid=200366/tid=200368] ppid=200363 vsize=19041612 memory=-8959743699082519228 CPUtime=0.27 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 6027 0 0 0 25 2 0 0 20 0 19 0 20698644 19498610688 22167 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20698646 19498610688 22167 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20698647 19498610688 22167 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20698660 19498610688 22167 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88668 KiB

[startup+0.70044 s]
/proc/loadavg: 4.09 3.20 2.23 8/336 200385
/proc/meminfo: memFree=111946460/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=173728 CPUtime=1.29 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 12519 0 0 0 124 5 0 0 20 0 20 0 20698643 19566772224 43432 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 43432 5864 1 0 552875 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=68244 CPUtime=0.62 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 6079 0 0 0 59 3 0 0 20 0 20 0 20698644 19566772224 43432 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 43432 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2296 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 43432 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=25596 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 43432 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173728 KiB

[startup+1.50044 s]
/proc/loadavg: 4.09 3.20 2.23 6/337 200386
/proc/meminfo: memFree=111910692/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=190216 CPUtime=2.86 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 19924 0 0 0 279 7 0 0 20 0 20 0 20698643 19566772224 47554 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 47554 5880 1 0 554227 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=12304 CPUtime=1.37 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 7054 0 0 0 133 4 0 0 20 0 20 0 20698644 19566772224 47554 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 47554 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2296 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 47554 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=25596 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 47554 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190216 KiB

[startup+3.10644 s]
/proc/loadavg: 4.09 3.20 2.23 6/337 200388
/proc/meminfo: memFree=111341480/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=657096 CPUtime=5.04 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 21942 0 0 0 485 19 0 0 20 0 20 0 20698643 19566772224 164274 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 164274 5880 1 0 677464 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=0 CPUtime=2.88 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 7759 0 0 0 274 14 0 0 20 0 20 0 20698644 19566772224 164274 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=-8959743699082519228 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 164274 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 164274 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=2296 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 164274 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 657096 KiB

[startup+6.30026 s]
/proc/loadavg: 4.24 3.25 2.25 5/337 200388
/proc/meminfo: memFree=110321500/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=1516548 CPUtime=8.45 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 23286 0 0 0 804 41 0 0 20 0 20 0 20698643 19566772224 379137 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 379137 5880 1 0 930224 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2296 CPUtime=5.97 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 8171 0 0 0 562 35 0 0 20 0 20 0 20698644 19566772224 379137 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 379137 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 379137 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 379137 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 8.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1516548 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 3.27 2.26 6/337 200389
/proc/meminfo: memFree=109632580/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2154848 CPUtime=15.15 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 24039 0 0 0 1450 65 0 0 20 0 20 0 20698643 19566772224 538712 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 538712 5880 1 0 1057639 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=12304 CPUtime=12.08 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 8440 0 0 0 1153 55 0 0 20 0 20 0 20698644 19566772224 538712 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=1582136 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 538712 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=68244 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 538712 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 538712 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2154848 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 3.33 2.30 5/337 200392
/proc/meminfo: memFree=108450032/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2882600 CPUtime=28.33 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 28630 0 0 0 2735 98 0 0 20 0 20 0 20698643 19566772224 720650 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 720650 5880 1 0 1057656 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=6943526294502006880 CPUtime=24.46 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 10478 0 0 0 2366 80 0 0 20 0 20 0 20698644 19566772224 720650 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 720650 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=3524 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 720650 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 720650 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2882600 KiB

[startup+51.1058 s]
/proc/loadavg: 4.28 3.40 2.35 5/339 200397
/proc/meminfo: memFree=107628832/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=3073256 CPUtime=53.8 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 33529 0 0 0 5244 136 0 0 20 0 20 0 20698643 19566772224 768314 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 768314 5912 1 0 1057657 0

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

/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729083 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916156 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 1956 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729083 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729083 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3222.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916332 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.26 4.20 5/334 202347
/proc/meminfo: memFree=55954652/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3282.45 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 363460 0 0 0 325945 2300 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3187.11 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 126520 0 0 0 316580 2131 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4084 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2916332 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916332 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 1956 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=2916332 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3282.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

[startup+3342.31 s]
/proc/loadavg: 3.44 4.06 4.13 2/282 202427
/proc/meminfo: memFree=77143504/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3342.56 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 364020 0 0 0 331926 2330 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3244.92 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 126871 0 0 0 322332 2160 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4211 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 1990 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3342.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

[startup+3402.3 s]
/proc/loadavg: 2.72 3.74 4.02 3/281 202438
/proc/meminfo: memFree=76581472/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3403.55 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 364768 0 0 0 337997 2358 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3303.81 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 127502 0 0 0 328196 2185 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4254 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916332 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 1991 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3403.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

[startup+3462.3 s]
/proc/loadavg: 2.33 3.44 3.89 5/281 202449
/proc/meminfo: memFree=76057204/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3463.52 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 378566 0 0 0 343961 2391 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3361.42 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 130815 0 0 0 333928 2214 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4413 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 1991 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3463.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

[startup+3522.3 s]
/proc/loadavg: 2.17 3.19 3.78 3/283 202464
/proc/meminfo: memFree=75559428/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3524.62 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 379279 0 0 0 350043 2419 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3420.44 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 131179 0 0 0 339805 2239 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4446 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 2032 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3524.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

[startup+3582.3 s]
/proc/loadavg: 2.18 3.00 3.67 3/283 202477
/proc/meminfo: memFree=75046528/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3585.59 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 379973 0 0 0 356110 2449 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3479.38 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 131822 0 0 0 345673 2265 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4489 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2916440 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 2032 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3585.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.8 s]
/proc/loadavg: 2.21 2.97 3.65 3/283 202479
/proc/meminfo: memFree=74970420/131524600 swapFree=131054968/131071996
[pid=200366] ppid=200363 vsize=19108176 memory=2916440 CPUtime=3600.09 cores=1,3
/proc/200366/stat : 200366 (java) S 200363 200366 199498 0 -1 1077936128 380411 0 0 0 357554 2455 0 0 20 0 20 0 20698643 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
/proc/200366/statm: 4777044 729110 5928 1 0 742358 0
[pid=200366/tid=200368] ppid=200363 vsize=19108176 memory=5596 CPUtime=3493.62 cores=1,3
/proc/200366/task/200368/stat : 200368 (java) R 200363 200366 199498 0 -1 4194368 132164 0 0 0 347091 2271 0 0 20 0 20 0 20698644 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4599 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200377] ppid=200363 vsize=19108176 memory=2004 CPUtime=0 cores=1,3
/proc/200366/task/200377/stat : 200377 (Finalizer) S 200363 200366 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20698646 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200384] ppid=200363 vsize=19108176 memory=25596 CPUtime=0 cores=1,3
/proc/200366/task/200384/stat : 200384 (Common-Cleaner) S 200363 200366 199498 0 -1 1077936192 2032 0 0 0 0 0 0 0 20 0 20 0 20698647 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
[pid=200366/tid=200385] ppid=200363 vsize=19108176 memory=39732 CPUtime=0 cores=1,3
/proc/200366/task/200385/stat : 200385 (Timer-0) S 200363 200366 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20698660 19566772224 729110 134679101440 93916335271936 93916335275632 140730616736944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916335283448 93916335284240 93916355334144 140730616742827 140730616743009 140730616743009 140730616750024 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2916440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.67 s, system=24.5728 s

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

[startup+3597.91 s]*
/proc/loadavg: 2.21 2.97 3.65 3/265 202482
/proc/meminfo: memFree=77754560/131524600 swapFree=131054968/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3597.92
CPU time (s): 3600.25
CPU user time (s): 3575.67
CPU system time (s): 24.5728
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 19109052
Max. memory (cumulated for all children) (KiB): 4216152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.67
system time used= 24.5728
maximum resident set size= 4216156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38123384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126783
involuntary context switches= 19533


# summary of solver processes directly reported to runsolver:
#   pid: 200366
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3575.67
#   total CPU system time (s): 24.5728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95516 second user time and 18.4986 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:22:33
IDJOB=4452952
IDBENCH=165637
IDSOLVER=3079
FILE ID=nodeC028/4452952-1721841753
RUNJOBID= nodeC028-1721841436-199510
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452952-1721841753/watcher-4452952-1721841753 -o /tmp/evaluation-result-4452952-1721841753/solver-4452952-1721841753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199510 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452952-1721841753 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452952-1721841753.opb

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

MD5SUM BENCH= 597a160dbd31bdb7379cae7050aa08c1
RANDOM SEED=1106633930

nodeC028.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3665.598
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3645.920
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
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.744
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3652.550
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
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		: 3665.604
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3678.574
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
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.734
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3629.845
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112080632 kB
MemAvailable:   122794852 kB
Buffers:          266288 kB
Cached:         11233852 kB
SwapCached:          264 kB
Active:          2270496 kB
Inactive:       16473240 kB
Active(anon):       4472 kB
Inactive(anon):  7291292 kB
Active(file):    2266024 kB
Inactive(file):  9181948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             55928 kB
Writeback:            64 kB
AnonPages:       7242484 kB
Mapped:           116868 kB
Shmem:             52100 kB
KReclaimable:     212140 kB
Slab:             335348 kB
SReclaimable:     212140 kB
SUnreclaim:       123208 kB
KernelStack:        5120 kB
PageTables:        24432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9553120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6961152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC028 at 2024-07-24 20:22:31