Trace number 4520489

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 VeriPB 2025-06-06SAT (TO)129 3585.18 3700.39

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r6_c80.opb
MD5SUMc38d53ef62d5a1e991caa36d02813e97
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.023232
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 480
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 480
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 480
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.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.42/0.36	c Pseudo Boolean Optimization by upper bound
0.42/0.36	c --- Begin Solver configuration ---
0.42/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.36	c Learn all clauses as in MiniSAT
0.42/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	c Expensive reason simplification
0.42/0.36	c Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	c timeout=2147483s
0.42/0.36	c DB Simplification allowed=false
0.42/0.36	c Listener: none
0.42/0.36	c --- End Solver configuration ---
0.42/0.36	c solving HOME/instance-4520489-1751573473.opb
0.42/0.36	c reading problem ... 
0.53/27.64	c using VERIPB proof format
0.53/27.64	c  objective function found
0.64/27.77	c ... done. Wall clock time 27.404s.
0.64/27.77	c declared #vars     480
0.64/27.77	c #constraints  480
0.64/27.77	c constraints type 
0.64/27.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.64/27.77	c 480 constraints processed.
0.81/27.85	c objective function length is 480 literals
0.93/27.90	c SATISFIABLE
0.93/27.90	c OPTIMIZING...
0.93/27.90	c Got one! Elapsed wall clock time (in seconds):27.537
0.93/27.90	o 130
3.68/29.31	c cleaning 2501 clauses out of 5001 with flag 11920/5001
4.88/29.98	c cleaning 4247 clauses out of 8500 with flag 26966/11001
5.87/30.49	c cleaning 5625 clauses out of 11253 with flag 42601/18001
6.65/30.94	c cleaning 6812 clauses out of 13627 with flag 60564/26000
7.18/31.45	c cleaning 7902 clauses out of 15815 with flag 80789/35000
8.29/32.43	c cleaning 8957 clauses out of 17915 with flag 102979/45002
9.30/33.44	c cleaning 9975 clauses out of 19957 with flag 127568/56001
10.33/34.41	c cleaning 10986 clauses out of 21981 with flag 154307/68000
11.17/35.16	c cleaning 11997 clauses out of 23995 with flag 183342/81000
12.17/36.18	c cleaning 12998 clauses out of 25998 with flag 214455/95000
13.11/37.05	c cleaning 13996 clauses out of 28000 with flag 247648/110000
14.11/38.05	c cleaning 15000 clauses out of 30005 with flag 285415/126001
15.20/39.23	c cleaning 16000 clauses out of 32005 with flag 323901/143001
16.47/40.48	c cleaning 17000 clauses out of 34004 with flag 364384/161000
17.57/41.53	c cleaning 18002 clauses out of 36004 with flag 406900/180000
18.70/42.69	c cleaning 18997 clauses out of 38003 with flag 451801/200001
20.55/44.47	c cleaning 19997 clauses out of 40006 with flag 501603/221001
22.52/46.20	c cleaning 20997 clauses out of 42008 with flag 558868/243000
24.29/47.98	c cleaning 22001 clauses out of 44011 with flag 617793/266000
26.40/50.05	c cleaning 23001 clauses out of 46011 with flag 675891/290001
28.99/52.61	c cleaning 24003 clauses out of 48009 with flag 739305/315000
31.81/55.43	c cleaning 24998 clauses out of 50006 with flag 799874/341000
34.10/57.71	c cleaning 26001 clauses out of 52009 with flag 865791/368001
36.14/59.67	c cleaning 27002 clauses out of 54008 with flag 928489/396001
37.83/61.39	c cleaning 28000 clauses out of 56005 with flag 992888/425000
39.65/63.11	c cleaning 28999 clauses out of 58006 with flag 1059611/455001
41.45/64.95	c cleaning 30000 clauses out of 60006 with flag 1128601/486000
43.44/66.91	c cleaning 30999 clauses out of 62006 with flag 1199625/518000
45.49/68.92	c cleaning 32004 clauses out of 64009 with flag 1273288/551002
47.47/70.92	c cleaning 32997 clauses out of 66004 with flag 1348659/585001
49.74/73.16	c cleaning 33999 clauses out of 68006 with flag 1426257/620000
52.23/75.61	c cleaning 35000 clauses out of 70007 with flag 1506525/656000
55.59/78.96	c cleaning 35998 clauses out of 72008 with flag 1588773/693001
58.39/81.77	c cleaning 36997 clauses out of 74009 with flag 1673358/731000
62.37/85.64	c cleaning 38006 clauses out of 76014 with flag 1760520/770002
65.36/88.65	c cleaning 39001 clauses out of 78007 with flag 1850073/810001
68.46/91.63	c cleaning 40003 clauses out of 80006 with flag 1941515/851001
71.47/94.61	c cleaning 41001 clauses out of 82003 with flag 2036256/893001
73.03/96.13	c Got one! Elapsed wall clock time (in seconds):95.757
73.03/96.13	o 129
74.11/97.16	c cleaning 29562 clauses out of 59136 with flag 11920/911135
74.70/97.72	c cleaning 17787 clauses out of 35574 with flag 26656/917135
75.12/98.15	c cleaning 12393 clauses out of 24787 with flag 42413/924135
75.75/98.56	c cleaning 10195 clauses out of 20394 with flag 60356/932135
76.52/99.02	c cleaning 9592 clauses out of 19200 with flag 81843/941136
77.01/99.51	c cleaning 9801 clauses out of 19608 with flag 105224/951136
77.58/100.10	c cleaning 10397 clauses out of 20807 with flag 130032/962136
78.26/100.72	c cleaning 11205 clauses out of 22409 with flag 157251/974135
78.87/101.38	c cleaning 12099 clauses out of 24205 with flag 187908/987136
79.58/102.08	c cleaning 13048 clauses out of 26106 with flag 219606/1001136
80.36/102.84	c cleaning 14025 clauses out of 28059 with flag 253169/1016137
81.93/104.31	c cleaning 15017 clauses out of 30034 with flag 288989/1032137
83.33/105.74	c cleaning 16001 clauses out of 32015 with flag 326857/1049135
84.33/106.71	c cleaning 17006 clauses out of 34015 with flag 367010/1067136
85.32/107.71	c cleaning 18001 clauses out of 36009 with flag 409642/1086136
86.49/108.82	c cleaning 19002 clauses out of 38008 with flag 454218/1106136
87.59/109.96	c cleaning 20004 clauses out of 40007 with flag 501420/1127137
88.81/111.19	c cleaning 21001 clauses out of 42001 with flag 550814/1149135
90.24/112.56	c cleaning 21994 clauses out of 44000 with flag 603481/1172135
91.63/113.95	c cleaning 22996 clauses out of 46006 with flag 661417/1196135
93.50/115.71	c cleaning 24005 clauses out of 48011 with flag 720139/1221136
95.19/117.45	c cleaning 25000 clauses out of 50006 with flag 782567/1247136
97.19/119.41	c cleaning 26003 clauses out of 52007 with flag 850764/1274137
99.15/121.37	c cleaning 26996 clauses out of 54002 with flag 921139/1302135
101.04/123.26	c cleaning 27998 clauses out of 56006 with flag 988704/1331135
103.71/125.44	c cleaning 28999 clauses out of 58009 with flag 1062360/1361136
105.70/127.47	c cleaning 29998 clauses out of 60010 with flag 1134562/1392136
107.78/129.46	c cleaning 31003 clauses out of 62012 with flag 1209012/1424136
110.08/131.75	c cleaning 31998 clauses out of 64008 with flag 1287167/1457135
112.76/134.36	c cleaning 33003 clauses out of 66010 with flag 1366103/1491135
114.95/136.53	c cleaning 34004 clauses out of 68009 with flag 1448123/1526137
117.43/138.95	c cleaning 35000 clauses out of 70003 with flag 1530803/1562135
120.01/141.44	c cleaning 36000 clauses out of 72003 with flag 1614230/1599135
122.31/143.71	c cleaning 36995 clauses out of 74003 with flag 1699665/1637135
126.27/147.61	c cleaning 37996 clauses out of 76009 with flag 1786576/1676136
128.95/150.26	c cleaning 39004 clauses out of 78014 with flag 1875711/1716137
131.53/152.87	c cleaning 40003 clauses out of 80008 with flag 1967195/1757135
134.52/155.78	c cleaning 41003 clauses out of 82007 with flag 2061769/1799137
138.78/159.90	c cleaning 42002 clauses out of 84003 with flag 2157978/1842136
141.99/163.07	c cleaning 42998 clauses out of 86001 with flag 2256764/1886136
145.08/166.16	c cleaning 43998 clauses out of 88002 with flag 2356761/1931135
148.44/169.42	c cleaning 44999 clauses out of 90004 with flag 2458912/1977135
151.80/172.71	c cleaning 45996 clauses out of 92005 with flag 2564092/2024135
155.38/176.23	c cleaning 47004 clauses out of 94010 with flag 2672010/2072136
158.86/179.68	c cleaning 47998 clauses out of 96006 with flag 2781180/2121136
162.37/183.15	c cleaning 49003 clauses out of 98007 with flag 2892741/2171135
166.10/186.84	c cleaning 49998 clauses out of 100005 with flag 3008103/2222136
169.78/190.47	c cleaning 50996 clauses out of 102006 with flag 3124835/2274135
173.97/194.59	c cleaning 52001 clauses out of 104010 with flag 3244481/2327135
178.07/198.53	c cleaning 52999 clauses out of 106010 with flag 3363775/2381136
182.39/202.78	c cleaning 53997 clauses out of 108010 with flag 3486047/2436135
187.07/206.98	c cleaning 55005 clauses out of 110014 with flag 3612139/2492136
191.87/211.65	c cleaning 56001 clauses out of 112008 with flag 3738726/2549135
196.87/216.59	c cleaning 56999 clauses out of 114007 with flag 3868286/2607135
201.64/221.21	c cleaning 58000 clauses out of 116009 with flag 3999911/2666136
206.21/225.76	c cleaning 59000 clauses out of 118008 with flag 4133512/2726135
212.31/231.77	c cleaning 60004 clauses out of 120009 with flag 4269290/2787136
217.39/236.72	c cleaning 60998 clauses out of 122004 with flag 4407752/2849135
222.38/241.68	c cleaning 62003 clauses out of 124007 with flag 4547276/2912136
227.75/246.94	c cleaning 62997 clauses out of 126003 with flag 4689719/2976135
232.81/251.97	c cleaning 63998 clauses out of 128007 with flag 4834467/3041136
237.98/257.04	c cleaning 65000 clauses out of 130009 with flag 4982610/3107136
243.14/262.11	c cleaning 66000 clauses out of 132008 with flag 5131960/3174135
248.71/267.66	c cleaning 67003 clauses out of 134009 with flag 5283425/3242136
254.58/273.32	c cleaning 67999 clauses out of 136006 with flag 5437046/3311136
260.51/279.21	c cleaning 69004 clauses out of 138009 with flag 5593417/3381138
266.30/284.90	c cleaning 69995 clauses out of 140003 with flag 5751236/3452136
272.07/290.68	c cleaning 70996 clauses out of 142007 with flag 5912153/3524135
278.46/296.94	c cleaning 72001 clauses out of 144011 with flag 6075294/3597135
284.62/303.10	c cleaning 73001 clauses out of 146010 with flag 6240196/3671135
292.14/310.41	c cleaning 74001 clauses out of 148009 with flag 6407370/3746135
299.04/317.22	c cleaning 75003 clauses out of 150008 with flag 6577130/3822135
305.81/323.90	c cleaning 76002 clauses out of 152005 with flag 6749168/3899135
312.57/330.60	c cleaning 76997 clauses out of 154004 with flag 6923748/3977136
319.52/337.46	c cleaning 77999 clauses out of 156007 with flag 7099733/4056136
326.84/344.61	c cleaning 78994 clauses out of 158007 with flag 7281165/4136135
335.63/353.20	c cleaning 80001 clauses out of 160013 with flag 7474184/4217135
342.61/360.15	c cleaning 80999 clauses out of 162012 with flag 7664615/4299135
349.63/367.06	c cleaning 82000 clauses out of 164013 with flag 7852078/4382135
357.48/374.81	c cleaning 83005 clauses out of 166014 with flag 8043004/4466136
365.21/382.49	c cleaning 84002 clauses out of 168008 with flag 8231868/4551135
373.35/390.44	c cleaning 84999 clauses out of 170006 with flag 8427814/4637135
381.29/398.34	c cleaning 86000 clauses out of 172008 with flag 8622031/4724136
388.96/405.98	c cleaning 86998 clauses out of 174008 with flag 8817902/4812136
396.33/413.17	c cleaning 87999 clauses out of 176009 with flag 9015600/4901135
404.34/421.06	c cleaning 89001 clauses out of 178011 with flag 9216302/4991136
414.19/430.88	c cleaning 89994 clauses out of 180009 with flag 9419499/5082135
422.12/438.64	c cleaning 91005 clauses out of 182016 with flag 9625219/5174136
430.98/447.40	c cleaning 92001 clauses out of 184011 with flag 9832599/5267136
441.39/457.08	c cleaning 93000 clauses out of 186011 with flag 10042968/5361137
450.41/466.06	c cleaning 94002 clauses out of 188011 with flag 10254840/5456137
459.39/474.94	c cleaning 94999 clauses out of 190008 with flag 10469560/5552136
468.74/484.21	c cleaning 95998 clauses out of 192008 with flag 10687194/5649135
478.33/493.78	c cleaning 96997 clauses out of 194010 with flag 10907956/5747135
487.89/503.28	c cleaning 98003 clauses out of 196013 with flag 11127835/5846135
498.86/514.06	c cleaning 98999 clauses out of 198010 with flag 11354690/5946135
508.40/523.38	c cleaning 100006 clauses out of 200012 with flag 11580883/6047136
518.85/533.64	c cleaning 100995 clauses out of 202005 with flag 11808586/6149135
529.52/544.20	c cleaning 102002 clauses out of 204011 with flag 12038160/6252136
539.45/554.10	c cleaning 103004 clauses out of 206008 with flag 12271293/6356135
552.05/566.57	c cleaning 103994 clauses out of 208004 with flag 12508992/6461135
562.15/576.58	c cleaning 105000 clauses out of 210011 with flag 12750172/6567136
572.59/586.90	c cleaning 105999 clauses out of 212010 with flag 12994607/6674135
583.41/597.66	c cleaning 107004 clauses out of 214012 with flag 13244037/6782136
596.02/610.18	c cleaning 108000 clauses out of 216009 with flag 13492076/6891137
607.41/621.42	c cleaning 108995 clauses out of 218009 with flag 13741697/7001137
620.17/634.11	c cleaning 109999 clauses out of 220012 with flag 13999877/7112135
631.48/645.28	c cleaning 111006 clauses out of 222014 with flag 14261217/7224136
643.21/656.97	c cleaning 111998 clauses out of 224007 with flag 14516405/7337135
655.26/669.00	c cleaning 113001 clauses out of 226009 with flag 14772963/7451135
668.61/682.26	c cleaning 113997 clauses out of 228008 with flag 15035725/7566135
682.14/695.77	c cleaning 115002 clauses out of 230012 with flag 15297063/7682136
695.08/708.67	c cleaning 116002 clauses out of 232009 with flag 15560281/7799135
708.32/721.83	c cleaning 117001 clauses out of 234010 with flag 15826648/7917138
721.52/734.98	c cleaning 117996 clauses out of 236006 with flag 16097865/8036135
734.92/748.29	c cleaning 119005 clauses out of 238011 with flag 16373850/8156136
748.60/761.81	c cleaning 119997 clauses out of 240006 with flag 16645865/8277136
763.09/776.28	c cleaning 121002 clauses out of 242008 with flag 16921623/8399135
777.05/790.18	c cleaning 121997 clauses out of 244006 with flag 17196497/8522135
790.05/803.02	c cleaning 123003 clauses out of 246009 with flag 17476594/8646135
803.85/816.74	c cleaning 124004 clauses out of 248008 with flag 17757073/8771137
816.42/829.14	c cleaning 124997 clauses out of 250002 with flag 18037091/8897135
834.31/846.91	c cleaning 125994 clauses out of 252006 with flag 18320937/9024136
847.72/860.13	c cleaning 127003 clauses out of 254012 with flag 18609136/9152136
862.23/874.57	c cleaning 128002 clauses out of 256011 with flag 18901552/9281138
879.29/891.53	c cleaning 128998 clauses out of 258008 with flag 19198846/9411137
894.40/906.42	c cleaning 130004 clauses out of 260009 with flag 19491624/9542136
909.30/921.23	c cleaning 130999 clauses out of 262006 with flag 19787542/9674137
924.56/936.43	c cleaning 131997 clauses out of 264007 with flag 20085068/9807137
938.94/950.72	c cleaning 132998 clauses out of 266008 with flag 20384118/9941135
952.50/964.21	c cleaning 134000 clauses out of 268010 with flag 20685408/10076135
966.54/978.15	c cleaning 135002 clauses out of 270012 with flag 20989175/10212137
979.93/991.42	c cleaning 136001 clauses out of 272008 with flag 21293814/10349135
993.71/1005.14	c cleaning 136998 clauses out of 274007 with flag 21602124/10487135
1007.35/1018.69	c cleaning 137999 clauses out of 276010 with flag 21912590/10626136
1022.43/1033.64	c cleaning 139001 clauses out of 278011 with flag 22224643/10766136
1036.00/1047.19	c cleaning 140000 clauses out of 280009 with flag 22539133/10907135
1050.05/1061.07	c cleaning 141005 clauses out of 282010 with flag 22856162/11049136
1067.00/1077.84	c cleaning 141996 clauses out of 284005 with flag 23176799/11192136
1080.85/1091.63	c cleaning 142999 clauses out of 286009 with flag 23497609/11336136
1096.35/1106.90	c cleaning 144004 clauses out of 288009 with flag 23820446/11481135
1112.93/1123.31	c cleaning 144993 clauses out of 290006 with flag 24147998/11627136
1130.16/1140.40	c cleaning 146000 clauses out of 292012 with flag 24488658/11774135
1148.86/1158.97	c cleaning 147004 clauses out of 294013 with flag 24846532/11922136
1168.79/1178.70	c cleaning 147999 clauses out of 296009 with flag 25189681/12071136
1188.74/1198.44	c cleaning 148998 clauses out of 298009 with flag 25542059/12221135
1207.01/1216.67	c cleaning 149999 clauses out of 300011 with flag 25894464/12372135
1224.31/1233.85	c cleaning 150999 clauses out of 302012 with flag 26245038/12524135
1241.63/1251.07	c cleaning 152004 clauses out of 304013 with flag 26594477/12677135
1261.50/1270.74	c cleaning 153004 clauses out of 306009 with flag 26949936/12831135
1283.39/1291.46	c cleaning 153997 clauses out of 308005 with flag 27311267/12986135
1304.32/1312.07	c cleaning 154996 clauses out of 310008 with flag 27675692/13142135
1326.65/1334.24	c cleaning 155997 clauses out of 312013 with flag 28034472/13299136
1346.26/1353.77	c cleaning 157003 clauses out of 314016 with flag 28387772/13457136
1368.78/1376.07	c cleaning 157998 clauses out of 316012 with flag 28748094/13616135
1392.06/1399.11	c cleaning 159002 clauses out of 318014 with flag 29109629/13776135
1412.41/1419.26	c cleaning 160002 clauses out of 320013 with flag 29470087/13937136
1437.06/1443.95	c cleaning 161000 clauses out of 322010 with flag 29833059/14099135
1458.81/1465.74	c cleaning 162002 clauses out of 324010 with flag 30200023/14262135
1480.41/1487.47	c cleaning 162997 clauses out of 326008 with flag 30566618/14426135
1501.11/1507.93	c cleaning 164004 clauses out of 328012 with flag 30935387/14591136
1518.67/1525.40	c cleaning 165000 clauses out of 330008 with flag 31304550/14757136
1542.42/1549.00	c cleaning 166002 clauses out of 332008 with flag 31675686/14924136
1562.37/1569.22	c cleaning 166997 clauses out of 334005 with flag 32050109/15092135
1581.65/1588.31	c cleaning 167998 clauses out of 336008 with flag 32426834/15261135
1605.33/1611.92	c cleaning 169001 clauses out of 338011 with flag 32806286/15431136
1627.38/1651.95	c cleaning 169997 clauses out of 340011 with flag 33188323/15602137
1648.57/1671.72	c cleaning 171000 clauses out of 342012 with flag 33569967/15774135
1668.38/1691.93	c cleaning 172006 clauses out of 344016 with flag 33954681/15947139
1691.82/1716.37	c cleaning 172992 clauses out of 346006 with flag 34341231/16121135
1713.56/1738.29	c cleaning 173999 clauses out of 348014 with flag 34731910/16296135
1736.46/1768.81	c cleaning 175004 clauses out of 350016 with flag 35125130/16472136
1758.69/1791.47	c cleaning 176001 clauses out of 352012 with flag 35520675/16649136
1778.77/1812.22	c cleaning 177005 clauses out of 354010 with flag 35918281/16827135
1799.23/1832.62	c cleaning 178001 clauses out of 356005 with flag 36318380/17006135
1821.61/1855.15	c cleaning 178999 clauses out of 358004 with flag 36720436/17186135
1846.00/1882.91	c cleaning 179999 clauses out of 360006 with flag 37123742/17367136
1867.96/1905.00	c cleaning 180999 clauses out of 362006 with flag 37530815/17549135
1890.25/1927.42	c cleaning 182000 clauses out of 364007 with flag 37939892/17732135
1913.25/1950.34	c cleaning 182998 clauses out of 366008 with flag 38351084/17916136
1936.69/1973.57	c cleaning 184001 clauses out of 368009 with flag 38765521/18101135
1961.23/1998.06	c cleaning 184997 clauses out of 370009 with flag 39180894/18287136
1988.72/2041.19	c cleaning 185998 clauses out of 372012 with flag 39597642/18474136
2013.98/2066.32	c cleaning 187002 clauses out of 374013 with flag 40019260/18662135
2039.58/2092.08	c cleaning 188002 clauses out of 376013 with flag 40443287/18851137
2063.50/2115.82	c cleaning 189003 clauses out of 378009 with flag 40866731/19041135
2092.53/2143.32	c cleaning 190001 clauses out of 380006 with flag 41293453/19232135
2119.35/2170.47	c cleaning 190999 clauses out of 382005 with flag 41721562/19424135
2144.60/2201.04	c cleaning 192000 clauses out of 384006 with flag 42152786/19617135
2168.83/2225.18	c cleaning 192996 clauses out of 386006 with flag 42586528/19811135
2197.44/2254.40	c cleaning 194001 clauses out of 388011 with flag 43023704/20006136
2223.43/2280.27	c cleaning 195001 clauses out of 390009 with flag 43461159/20202135
2250.67/2318.38	c cleaning 196003 clauses out of 392009 with flag 43900907/20399136
2279.58/2347.90	c cleaning 197001 clauses out of 394005 with flag 44342186/20597135
2309.30/2377.68	c cleaning 198001 clauses out of 396004 with flag 44787932/20796135
2337.04/2405.11	c cleaning 199000 clauses out of 398003 with flag 45235645/20996135
2364.72/2433.28	c cleaning 199994 clauses out of 400004 with flag 45686824/21197136
2394.66/2461.91	c cleaning 200996 clauses out of 402009 with flag 46137469/21399135
2422.36/2489.70	c cleaning 202002 clauses out of 404014 with flag 46590643/21602136
2450.46/2529.43	c cleaning 203003 clauses out of 406011 with flag 47046222/21806135
2476.07/2555.32	c cleaning 203994 clauses out of 408008 with flag 47503390/22011135
2505.27/2584.46	c cleaning 205002 clauses out of 410015 with flag 47965298/22217136
2531.63/2610.86	c cleaning 206004 clauses out of 412014 with flag 48429971/22424137
2555.72/2634.73	c cleaning 206995 clauses out of 414008 with flag 48894597/22632135
2585.68/2664.66	c cleaning 207997 clauses out of 416013 with flag 49364044/22841135
2615.73/2695.08	c cleaning 209007 clauses out of 418017 with flag 49837398/23051136
2645.34/2724.77	c cleaning 209997 clauses out of 420009 with flag 50310908/23262135
2674.45/2753.77	c cleaning 210999 clauses out of 422013 with flag 50783837/23474136
2703.98/2783.27	c cleaning 212002 clauses out of 424013 with flag 51258821/23687135
2737.00/2817.69	c cleaning 213003 clauses out of 426012 with flag 51735974/23901136
2765.28/2853.24	c cleaning 213997 clauses out of 428009 with flag 52215950/24116136
2794.03/2881.98	c cleaning 215000 clauses out of 430012 with flag 52698604/24332136
2827.88/2921.72	c cleaning 216005 clauses out of 432012 with flag 53186098/24549136
2855.66/2949.31	c cleaning 216999 clauses out of 434006 with flag 53673217/24767135
2883.83/2977.74	c cleaning 218000 clauses out of 436007 with flag 54161569/24986135
2915.72/3011.84	c cleaning 218998 clauses out of 438007 with flag 54651307/25206135
2949.19/3045.52	c cleaning 220001 clauses out of 440009 with flag 55144279/25427135
2980.54/3079.58	c cleaning 221002 clauses out of 442010 with flag 55642893/25649137
3012.36/3111.29	c cleaning 222001 clauses out of 444007 with flag 56141152/25872136
3046.03/3144.79	c cleaning 223000 clauses out of 446005 with flag 56644587/26096135
3080.53/3179.27	c cleaning 224001 clauses out of 448007 with flag 57147114/26321137
3115.10/3212.73	c cleaning 224999 clauses out of 450005 with flag 57650358/26547136
3148.27/3250.68	c cleaning 226000 clauses out of 452006 with flag 58155845/26774136
3181.78/3284.08	c cleaning 226995 clauses out of 454006 with flag 58667418/27002136
3216.50/3318.43	c cleaning 228004 clauses out of 456011 with flag 59176797/27231136
3249.43/3351.27	c cleaning 228995 clauses out of 458006 with flag 59690146/27461135
3284.85/3386.94	c cleaning 230003 clauses out of 460013 with flag 60207310/27692137
3319.48/3421.38	c cleaning 231000 clauses out of 462009 with flag 60724564/27924136
3357.82/3459.55	c cleaning 232003 clauses out of 464009 with flag 61246442/28157136
3402.00/3502.49	c cleaning 233002 clauses out of 466005 with flag 61776727/28391135
3445.15/3545.45	c cleaning 233997 clauses out of 468003 with flag 62308075/28626135
3489.36/3595.70	c cleaning 235001 clauses out of 470007 with flag 62839243/28862136
3535.08/3642.07	c cleaning 236003 clauses out of 472006 with flag 63367676/29099136
3575.46/3690.56	c cleaning 236994 clauses out of 474002 with flag 63900166/29337135
3584.58/3700.04	c starts		: 3
3584.58/3700.07	c conflicts		: 29431204
3584.58/3700.07	c decisions		: 42106056
3584.58/3700.07	c propagations		: 210824532
3584.58/3700.07	c inspects		: 17798721757
3584.58/3700.07	c shortcuts		: 0
3584.58/3700.07	c learnt literals	: 0
3584.58/3700.07	c learnt binary clauses	: 0
3584.58/3700.07	c learnt ternary clauses	: 0
3584.58/3700.07	c learnt constraints	: 29431204
3584.58/3700.07	c ignored constraints	: 0
3584.58/3700.07	c root simplifications	: 0
3584.58/3700.07	c removed literals (reason simplification)	: 14812221
3584.58/3700.07	c reason swapping (by a shorter reason)	: 0
3584.58/3700.07	c Calls to reduceDB	: 272
3584.58/3700.07	c Number of update (reduction) of LBD	: 2602829
3584.58/3700.07	c Imported unit clauses	: 0
3584.58/3700.08	c No decision after first conflict	: false
3584.58/3700.08	c number of reductions to clauses (during analyze)	: 0
3584.58/3700.08	c number of learned constraints concerned by reduction	: 0
3584.58/3700.08	c number of learning phase by resolution	: 0
3584.58/3700.08	c number of learning phase by cutting planes	: 0
3584.58/3700.08	c number of rounding to 1 operations	: 0
3584.58/3700.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3584.58/3700.08	c number of reductions of the coefficients by power 2 	: 0
3584.58/3700.08	c number of right shift for reduction by power 2 	: 0
3584.58/3700.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3584.58/3700.08	c number of ending skipping 	: 0
3584.58/3700.08	c number of internal skipping 	: 0
3584.58/3700.08	c number of derivation steps 	: 0
3584.58/3700.08	c number of skipped derivation steps 	: 0
3584.58/3700.08	c number of remaining unassigned 	: 0
3584.58/3700.08	c number of remaining assigned 	: 0
3584.58/3700.09	c number of falsified literals weakened from reason	: 0
3584.58/3700.09	c number of falsified literals weakened from conflict	: 0
3584.58/3700.09	c time for arithmetic operations	: 0
3584.58/3700.09	c minimum degree of deleted constraints	: null
3584.58/3700.09	c maximum degree of deleted constraints	: null
3584.58/3700.09	c number of deleted constraints	: 0
3584.58/3700.09	c speed (assignments/second)	: 57410.80493762612
3584.58/3700.09	c non guided choices	: 0
3584.95/3700.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 331077
3584.95/3700.27	s SATISFIABLE
3584.95/3700.27	c Found 2 solution(s)
3584.95/3700.27	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 
3585.12/3700.30	c objective function=129
3585.12/3700.30	c Total wall clock time (in seconds): 3699.937

