Trace number 4489146

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)229 3600.79 3528.37

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
MD5SUM1da12ebdd4ab5e725928f3bf845b8b1e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark3585.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables479
Total number of constraints479
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 constraints479
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 479
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 479
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 479
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.09/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.21	c See www.sat4j.org for details.
0.24/0.23	c version PB25.v20250606
0.24/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.26	c java.vm.version	22.0.1+8-16
0.24/0.26	c java.vm.vendor	Oracle Corporation
0.24/0.26	c sun.arch.data.model	64
0.24/0.26	c java.version		22.0.1
0.24/0.26	c os.name		Linux
0.24/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.26	c os.arch		amd64
0.24/0.27	c Free memory 		2106806208
0.24/0.27	c Max memory 		16282288128
0.24/0.27	c Total memory 		2113929216
0.24/0.28	c Number of processors 	2
0.39/0.39	c Pseudo Boolean Optimization by upper bound
0.39/0.39	c --- Begin Solver configuration ---
0.39/0.39	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.39/0.39	c Learn all clauses as in MiniSAT
0.39/0.39	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.39/0.39	c Expensive reason simplification
0.39/0.39	c Glucose 2.1 dynamic restart strategy
0.39/0.39	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.39/0.39	c timeout=2147483s
0.39/0.39	c DB Simplification allowed=false
0.39/0.39	c Listener: none
0.39/0.39	c --- End Solver configuration ---
0.39/0.39	c solving HOME/instance-4489146-1751340116.opb
0.39/0.39	c reading problem ... 
0.39/0.39	c  objective function found
0.60/0.51	c ... done. Wall clock time 0.115s.
0.60/0.52	c declared #vars     479
0.60/0.52	c #constraints  479
0.60/0.52	c constraints type 
0.60/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 479
0.60/0.52	c 479 constraints processed.
0.78/0.55	c objective function length is 479 literals
0.78/0.58	c SATISFIABLE
0.78/0.58	c OPTIMIZING...
0.78/0.58	c Got one! Elapsed wall clock time (in seconds):0.193
0.78/0.58	o 233
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.296
0.93/0.68	o 232
1.49/1.00	c Got one! Elapsed wall clock time (in seconds):0.614
1.49/1.00	o 231
3.06/1.74	c cleaning 2569 clauses out of 5149 with flag 9396/5149
3.27/1.85	c Got one! Elapsed wall clock time (in seconds):1.463
3.27/1.85	o 230
3.85/2.13	c cleaning 3830 clauses out of 7676 with flag 8726/10245
4.32/2.45	c cleaning 4917 clauses out of 9846 with flag 22065/16245
4.76/2.80	c cleaning 5957 clauses out of 11930 with flag 36806/23246
5.08/3.16	c cleaning 6974 clauses out of 13972 with flag 53717/31245
5.37/3.44	c Got one! Elapsed wall clock time (in seconds):3.054
5.37/3.44	o 229
5.65/3.68	c cleaning 9475 clauses out of 18970 with flag 11257/43217
6.34/4.04	c cleaning 7741 clauses out of 15496 with flag 24067/49218
6.62/4.32	c cleaning 7376 clauses out of 14754 with flag 39010/56217
6.92/4.68	c cleaning 7686 clauses out of 15380 with flag 55977/64219
7.87/5.53	c cleaning 8337 clauses out of 16692 with flag 75156/73217
8.67/6.34	c cleaning 9171 clauses out of 18355 with flag 96265/83217
9.34/7.00	c cleaning 10085 clauses out of 20184 with flag 119640/94217
9.93/7.56	c cleaning 11042 clauses out of 22099 with flag 144938/106217
11.11/8.61	c cleaning 12016 clauses out of 24058 with flag 172739/119218
12.13/9.61	c cleaning 13010 clauses out of 26041 with flag 202271/133217
13.13/10.57	c cleaning 14003 clauses out of 28031 with flag 234085/148217
13.92/11.33	c cleaning 15000 clauses out of 30028 with flag 268056/164217
14.92/12.24	c cleaning 16003 clauses out of 32029 with flag 304410/181218
15.83/13.16	c cleaning 17005 clauses out of 34025 with flag 342324/199217
17.21/14.43	c cleaning 18002 clauses out of 36021 with flag 382233/218218
19.09/16.31	c cleaning 19001 clauses out of 38018 with flag 424198/238217
20.79/17.97	c cleaning 20000 clauses out of 40017 with flag 468324/259217
22.77/19.92	c cleaning 21001 clauses out of 42017 with flag 514619/281217
24.46/21.52	c cleaning 21999 clauses out of 44017 with flag 563192/304218
25.76/22.89	c cleaning 22998 clauses out of 46017 with flag 613897/328217
27.58/24.57	c cleaning 24000 clauses out of 48020 with flag 667336/353218
29.51/26.33	c cleaning 25003 clauses out of 50019 with flag 721943/379217
31.24/28.03	c cleaning 25999 clauses out of 52017 with flag 778975/406218
33.82/30.59	c cleaning 27002 clauses out of 54018 with flag 838048/434218
36.61/33.36	c cleaning 27997 clauses out of 56016 with flag 899006/463218
40.01/36.66	c cleaning 29000 clauses out of 58019 with flag 962430/493218
42.52/39.14	c cleaning 30003 clauses out of 60019 with flag 1028122/524218
45.42/41.91	c cleaning 31001 clauses out of 62015 with flag 1095575/556217
48.22/44.63	c cleaning 31999 clauses out of 64015 with flag 1164800/589218
50.52/46.99	c cleaning 33000 clauses out of 66016 with flag 1236230/623218
53.01/49.37	c cleaning 33997 clauses out of 68016 with flag 1310195/658218
56.42/52.63	c cleaning 34997 clauses out of 70018 with flag 1386025/694217
59.86/55.93	c cleaning 35999 clauses out of 72022 with flag 1464807/731218
62.86/58.90	c cleaning 37007 clauses out of 74024 with flag 1545199/769219
65.76/61.73	c cleaning 37997 clauses out of 76015 with flag 1627422/808217
69.30/65.11	c cleaning 39002 clauses out of 78018 with flag 1712230/848217
72.10/67.84	c cleaning 39999 clauses out of 80016 with flag 1798686/889217
75.22/70.80	c cleaning 40999 clauses out of 82018 with flag 1887015/931218
77.99/73.69	c cleaning 42003 clauses out of 84018 with flag 1977929/974217
81.86/76.69	c cleaning 43000 clauses out of 86015 with flag 2070688/1018217
85.65/80.40	c cleaning 43998 clauses out of 88015 with flag 2165107/1063217
89.03/83.73	c cleaning 45000 clauses out of 90018 with flag 2263163/1109218
92.52/87.05	c cleaning 45998 clauses out of 92017 with flag 2362332/1156217
96.60/91.07	c cleaning 46999 clauses out of 94019 with flag 2462711/1204217
101.72/96.02	c cleaning 47999 clauses out of 96021 with flag 2567574/1253218
105.73/99.97	c cleaning 48998 clauses out of 98022 with flag 2674576/1303218
110.33/104.41	c cleaning 50006 clauses out of 100023 with flag 2782674/1354217
115.31/109.20	c cleaning 50998 clauses out of 102017 with flag 2892300/1406217
119.94/113.74	c cleaning 51996 clauses out of 104019 with flag 3004656/1459217
125.36/119.02	c cleaning 53001 clauses out of 106023 with flag 3119531/1513217
131.78/125.36	c cleaning 54004 clauses out of 108022 with flag 3235046/1568217
137.44/130.81	c cleaning 54997 clauses out of 110018 with flag 3353666/1624217
143.40/136.63	c cleaning 55999 clauses out of 112021 with flag 3474797/1681217
150.40/142.88	c cleaning 57001 clauses out of 114022 with flag 3597850/1739217
156.17/148.43	c cleaning 58000 clauses out of 116022 with flag 3723286/1798218
161.83/153.90	c cleaning 59003 clauses out of 118022 with flag 3852442/1858218
166.69/158.61	c cleaning 60000 clauses out of 120019 with flag 3982724/1919218
171.80/163.64	c cleaning 61000 clauses out of 122021 with flag 4113115/1981220
176.84/168.55	c cleaning 62001 clauses out of 124019 with flag 4246724/2044218
183.27/174.80	c cleaning 62998 clauses out of 126017 with flag 4382260/2108217
189.95/181.47	c cleaning 63999 clauses out of 128019 with flag 4520317/2173217
197.23/188.66	c cleaning 65004 clauses out of 130020 with flag 4660205/2239217
203.10/194.42	c cleaning 66003 clauses out of 132019 with flag 4801039/2306220
209.13/200.37	c cleaning 66999 clauses out of 134014 with flag 4945009/2374218
215.09/206.27	c cleaning 67996 clauses out of 136014 with flag 5091051/2443217
221.79/212.85	c cleaning 68999 clauses out of 138018 with flag 5238947/2513217
228.33/218.17	c cleaning 69999 clauses out of 140020 with flag 5389525/2584218
235.13/224.92	c cleaning 71000 clauses out of 142021 with flag 5542656/2656218
240.45/230.15	c cleaning 72002 clauses out of 144020 with flag 5699984/2729217
248.24/237.72	c cleaning 73001 clauses out of 146018 with flag 5857702/2803217
254.60/243.94	c cleaning 73999 clauses out of 148018 with flag 6017562/2878218
262.60/251.90	c cleaning 75001 clauses out of 150020 with flag 6178889/2954219
268.07/257.27	c cleaning 76001 clauses out of 152018 with flag 6343958/3031218
273.62/262.78	c cleaning 76999 clauses out of 154016 with flag 6513246/3109217
280.96/269.88	c cleaning 78002 clauses out of 156020 with flag 6682017/3188220
289.18/277.79	c cleaning 78998 clauses out of 158017 with flag 6852390/3268219
296.44/284.85	c cleaning 79999 clauses out of 160017 with flag 7025491/3349217
302.97/291.26	c cleaning 80996 clauses out of 162019 with flag 7202930/3431218
310.57/298.59	c cleaning 81999 clauses out of 164022 with flag 7381958/3514217
320.65/308.54	c cleaning 83005 clauses out of 166023 with flag 7560057/3598217
331.89/319.45	c cleaning 84003 clauses out of 168019 with flag 7739918/3683218
341.41/328.81	c cleaning 84994 clauses out of 170015 with flag 7921758/3769217
348.90/336.11	c cleaning 86000 clauses out of 172021 with flag 8107581/3856217
356.83/343.83	c cleaning 87001 clauses out of 174021 with flag 8297075/3944217
365.71/352.42	c cleaning 88002 clauses out of 176021 with flag 8489649/4033218
375.91/362.53	c cleaning 88999 clauses out of 178018 with flag 8679497/4123217
386.78/373.22	c cleaning 89994 clauses out of 180020 with flag 8872863/4214218
396.61/381.47	c cleaning 91006 clauses out of 182026 with flag 9069199/4306218
406.28/391.01	c cleaning 91997 clauses out of 184019 with flag 9268728/4399217
415.01/399.48	c cleaning 93003 clauses out of 186023 with flag 9468616/4493218
424.75/409.08	c cleaning 93997 clauses out of 188019 with flag 9671421/4588217
434.86/418.97	c cleaning 95005 clauses out of 190024 with flag 9874278/4684219
443.64/427.50	c cleaning 96000 clauses out of 192017 with flag 10081778/4781217
453.90/437.55	c cleaning 96994 clauses out of 194017 with flag 10298910/4879217
462.07/445.57	c cleaning 98001 clauses out of 196026 with flag 10516198/4978220
471.72/454.96	c cleaning 98997 clauses out of 198022 with flag 10733515/5078217
480.19/463.26	c cleaning 100005 clauses out of 200026 with flag 10955399/5179218
490.94/473.71	c cleaning 100999 clauses out of 202020 with flag 11178579/5281217
500.16/482.60	c cleaning 101998 clauses out of 204022 with flag 11396895/5384218
510.03/492.35	c cleaning 103001 clauses out of 206024 with flag 11617191/5488218
524.10/506.13	c cleaning 104005 clauses out of 208023 with flag 11843842/5593218
535.38/517.36	c cleaning 104996 clauses out of 210017 with flag 12069840/5699217
545.22/526.98	c cleaning 106000 clauses out of 212021 with flag 12296625/5806217
557.31/538.78	c cleaning 107000 clauses out of 214022 with flag 12525933/5914218
570.41/551.73	c cleaning 108001 clauses out of 216021 with flag 12757318/6023217
583.89/563.80	c cleaning 109002 clauses out of 218020 with flag 12991940/6133217
595.00/574.74	c cleaning 109999 clauses out of 220019 with flag 13226831/6244218
606.30/585.90	c cleaning 110999 clauses out of 222020 with flag 13461596/6356218
620.52/599.83	c cleaning 112003 clauses out of 224021 with flag 13699327/6469218
632.57/611.79	c cleaning 112997 clauses out of 226018 with flag 13937985/6583218
648.13/626.91	c cleaning 113998 clauses out of 228020 with flag 14178544/6698217
661.57/640.16	c cleaning 114996 clauses out of 230023 with flag 14421287/6814218
677.53/656.08	c cleaning 116002 clauses out of 232026 with flag 14665463/6931217
696.08/674.38	c cleaning 117002 clauses out of 234024 with flag 14912893/7049217
710.85/688.98	c cleaning 118002 clauses out of 236022 with flag 15161614/7168217
724.91/702.78	c cleaning 118998 clauses out of 238021 with flag 15415077/7288218
739.49/717.28	c cleaning 120005 clauses out of 240023 with flag 15671908/7409218
756.73/734.21	c cleaning 121001 clauses out of 242018 with flag 15931527/7531218
770.83/748.27	c cleaning 121998 clauses out of 244017 with flag 16197949/7654218
785.36/762.59	c cleaning 123000 clauses out of 246019 with flag 16462132/7778218
802.05/779.16	c cleaning 124003 clauses out of 248018 with flag 16725963/7903217
817.56/794.48	c cleaning 125000 clauses out of 250015 with flag 16993205/8029217
833.41/809.81	c cleaning 126002 clauses out of 252015 with flag 17262713/8156217
849.91/826.13	c cleaning 126997 clauses out of 254014 with flag 17534215/8284218
868.85/844.74	c cleaning 127998 clauses out of 256016 with flag 17808312/8413217
887.76/861.60	c cleaning 128995 clauses out of 258018 with flag 18083903/8543217
906.46/880.26	c cleaning 129998 clauses out of 260023 with flag 18364006/8674217
925.81/899.17	c cleaning 131000 clauses out of 262026 with flag 18645473/8806218
944.79/917.88	c cleaning 131997 clauses out of 264025 with flag 18929609/8939217
961.12/933.90	c cleaning 133001 clauses out of 266028 with flag 19214380/9073217
978.64/951.41	c cleaning 134003 clauses out of 268027 with flag 19501439/9208217
998.45/970.81	c cleaning 135000 clauses out of 270024 with flag 19788547/9344217
1018.17/990.20	c cleaning 135999 clauses out of 272024 with flag 20078260/9481217
1038.34/1010.20	c cleaning 137001 clauses out of 274025 with flag 20369585/9619217
1055.29/1027.19	c cleaning 138000 clauses out of 276024 with flag 20663436/9758217
1069.37/1040.85	c cleaning 138999 clauses out of 278024 with flag 20961298/9898217
1083.44/1054.60	c cleaning 140002 clauses out of 280025 with flag 21259025/10039217
1106.45/1077.55	c cleaning 141008 clauses out of 282024 with flag 21570798/10181218
1127.08/1097.51	c cleaning 141999 clauses out of 284015 with flag 21873413/10324217
1144.64/1114.91	c cleaning 142995 clauses out of 286016 with flag 22182861/10468217
1163.92/1134.17	c cleaning 144003 clauses out of 288022 with flag 22491194/10613218
1184.10/1153.96	c cleaning 144994 clauses out of 290018 with flag 22800146/10759217
1201.44/1171.11	c cleaning 146001 clauses out of 292024 with flag 23112178/10906217
1221.79/1190.94	c cleaning 146998 clauses out of 294024 with flag 23426578/11054218
1244.70/1213.57	c cleaning 148000 clauses out of 296026 with flag 23743459/11203218
1265.53/1234.28	c cleaning 149003 clauses out of 298025 with flag 24063401/11353217
1285.85/1254.19	c cleaning 150001 clauses out of 300024 with flag 24382638/11504219
1304.58/1272.62	c cleaning 150999 clauses out of 302021 with flag 24703266/11656217
1325.01/1291.10	c cleaning 151999 clauses out of 304022 with flag 25028077/11809217
1346.46/1311.96	c cleaning 153000 clauses out of 306023 with flag 25353805/11963217
1366.87/1332.08	c cleaning 153996 clauses out of 308024 with flag 25681147/12118218
1389.51/1354.45	c cleaning 155003 clauses out of 310028 with flag 26011501/12274218
1409.36/1374.02	c cleaning 155998 clauses out of 312026 with flag 26341657/12431219
1429.34/1393.95	c cleaning 157001 clauses out of 314026 with flag 26674513/12589217
1449.91/1413.91	c cleaning 158002 clauses out of 316025 with flag 27016100/12748217
1469.82/1433.46	c cleaning 158999 clauses out of 318023 with flag 27353197/12908217
1490.91/1454.29	c cleaning 160005 clauses out of 320024 with flag 27694663/13069217
1512.43/1475.67	c cleaning 161000 clauses out of 322021 with flag 28036274/13231219
1529.40/1492.08	c cleaning 161998 clauses out of 324019 with flag 28387325/13394217
1549.75/1512.03	c cleaning 162999 clauses out of 326021 with flag 28739587/13558217
1568.38/1530.54	c cleaning 163999 clauses out of 328023 with flag 29086903/13723218
1589.11/1551.36	c cleaning 165000 clauses out of 330023 with flag 29436866/13889217
1611.37/1573.03	c cleaning 165997 clauses out of 332024 with flag 29794663/14056218
1632.29/1593.70	c cleaning 167004 clauses out of 334028 with flag 30151677/14224219
1652.59/1613.87	c cleaning 168002 clauses out of 336023 with flag 30510309/14393218
1681.61/1642.37	c cleaning 168998 clauses out of 338020 with flag 30873763/14563217
1703.31/1663.79	c cleaning 170001 clauses out of 340024 with flag 31234213/14734219
1725.40/1685.69	c cleaning 170998 clauses out of 342021 with flag 31600392/14906217
1751.90/1711.52	c cleaning 172002 clauses out of 344024 with flag 31967946/15079218
1774.83/1734.15	c cleaning 173003 clauses out of 346021 with flag 32335654/15253217
1795.92/1754.99	c cleaning 173996 clauses out of 348018 with flag 32706738/15428217
1823.44/1781.81	c cleaning 175001 clauses out of 350024 with flag 33080438/15604219
1855.22/1810.83	c cleaning 176004 clauses out of 352021 with flag 33453518/15781217
1884.49/1839.79	c cleaning 177000 clauses out of 354017 with flag 33827793/15959217
1911.66/1866.59	c cleaning 177998 clauses out of 356017 with flag 34206588/16138217
1939.91/1894.59	c cleaning 178998 clauses out of 358020 with flag 34588438/16318218
1966.32/1920.79	c cleaning 179999 clauses out of 360022 with flag 34972475/16499218
2010.58/1964.66	c cleaning 180999 clauses out of 362022 with flag 35368443/16681217
2039.25/1993.05	c cleaning 182000 clauses out of 364023 with flag 35758047/16864217
2063.21/2016.84	c cleaning 183001 clauses out of 366025 with flag 36149216/17048219
2090.42/2043.32	c cleaning 184000 clauses out of 368023 with flag 36538964/17233218
2118.91/2071.43	c cleaning 184999 clauses out of 370022 with flag 36929906/17419217
2145.43/2097.54	c cleaning 185998 clauses out of 372024 with flag 37324667/17606218
2170.57/2122.38	c cleaning 187001 clauses out of 374025 with flag 37722060/17794217
2193.03/2144.48	c cleaning 187999 clauses out of 376024 with flag 38125809/17983217
2223.24/2174.46	c cleaning 189005 clauses out of 378026 with flag 38528273/18173218
2248.76/2199.75	c cleaning 189998 clauses out of 380020 with flag 38931677/18364217
2273.20/2224.06	c cleaning 191000 clauses out of 382022 with flag 39347013/18556217
2301.48/2251.78	c cleaning 191999 clauses out of 384022 with flag 39758107/18749217
2326.84/2276.64	c cleaning 193003 clauses out of 386024 with flag 40171277/18943218
2354.50/2303.94	c cleaning 193999 clauses out of 388020 with flag 40582011/19138217
2384.18/2333.36	c cleaning 195002 clauses out of 390021 with flag 40996477/19334217
2412.49/2361.44	c cleaning 196000 clauses out of 392020 with flag 41414130/19531218
2443.11/2391.94	c cleaning 197001 clauses out of 394020 with flag 41835024/19729218
2473.65/2421.39	c cleaning 197998 clauses out of 396018 with flag 42258732/19928217
2502.32/2449.50	c cleaning 199001 clauses out of 398022 with flag 42682566/20128219
2528.91/2475.72	c cleaning 199999 clauses out of 400020 with flag 43108462/20329218
2556.85/2503.56	c cleaning 200999 clauses out of 402021 with flag 43535462/20531218
2583.34/2529.83	c cleaning 202003 clauses out of 404021 with flag 43968837/20734217
2610.06/2555.81	c cleaning 202999 clauses out of 406019 with flag 44407276/20938218
2643.31/2585.96	c cleaning 203997 clauses out of 408019 with flag 44853582/21143217
2672.56/2614.75	c cleaning 204999 clauses out of 410022 with flag 45290542/21349217
2700.91/2642.75	c cleaning 205999 clauses out of 412023 with flag 45731426/21556217
2730.55/2672.10	c cleaning 207001 clauses out of 414025 with flag 46175357/21764218
2755.77/2696.98	c cleaning 207996 clauses out of 416024 with flag 46624463/21973218
2780.21/2721.09	c cleaning 209002 clauses out of 418028 with flag 47072528/22183218
2807.49/2748.05	c cleaning 210002 clauses out of 420026 with flag 47522915/22394218
2836.38/2776.69	c cleaning 211000 clauses out of 422025 with flag 47972262/22606219
2860.47/2800.50	c cleaning 211999 clauses out of 424023 with flag 48423028/22819217
2885.46/2825.37	c cleaning 212997 clauses out of 426024 with flag 48876687/23033217
2907.21/2846.92	c cleaning 214001 clauses out of 428028 with flag 49333957/23248218
2932.68/2872.45	c cleaning 214999 clauses out of 430027 with flag 49790749/23464218
2960.59/2899.73	c cleaning 216001 clauses out of 432027 with flag 50250317/23681217
2986.15/2924.79	c cleaning 217002 clauses out of 434027 with flag 50715789/23899218
3011.13/2949.26	c cleaning 217998 clauses out of 436024 with flag 51183633/24118217
3036.73/2974.48	c cleaning 219001 clauses out of 438026 with flag 51651384/24338217
3065.51/3002.87	c cleaning 220001 clauses out of 440026 with flag 52122383/24559218
3094.39/3031.33	c cleaning 220999 clauses out of 442025 with flag 52595008/24781218
3122.68/3059.35	c cleaning 222002 clauses out of 444026 with flag 53066818/25004218
3154.10/3090.64	c cleaning 223004 clauses out of 446024 with flag 53542310/25228218
3183.48/3119.22	c cleaning 223997 clauses out of 448019 with flag 54036614/25453217
3218.71/3153.91	c cleaning 225001 clauses out of 450023 with flag 54543233/25679218
3247.14/3181.87	c cleaning 225996 clauses out of 452022 with flag 55045954/25906218
3279.96/3214.37	c cleaning 226998 clauses out of 454026 with flag 55530632/26134218
3314.47/3248.52	c cleaning 228003 clauses out of 456027 with flag 56011882/26363217
3350.56/3284.58	c cleaning 229000 clauses out of 458025 with flag 56500628/26593218
3383.94/3316.92	c cleaning 230000 clauses out of 460025 with flag 56990009/26824218
3416.82/3349.39	c cleaning 231000 clauses out of 462024 with flag 57477494/27056217
3451.48/3383.67	c cleaning 231998 clauses out of 464024 with flag 57969913/27289217
3484.77/3414.02	c cleaning 232999 clauses out of 466026 with flag 58468528/27523217
3521.49/3450.62	c cleaning 234002 clauses out of 468028 with flag 58968024/27758218
3558.52/3486.91	c cleaning 235001 clauses out of 470025 with flag 59468442/27994217
3596.52/3524.40	c cleaning 236002 clauses out of 472025 with flag 59981186/28231218
3600.00/3527.95	c starts		: 6
3600.00/3527.96	c conflicts		: 28282534
3600.00/3527.97	c decisions		: 38822804
3600.00/3527.98	c propagations		: 497379712
3600.00/3527.98	c inspects		: 20837779475
3600.00/3527.98	c shortcuts		: 0
3600.00/3527.98	c learnt literals	: 0
3600.00/3527.98	c learnt binary clauses	: 0
3600.00/3527.98	c learnt ternary clauses	: 0
3600.00/3527.98	c learnt constraints	: 28282534
3600.00/3527.98	c ignored constraints	: 0
3600.00/3527.98	c root simplifications	: 0
3600.00/3527.99	c removed literals (reason simplification)	: 630491
3600.00/3527.99	c reason swapping (by a shorter reason)	: 0
3600.00/3527.99	c Calls to reduceDB	: 238
3600.00/3527.99	c Number of update (reduction) of LBD	: 1170913
3600.00/3527.99	c Imported unit clauses	: 0
3600.00/3527.99	c No decision after first conflict	: false
3600.00/3528.01	c number of reductions to clauses (during analyze)	: 0
3600.21/3528.02	c number of learned constraints concerned by reduction	: 0
3600.21/3528.02	c number of learning phase by resolution	: 0
3600.21/3528.02	c number of learning phase by cutting planes	: 0
3600.21/3528.02	c number of rounding to 1 operations	: 0
3600.21/3528.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.21/3528.02	c number of reductions of the coefficients by power 2 	: 0
3600.21/3528.02	c number of right shift for reduction by power 2 	: 0
3600.21/3528.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.21/3528.02	c number of ending skipping 	: 0
3600.21/3528.02	c number of internal skipping 	: 0
3600.21/3528.03	c number of derivation steps 	: 0
3600.21/3528.03	c number of skipped derivation steps 	: 0
3600.21/3528.03	c number of remaining unassigned 	: 0
3600.21/3528.03	c number of remaining assigned 	: 0
3600.21/3528.03	c number of falsified literals weakened from reason	: 0
3600.21/3528.03	c number of falsified literals weakened from conflict	: 0
3600.21/3528.03	c time for arithmetic operations	: 0
3600.21/3528.03	c minimum degree of deleted constraints	: null
3600.21/3528.05	c maximum degree of deleted constraints	: null
3600.21/3528.05	c number of deleted constraints	: 0
3600.21/3528.05	c speed (assignments/second)	: 141001.38654184103
3600.21/3528.05	c non guided choices	: 0
3600.57/3528.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 287339
3600.57/3528.23	s SATISFIABLE
3600.57/3528.25	c Found 5 solution(s)
3600.57/3528.25	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 
3600.57/3528.25	c objective function=229
3600.57/3528.26	c Total wall clock time (in seconds): 3527.866

