Trace number 4445162

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.29 3642.36

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMf4201f1ef8f74939600eabb6a2266017
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.14275
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80
Total number of constraints2
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 constraints2
Minimum length of a constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	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.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4445162-1721817203.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.14/0.14	c ... done. Wall clock time 0.01s.
0.14/0.14	c declared #vars     80
0.14/0.14	c #constraints  2
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.14/0.14	c 2 constraints processed.
1.27/0.75	c cleaning 2500 clauses out of 5000 with flag 10002/5000
2.08/1.20	c cleaning 4247 clauses out of 8501 with flag 22004/11001
2.85/1.57	c cleaning 5627 clauses out of 11253 with flag 36002/18000
3.85/2.05	c cleaning 6810 clauses out of 13626 with flag 52004/26000
4.61/2.42	c cleaning 7909 clauses out of 15817 with flag 70006/35001
5.00/2.75	c cleaning 8950 clauses out of 17908 with flag 90007/45001
5.56/3.13	c cleaning 9976 clauses out of 19959 with flag 112009/56002
5.95/3.56	c cleaning 10991 clauses out of 21981 with flag 136015/68000
6.46/4.00	c cleaning 11994 clauses out of 23990 with flag 162016/81000
6.85/4.49	c cleaning 12995 clauses out of 25996 with flag 190017/95000
7.47/5.01	c cleaning 13997 clauses out of 28002 with flag 220021/110001
7.98/5.53	c cleaning 15000 clauses out of 30004 with flag 252022/126000
8.66/6.13	c cleaning 16002 clauses out of 32004 with flag 286023/143000
9.32/6.77	c cleaning 17001 clauses out of 34002 with flag 322023/161000
10.01/7.45	c cleaning 18002 clauses out of 36003 with flag 360028/180002
10.71/8.17	c cleaning 18999 clauses out of 37999 with flag 400030/200000
11.74/9.13	c cleaning 19997 clauses out of 40000 with flag 442036/221000
12.64/10.07	c cleaning 20996 clauses out of 42004 with flag 486043/243001
13.43/10.89	c cleaning 22000 clauses out of 44007 with flag 532041/266000
14.48/11.83	c cleaning 23001 clauses out of 46007 with flag 580043/290000
15.47/12.85	c cleaning 24003 clauses out of 48006 with flag 630043/315000
16.57/13.94	c cleaning 25001 clauses out of 50003 with flag 682048/341000
17.69/15.02	c cleaning 25998 clauses out of 52002 with flag 736057/368000
18.68/16.07	c cleaning 26995 clauses out of 54005 with flag 792060/396001
19.87/17.26	c cleaning 28001 clauses out of 56009 with flag 850064/425000
21.29/18.66	c cleaning 29003 clauses out of 58008 with flag 910072/455000
22.69/20.02	c cleaning 30003 clauses out of 60007 with flag 972085/486002
24.28/21.64	c cleaning 31001 clauses out of 62003 with flag 1036085/518001
25.48/22.87	c cleaning 31997 clauses out of 64002 with flag 1102087/551001
26.78/24.12	c cleaning 33000 clauses out of 66004 with flag 1170089/585000
28.09/25.44	c cleaning 34001 clauses out of 68005 with flag 1240096/620001
29.70/27.03	c cleaning 35000 clauses out of 70005 with flag 1312112/656002
31.29/28.62	c cleaning 36000 clauses out of 72003 with flag 1386119/693000
32.71/30.10	c cleaning 37001 clauses out of 74003 with flag 1462122/731000
34.29/31.65	c cleaning 38001 clauses out of 76004 with flag 1540128/770002
35.98/34.62	c cleaning 38995 clauses out of 78001 with flag 1620127/810000
37.79/36.40	c cleaning 40002 clauses out of 80007 with flag 1702132/851001
39.69/38.39	c cleaning 41002 clauses out of 82006 with flag 1786137/893002
42.05/40.66	c cleaning 42000 clauses out of 84003 with flag 1872148/936001
44.05/42.64	c cleaning 42997 clauses out of 86002 with flag 1960152/980000
46.16/44.71	c cleaning 43998 clauses out of 88005 with flag 2050162/1025000
48.47/47.09	c cleaning 45000 clauses out of 90008 with flag 2142188/1071001
50.67/49.24	c cleaning 46002 clauses out of 92007 with flag 2236191/1118000
53.27/51.81	c cleaning 47000 clauses out of 94005 with flag 2332200/1166000
55.87/54.42	c cleaning 48002 clauses out of 96008 with flag 2430212/1215003
58.32/56.81	c cleaning 48996 clauses out of 98003 with flag 2530215/1265000
60.42/58.96	c cleaning 49999 clauses out of 100008 with flag 2632223/1316001
62.74/61.25	c cleaning 51000 clauses out of 102011 with flag 2736233/1368003
65.18/64.70	c cleaning 52003 clauses out of 104010 with flag 2842237/1421002
67.90/67.43	c cleaning 52997 clauses out of 106006 with flag 2950238/1475001
70.22/69.70	c cleaning 54003 clauses out of 108008 with flag 3060237/1530000
72.76/72.21	c cleaning 55001 clauses out of 110005 with flag 3172238/1586000
75.46/74.91	c cleaning 56002 clauses out of 112006 with flag 3286251/1643002
79.39/78.83	c cleaning 56995 clauses out of 114002 with flag 3402257/1701000
83.29/82.77	c cleaning 58002 clauses out of 116008 with flag 3520267/1760001
87.05/86.45	c cleaning 59004 clauses out of 118007 with flag 3640277/1820002
90.99/90.35	c cleaning 59990 clauses out of 120001 with flag 3762276/1881000
94.86/94.12	c cleaning 61001 clauses out of 122012 with flag 3886279/1943001
98.29/97.93	c cleaning 62000 clauses out of 124011 with flag 4012281/2006001
101.82/101.46	c cleaning 63004 clauses out of 126011 with flag 4140282/2070001
104.95/104.56	c cleaning 64000 clauses out of 128007 with flag 4270284/2135001
108.36/107.98	c cleaning 65000 clauses out of 130008 with flag 4402289/2201002
111.79/111.34	c cleaning 66002 clauses out of 132008 with flag 4536292/2268002
115.33/114.83	c cleaning 66998 clauses out of 134007 with flag 4672298/2336003
118.86/118.37	c cleaning 68005 clauses out of 136009 with flag 4810301/2405003
122.60/122.01	c cleaning 68999 clauses out of 138001 with flag 4950302/2475000
126.43/126.24	c cleaning 69997 clauses out of 140002 with flag 5092314/2546000
129.96/129.75	c cleaning 70999 clauses out of 142005 with flag 5236317/2618000
133.70/133.41	c cleaning 72002 clauses out of 144006 with flag 5382318/2691000
137.54/137.23	c cleaning 72995 clauses out of 146004 with flag 5530323/2765000
141.79/141.40	c cleaning 74000 clauses out of 148010 with flag 5680326/2840001
145.92/145.53	c cleaning 75000 clauses out of 150009 with flag 5832328/2916000
149.75/149.35	c cleaning 76001 clauses out of 152009 with flag 5986331/2993000
153.66/153.26	c cleaning 77001 clauses out of 154008 with flag 6142333/3071000
158.82/160.77	c cleaning 78005 clauses out of 156009 with flag 6300338/3150002
163.85/165.73	c cleaning 78999 clauses out of 158002 with flag 6460343/3230000
168.19/170.01	c cleaning 80000 clauses out of 160003 with flag 6622343/3311000
173.52/175.32	c cleaning 80994 clauses out of 162003 with flag 6786343/3393000
178.27/180.07	c cleaning 82003 clauses out of 164009 with flag 6952347/3476000
182.79/184.54	c cleaning 83000 clauses out of 166006 with flag 7120352/3560000
189.21/190.90	c cleaning 83999 clauses out of 168007 with flag 7290357/3645001
194.62/196.60	c cleaning 85000 clauses out of 170008 with flag 7462364/3731001
200.75/202.73	c cleaning 85999 clauses out of 172009 with flag 7636370/3818002
206.38/208.32	c cleaning 87002 clauses out of 174010 with flag 7812378/3906002
211.80/213.74	c cleaning 88003 clauses out of 176006 with flag 7990376/3995000
217.21/219.14	c cleaning 88994 clauses out of 178003 with flag 8170383/4085000
222.86/224.93	c cleaning 90002 clauses out of 180010 with flag 8352393/4176001
229.29/231.37	c cleaning 91000 clauses out of 182007 with flag 8536400/4268000
234.82/236.89	c cleaning 92000 clauses out of 184007 with flag 8722414/4361000
241.03/242.99	c cleaning 92999 clauses out of 186007 with flag 8910434/4455000
247.97/249.82	c cleaning 94003 clauses out of 188008 with flag 9100440/4550000
253.53/255.53	c cleaning 94996 clauses out of 190006 with flag 9292452/4646001
259.35/261.35	c cleaning 96000 clauses out of 192009 with flag 9486454/4743000
265.12/267.06	c cleaning 97003 clauses out of 194009 with flag 9682464/4841000
270.85/272.70	c cleaning 97999 clauses out of 196008 with flag 9880470/4940002
276.08/278.00	c cleaning 98998 clauses out of 198007 with flag 10080471/5040000
282.28/285.73	c cleaning 100004 clauses out of 200009 with flag 10282479/5141000
289.12/292.53	c cleaning 101002 clauses out of 202007 with flag 10486487/5243002
295.18/298.58	c cleaning 101996 clauses out of 204003 with flag 10692494/5346000
301.11/304.41	c cleaning 103001 clauses out of 206007 with flag 10900500/5450000
307.92/311.24	c cleaning 104001 clauses out of 208008 with flag 11110509/5555002
313.94/317.27	c cleaning 104999 clauses out of 210006 with flag 11322521/5661001
319.90/323.59	c cleaning 106001 clauses out of 212007 with flag 11536527/5768001
326.28/329.82	c cleaning 107000 clauses out of 214006 with flag 11752530/5876001
333.50/337.01	c cleaning 107998 clauses out of 216009 with flag 11970541/5985004
341.50/345.05	c cleaning 108998 clauses out of 218008 with flag 12190550/6095001
348.65/352.51	c cleaning 110005 clauses out of 220009 with flag 12412554/6206000
357.63/361.58	c cleaning 111002 clauses out of 222006 with flag 12636569/6318002
367.57/371.23	c cleaning 111998 clauses out of 224002 with flag 12862573/6431000
374.69/378.30	c cleaning 112999 clauses out of 226005 with flag 13090577/6545001
386.47/390.53	c cleaning 113999 clauses out of 228006 with flag 13320587/6660001
400.29/404.36	c cleaning 115000 clauses out of 230008 with flag 13552603/6776002
409.70/413.89	c cleaning 116003 clauses out of 232008 with flag 13786620/6893002
419.06/423.17	c cleaning 116999 clauses out of 234003 with flag 14022628/7011000
430.88/434.91	c cleaning 118000 clauses out of 236004 with flag 14260635/7130000
440.27/444.43	c cleaning 119001 clauses out of 238004 with flag 14500640/7250000
449.99/454.09	c cleaning 119995 clauses out of 240003 with flag 14742647/7371000
460.39/464.45	c cleaning 121002 clauses out of 242009 with flag 14986667/7493001
471.56/476.38	c cleaning 122003 clauses out of 244006 with flag 15232676/7616000
480.63/485.31	c cleaning 122996 clauses out of 246003 with flag 15480690/7740000
488.84/493.53	c cleaning 124000 clauses out of 248007 with flag 15730701/7865000
498.21/502.84	c cleaning 125000 clauses out of 250008 with flag 15982714/7991001
507.49/512.42	c cleaning 125996 clauses out of 252007 with flag 16236722/8118000
517.21/522.15	c cleaning 127001 clauses out of 254012 with flag 16492755/8246001
526.26/531.14	c cleaning 127999 clauses out of 256011 with flag 16750772/8375001
535.46/541.21	c cleaning 129004 clauses out of 258014 with flag 17010799/8505003
544.69/550.40	c cleaning 130003 clauses out of 260009 with flag 17272824/8636002
556.11/561.98	c cleaning 130995 clauses out of 262005 with flag 17536837/8768001
567.40/573.35	c cleaning 132003 clauses out of 264009 with flag 17802844/8901000
577.78/583.62	c cleaning 133001 clauses out of 266007 with flag 18070862/9035001
586.94/592.77	c cleaning 134001 clauses out of 268005 with flag 18340899/9170000
595.83/601.74	c cleaning 135000 clauses out of 270004 with flag 18612928/9306000
605.56/611.48	c cleaning 136000 clauses out of 272006 with flag 18886948/9443002
616.69/622.53	c cleaning 137002 clauses out of 274005 with flag 19162961/9581001
631.90/640.64	c cleaning 137997 clauses out of 276002 with flag 19440981/9720000
641.93/650.60	c cleaning 139000 clauses out of 278006 with flag 19720992/9860001
653.82/662.75	c cleaning 140000 clauses out of 280006 with flag 20003003/10001001
665.24/674.19	c cleaning 141000 clauses out of 282005 with flag 20287016/10143000
677.72/686.65	c cleaning 142000 clauses out of 284007 with flag 20573035/10286002
688.36/697.47	c cleaning 142999 clauses out of 286005 with flag 20861053/10430000
703.44/712.54	c cleaning 143997 clauses out of 288006 with flag 21151066/10575000
713.89/722.92	c cleaning 145005 clauses out of 290010 with flag 21443083/10721001
726.62/735.57	c cleaning 145998 clauses out of 292004 with flag 21737088/10868000
741.32/750.29	c cleaning 147003 clauses out of 294009 with flag 22033109/11016003
753.92/762.95	c cleaning 148001 clauses out of 296005 with flag 22331139/11165002
767.37/776.39	c cleaning 149002 clauses out of 298004 with flag 22631145/11315002
784.27/793.64	c cleaning 150000 clauses out of 300002 with flag 22933161/11466002
799.74/809.10	c cleaning 151001 clauses out of 302002 with flag 23237171/11618002
816.39/826.07	c cleaning 151997 clauses out of 304001 with flag 23543184/11771002
828.49/838.11	c cleaning 152995 clauses out of 306002 with flag 23851189/11925000
842.53/852.67	c cleaning 153997 clauses out of 308007 with flag 24161196/12080000
855.99/866.03	c cleaning 155000 clauses out of 310010 with flag 24473204/12236000
870.48/880.84	c cleaning 155997 clauses out of 312010 with flag 24787208/12393000
886.32/896.64	c cleaning 157003 clauses out of 314014 with flag 25103223/12551001
906.91/917.20	c cleaning 158001 clauses out of 316012 with flag 25421239/12710002
922.96/933.27	c cleaning 159000 clauses out of 318009 with flag 25741243/12870000
937.42/948.68	c cleaning 160004 clauses out of 320009 with flag 26063255/13031000
951.13/962.44	c cleaning 160998 clauses out of 322005 with flag 26387278/13193000
965.87/977.50	c cleaning 162004 clauses out of 324007 with flag 26713294/13356000
981.14/992.87	c cleaning 163002 clauses out of 326004 with flag 27041306/13520001
998.32/1010.23	c cleaning 163993 clauses out of 328005 with flag 27371361/13685004
1015.90/1027.76	c cleaning 165001 clauses out of 330009 with flag 27703401/13851001
1034.28/1047.11	c cleaning 166001 clauses out of 332009 with flag 28037436/14018002
1048.14/1061.03	c cleaning 166994 clauses out of 334006 with flag 28373475/14186000
1062.91/1076.56	c cleaning 168000 clauses out of 336012 with flag 28711513/14355000
1079.98/1093.80	c cleaning 169004 clauses out of 338013 with flag 29051549/14525001
1097.78/1111.69	c cleaning 170001 clauses out of 340009 with flag 29393597/14696001
1114.86/1129.07	c cleaning 171000 clauses out of 342007 with flag 29737625/14868000
1131.69/1145.83	c cleaning 172001 clauses out of 344008 with flag 30083647/15041001
1147.36/1161.87	c cleaning 173001 clauses out of 346007 with flag 30431683/15215001
1161.35/1175.88	c cleaning 173998 clauses out of 348007 with flag 30781709/15390002
1175.68/1190.56	c cleaning 174998 clauses out of 350007 with flag 31133721/15566000
1190.61/1205.58	c cleaning 175998 clauses out of 352010 with flag 31487730/15743001
1206.62/1221.74	c cleaning 176997 clauses out of 354012 with flag 31843740/15921001
1223.35/1238.46	c cleaning 177998 clauses out of 356014 with flag 32201770/16100000
1240.36/1255.64	c cleaning 179006 clauses out of 358016 with flag 32561801/16280000
1257.97/1273.23	c cleaning 180002 clauses out of 360011 with flag 32923820/16461001
1279.49/1294.90	c cleaning 180996 clauses out of 362008 with flag 33287837/16643000
1298.62/1314.26	c cleaning 182003 clauses out of 364014 with flag 33653862/16826002
1318.06/1333.66	c cleaning 183000 clauses out of 366009 with flag 34021884/17010000
1335.51/1351.29	c cleaning 183999 clauses out of 368009 with flag 34391907/17195000
1355.89/1371.69	c cleaning 185003 clauses out of 370010 with flag 34763933/17381000
1374.66/1390.33	c cleaning 186001 clauses out of 372007 with flag 35137994/17568000
1394.36/1410.26	c cleaning 187002 clauses out of 374008 with flag 35514032/17756002
1414.21/1430.10	c cleaning 187989 clauses out of 376004 with flag 35892085/17945000
1435.17/1451.12	c cleaning 189000 clauses out of 378016 with flag 36272101/18135001
1454.57/1470.71	c cleaning 190004 clauses out of 380015 with flag 36654112/18326000
1473.52/1489.62	c cleaning 191000 clauses out of 382011 with flag 37038125/18518000
1491.43/1507.75	c cleaning 192004 clauses out of 384011 with flag 37424146/18711000
1511.76/1528.37	c cleaning 193004 clauses out of 386009 with flag 37812172/18905002
1531.39/1548.09	c cleaning 193997 clauses out of 388005 with flag 38202203/19100002
1551.07/1568.70	c cleaning 194999 clauses out of 390006 with flag 38594230/19296000
1573.19/1590.90	c cleaning 195999 clauses out of 392007 with flag 38988260/19493000
1595.09/1612.87	c cleaning 196998 clauses out of 394008 with flag 39384307/19691000
1617.01/1634.88	c cleaning 198003 clauses out of 396010 with flag 39782327/19890000
1638.65/1656.68	c cleaning 198995 clauses out of 398007 with flag 40182353/20090000
1657.24/1675.16	c cleaning 200003 clauses out of 400012 with flag 40584369/20291000
1678.49/1696.54	c cleaning 201003 clauses out of 402013 with flag 40988393/20493004
1699.64/1718.61	c cleaning 202003 clauses out of 404007 with flag 41394400/20696001
1719.37/1738.35	c cleaning 203000 clauses out of 406005 with flag 41802433/20900002
1741.10/1760.01	c cleaning 203991 clauses out of 408003 with flag 42212445/21105000
1766.89/1785.92	c cleaning 205002 clauses out of 410014 with flag 42624478/21311002
1789.85/1808.96	c cleaning 206003 clauses out of 412010 with flag 43038520/21518000
1811.11/1830.28	c cleaning 206997 clauses out of 414008 with flag 43454538/21726001
1840.31/1859.42	c cleaning 207997 clauses out of 416010 with flag 43872556/21935000
1870.39/1889.55	c cleaning 209003 clauses out of 418014 with flag 44292583/22145001
1897.59/1916.74	c cleaning 210000 clauses out of 420010 with flag 44714600/22356000
1925.41/1944.73	c cleaning 211001 clauses out of 422010 with flag 45138609/22568000
1948.58/1968.09	c cleaning 211999 clauses out of 424009 with flag 45564643/22781000
1970.78/1990.28	c cleaning 213004 clauses out of 426011 with flag 45992670/22995001
1994.20/2013.53	c cleaning 214001 clauses out of 428006 with flag 46422724/23210000
2030.00/2052.66	c cleaning 215001 clauses out of 430008 with flag 46854742/23426003
2054.70/2076.85	c cleaning 215995 clauses out of 432004 with flag 47288753/23643000
2078.94/2101.23	c cleaning 217004 clauses out of 434011 with flag 47724767/23861002
2100.16/2122.54	c cleaning 217999 clauses out of 436005 with flag 48162774/24080000
2131.21/2153.75	c cleaning 218998 clauses out of 438006 with flag 48602816/24300000
2169.13/2191.74	c cleaning 220004 clauses out of 440008 with flag 49044837/24521000
2193.81/2216.57	c cleaning 220993 clauses out of 442004 with flag 49488857/24743000
2215.31/2238.23	c cleaning 222003 clauses out of 444013 with flag 49934901/24966002
2239.06/2261.97	c cleaning 223001 clauses out of 446009 with flag 50382922/25190001
2259.09/2285.90	c cleaning 223998 clauses out of 448007 with flag 50832937/25415000
2280.80/2307.80	c cleaning 225002 clauses out of 450012 with flag 51284956/25641003
2309.70/2336.84	c cleaning 225998 clauses out of 452007 with flag 51738973/25868000
2333.87/2360.91	c cleaning 226998 clauses out of 454009 with flag 52194992/26096000
2356.97/2384.14	c cleaning 228004 clauses out of 456014 with flag 52653021/26325003
2376.79/2404.84	c cleaning 228997 clauses out of 458007 with flag 53113047/26555000
2401.78/2429.99	c cleaning 230000 clauses out of 460010 with flag 53575083/26786000
2430.17/2458.48	c cleaning 231000 clauses out of 462012 with flag 54039105/27018002
2456.95/2485.05	c cleaning 232001 clauses out of 464012 with flag 54505120/27251002
2485.87/2513.60	c cleaning 233000 clauses out of 466010 with flag 54973142/27485001
2507.06/2534.88	c cleaning 234000 clauses out of 468009 with flag 55443159/27720000
2527.22/2555.13	c cleaning 235000 clauses out of 470011 with flag 55915190/27956002
2552.69/2581.20	c cleaning 235997 clauses out of 472010 with flag 56389204/28193001
2577.42/2605.86	c cleaning 236999 clauses out of 474012 with flag 56865221/28431000
2601.82/2630.33	c cleaning 238003 clauses out of 476014 with flag 57343259/28670001
2629.10/2657.73	c cleaning 239005 clauses out of 478010 with flag 57823288/28910000
2656.17/2684.91	c cleaning 240000 clauses out of 480006 with flag 58305308/29151001
2684.24/2713.14	c cleaning 241000 clauses out of 482005 with flag 58789340/29393000
2711.01/2739.97	c cleaning 242000 clauses out of 484005 with flag 59275358/29636000
2738.47/2767.47	c cleaning 242994 clauses out of 486005 with flag 59763380/29880000
2763.64/2792.69	c cleaning 244004 clauses out of 488011 with flag 60253390/30125000
2788.66/2817.72	c cleaning 245002 clauses out of 490008 with flag 60745418/30371001
2813.29/2842.62	c cleaning 245997 clauses out of 492005 with flag 61239442/30618000
2843.79/2873.26	c cleaning 246998 clauses out of 494009 with flag 61735512/30866001
2878.65/2907.90	c cleaning 248002 clauses out of 496010 with flag 62233540/31115000
2912.12/2941.42	c cleaning 248991 clauses out of 498009 with flag 62733567/31365001
2946.54/2975.73	c cleaning 250005 clauses out of 500017 with flag 63235612/31616000
2978.09/3007.36	c cleaning 251003 clauses out of 502013 with flag 63739673/31868001
3008.64/3037.95	c cleaning 252003 clauses out of 504012 with flag 64245709/32121003
3037.78/3067.15	c cleaning 253000 clauses out of 506007 with flag 64753761/32375001
3069.03/3098.58	c cleaning 253996 clauses out of 508007 with flag 65263795/32630001
3109.80/3139.57	c cleaning 255000 clauses out of 510010 with flag 65775821/32886000
3143.29/3173.25	c cleaning 256001 clauses out of 512010 with flag 66289850/33143000
3181.75/3212.19	c cleaning 257001 clauses out of 514010 with flag 66805906/33401001
3213.56/3244.05	c cleaning 258002 clauses out of 516008 with flag 67323956/33660000
3243.70/3274.24	c cleaning 258998 clauses out of 518009 with flag 67843990/33920003
3278.40/3309.10	c cleaning 259998 clauses out of 520008 with flag 68366018/34181000
3313.77/3344.65	c cleaning 261004 clauses out of 522011 with flag 68890055/34443001
3349.48/3380.26	c cleaning 262004 clauses out of 524007 with flag 69416120/34706001
3385.64/3416.75	c cleaning 263001 clauses out of 526002 with flag 69944178/34970000
3423.08/3454.97	c cleaning 263996 clauses out of 528001 with flag 70474242/35235000
3455.72/3487.60	c cleaning 265003 clauses out of 530007 with flag 71006330/35501002
3489.26/3521.24	c cleaning 265998 clauses out of 532003 with flag 71540401/35768001
3537.54/3569.65	c cleaning 266998 clauses out of 534006 with flag 72076502/36036002
3575.66/3607.23	c cleaning 267997 clauses out of 536007 with flag 72614535/36305001
3600.04/3642.22	c starts		: 1
3600.04/3642.22	c conflicts		: 36575001
3600.04/3642.22	c decisions		: 36576658
3600.04/3642.22	c propagations		: 174859852
3600.04/3642.22	c inspects		: 16093010513
3600.04/3642.22	c shortcuts		: 0
3600.04/3642.22	c learnt literals	: 0
3600.04/3642.22	c learnt binary clauses	: 0
3600.04/3642.22	c learnt ternary clauses	: 0
3600.04/3642.22	c learnt constraints	: 36575001
3600.04/3642.22	c ignored constraints	: 0
3600.04/3642.22	c root simplifications	: 0
3600.04/3642.22	c removed literals (reason simplification)	: 431851113
3600.04/3642.22	c reason swapping (by a shorter reason)	: 0
3600.04/3642.22	c Calls to reduceDB	: 266
3600.04/3642.22	c Number of update (reduction) of LBD	: 2510
3600.04/3642.22	c Imported unit clauses	: 0
3600.04/3642.22	c No decision after first conflict	: false
3600.04/3642.22	c number of reductions to clauses (during analyze)	: 0
3600.04/3642.22	c number of learned constraints concerned by reduction	: 0
3600.04/3642.22	c number of learning phase by resolution	: 0
3600.04/3642.22	c number of learning phase by cutting planes	: 0
3600.04/3642.22	c number of rounding to 1 operations	: 0
3600.04/3642.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3642.22	c number of reductions of the coefficients by power 2 	: 0
3600.04/3642.22	c number of right shift for reduction by power 2 	: 0
3600.04/3642.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3642.22	c number of ending skipping 	: 0
3600.04/3642.22	c number of internal skipping 	: 0
3600.04/3642.22	c number of derivation steps 	: 0
3600.04/3642.22	c number of skipped derivation steps 	: 0
3600.04/3642.22	c number of remaining unassigned 	: 0
3600.04/3642.22	c number of remaining assigned 	: 0
3600.04/3642.22	c number of falsified literals weakened from reason	: 0
3600.04/3642.22	c number of falsified literals weakened from conflict	: 0
3600.04/3642.22	c time for arithmetic operations	: 0
3600.04/3642.22	c minimum degree of deleted constraints	: null
3600.04/3642.22	c maximum degree of deleted constraints	: null
3600.04/3642.22	c number of deleted constraints	: 0
3600.04/3642.22	c speed (assignments/second)	: 48011.02557688923
3600.04/3642.22	c non guided choices	: 68
3600.25/3642.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 538010
3600.25/3642.31	s UNKNOWN
3600.25/3642.31	c Total wall clock time (in seconds): 3642.185

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=184747, runsolver pid=184744