Verifier Data

OK	129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520489-1751573473/watcher-4520489-1751573473 -o /tmp/evaluation-result-4520489-1751573473/solver-4520489-1751573473 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751573472-84670 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520489-1751573473 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4520489-1751573473.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=84720, runsolver pid=84711

[startup+0.10007 s]*
/proc/loadavg: 0.56 1.13 1.80 10/301 84779
/proc/meminfo: memFree=126527064/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930344 memory=46840 CPUtime=0.1 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 5635 0 52 0 6 4 0 0 20 0 18 0 73026674 19384672256 11710 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732586 11710 5068 1 0 546862 0
[pid=84720/tid=84723] ppid=84711 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 4563 0 52 0 3 3 0 0 20 0 18 0 73026676 19384672256 11710 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930344 memory=2622 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384672256 11710 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930344 memory=55195547730935 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384672256 11710 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46840 KiB

[startup+0.213488 s]*
/proc/loadavg: 0.56 1.13 1.80 7/319 84797
/proc/meminfo: memFree=126510688/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=51604 CPUtime=0.26 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6119 0 52 0 21 5 0 0 20 0 18 0 73026674 19384713216 12901 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 12901 5292 1 0 547233 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 4955 0 52 0 13 3 0 0 20 0 18 0 73026676 19384713216 12901 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 12901 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 12901 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51604 KiB

