Trace number 4425013

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 Default 2024-07-07MSAT (TO) 3600.56 3599.97

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/spot5/
normalized-spot5-505_wcsp.wbo
MD5SUMd100a871b5608897409afc29abc6542c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark21253
Best CPU time to get the best result obtained on this benchmark0.224176
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints3672
Number of soft constraints3432
Number of constraints which are clauses3432
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 34354
Min constraint cost 1
Max constraint cost 34354
Sum of constraints costs 109692321
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	No reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c No reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4425013-1720890795.wbo
0.14/0.13	c reading problem ... 
0.32/0.25	c ... done. Wall clock time 0.106s.
0.32/0.25	c declared #vars     688
0.32/0.25	c internal #vars     4120
0.32/0.25	c #constraints  3913
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 512
0.32/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 104
0.32/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3296
0.32/0.25	c 3913 constraints processed.
0.32/0.25	c objective function length is 3432 literals
0.51/0.32	c SATISFIABLE
0.51/0.32	c OPTIMIZING...
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.177
0.51/0.32	o 22273
0.90/0.58	c Got one! Elapsed wall clock time (in seconds):0.439
0.90/0.58	o 22272
2.03/1.22	c cleaning 2740 clauses out of 5485 with flag 11844/5485
2.77/1.86	c cleaning 4371 clauses out of 8745 with flag 26261/11485
3.76/2.63	c cleaning 5680 clauses out of 11374 with flag 44073/18485
4.81/3.46	c cleaning 6841 clauses out of 13693 with flag 64677/26484
5.83/4.41	c cleaning 7925 clauses out of 15852 with flag 87205/35484
6.84/5.40	c cleaning 8962 clauses out of 17930 with flag 111654/45487
8.16/6.60	c cleaning 9982 clauses out of 19966 with flag 139010/56485
9.48/8.00	c cleaning 10988 clauses out of 21984 with flag 168986/68485
10.98/9.49	c cleaning 11998 clauses out of 23996 with flag 201466/81485
12.51/10.96	c cleaning 12995 clauses out of 25998 with flag 244754/95485
14.49/12.82	c cleaning 13997 clauses out of 28003 with flag 311166/110485
16.29/14.59	c cleaning 15002 clauses out of 30005 with flag 401122/126484
18.51/16.67	c cleaning 16000 clauses out of 32004 with flag 482101/143485
20.78/18.87	c cleaning 16999 clauses out of 34003 with flag 567333/161484
23.31/21.36	c cleaning 18002 clauses out of 36006 with flag 634120/180486
25.72/23.79	c cleaning 18996 clauses out of 38002 with flag 686152/200484
28.56/26.56	c cleaning 20001 clauses out of 40007 with flag 739765/221485
31.45/29.48	c cleaning 20998 clauses out of 42005 with flag 798183/243484
34.62/32.58	c cleaning 22001 clauses out of 44008 with flag 867243/266485
37.61/35.53	c cleaning 23001 clauses out of 46007 with flag 941591/290485
39.81/37.74	c Got one! Elapsed wall clock time (in seconds):37.602
39.81/37.75	o 22271
40.83/38.73	c cleaning 22906 clauses out of 45812 with flag 17623/313291
41.74/39.60	c cleaning 14448 clauses out of 28905 with flag 39714/319290
42.64/40.52	c cleaning 10730 clauses out of 21459 with flag 64846/326292
43.57/41.36	c cleaning 9360 clauses out of 18727 with flag 92546/334290
44.60/42.20	c cleaning 9178 clauses out of 18367 with flag 123713/343290
45.70/43.33	c cleaning 9594 clauses out of 19192 with flag 158338/353293
46.80/44.40	c cleaning 10296 clauses out of 20597 with flag 196817/364292
48.01/45.64	c cleaning 11148 clauses out of 22299 with flag 238308/376290
49.52/47.13	c cleaning 12072 clauses out of 24152 with flag 283679/389291
51.01/48.68	c cleaning 13037 clauses out of 26079 with flag 332549/403290
52.52/50.15	c cleaning 14018 clauses out of 28042 with flag 384906/418290
54.46/52.06	c cleaning 15010 clauses out of 30025 with flag 440103/434291
56.45/54.07	c cleaning 16003 clauses out of 32014 with flag 498051/451290
58.34/55.99	c cleaning 17004 clauses out of 34012 with flag 560064/469291
61.09/58.64	c cleaning 18004 clauses out of 36010 with flag 627107/488293
63.78/61.33	c cleaning 18997 clauses out of 38003 with flag 712868/508290
66.55/64.01	c cleaning 20002 clauses out of 40006 with flag 798443/529290
69.03/66.58	c cleaning 20999 clauses out of 42005 with flag 890235/551291
72.07/69.58	c cleaning 22002 clauses out of 44007 with flag 984036/574292
74.77/72.26	c cleaning 23002 clauses out of 46003 with flag 1082310/598290
77.72/75.15	c cleaning 23995 clauses out of 48001 with flag 1185071/623290
81.00/78.47	c cleaning 24999 clauses out of 50007 with flag 1279490/649291
84.76/82.20	c cleaning 25999 clauses out of 52007 with flag 1371427/676290
88.14/85.47	c cleaning 27001 clauses out of 54009 with flag 1468207/704291
92.03/89.32	c cleaning 28004 clauses out of 56007 with flag 1569539/733290
96.09/93.36	c cleaning 28998 clauses out of 58003 with flag 1653757/763290
100.47/97.61	c cleaning 30000 clauses out of 60005 with flag 1716940/794290
104.99/102.15	c cleaning 30995 clauses out of 62005 with flag 1792333/826290
111.75/108.51	c cleaning 32001 clauses out of 64010 with flag 1893289/859290
118.23/114.36	c cleaning 32999 clauses out of 66009 with flag 1995519/893290
124.53/120.64	c cleaning 34000 clauses out of 68012 with flag 2118514/928292
131.36/127.47	c cleaning 35000 clauses out of 70010 with flag 2243798/964290
138.60/134.59	c cleaning 36005 clauses out of 72010 with flag 2370550/1001290
145.88/141.77	c cleaning 37000 clauses out of 74005 with flag 2501816/1039290
153.43/149.25	c cleaning 37996 clauses out of 76005 with flag 2625309/1078290
161.34/157.16	c cleaning 39002 clauses out of 78009 with flag 2746294/1118290
169.09/164.89	c cleaning 40000 clauses out of 80009 with flag 2854673/1159292
176.24/171.92	c cleaning 40996 clauses out of 82007 with flag 2956738/1201290
177.24/172.93	c Got one! Elapsed wall clock time (in seconds):172.788
177.24/172.93	o 21282
177.75/173.48	c cleaning 27020 clauses out of 54040 with flag 14506/1214319
178.25/173.92	c cleaning 16506 clauses out of 33017 with flag 29377/1220316
178.65/174.33	c cleaning 11754 clauses out of 23511 with flag 46105/1227316
179.15/174.82	c cleaning 9876 clauses out of 19758 with flag 65523/1235317
179.65/175.36	c cleaning 9440 clauses out of 18881 with flag 90712/1244316
180.25/175.97	c cleaning 9716 clauses out of 19442 with flag 119997/1254317
180.95/176.64	c cleaning 10358 clauses out of 20726 with flag 150509/1265317
181.65/177.37	c cleaning 11178 clauses out of 22368 with flag 178623/1277317
182.55/178.26	c cleaning 12095 clauses out of 24190 with flag 205608/1290317
183.54/179.21	c cleaning 13046 clauses out of 26095 with flag 234661/1304317
184.54/180.27	c cleaning 14019 clauses out of 28048 with flag 265893/1319316
185.74/181.46	c cleaning 15015 clauses out of 30030 with flag 299380/1335317
187.04/182.73	c cleaning 16006 clauses out of 32014 with flag 334870/1352316
188.45/184.14	c cleaning 16999 clauses out of 34008 with flag 375502/1370316
189.94/185.67	c cleaning 18001 clauses out of 36009 with flag 418607/1389316
191.64/187.35	c cleaning 19005 clauses out of 38009 with flag 463877/1409317
193.13/188.89	c cleaning 19999 clauses out of 40003 with flag 509836/1430316
194.93/190.66	c cleaning 21003 clauses out of 42005 with flag 555607/1452317
196.72/192.48	c cleaning 22000 clauses out of 44002 with flag 603410/1475317
198.92/194.67	c cleaning 22999 clauses out of 46002 with flag 655582/1499317
201.22/196.96	c cleaning 24000 clauses out of 48003 with flag 710843/1524317
203.43/199.16	c cleaning 25002 clauses out of 50003 with flag 767731/1550317
205.60/201.36	c cleaning 25995 clauses out of 52000 with flag 827497/1577316
208.11/203.87	c cleaning 27003 clauses out of 54005 with flag 887763/1605316
210.50/206.25	c cleaning 27999 clauses out of 56003 with flag 952801/1634317
212.80/208.51	c cleaning 28998 clauses out of 58004 with flag 1019378/1664317
215.30/211.02	c cleaning 30001 clauses out of 60005 with flag 1085090/1695316
218.14/213.87	c cleaning 30999 clauses out of 62005 with flag 1153969/1727317
220.94/216.64	c cleaning 32002 clauses out of 64006 with flag 1223850/1760317
223.83/219.56	c cleaning 32997 clauses out of 66003 with flag 1296918/1794316
227.03/222.79	c cleaning 34001 clauses out of 68006 with flag 1372060/1829316
230.12/225.87	c cleaning 34999 clauses out of 70005 with flag 1449556/1865316
233.43/229.14	c cleaning 36000 clauses out of 72006 with flag 1532878/1902316
236.91/232.61	c cleaning 36998 clauses out of 74007 with flag 1619725/1940317
240.11/235.84	c cleaning 38001 clauses out of 76008 with flag 1706666/1979316
244.11/239.80	c cleaning 39001 clauses out of 78007 with flag 1797706/2019316
247.90/243.62	c cleaning 40002 clauses out of 80006 with flag 1889892/2060316
252.19/247.99	c cleaning 40998 clauses out of 82005 with flag 1984795/2102317
256.17/251.83	c cleaning 41998 clauses out of 84006 with flag 2079820/2145316
260.38/256.10	c cleaning 43001 clauses out of 86008 with flag 2180106/2189316
264.76/260.47	c cleaning 43999 clauses out of 88007 with flag 2281501/2234316
269.25/264.99	c cleaning 44998 clauses out of 90008 with flag 2384607/2280316
273.65/269.33	c cleaning 46002 clauses out of 92011 with flag 2490360/2327317
278.57/274.16	c cleaning 47002 clauses out of 94009 with flag 2598087/2375317
283.65/279.29	c cleaning 48000 clauses out of 96007 with flag 2709048/2424317
288.05/283.65	c cleaning 48998 clauses out of 98006 with flag 2818698/2474316
292.84/288.49	c cleaning 50000 clauses out of 100009 with flag 2935288/2525317
297.63/293.20	c cleaning 51005 clauses out of 102009 with flag 3051503/2577317
303.13/298.70	c cleaning 51999 clauses out of 104003 with flag 3172307/2630316
308.12/303.75	c cleaning 53001 clauses out of 106005 with flag 3295605/2684317
315.65/311.11	c cleaning 54000 clauses out of 108003 with flag 3416467/2739316
322.72/318.20	c cleaning 55000 clauses out of 110003 with flag 3537814/2795316
329.11/324.62	c cleaning 55996 clauses out of 112003 with flag 3661030/2852316
337.11/332.65	c cleaning 56998 clauses out of 114008 with flag 3786772/2910317
345.74/340.27	c cleaning 58001 clauses out of 116009 with flag 3915521/2969316
352.13/346.60	c cleaning 59002 clauses out of 118009 with flag 4043549/3029317
358.13/352.68	c cleaning 60000 clauses out of 120007 with flag 4173786/3090317
365.01/359.56	c cleaning 60999 clauses out of 122006 with flag 4307085/3152316
371.11/365.68	c cleaning 61998 clauses out of 124008 with flag 4445451/3215317
378.30/372.89	c cleaning 63001 clauses out of 126009 with flag 4587418/3279316
384.99/379.60	c cleaning 64002 clauses out of 128008 with flag 4733244/3344316
391.08/385.66	c cleaning 65004 clauses out of 130007 with flag 4878055/3410317
397.59/392.17	c cleaning 65999 clauses out of 132002 with flag 5025305/3477316
404.85/399.39	c cleaning 66997 clauses out of 134003 with flag 5173436/3545316
412.04/406.55	c cleaning 68003 clauses out of 136006 with flag 5324289/3614316
420.12/414.69	c cleaning 69001 clauses out of 138003 with flag 5480867/3684316
427.63/422.18	c cleaning 69999 clauses out of 140003 with flag 5636415/3755317
437.70/432.26	c cleaning 70996 clauses out of 142003 with flag 5832651/3827316
446.88/441.33	c cleaning 71996 clauses out of 144008 with flag 6129814/3900317
464.24/458.73	c cleaning 73003 clauses out of 146012 with flag 6459135/3974317
518.69/513.28	c cleaning 74003 clauses out of 148008 with flag 6812654/4049316
607.33/602.05	c cleaning 74996 clauses out of 150005 with flag 7255230/4125316
706.88/701.63	c cleaning 76004 clauses out of 152009 with flag 7681224/4202316
796.34/791.25	c cleaning 76995 clauses out of 154005 with flag 8081262/4280316
890.15/885.24	c cleaning 77999 clauses out of 156011 with flag 8458878/4359317
982.08/977.35	c cleaning 79002 clauses out of 158012 with flag 8917934/4439317
1065.93/1061.30	c cleaning 79999 clauses out of 160009 with flag 9416434/4520316
1150.40/1145.83	c cleaning 80999 clauses out of 162011 with flag 9898188/4602317
1237.49/1233.02	c cleaning 81999 clauses out of 164011 with flag 10369937/4685316
1318.67/1314.40	c cleaning 83002 clauses out of 166012 with flag 10821710/4769316
1406.75/1402.58	c cleaning 83996 clauses out of 168010 with flag 11272525/4854316
1484.80/1480.62	c cleaning 85006 clauses out of 170014 with flag 11808210/4940316
1561.55/1557.54	c cleaning 86002 clauses out of 172008 with flag 12293430/5027316
1639.50/1635.68	c cleaning 86998 clauses out of 174006 with flag 12763690/5115316
1720.05/1716.37	c cleaning 88001 clauses out of 176009 with flag 13178352/5204317
1835.80/1832.23	c cleaning 89001 clauses out of 178007 with flag 13598148/5294316
1945.61/1942.22	c cleaning 89997 clauses out of 180007 with flag 14012088/5385317
2041.77/2038.74	c cleaning 90998 clauses out of 182009 with flag 14440441/5477316
2131.98/2129.71	c cleaning 92000 clauses out of 184011 with flag 14894564/5570316
2248.59/2246.34	c cleaning 93004 clauses out of 186011 with flag 15350127/5664316
2365.28/2363.27	c cleaning 94001 clauses out of 188007 with flag 15789187/5759316
2474.77/2472.93	c cleaning 95001 clauses out of 190007 with flag 16230001/5855317
2574.79/2573.06	c cleaning 95997 clauses out of 192005 with flag 16711252/5952316
2673.20/2671.68	c cleaning 96999 clauses out of 194009 with flag 17248383/6050317
2801.28/2799.85	c cleaning 98003 clauses out of 196010 with flag 17764322/6149317
2919.72/2918.41	c cleaning 98997 clauses out of 198006 with flag 18417861/6249316
3021.38/3020.15	c cleaning 100001 clauses out of 200010 with flag 19146518/6350317
3136.28/3135.25	c cleaning 101000 clauses out of 202008 with flag 19825144/6452316
3281.65/3280.88	c cleaning 101999 clauses out of 204009 with flag 20234876/6555317
3429.39/3428.71	c cleaning 103003 clauses out of 206009 with flag 20781193/6659316
3584.08/3583.75	c cleaning 103995 clauses out of 208006 with flag 21265629/6764316
3600.05/3599.72	c starts		: 21965
3600.05/3599.74	c conflicts		: 6774033
3600.05/3599.74	c decisions		: 11015850
3600.05/3599.74	c propagations		: 317501432
3600.05/3599.74	c inspects		: 54479112632
3600.05/3599.74	c shortcuts		: 0
3600.05/3599.74	c learnt literals	: 0
3600.05/3599.74	c learnt binary clauses	: 0
3600.05/3599.74	c learnt ternary clauses	: 329
3600.05/3599.74	c learnt constraints	: 6774033
3600.05/3599.74	c ignored constraints	: 0
3600.05/3599.74	c root simplifications	: 0
3600.05/3599.74	c removed literals (reason simplification)	: 0
3600.05/3599.74	c reason swapping (by a shorter reason)	: 0
3600.05/3599.74	c Calls to reduceDB	: 159
3600.05/3599.74	c Number of update (reduction) of LBD	: 114823
3600.05/3599.74	c Imported unit clauses	: 0
3600.05/3599.74	c No decision after first conflict	: false
3600.05/3599.74	c number of reductions to clauses (during analyze)	: 0
3600.05/3599.74	c number of learned constraints concerned by reduction	: 0
3600.05/3599.74	c number of learning phase by resolution	: 0
3600.05/3599.74	c number of learning phase by cutting planes	: 0
3600.05/3599.74	c number of rounding to 1 operations	: 0
3600.05/3599.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3599.74	c number of reductions of the coefficients by power 2 	: 0
3600.05/3599.74	c number of right shift for reduction by power 2 	: 0
3600.05/3599.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3599.74	c number of ending skipping 	: 0
3600.05/3599.74	c number of internal skipping 	: 0
3600.05/3599.74	c number of derivation steps 	: 0
3600.05/3599.74	c number of skipped derivation steps 	: 0
3600.05/3599.74	c number of remaining unassigned 	: 0
3600.05/3599.74	c number of remaining assigned 	: 0
3600.05/3599.74	c number of falsified literals weakened from reason	: 0
3600.05/3599.74	c number of falsified literals weakened from conflict	: 0
3600.05/3599.74	c time for arithmetic operations	: 0
3600.05/3599.75	c minimum degree of deleted constraints	: null
3600.05/3599.75	c maximum degree of deleted constraints	: null
3600.05/3599.75	c number of deleted constraints	: 0
3600.05/3599.75	c speed (assignments/second)	: 88207.63232890991
3600.05/3599.75	c non guided choices	: 235
3600.45/3599.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 113728
3600.45/3599.90	s SATISFIABLE
3600.45/3599.90	c Found 4 solution(s)
3600.45/3599.90	v -x1 -x2 x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 x12 x13 -x14 -x15 -x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 x37 -x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 x67 -x68 -x69 x70 -x71 -x72 -x73 x74 -x75 x76 -x77 -x78 -x79 x80 x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90 -x91 x92 -x93 x94 x95 -x96 -x97 x98 -x99 x100 x101 -x102 -x103 x104 x105 -x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 -x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 -x138 -x139 x140 -x141 x142 -x143 x144 -x145 -x146 x147 -x148 -x149 x150 x151 -x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 x161 -x162 -x163 x164 -x165 x166 -x167 x168 x169 -x170 -x171 x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 x192 -x193 x194 -x195 -x196 -x197 x198 x199 -x200 -x201 x202 -x203 -x204 -x205 x206 -x207 x208 -x209 x210 -x211 -x212 -x213 x214 -x215 x216 -x217 x218 -x219 x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 x232 -x233 x234 x235 -x236 -x237 x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 x259 -x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 x292 -x293 x294 -x295 -x296 -x297 x298 -x299 x300 -x301 x302 -x303 -x304 x305 -x306 -x307 x308 -x309 -x310 -x311 x312 -x313 x314 x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 x350 -x351 x352 -x353 -x354 x355 -x356 -x357 x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 x368 -x369 x370 -x371 x372 x373 -x374 -x375 x376 -x377 x378 -x379 -x380 -x381 x382 -x383 x384 -x385 x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 x400 -x401 x402 -x403 x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 x412 -x413 x414 -x415 x416 -x417 -x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 -x428 -x429 x430 -x431 x432 -x433 -x434 -x435 x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 x446 -x447 x448 -x449 -x450 -x451 x452 -x453 x454 -x455 -x456 -x457 x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 -x467 -x468 -x469 x470 x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 -x506 x507 -x508 -x509 x510 -x511 x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 x544 x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 x568 -x569 x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 x598 -x599 x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 -x616 -x617 x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 -x639 -x640 -x641 x642 -x643 -x644 x645 -x646 x647 -x648 -x649 -x650 -x651 x652 -x653 -x654 -x655 -x656 -x657 x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 x666 -x667 -x668 -x669 x670 -x671 -x672 x673 -x674 -x675 x676 -x677 -x678 -x679 x680 -x681 -x682 x683 -x684 -x685 x686 x687 -x688 
3600.45/3599.93	c objective function=21282
3600.45/3599.93	c Total wall clock time (in seconds): 3599.796