[startup+0.102551 s]*
/proc/loadavg: 2.15 0.55 0.35 7/335 184765
/proc/meminfo: memFree=123997840/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=18975048 memory=64788 CPUtime=0.14 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 7257 0 0 0 12 2 0 0 20 0 18 0 18243639 19430449152 16197 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4743762 16197 5538 1 0 549374 0
[pid=184747/tid=184749] ppid=184744 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) S 184744 184747 183872 0 -1 1077936192 5771 0 0 0 7 1 0 0 20 0 18 0 18243639 19430449152 16197 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18243642 19430449152 16197 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=18975048 memory=15262540772067107 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18243642 19430449152 16197 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64788 KiB

[startup+0.209307 s]*
/proc/loadavg: 2.15 0.55 0.35 7/315 184768
/proc/meminfo: memFree=124147728/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19041612 memory=74060 CPUtime=0.34 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 7739 0 0 0 31 3 0 0 20 0 19 0 18243639 19498610688 18515 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4760403 18515 5833 1 0 549942 0
[pid=184747/tid=184749] ppid=184744 vsize=19041612 memory=664970851429515383 CPUtime=0.19 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 5999 0 0 0 17 2 0 0 20 0 19 0 18243639 19498610688 18515 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19041612 memory=224262538999 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243642 19498610688 18515 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19041612 memory=1232249 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18243642 19498610688 18515 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243653 19498610688 18515 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74060 KiB