[startup+0.313097 s]*
/proc/loadavg: 0.56 1.13 1.80 8/319 84797
/proc/meminfo: memFree=126481136/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58032 CPUtime=0.42 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6663 0 52 0 37 5 0 0 20 0 18 0 73026674 19384713216 14508 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14508 5324 1 0 547690 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=-6000919494248327271 CPUtime=0.26 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 5123 0 52 0 22 4 0 0 20 0 18 0 73026676 19384713216 14508 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14508 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14508 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58032 KiB

[startup+0.700358 s]
/proc/loadavg: 0.56 1.13 1.80 2/319 84797
/proc/meminfo: memFree=126480884/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.52 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 6 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=18560 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB

[startup+1.50037 s]
/proc/loadavg: 0.56 1.13 1.80 2/319 84797
/proc/meminfo: memFree=126480884/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.52 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 6 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=3328 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB

[startup+3.11263 s]
/proc/loadavg: 0.56 1.13 1.80 2/319 84797
/proc/meminfo: memFree=126481840/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.52 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 6 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=11008 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 0.84 1.18 1.82 2/319 84797
/proc/meminfo: memFree=126482124/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.52 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 6 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=11008 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=-6000919494248327271 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=-6000919502838261863 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 1.09 1.22 1.83 2/319 84797
/proc/meminfo: memFree=126501464/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.52 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 6 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=5632 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=58800 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=58800 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 1.74 1.36 1.86 2/319 84797
/proc/meminfo: memFree=126501472/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=18930384 memory=58800 CPUtime=0.53 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 6820 0 52 0 46 7 0 0 20 0 18 0 73026674 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4732596 14700 5388 1 0 547801 0
[pid=84720/tid=84723] ppid=84711 vsize=18930384 memory=5632 CPUtime=0.3 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) D 84711 84720 84660 0 -1 4194368 5211 0 52 0 26 4 0 0 20 0 18 0 73026676 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=18930384 memory=58800 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73026682 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=18930384 memory=3458826332191065046 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73026683 19384713216 14700 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB
heavy processes:

[startup+51.1133 s]
/proc/loadavg: 2.97 1.69 1.96 6/332 84811
/proc/meminfo: memFree=113475808/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19063512 memory=2681896 CPUtime=27.5 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 29185 0 53 0 2648 102 0 0 20 0 20 0 73026674 19521036288 670474 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4765878 670474 5516 1 0 1029543 0
[pid=84720/tid=84723] ppid=84711 vsize=19063512 memory=-6000919502838261863 CPUtime=22.44 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 9986 0 53 0 2161 83 0 0 20 0 20 0 73026676 19521036288 670474 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19063512 memory=14588 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19521036288 670474 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19063512 memory=-6000919502838261863 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 73026683 19521036288 670474 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19521036288 670474 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 27.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2681896 KiB
heavy processes:

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

Current children cumulated memory: 3749856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.64 4.89 4.72 6/350 85211
/proc/meminfo: memFree=81476732/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749856 CPUtime=3300.3 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 181821 0 53 0 327263 2767 0 0 20 0 20 0 73026674 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937464 5548 1 0 948739 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=3749856 CPUtime=3199.19 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 104755 0 53 0 317415 2504 0 0 20 0 20 0 73026676 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=3749856 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=3749856 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=3749856 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3300.3 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.88 4.73 5/350 85213
/proc/meminfo: memFree=73165516/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749856 CPUtime=3360.61 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 183553 0 53 0 333259 2802 0 0 20 0 20 0 73026674 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937464 5548 1 0 948739 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=3749856 CPUtime=3258 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 106250 0 53 0 323265 2535 0 0 20 0 20 0 73026676 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=3749856 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=8323350987516068516 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=14588 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937464 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3360.61 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.81 4.71 5/340 85215
/proc/meminfo: memFree=68102100/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749984 CPUtime=3422.01 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 189165 0 53 0 339360 2841 0 0 20 0 20 0 73026674 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937496 5548 1 0 948794 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=3104 CPUtime=3316.84 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 110096 0 53 0 329114 2570 0 0 20 0 20 0 73026676 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=3104 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 1980 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3422.01 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.64 4.78 4.71 5/340 85221
/proc/meminfo: memFree=63672644/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749984 CPUtime=3476.09 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 189537 0 53 0 344737 2872 0 0 20 0 20 0 73026674 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937496 5548 1 0 948794 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=3328 CPUtime=3369.42 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 110220 0 53 0 334345 2597 0 0 20 0 20 0 73026676 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=14588 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=18560 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 2032 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=18560 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3476.09 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749984 KiB