Verifier Data

OK	21282

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: 64059 MiB (63199 MiB free)
  memory of node 1: 64510 MiB (63510 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425013-1720890795/watcher-4425013-1720890795 -o /tmp/evaluation-result-4425013-1720890795/solver-4425013-1720890795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720890801-706484 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4425013-1720890795.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=707158, runsolver pid=707155
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.81 0.24 0.20 5/292 707185
/proc/meminfo: memFree=129709988/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=18975048 memory=63332 CPUtime=0.14 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 7173 0 0 0 12 2 0 0 20 0 18 0 141239095 19430449152 15833 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4743762 15833 5740 1 0 551383 0
[pid=707158/tid=707160] ppid=707155 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 5713 0 0 0 7 1 0 0 20 0 18 0 141239095 19430449152 15833 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141239098 19430449152 15833 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=18975048 memory=15816686058102578 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141239099 19430449152 15833 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63332 KiB

[startup+0.206319 s]*
/proc/loadavg: 0.81 0.24 0.20 10/312 707212
/proc/meminfo: memFree=129666620/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=18975048 memory=73880 CPUtime=0.32 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 7696 0 0 0 30 2 0 0 20 0 18 0 141239095 19430449152 18470 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4743762 18470 5857 1 0 551740 0
[pid=707158/tid=707160] ppid=707155 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) S 707155 707158 706473 0 -1 1077936192 5921 0 0 0 17 1 0 0 20 0 18 0 141239095 19430449152 18470 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141239098 19430449152 18470 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141239099 19430449152 18470 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73880 KiB