[startup+0.306311 s]*
/proc/loadavg: 2.15 0.55 0.35 7/314 184782
/proc/meminfo: memFree=124131732/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19041612 memory=89452 CPUtime=0.51 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 9305 0 0 0 48 3 0 0 20 0 19 0 18243639 19498610688 22363 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4760403 22363 5844 1 0 550702 0
[pid=184747/tid=184749] ppid=184744 vsize=19041612 memory=-6675103633194384318 CPUtime=0.25 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 6022 0 0 0 23 2 0 0 20 0 19 0 18243639 19498610688 22363 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243642 19498610688 22363 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18243642 19498610688 22363 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243653 19498610688 22363 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89452 KiB

[startup+0.700308 s]
/proc/loadavg: 2.15 0.55 0.35 7/312 184795
/proc/meminfo: memFree=124086220/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=180484 CPUtime=1.27 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 16343 0 0 0 120 7 0 0 20 0 20 0 18243639 19566772224 45121 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 45121 5844 1 0 555305 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=12304 CPUtime=0.61 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 6068 0 0 0 57 4 0 0 20 0 20 0 18243639 19566772224 45121 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 45121 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 45121 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 45121 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180484 KiB

[startup+1.50032 s]
/proc/loadavg: 2.15 0.55 0.35 8/313 184864
/proc/meminfo: memFree=124087216/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=187204 CPUtime=2.85 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 25122 0 0 0 276 9 0 0 20 0 20 0 18243639 19566772224 46801 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 46801 5876 1 0 556078 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=12304 CPUtime=1.38 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 6625 0 0 0 133 5 0 0 20 0 20 0 18243639 19566772224 46801 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 46801 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 46801 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 46801 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187204 KiB