[startup+3642.3 s]
/proc/loadavg: 4.72 4.78 4.72 6/340 85223
/proc/meminfo: memFree=59987328/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749984 CPUtime=3535.37 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 191149 0 53 0 350634 2903 0 0 20 0 20 0 73026674 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937496 5548 1 0 948794 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=3749984 CPUtime=3427.59 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 111134 0 53 0 340134 2625 0 0 20 0 20 0 73026676 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 2033 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3535.37 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749984 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.72 4.77 4.72 7/334 85226
/proc/meminfo: memFree=56049672/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19129048 memory=3749984 CPUtime=3584.58 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 192843 0 53 0 355522 2936 0 0 20 0 20 0 73026674 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4782262 937496 5548 1 0 948794 0
[pid=84720/tid=84723] ppid=84711 vsize=19129048 memory=-6000919485541345127 CPUtime=3475.57 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 112453 0 53 0 344904 2653 0 0 20 0 20 0 73026676 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19129048 memory=6452091043230541121 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73026682 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19129048 memory=503786779003577 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 2117 0 0 0 0 0 0 0 20 0 20 0 73026683 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84798] ppid=84711 vsize=19129048 memory=503962872662768 CPUtime=0 cores=0,2
/proc/84720/task/84798/stat : 84798 (Timer-0) S 84711 84720 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73029462 19588145152 937496 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3584.58 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3749984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3555.76 s, system=29.4202 s

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