[startup+0.305915 s]*
/proc/loadavg: 0.81 0.24 0.20 10/314 707216
/proc/meminfo: memFree=129645668/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19041612 memory=81156 CPUtime=0.51 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 8331 0 0 0 49 2 0 0 20 0 19 0 141239095 19498610688 20289 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4760403 20289 5894 1 0 552217 0
[pid=707158/tid=707160] ppid=707155 vsize=19041612 memory=-9030959037148471996 CPUtime=0.28 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 6038 0 0 0 27 1 0 0 20 0 19 0 141239095 19498610688 20289 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141239098 19498610688 20289 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141239099 19498610688 20289 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141239122 19498610688 20289 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81156 KiB

[startup+0.700541 s]
/proc/loadavg: 0.81 0.24 0.20 8/314 707216
/proc/meminfo: memFree=129601764/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19041612 memory=99864 CPUtime=1.27 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 15299 0 0 0 124 3 0 0 20 0 19 0 141239095 19498610688 24966 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4760403 24966 5905 1 0 555872 0
[pid=707158/tid=707160] ppid=707155 vsize=19041612 memory=35524 CPUtime=0.64 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 6211 0 0 0 63 1 0 0 20 0 19 0 141239095 19498610688 24966 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141239098 19498610688 24966 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19041612 memory=2216 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141239099 19498610688 24966 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19041612 memory=32144 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141239122 19498610688 24966 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99864 KiB