Verifier Data

OK	229

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: 63794 MiB (63126 MiB free)
  memory of node 1: 64507 MiB (63795 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=45996, runsolver pid=45990

[startup+0.100074 s]*
/proc/loadavg: 0.52 1.51 2.82 4/300 46059
/proc/meminfo: memFree=129898776/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=18930344 memory=45660 CPUtime=0.09 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 5451 0 0 0 6 3 0 0 20 0 18 0 49691298 19384672256 11415 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4732586 11415 4949 1 0 546694 0
[pid=45996/tid=46009] ppid=45990 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4456512 4569 0 0 0 5 1 0 0 20 0 18 0 49691301 19384672256 11415 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=18930344 memory=1707 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384672256 11415 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=18930344 memory=56295059358712 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49691308 19384672256 11415 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45660 KiB

[startup+0.214699 s]*
/proc/loadavg: 0.52 1.51 2.82 6/318 46077
/proc/meminfo: memFree=129881584/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=18930384 memory=49884 CPUtime=0.24 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 6131 0 0 0 20 4 0 0 20 0 18 0 49691298 19384713216 12471 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4732596 12471 5365 1 0 547267 0
[pid=45996/tid=46009] ppid=45990 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 4923 0 0 0 13 2 0 0 20 0 18 0 49691301 19384713216 12471 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384713216 12471 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49691308 19384713216 12471 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49884 KiB

[startup+0.31404 s]*
/proc/loadavg: 0.52 1.51 2.82 5/318 46077
/proc/meminfo: memFree=129857388/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=18930384 memory=55964 CPUtime=0.39 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 6614 0 0 0 35 4 0 0 20 0 18 0 49691298 19384713216 13991 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4732596 13991 5365 1 0 547641 0
[pid=45996/tid=46009] ppid=45990 vsize=18930384 memory=-6000919494113978219 CPUtime=0.23 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 5103 0 0 0 21 2 0 0 20 0 18 0 49691301 19384713216 13991 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384713216 13991 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49691308 19384713216 13991 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55964 KiB

[startup+0.700398 s]
/proc/loadavg: 0.52 1.51 2.82 13/318 46077
/proc/meminfo: memFree=129835712/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=18997548 memory=63980 CPUtime=1.09 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 7973 0 0 0 103 6 0 0 20 0 19 0 49691298 19453489152 15995 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4749387 15995 5493 1 0 548563 0
[pid=45996/tid=46009] ppid=45990 vsize=18997548 memory=17664 CPUtime=0.52 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 5393 0 0 0 49 3 0 0 20 0 19 0 49691301 19453489152 15995 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=18997548 memory=10752 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49691307 19453489152 15995 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=18997548 memory=3200 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49691308 19453489152 15995 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18997548 KiB
Current children cumulated memory: 63980 KiB

[startup+1.50032 s]
/proc/loadavg: 0.52 1.51 2.82 9/322 46081
/proc/meminfo: memFree=129806100/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=18996948 memory=90504 CPUtime=2.66 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 15065 0 0 0 257 9 0 0 20 0 19 0 49691298 19452874752 22626 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4749237 22626 5493 1 0 550947 0
[pid=45996/tid=46009] ppid=45990 vsize=18996948 memory=3200 CPUtime=1.29 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 5710 0 0 0 125 4 0 0 20 0 19 0 49691301 19452874752 22626 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49691307 19452874752 22626 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49691308 19452874752 22626 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=18996948 memory=14848 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49691355 19452874752 22626 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90504 KiB

[startup+3.11344 s]
/proc/loadavg: 1.12 1.62 2.85 5/326 46085
/proc/meminfo: memFree=129277456/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=214768 CPUtime=5.08 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 20860 0 0 0 494 14 0 0 20 0 20 0 49691298 19521036288 53692 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 53692 5525 1 0 552862 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=14848 CPUtime=2.83 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 6965 0 0 0 277 6 0 0 20 0 20 0 49691301 19521036288 53692 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 53692 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 53692 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 53692 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214768 KiB

[startup+6.30027 s]
/proc/loadavg: 1.12 1.62 2.85 5/326 46085
/proc/meminfo: memFree=128949156/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=318460 CPUtime=8.67 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 21221 0 0 0 850 17 0 0 20 0 20 0 49691298 19521036288 79615 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 79615 5525 1 0 552863 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=0 CPUtime=5.81 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 7017 0 0 0 575 6 0 0 20 0 20 0 49691301 19521036288 79615 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 79615 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 79615 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=97044 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 79615 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 318460 KiB

[startup+12.7005 s]
/proc/loadavg: 1.63 1.71 2.87 6/326 46085
/proc/meminfo: memFree=127788484/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=741520 CPUtime=15.42 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 25689 0 0 0 1516 26 0 0 20 0 20 0 49691298 19521036288 185380 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 185380 5525 1 0 870360 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=97044 CPUtime=11.73 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 7737 0 0 0 1165 8 0 0 20 0 20 0 49691301 19521036288 185380 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=612428 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 185380 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 185380 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 185380 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 15.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 741520 KiB

[startup+25.5005 s]
/proc/loadavg: 2.15 1.82 2.89 5/326 46085
/proc/meminfo: memFree=125577408/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=1079608 CPUtime=28.59 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 27313 0 0 0 2826 33 0 0 20 0 20 0 49691298 19521036288 269902 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 269902 5525 1 0 870362 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=612428 CPUtime=24.03 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 8469 0 0 0 2394 9 0 0 20 0 20 0 49691301 19521036288 269902 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 269902 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 269902 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=1032504 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 269902 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 28.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1079608 KiB

[startup+51.1104 s]
/proc/loadavg: 2.78 2.00 2.92 5/326 46086
/proc/meminfo: memFree=122061828/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=1977168 CPUtime=54.94 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 30030 0 0 0 5440 54 0 0 20 0 20 0 49691298 19521036288 494292 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 494292 5557 1 0 1125209 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=1872692 CPUtime=48.65 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 9398 0 0 0 4852 13 0 0 20 0 20 0 49691301 19521036288 494292 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=741520 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 494292 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 494292 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0

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

/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3635263 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=19968 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2072 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3635263 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=14541052 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3635263 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3348.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14541052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.36 4.33 5/327 46253
/proc/meminfo: memFree=74701860/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=14547232 CPUtime=3409.84 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 286217 0 0 0 340446 538 0 0 20 0 20 0 49691298 19521036288 3636808 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 3636808 5589 1 0 4090114 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=14541052 CPUtime=3259.84 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 162011 0 0 0 325887 97 0 0 20 0 20 0 49691301 19521036288 3636808 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=14547232 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3636808 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2117 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3636808 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3636808 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3409.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14547232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.35 4.32 5/326 46255
/proc/meminfo: memFree=74368816/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3473.08 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 303396 0 0 0 346756 552 0 0 20 0 20 0 49691298 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 3720364 5589 1 0 4090114 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=14547232 CPUtime=3318.58 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 172870 0 0 0 331759 99 0 0 20 0 20 0 49691301 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3473.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14881456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.30 4.31 5/326 46257
/proc/meminfo: memFree=74369236/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3533.28 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 307726 0 0 0 352772 556 0 0 20 0 20 0 49691298 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 3720364 5589 1 0 4090116 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=10752 CPUtime=3377.83 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 176078 0 0 0 337684 99 0 0 20 0 20 0 49691301 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2170 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3533.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14881456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.31 4.31 5/326 46259
/proc/meminfo: memFree=74368968/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3594.42 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 311951 0 0 0 358882 560 0 0 20 0 20 0 49691298 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 3720364 5589 1 0 4090118 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3436.38 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 178973 0 0 0 343538 100 0 0 20 0 20 0 49691301 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3594.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14881456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.9 s]
/proc/loadavg: 4.25 4.30 4.31 4/304 46276
/proc/meminfo: memFree=89196556/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3600 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 312726 0 0 0 359438 562 0 0 20 0 20 0 49691298 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4765878 3720364 5589 1 0 4090118 0
[pid=45996/tid=46009] ppid=45990 vsize=19063512 memory=14881456 CPUtime=3441.95 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 179704 0 0 0 344094 101 0 0 20 0 20 0 49691301 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46080] ppid=45990 vsize=19063512 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46080/stat : 46080 (Timer-0) S 45990 45996 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691355 19521036288 3720364 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14881456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.09 s, system=5.70008 s

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