[startup+3700.2 s]
/proc/loadavg: 4.72 4.77 4.72 7/334 85226
/proc/meminfo: memFree=56049672/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19328740 memory=3750752 CPUtime=3584.95 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 194696 0 53 0 355558 2937 0 0 20 0 21 0 73026674 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4832185 937688 5548 1 0 949732 0
[pid=84720/tid=84723] ppid=84711 vsize=19328740 memory=0 CPUtime=3475.75 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 112624 0 53 0 344922 2653 0 0 20 0 21 0 73026676 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19328740 memory=-6000919502838261863 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 73026682 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19328740 memory=16266540 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 2117 0 0 0 0 0 0 0 20 0 21 0 73026683 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3584.95 s
Current children cumulated vsize: 19328740 KiB
Current children cumulated memory: 3750752 KiB

[startup+3700.3 s]
/proc/loadavg: 4.72 4.77 4.72 7/334 85226
/proc/meminfo: memFree=56049672/131382116 swapFree=33009904/33010684
[pid=84720] ppid=84711 vsize=19328740 memory=3750752 CPUtime=3585.12 cores=0,2
/proc/84720/stat : 84720 (java) S 84711 84720 84660 0 -1 4194304 194877 0 53 0 355575 2937 0 0 20 0 21 0 73026674 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
/proc/84720/statm: 4832185 937688 5548 1 0 949732 0
[pid=84720/tid=84723] ppid=84711 vsize=19328740 memory=3749984 CPUtime=3475.85 cores=0,2
/proc/84720/task/84723/stat : 84723 (java) R 84711 84720 84660 0 -1 4194368 112624 0 53 0 344932 2653 0 0 20 0 21 0 73026676 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84761] ppid=84711 vsize=19328740 memory=14588 CPUtime=0 cores=0,2
/proc/84720/task/84761/stat : 84761 (Finalizer) S 84711 84720 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 73026682 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
[pid=84720/tid=84774] ppid=84711 vsize=19328740 memory=3749984 CPUtime=0 cores=0,2
/proc/84720/task/84774/stat : 84774 (Common-Cleaner) S 84711 84720 84660 0 -1 4194368 2117 0 0 0 0 0 0 0 20 0 21 0 73026683 19792629760 937688 18446744073709551615 93934667657216 93934667660912 140720758498544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93934667668728 93934667669520 93934692958208 140720758507824 140720758508006 140720758508006 140720758513608 0
Current children cumulated CPU time: 3585.12 s
Current children cumulated vsize: 19328740 KiB
Current children cumulated memory: 3750752 KiB