[startup+1.50029 s]
/proc/loadavg: 0.81 0.24 0.20 7/315 707217
/proc/meminfo: memFree=129493320/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19041612 memory=119396 CPUtime=2.36 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 17549 0 0 0 232 4 0 0 20 0 19 0 141239095 19498610688 29849 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4760403 29849 5905 1 0 555910 0
[pid=707158/tid=707160] ppid=707155 vsize=19041612 memory=12776 CPUtime=1.44 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 7215 0 0 0 142 2 0 0 20 0 19 0 141239095 19498610688 29849 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141239098 19498610688 29849 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141239099 19498610688 29849 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19041612 memory=3037207599617252 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141239122 19498610688 29849 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119396 KiB

[startup+3.11276 s]
/proc/loadavg: 1.14 0.32 0.23 7/316 707218
/proc/meminfo: memFree=129414640/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19041612 memory=156608 CPUtime=4.53 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 20506 0 0 0 448 5 0 0 20 0 19 0 141239095 19498610688 39152 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4760403 39152 5905 1 0 555917 0
[pid=707158/tid=707160] ppid=707155 vsize=19041612 memory=102440 CPUtime=3.04 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 7607 0 0 0 302 2 0 0 20 0 19 0 141239095 19498610688 39152 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19041612 memory=-8815912154941530812 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141239098 19498610688 39152 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141239099 19498610688 39152 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141239122 19498610688 39152 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 156608 KiB