[startup+3.10596 s]
/proc/loadavg: 2.15 0.55 0.35 6/338 184906
/proc/meminfo: memFree=122999768/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=460320 CPUtime=5.56 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 27096 0 0 0 538 18 0 0 20 0 20 0 18243639 19566772224 115080 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 115080 5876 1 0 556084 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 7225 0 0 0 283 13 0 0 20 0 20 0 18243639 19566772224 115080 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 115080 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 115080 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 115080 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 460320 KiB

[startup+6.30027 s]
/proc/loadavg: 2.29 0.61 0.37 5/338 184906
/proc/meminfo: memFree=120767464/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=1154808 CPUtime=8.91 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 27536 0 0 0 852 39 0 0 20 0 20 0 18243639 19566772224 288702 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 288702 5876 1 0 556087 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=0 CPUtime=6.13 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 7573 0 0 0 579 34 0 0 20 0 20 0 18243639 19566772224 288702 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 288702 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 288702 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 288702 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1154808 KiB

[startup+12.7003 s]
/proc/loadavg: 2.43 0.67 0.39 5/338 184907
/proc/meminfo: memFree=118922220/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=1335040 CPUtime=15.38 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 28912 0 0 0 1486 52 0 0 20 0 20 0 18243639 19566772224 333760 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 333760 5876 1 0 556087 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=0 CPUtime=12.49 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 8390 0 0 0 1203 46 0 0 20 0 20 0 18243639 19566772224 333760 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 333760 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=-8888244639637480124 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 333760 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 333760 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 15.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335040 KiB