[startup+3528 s]*
/proc/loadavg: 4.31 4.31 4.31 8/308 46311
/proc/meminfo: memFree=89171584/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19263204 memory=14881968 CPUtime=3600.21 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 315080 0 0 0 359458 563 0 0 20 0 21 0 49691298 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4815801 3720492 5589 1 0 4091008 0
[pid=45996/tid=46009] ppid=45990 vsize=19263204 memory=6896 CPUtime=3442.06 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 180017 0 0 0 344105 101 0 0 20 0 21 0 49691301 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19263204 memory=14881456 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49691307 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19263204 memory=14707392 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 21 0 49691308 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46305] ppid=45990 vsize=19263204 memory=-6000919481380464235 CPUtime=0.01 cores=5,7
/proc/45996/task/46305/stat : 46305 (Thread-0) R 45990 45996 45940 0 -1 4194368 177 0 0 0 1 0 0 0 20 0 21 0 50044090 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14881968 KiB

[startup+3528.2 s]
/proc/loadavg: 4.31 4.31 4.31 8/308 46311
/proc/meminfo: memFree=89171584/131382112 swapFree=33010684/33010684
[pid=45996] ppid=45990 vsize=19263204 memory=14881968 CPUtime=3600.57 cores=5,7
/proc/45996/stat : 45996 (java) S 45990 45996 45940 0 -1 4194304 315224 0 0 0 359494 563 0 0 20 0 21 0 49691298 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
/proc/45996/statm: 4815801 3720492 5589 1 0 4091008 0
[pid=45996/tid=46009] ppid=45990 vsize=19263204 memory=5952 CPUtime=3442.25 cores=5,7
/proc/45996/task/46009/stat : 46009 (java) R 45990 45996 45940 0 -1 4194368 180017 0 0 0 344123 102 0 0 20 0 21 0 49691301 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46043] ppid=45990 vsize=19263204 memory=-7522817344642573433 CPUtime=0 cores=5,7
/proc/45996/task/46043/stat : 46043 (Finalizer) S 45990 45996 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49691307 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46056] ppid=45990 vsize=19263204 memory=6900 CPUtime=0 cores=5,7
/proc/45996/task/46056/stat : 46056 (Common-Cleaner) S 45990 45996 45940 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 21 0 49691308 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
[pid=45996/tid=46305] ppid=45990 vsize=19263204 memory=7028 CPUtime=0.14 cores=5,7
/proc/45996/task/46305/stat : 46305 (Thread-0) R 45990 45996 45940 0 -1 4194368 269 0 0 0 14 0 0 0 20 0 21 0 50044090 19725520896 3720492 18446744073709551615 94568850071552 94568850075248 140725877326864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568850083064 94568850083856 94568876617728 140725877332353 140725877332454 140725877332454 140725877338056 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14881968 KiB