[startup+6.30045 s]
/proc/loadavg: 1.14 0.32 0.23 5/318 707220
/proc/meminfo: memFree=129327888/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=198628 CPUtime=7.86 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 21981 0 0 0 779 7 0 0 20 0 20 0 141239095 19566772224 49657 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 49657 5953 1 0 556208 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=0 CPUtime=6.14 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 7638 0 0 0 611 3 0 0 20 0 20 0 141239095 19566772224 49657 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 49657 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 49657 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=121468 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 49657 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198628 KiB

[startup+12.7004 s]
/proc/loadavg: 1.66 0.45 0.28 5/318 707222
/proc/meminfo: memFree=129096028/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=314016 CPUtime=14.38 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 23986 0 0 0 1428 10 0 0 20 0 20 0 141239095 19566772224 78504 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 78504 5969 1 0 556208 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=12776 CPUtime=12.21 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 8230 0 0 0 1218 3 0 0 20 0 20 0 141239095 19566772224 78504 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=121468 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 78504 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=-8815912154941530812 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 78504 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=254140 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 78504 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 314016 KiB

[startup+25.5005 s]
/proc/loadavg: 2.02 0.57 0.32 6/318 707223
/proc/meminfo: memFree=128288276/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=597908 CPUtime=27.56 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 31107 0 0 0 2738 18 0 0 20 0 20 0 141239095 19566772224 149477 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 149477 5969 1 0 671082 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=11464 CPUtime=24.59 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 9524 0 0 0 2454 5 0 0 20 0 20 0 141239095 19566772224 149477 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 149477 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=254020 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 149477 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=193 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 149477 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 27.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 597908 KiB