[startup+25.5003 s]
/proc/loadavg: 2.67 0.78 0.43 5/339 184910
/proc/meminfo: memFree=118134872/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=1339356 CPUtime=28.19 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 33108 0 0 0 2746 73 0 0 20 0 20 0 18243639 19566772224 334839 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 334839 5876 1 0 556087 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=1154808 CPUtime=25.16 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 9686 0 0 0 2451 65 0 0 20 0 20 0 18243639 19566772224 334839 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 334839 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 334839 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=67912 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 334839 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1339356 KiB

[startup+51.1061 s]
/proc/loadavg: 3.32 1.12 0.55 5/339 184980
/proc/meminfo: memFree=118824240/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=1362076 CPUtime=52.59 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 39809 0 0 0 5149 110 0 0 20 0 20 0 18243639 19566772224 340519 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 340519 5876 1 0 556128 0

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

Current children cumulated memory: 2176472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.07 5/338 186863
/proc/meminfo: memFree=79607552/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2176472 CPUtime=3311.48 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 234897 0 0 0 328696 2452 0 0 20 0 20 0 18243639 19566772224 544118 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544118 5892 1 0 557235 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=0 CPUtime=3263.03 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 84735 0 0 0 323983 2320 0 0 20 0 20 0 18243639 19566772224 544118 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4429 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=2296 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544118 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 3747 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544118 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=2176472 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544118 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3311.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.17 4.08 5/337 186875
/proc/meminfo: memFree=79035144/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3371.66 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 245734 0 0 0 334675 2491 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544240 5892 1 0 557356 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=2176472 CPUtime=3322.18 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 88239 0 0 0 329863 2355 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4469 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 3781 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3371.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.09 5/338 186944
/proc/meminfo: memFree=78527808/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3430.48 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 248128 0 0 0 340530 2518 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544240 5892 1 0 557356 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3380.41 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 89408 0 0 0 335660 2381 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4582 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=-9126187734752739224 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 3845 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=1230812 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3430.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.20 4.10 5/338 186956
/proc/meminfo: memFree=77976100/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3490.36 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 249544 0 0 0 346487 2549 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544240 5892 1 0 557356 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3439.6 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 90468 0 0 0 341550 2410 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4609 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 3916 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3490.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176960 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.18 4.10 5/338 186968
/proc/meminfo: memFree=77466796/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2176960 CPUtime=3550.29 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 251632 0 0 0 352454 2575 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544240 5892 1 0 557356 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=2004 CPUtime=3499 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 91291 0 0 0 347466 2434 0 0 20 0 20 0 18243639 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4629 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=2176960 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=2836 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 3987 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544240 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3550.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642.2 s]
/proc/loadavg: 4.18 4.17 4.10 4/311 187007
/proc/meminfo: memFree=80857580/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19108176 memory=2177232 CPUtime=3600.04 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 260871 0 0 0 357397 2607 0 0 20 0 20 0 18243639 19566772224 544308 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4777044 544308 5892 1 0 557424 0
[pid=184747/tid=184749] ppid=184744 vsize=19108176 memory=3880560 CPUtime=3547.59 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 93740 0 0 0 352297 2462 0 0 20 0 20 0 18243639 19566772224 544308 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5714 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19108176 memory=2836 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544308 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19108176 memory=3264 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 18243642 19566772224 544308 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184768] ppid=184744 vsize=19108176 memory=2177232 CPUtime=0 cores=5,7
/proc/184747/task/184768/stat : 184768 (Timer-0) S 184744 184747 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243653 19566772224 544308 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2177232 KiB

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