Child status: 143

Real time (s): 3700.39
CPU time (s): 3585.18
CPU user time (s): 3555.76
CPU system time (s): 29.4202
CPU usage (%): 96.8865
Max. virtual memory (cumulated for all children) (KiB): 19328740
Max. memory (cumulated for all children) (KiB): 4163192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3555.76
system time used= 29.4202
maximum resident set size= 4163192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194944
page faults= 53
swaps= 0
block input operations= 416
block output operations= 59032000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139448
involuntary context switches= 17767


# summary of solver processes directly reported to runsolver:
#   pid: 84720
#   total CPU time (s): 3585.18
#   total CPU user time (s): 3555.76
#   total CPU system time (s): 29.4202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6888 second user time and 39.4271 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 22:11:13
IDJOB=4520489
IDBENCH=178060
IDSOLVER=3364
FILE ID=nodeC010/4520489-1751573473
RUNJOBID= nodeC010-1751573472-84670
SLURM_JOB_ID= 9598796
Free space on /tmp= 430000 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r6_c80.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520489-1751573473/watcher-4520489-1751573473 -o /tmp/evaluation-result-4520489-1751573473/solver-4520489-1751573473 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751573472-84670 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520489-1751573473 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4520489-1751573473.opb

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

MD5SUM BENCH= c38d53ef62d5a1e991caa36d02813e97
RANDOM SEED=1095266129

nodeC010 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.330
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.36
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.116
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.36
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.149
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.36
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		: 1198.803
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.36
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.150
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.36
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.115
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.36
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.473
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.36
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.324
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126570044 kB
MemAvailable:   129865284 kB
Buffers:            2128 kB
Cached:          4093720 kB
SwapCached:           24 kB
Active:           651196 kB
Inactive:        3507788 kB
Active(anon):      74736 kB
Inactive(anon):     6336 kB
Active(file):     576460 kB
Inactive(file):  3501452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:         64704 kB
Mapped:           103512 kB
Shmem:             17936 kB
KReclaimable:     113912 kB
Slab:             198568 kB
SReclaimable:     113912 kB
SUnreclaim:        84656 kB
KernelStack:        3732 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     338776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429992 MiB
End job on nodeC010 at 2025-07-03 23:12:53