[startup+51.1131 s]
/proc/loadavg: 2.83 0.88 0.43 5/318 707229
/proc/meminfo: memFree=126667260/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=777140 CPUtime=53.52 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 38214 0 0 0 5329 23 0 0 20 0 20 0 141239095 19566772224 194285 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 194285 5969 1 0 671083 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=35524 CPUtime=49.63 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 11418 0 0 0 4958 5 0 0 20 0 20 0 141239095 19566772224 194285 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=-9030959037148471996 CPUtime=0 cores=4,6

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

Current children cumulated memory: 2121860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.23 4.18 5/318 709004
/proc/meminfo: memFree=104627132/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3343.03 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 121527 0 0 0 334091 212 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3327.17 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 44459 0 0 0 332701 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3343.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.22 4.18 5/318 709014
/proc/meminfo: memFree=104411360/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3402.92 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 121875 0 0 0 340077 215 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3387.02 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 44721 0 0 0 338686 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=35524 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3402.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.30 4.21 5/321 709029
/proc/meminfo: memFree=104406944/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3462.92 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 123504 0 0 0 346074 218 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3446.75 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45069 0 0 0 344659 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=35524 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3462.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.24 4.19 5/322 709107
/proc/meminfo: memFree=116659520/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3522.8 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 123685 0 0 0 352059 221 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3506.59 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45245 0 0 0 350643 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=2216 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3522.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.23 4.19 5/321 709186
/proc/meminfo: memFree=121384096/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3582.68 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 123709 0 0 0 358046 222 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2640 CPUtime=3566.43 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45264 0 0 0 356627 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=-8815912154941530812 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3582.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.7 s]
/proc/loadavg: 4.24 4.23 4.19 6/322 709257
/proc/meminfo: memFree=123681732/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3600.05 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 123933 0 0 0 359782 223 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4777044 530465 5969 1 0 675518 0
[pid=707158/tid=707160] ppid=707155 vsize=19108176 memory=2121860 CPUtime=3583.79 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45413 0 0 0 358363 16 0 0 20 0 20 0 141239095 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141239098 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19108176 memory=281280227640624 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 20 0 141239099 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707214] ppid=707155 vsize=19108176 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707214/stat : 707214 (Timer-0) S 707155 707158 706473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141239122 19566772224 530465 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.3 s, system=2.26379 s

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