[startup+3642.31 s]
/proc/loadavg: 4.18 4.17 4.10 4/311 187007
/proc/meminfo: memFree=80857580/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19307868 memory=2177816 CPUtime=3600.25 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 262988 0 0 0 357418 2607 0 0 20 0 21 0 18243639 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4826967 544454 5891 1 0 558311 0
[pid=184747/tid=184749] ppid=184744 vsize=19307868 memory=2177228 CPUtime=3547.7 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 93740 0 0 0 352308 2462 0 0 20 0 21 0 18243639 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5714 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19307868 memory=2177232 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18243642 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19307868 memory=-8888244639637480124 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 21 0 18243642 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2177816 KiB

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

# cumulated CPU time of all completed processes:  user=3574.2 s, system=26.0916 s

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

[startup+3642.31 s]
/proc/loadavg: 4.18 4.17 4.10 4/311 187007
/proc/meminfo: memFree=80857580/131524600 swapFree=131055480/131071996
[pid=184747] ppid=184744 vsize=19307868 memory=2177816 CPUtime=3600.25 cores=5,7
/proc/184747/stat : 184747 (java) S 184744 184747 183872 0 -1 1077936128 262988 0 0 0 357418 2607 0 0 20 0 21 0 18243639 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
/proc/184747/statm: 4826967 544454 5891 1 0 558311 0
[pid=184747/tid=184749] ppid=184744 vsize=19307868 memory=2177228 CPUtime=3547.7 cores=5,7
/proc/184747/task/184749/stat : 184749 (java) R 184744 184747 183872 0 -1 4194368 93740 0 0 0 352308 2462 0 0 20 0 21 0 18243639 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5714 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184758] ppid=184744 vsize=19307868 memory=2177232 CPUtime=0 cores=5,7
/proc/184747/task/184758/stat : 184758 (Finalizer) S 184744 184747 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18243642 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
[pid=184747/tid=184765] ppid=184744 vsize=19307868 memory=-8888244639637480124 CPUtime=0 cores=5,7
/proc/184747/task/184765/stat : 184765 (Common-Cleaner) S 184744 184747 183872 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 21 0 18243642 19771256832 544454 134679101440 93910127570944 93910127574640 140728910203920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93910127582456 93910127583248 93910147067904 140728910209963 140728910210145 140728910210145 140728910217160 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2177816 KiB