[startup+3528.3 s]*
/proc/loadavg: 4.31 4.31 4.31 7/305 46327
/proc/meminfo: memFree=92301876/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3528.37
CPU time (s): 3600.79
CPU user time (s): 3595.09
CPU system time (s): 5.70008
CPU usage (%): 102.053
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14881968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.09
system time used= 5.70008
maximum resident set size= 14882224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117231
involuntary context switches= 16852


# summary of solver processes directly reported to runsolver:
#   pid: 45996
#   total CPU time (s): 3600.79
#   total CPU user time (s): 3595.09
#   total CPU system time (s): 5.70008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1302 second user time and 36.2154 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 05:21:56
IDJOB=4489146
IDBENCH=147541
IDSOLVER=3363
FILE ID=nodeC012/4489146-1751340116
RUNJOBID= nodeC012-1751340116-45953
SLURM_JOB_ID= 9594408
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489146-1751340116/watcher-4489146-1751340116 -o /tmp/evaluation-result-4489146-1751340116/solver-4489146-1751340116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751340116-45953 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4489146-1751340116.opb

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

MD5SUM BENCH= 1da12ebdd4ab5e725928f3bf845b8b1e
RANDOM SEED=1289207093

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.122
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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.132
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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		: 1197.135
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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		: 1196.685
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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		: 1197.146
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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		: 1197.153
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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		: 1197.224
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
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.172
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129961924 kB
MemAvailable:   129928748 kB
Buffers:            3280 kB
Cached:           775060 kB
SwapCached:            0 kB
Active:           379504 kB
Inactive:         464660 kB
Active(anon):      83796 kB
Inactive(anon):        0 kB
Active(file):     295708 kB
Inactive(file):   464660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:         68648 kB
Mapped:           102640 kB
Shmem:             17960 kB
KReclaimable:      91784 kB
Slab:             175020 kB
SReclaimable:      91784 kB
SUnreclaim:        83236 kB
KernelStack:        3920 kB
PageTables:         2972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC012 at 2025-07-01 06:20:44