[startup+3599.81 s]
/proc/loadavg: 4.24 4.23 4.19 6/322 709257
/proc/meminfo: memFree=123681732/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19307868 memory=2122588 CPUtime=3600.25 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 127003 0 0 0 359801 224 0 0 20 0 21 0 141239095 19771256832 530647 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4826967 530647 5984 1 0 676424 0
[pid=707158/tid=707160] ppid=707155 vsize=19307868 memory=7092 CPUtime=3583.88 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45627 0 0 0 358372 16 0 0 20 0 21 0 141239095 19771256832 530647 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19307868 memory=6700 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141239098 19771256832 530647 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19307868 memory=7936 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 21 0 141239099 19771256832 530647 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2122588 KiB

[startup+3599.9 s]
/proc/loadavg: 4.24 4.23 4.19 6/322 709257
/proc/meminfo: memFree=123681732/131655788 swapFree=131071996/131071996
[pid=707158] ppid=707155 vsize=19307868 memory=2122600 CPUtime=3600.45 cores=4,6
/proc/707158/stat : 707158 (java) S 707155 707158 706473 0 -1 1077936128 127316 0 0 0 359821 224 0 0 20 0 21 0 141239095 19771256832 530650 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
/proc/707158/statm: 4826967 530650 5984 1 0 676424 0
[pid=707158/tid=707160] ppid=707155 vsize=19307868 memory=2121860 CPUtime=3583.98 cores=4,6
/proc/707158/task/707160/stat : 707160 (java) R 707155 707158 706473 0 -1 4194368 45628 0 0 0 358382 16 0 0 20 0 21 0 141239095 19771256832 530650 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707174] ppid=707155 vsize=19307868 memory=2121860 CPUtime=0 cores=4,6
/proc/707158/task/707174/stat : 707174 (Finalizer) S 707155 707158 706473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141239098 19771256832 530650 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
[pid=707158/tid=707181] ppid=707155 vsize=19307868 memory=281280227640624 CPUtime=0 cores=4,6
/proc/707158/task/707181/stat : 707181 (Common-Cleaner) S 707155 707158 706473 0 -1 1077936192 2714 0 0 0 0 0 0 0 20 0 21 0 141239099 19771256832 530650 134679101440 94336415518720 94336415522416 140728413821904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336415530232 94336415531024 94336423800832 140728413824037 140728413824127 140728413824127 140728413831112 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2122600 KiB