Child status: 143

Real time (s): 3642.36
CPU time (s): 3600.29
CPU user time (s): 3574.2
CPU system time (s): 26.0916
CPU usage (%): 98.8448
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2177816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.2
system time used= 26.0916
maximum resident set size= 2178668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29232992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135969
involuntary context switches= 12298


# summary of solver processes directly reported to runsolver:
#   pid: 184747
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3574.2
#   total CPU system time (s): 26.0916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.0638 second user time and 18.2296 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 12:33:23
IDJOB=4445162
IDBENCH=148101
IDSOLVER=3079
FILE ID=nodeC028/4445162-1721817203
RUNJOBID= nodeC028-1721817188-183885
SLURM_JOB_ID= 7816888
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob5.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-4445162-1721817203/watcher-4445162-1721817203 -o /tmp/evaluation-result-4445162-1721817203/solver-4445162-1721817203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721817188-183885 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4445162-1721817203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445162-1721817203.opb

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

MD5SUM BENCH= f4201f1ef8f74939600eabb6a2266017
RANDOM SEED=531739116

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		: 3600.051
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		: 3605.878
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.724
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		: 3664.872
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		: 3599.724
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		: 3637.598
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.724
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		: 3649.975
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:        124044236 kB
MemAvailable:   128314332 kB
Buffers:          236972 kB
Cached:          4818940 kB
SwapCached:          768 kB
Active:          2358272 kB
Inactive:        4434240 kB
Active(anon):       4012 kB
Inactive(anon):  1784700 kB
Active(file):    2354260 kB
Inactive(file):  2649540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055480 kB
Dirty:             63660 kB
Writeback:           216 kB
AnonPages:       1735036 kB
Mapped:           134120 kB
Shmem:             52380 kB
KReclaimable:     212236 kB
Slab:             337460 kB
SReclaimable:     212236 kB
SUnreclaim:       125224 kB
KernelStack:        5068 kB
PageTables:        13168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8933904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1423360 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:      424660 kB
DirectMap2M:    46534656 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC028 at 2024-07-24 13:34:05