Child status: 143

Real time (s): 3599.97
CPU time (s): 3600.56
CPU user time (s): 3598.3
CPU system time (s): 2.26379
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2122600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.3
system time used= 2.26379
maximum resident set size= 2123476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107101
involuntary context switches= 3855


# summary of solver processes directly reported to runsolver:
#   pid: 707158
#   total CPU time (s): 3600.56
#   total CPU user time (s): 3598.3
#   total CPU system time (s): 2.26379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.5404 second user time and 33.1294 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-13 19:13:27
IDJOB=4425013
IDBENCH=144041
IDSOLVER=3037
FILE ID=nodeC009/4425013-1720890795
RUNJOBID= nodeC009-1720890801-706484
SLURM_JOB_ID= 7485813
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-505_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4425013-1720890795/watcher-4425013-1720890795 -o /tmp/evaluation-result-4425013-1720890795/solver-4425013-1720890795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720890801-706484 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4425013-1720890795.wbo

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

MD5SUM BENCH= d100a871b5608897409afc29abc6542c
RANDOM SEED=806929766

nodeC009.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	: 0xb00001f
cpu MHz		: 1197.318
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
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	: 0xb00001f
cpu MHz		: 1197.395
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
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	: 0xb00001f
cpu MHz		: 3408.878
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
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	: 0xb00001f
cpu MHz		: 3637.623
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
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	: 0xb00001f
cpu MHz		: 2668.842
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
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	: 0xb00001f
cpu MHz		: 3492.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
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	: 0xb00001f
cpu MHz		: 3490.544
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
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	: 0xb00001f
cpu MHz		: 1197.478
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129751484 kB
MemAvailable:   129701352 kB
Buffers:          323812 kB
Cached:           475096 kB
SwapCached:            0 kB
Active:           484464 kB
Inactive:         922764 kB
Active(anon):       1468 kB
Inactive(anon):   644544 kB
Active(file):     482996 kB
Inactive(file):   278220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6872 kB
Writeback:             0 kB
AnonPages:        608400 kB
Mapped:           121684 kB
Shmem:             37700 kB
KReclaimable:      57368 kB
Slab:             146524 kB
SReclaimable:      57368 kB
SUnreclaim:        89156 kB
KernelStack:        4496 kB
PageTables:        10996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5187256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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:      166728 kB
DirectMap2M:    11272192 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723732 MiB
End job on nodeC009 at 2024-07-13 20:13:27