Trace number 4516470

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3605.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/random4reg_opb/normalized-subsetcard-geq-random4reg-60.opb
MD5SUMbe2c308fe43a4cd5a3fa21869d4f62ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008954
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables241
Total number of constraints120
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)120
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4516470-1751239567.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.017s.
0.12/0.15	c declared #vars     241
0.12/0.15	c #constraints  120
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 120
0.12/0.15	c 120 constraints processed.
1.08/0.67	c cleaning 2499 clauses out of 5000 with flag 47678/5000
1.87/1.03	c cleaning 4248 clauses out of 8502 with flag 109111/11001
2.25/1.23	c cleaning 5612 clauses out of 11254 with flag 173384/18001
2.51/1.43	c cleaning 6820 clauses out of 13641 with flag 246417/26000
2.71/1.67	c cleaning 7886 clauses out of 15822 with flag 331753/35001
3.13/1.95	c cleaning 8958 clauses out of 17935 with flag 419614/45000
3.43/2.28	c cleaning 9985 clauses out of 19977 with flag 515750/56000
4.02/2.86	c cleaning 10988 clauses out of 21992 with flag 632481/68000
4.83/3.68	c cleaning 11995 clauses out of 24006 with flag 767052/81002
5.83/4.68	c cleaning 12995 clauses out of 26010 with flag 915579/95001
6.53/5.38	c cleaning 13996 clauses out of 28016 with flag 1068846/110002
7.42/6.29	c cleaning 14998 clauses out of 30018 with flag 1249015/126000
8.64/7.45	c cleaning 15998 clauses out of 32021 with flag 1440016/143001
9.77/8.58	c cleaning 17002 clauses out of 34022 with flag 1643523/161000
11.17/9.90	c cleaning 17993 clauses out of 36020 with flag 1876372/180000
12.56/11.36	c cleaning 19001 clauses out of 38027 with flag 2107721/200000
14.06/12.89	c cleaning 20002 clauses out of 40026 with flag 2352577/221000
15.87/14.61	c cleaning 21002 clauses out of 42024 with flag 2605559/243000
17.67/16.46	c cleaning 22000 clauses out of 44023 with flag 2877581/266001
19.76/18.56	c cleaning 22998 clauses out of 46024 with flag 3175110/290002
22.15/20.92	c cleaning 23997 clauses out of 48026 with flag 3475892/315002
23.75/22.56	c cleaning 24997 clauses out of 50028 with flag 3750391/341001
25.55/24.33	c cleaning 26005 clauses out of 52030 with flag 4057982/368000
27.64/26.43	c cleaning 26994 clauses out of 54026 with flag 4386639/396001
29.04/27.86	c cleaning 28007 clauses out of 56032 with flag 4645445/425001
30.53/29.35	c cleaning 29001 clauses out of 58025 with flag 4917383/455001
32.64/31.44	c cleaning 29986 clauses out of 60024 with flag 5213473/486001
34.73/33.53	c cleaning 31007 clauses out of 62038 with flag 5500375/518001
36.63/35.46	c cleaning 32007 clauses out of 64030 with flag 5797563/551000
38.82/37.61	c cleaning 32986 clauses out of 66023 with flag 6104666/585000
41.22/40.06	c cleaning 34008 clauses out of 68039 with flag 6432265/620002
43.91/42.79	c cleaning 35000 clauses out of 70029 with flag 6827617/656000
46.81/45.63	c cleaning 36003 clauses out of 72030 with flag 7200970/693001
49.72/48.53	c cleaning 37003 clauses out of 74027 with flag 7538731/731001
52.92/51.76	c cleaning 38000 clauses out of 76023 with flag 7905409/770000
55.91/54.73	c cleaning 39004 clauses out of 78023 with flag 8296814/810000
58.91/57.72	c cleaning 39997 clauses out of 80019 with flag 8683226/851000
62.00/60.87	c cleaning 40984 clauses out of 82022 with flag 9079044/893000
65.20/64.01	c cleaning 42004 clauses out of 84038 with flag 9503612/936000
68.49/67.35	c cleaning 43010 clauses out of 86035 with flag 9954859/980001
72.31/71.19	c cleaning 43997 clauses out of 88024 with flag 10430248/1025000
76.50/75.36	c cleaning 45000 clauses out of 90027 with flag 10876901/1071000
80.39/79.20	c cleaning 46007 clauses out of 92027 with flag 11357057/1118000
84.78/83.67	c cleaning 46997 clauses out of 94020 with flag 11825223/1166000
88.88/87.76	c cleaning 47996 clauses out of 96024 with flag 12282064/1215001
93.09/91.92	c cleaning 49003 clauses out of 98027 with flag 12781147/1265000
97.97/96.83	c cleaning 49994 clauses out of 100025 with flag 13290116/1316001
102.46/101.31	c cleaning 51006 clauses out of 102032 with flag 13796636/1368002
107.34/106.27	c cleaning 52007 clauses out of 104024 with flag 14281538/1421000
111.43/110.35	c cleaning 52997 clauses out of 106018 with flag 14770329/1475001
116.46/115.38	c cleaning 54001 clauses out of 108020 with flag 15317014/1530000
121.65/120.59	c cleaning 55006 clauses out of 110019 with flag 15874974/1586000
127.63/126.53	c cleaning 56007 clauses out of 112014 with flag 16415921/1643001
133.42/132.34	c cleaning 56988 clauses out of 114006 with flag 16967632/1701000
139.12/138.10	c cleaning 57999 clauses out of 116018 with flag 17506512/1760000
144.92/143.88	c cleaning 59000 clauses out of 118019 with flag 18067649/1820000
151.90/150.89	c cleaning 59998 clauses out of 120019 with flag 18659684/1881000
158.78/157.77	c cleaning 61001 clauses out of 122022 with flag 19262794/1943001
165.96/164.99	c cleaning 61997 clauses out of 124020 with flag 19868615/2006000
173.08/172.05	c cleaning 63005 clauses out of 126024 with flag 20459612/2070001
179.85/178.83	c cleaning 63997 clauses out of 128018 with flag 21057956/2135000
187.63/186.68	c cleaning 65002 clauses out of 130021 with flag 21648863/2201000
195.92/194.96	c cleaning 66007 clauses out of 132019 with flag 22266938/2268000
203.63/202.69	c cleaning 67001 clauses out of 134012 with flag 22902592/2336000
211.81/210.81	c cleaning 67999 clauses out of 136012 with flag 23534232/2405001
219.29/218.34	c cleaning 68990 clauses out of 138013 with flag 24193174/2475001
228.10/227.18	c cleaning 70004 clauses out of 140022 with flag 24883852/2546000
236.68/235.79	c cleaning 71001 clauses out of 142018 with flag 25583215/2618000
244.86/243.94	c cleaning 71998 clauses out of 144018 with flag 26325849/2691001
254.48/253.55	c cleaning 73006 clauses out of 146019 with flag 27120588/2765000
264.26/263.32	c cleaning 73992 clauses out of 148014 with flag 27894713/2840001
273.64/272.73	c cleaning 74994 clauses out of 150022 with flag 28761785/2916001
283.42/282.58	c cleaning 76008 clauses out of 152029 with flag 29551403/2993002
294.14/293.26	c cleaning 77000 clauses out of 154020 with flag 30249112/3071001
303.12/302.28	c cleaning 77996 clauses out of 156019 with flag 30960709/3150000
312.90/312.04	c cleaning 79007 clauses out of 158024 with flag 31686599/3230001
323.08/322.22	c cleaning 80005 clauses out of 160016 with flag 32377575/3311000
334.45/333.64	c cleaning 80998 clauses out of 162011 with flag 33107349/3393000
344.73/343.91	c cleaning 81994 clauses out of 164016 with flag 33871152/3476003
356.59/355.88	c cleaning 82995 clauses out of 166020 with flag 34693791/3560001
368.30/367.51	c cleaning 83996 clauses out of 168024 with flag 35483514/3645000
379.57/378.86	c cleaning 85008 clauses out of 170028 with flag 36245503/3731000
391.25/390.51	c cleaning 86010 clauses out of 172020 with flag 37041408/3818000
404.03/403.33	c cleaning 86995 clauses out of 174010 with flag 37774090/3906000
416.30/415.69	c cleaning 88005 clauses out of 176016 with flag 38521478/3995001
428.21/427.57	c cleaning 89001 clauses out of 178011 with flag 39276342/4085001
441.59/440.97	c cleaning 89997 clauses out of 180009 with flag 40059321/4176000
455.55/454.96	c cleaning 90994 clauses out of 182013 with flag 40848935/4268001
467.13/466.55	c cleaning 91999 clauses out of 184018 with flag 41651154/4361000
480.70/480.12	c cleaning 92995 clauses out of 186019 with flag 42534496/4455000
495.00/494.44	c cleaning 94009 clauses out of 188026 with flag 43383702/4550002
508.28/507.76	c cleaning 94992 clauses out of 190016 with flag 44213950/4646001
521.85/521.35	c cleaning 96006 clauses out of 192023 with flag 45052266/4743000
538.21/537.75	c cleaning 97002 clauses out of 194017 with flag 45861357/4841000
553.87/553.49	c cleaning 98000 clauses out of 196015 with flag 46852513/4940000
568.89/568.45	c cleaning 99004 clauses out of 198015 with flag 47711681/5040000
585.46/585.09	c cleaning 99994 clauses out of 200016 with flag 48534264/5141005
602.12/601.70	c cleaning 100999 clauses out of 202018 with flag 49412250/5243001
618.49/618.19	c cleaning 102001 clauses out of 204018 with flag 50249140/5346000
636.04/635.70	c cleaning 103000 clauses out of 206017 with flag 51102213/5450000
654.00/653.77	c cleaning 103992 clauses out of 208017 with flag 52116224/5555000
674.80/674.51	c cleaning 105003 clauses out of 210027 with flag 53342527/5661002
690.87/690.69	c cleaning 105995 clauses out of 212022 with flag 54310183/5768000
708.03/707.89	c cleaning 107006 clauses out of 214028 with flag 55263767/5876001
724.79/724.67	c cleaning 107998 clauses out of 216024 with flag 56271747/5985003
745.34/745.24	c cleaning 108989 clauses out of 218023 with flag 57171424/6095000
764.40/764.39	c cleaning 110011 clauses out of 220035 with flag 58071948/6206001
780.63/780.58	c cleaning 111005 clauses out of 222025 with flag 59027555/6318002
799.88/799.84	c cleaning 111991 clauses out of 224018 with flag 59992726/6431000
819.74/819.79	c cleaning 113009 clauses out of 226027 with flag 60918644/6545000
840.68/840.77	c cleaning 113996 clauses out of 228018 with flag 61969536/6660000
860.05/860.15	c cleaning 115007 clauses out of 230022 with flag 62942335/6776000
882.40/882.58	c cleaning 115987 clauses out of 232015 with flag 63873235/6893000
906.60/906.78	c cleaning 117010 clauses out of 234032 with flag 64831266/7011004
927.16/927.33	c cleaning 118003 clauses out of 236019 with flag 65814008/7130001
946.82/947.09	c cleaning 119004 clauses out of 238015 with flag 66849479/7250000
967.67/967.93	c cleaning 119994 clauses out of 240012 with flag 67817615/7371001
990.91/991.29	c cleaning 120990 clauses out of 242018 with flag 68790221/7493001
1013.05/1013.46	c cleaning 121986 clauses out of 244027 with flag 69799274/7616000
1034.50/1034.95	c cleaning 123010 clauses out of 246041 with flag 70801129/7740000
1057.80/1058.29	c cleaning 124004 clauses out of 248033 with flag 71820125/7865002
1082.65/1083.19	c cleaning 124999 clauses out of 250028 with flag 72931559/7991001
1105.69/1106.23	c cleaning 126007 clauses out of 252028 with flag 74033424/8118000
1128.54/1129.19	c cleaning 127002 clauses out of 254021 with flag 75043012/8246000
1151.98/1152.64	c cleaning 127997 clauses out of 256019 with flag 76120906/8375000
1177.53/1178.29	c cleaning 129005 clauses out of 258024 with flag 77174180/8505002
1204.17/1204.93	c cleaning 130005 clauses out of 260017 with flag 78237672/8636000
1230.90/1231.77	c cleaning 131001 clauses out of 262014 with flag 79287493/8768002
1255.45/1256.37	c cleaning 131991 clauses out of 264012 with flag 80360490/8901001
1285.18/1286.15	c cleaning 133000 clauses out of 266020 with flag 81415744/9035000
1311.32/1312.30	c cleaning 134011 clauses out of 268021 with flag 82487979/9170001
1338.26/1339.38	c cleaning 134999 clauses out of 270009 with flag 83567415/9306000
1365.00/1366.11	c cleaning 136001 clauses out of 272010 with flag 84775451/9443000
1394.22/1395.42	c cleaning 136999 clauses out of 274011 with flag 85913618/9581002
1422.06/1423.38	c cleaning 137994 clauses out of 276010 with flag 87078623/9720000
1453.98/1455.34	c cleaning 138993 clauses out of 278016 with flag 88175543/9860000
1485.50/1487.00	c cleaning 140005 clauses out of 280023 with flag 89346328/10001000
1513.01/1514.59	c cleaning 140985 clauses out of 282019 with flag 90532155/10143001
1544.44/1546.09	c cleaning 141987 clauses out of 284033 with flag 91800285/10286000
1575.67/1577.33	c cleaning 143005 clauses out of 286046 with flag 92956642/10430000
1608.10/1609.79	c cleaning 144018 clauses out of 288043 with flag 94067737/10575002
1639.73/1641.42	c cleaning 145001 clauses out of 290023 with flag 95229847/10721000
1670.86/1672.70	c cleaning 146002 clauses out of 292023 with flag 96383504/10868001
1702.07/1703.98	c cleaning 147002 clauses out of 294021 with flag 97560923/11016001
1732.79/1734.79	c cleaning 148000 clauses out of 296019 with flag 98727084/11165001
1769.10/1771.13	c cleaning 148992 clauses out of 298019 with flag 100025128/11315001
1801.92/1804.08	c cleaning 149997 clauses out of 300026 with flag 101200729/11466000
1837.42/1839.69	c cleaning 151008 clauses out of 302030 with flag 102406129/11618001
1868.84/1871.11	c cleaning 152007 clauses out of 304023 with flag 103678286/11771002
1906.03/1908.47	c cleaning 153005 clauses out of 306017 with flag 104897146/11925003
1938.34/1940.89	c cleaning 154000 clauses out of 308009 with flag 106115634/12080000
1981.17/1983.62	c cleaning 154998 clauses out of 310009 with flag 107304929/12236000
2015.99/2018.59	c cleaning 155996 clauses out of 312013 with flag 108529729/12393002
2053.40/2056.03	c cleaning 156997 clauses out of 314018 with flag 109747413/12551003
2088.22/2090.96	c cleaning 158000 clauses out of 316018 with flag 110989796/12710000
2122.24/2125.09	c cleaning 159003 clauses out of 318018 with flag 112313884/12870000
2156.27/2159.15	c cleaning 159994 clauses out of 320016 with flag 113700268/13031001
2191.98/2194.46	c cleaning 161004 clauses out of 322022 with flag 115067380/13193001
2228.10/2230.60	c cleaning 162000 clauses out of 324017 with flag 116344620/13356000
2264.52/2267.19	c cleaning 163000 clauses out of 326018 with flag 117658201/13520001
2303.04/2305.73	c cleaning 164001 clauses out of 328021 with flag 119149484/13685004
2341.94/2344.74	c cleaning 164999 clauses out of 330016 with flag 120402521/13851000
2383.95/2386.89	c cleaning 165998 clauses out of 332017 with flag 121704496/14018000
2424.76/2427.76	c cleaning 167007 clauses out of 334019 with flag 123054310/14186000
2458.09/2461.14	c cleaning 167991 clauses out of 336012 with flag 124375218/14355000
2494.80/2497.94	c cleaning 168995 clauses out of 338021 with flag 125791686/14525000
2539.77/2542.94	c cleaning 169999 clauses out of 340026 with flag 127362015/14696000
2578.89/2582.17	c cleaning 171007 clauses out of 342027 with flag 128752189/14868000
2626.18/2629.54	c cleaning 171995 clauses out of 344021 with flag 130106276/15041001
2667.59/2671.00	c cleaning 173003 clauses out of 346026 with flag 131464399/15215001
2712.18/2715.70	c cleaning 174003 clauses out of 348022 with flag 132912777/15390000
2756.87/2760.50	c cleaning 174989 clauses out of 350019 with flag 134297239/15566000
2802.35/2806.13	c cleaning 176009 clauses out of 352031 with flag 135771139/15743001
2850.33/2854.26	c cleaning 177003 clauses out of 354022 with flag 137164360/15921001
2894.13/2898.05	c cleaning 178009 clauses out of 356018 with flag 138601961/16100000
2939.02/2943.09	c cleaning 178990 clauses out of 358009 with flag 140019425/16280000
2987.59/2991.74	c cleaning 179998 clauses out of 360019 with flag 141440461/16461000
3037.46/3041.77	c cleaning 181011 clauses out of 362022 with flag 142825666/16643001
3084.93/3089.31	c cleaning 181993 clauses out of 364011 with flag 144273167/16826001
3131.41/3135.90	c cleaning 183007 clauses out of 366017 with flag 145668179/17010000
3179.58/3184.27	c cleaning 183989 clauses out of 368010 with flag 147364273/17195000
3233.35/3238.13	c cleaning 184997 clauses out of 370021 with flag 148812564/17381000
3285.91/3290.82	c cleaning 186010 clauses out of 372025 with flag 150342045/17568001
3325.69/3330.62	c cleaning 186996 clauses out of 374014 with flag 151861370/17756000
3378.45/3383.58	c cleaning 188002 clauses out of 376018 with flag 153354727/17945000
3433.42/3438.67	c cleaning 188998 clauses out of 378016 with flag 154776256/18135000
3479.40/3484.79	c cleaning 190002 clauses out of 380021 with flag 156363590/18326003
3531.26/3536.76	c cleaning 191005 clauses out of 382024 with flag 157917871/18518008
3580.53/3586.15	c cleaning 191991 clauses out of 384012 with flag 159426022/18711001
3600.08/3605.71	c timeout
3600.08/3605.71	c starts		: 71076
3600.08/3605.72	c conflicts		: 18810820
3600.08/3605.72	c decisions		: 29223343
3600.08/3605.72	c propagations		: 552730275
3600.08/3605.72	c inspects		: 55158800362
3600.08/3605.72	c shortcuts		: 0
3600.08/3605.72	c learnt literals	: 0
3600.08/3605.72	c learnt binary clauses	: 0
3600.08/3605.72	c learnt ternary clauses	: 0
3600.08/3605.72	c learnt constraints	: 18810820
3600.08/3605.72	c ignored constraints	: 0
3600.08/3605.72	c root simplifications	: 0
3600.08/3605.72	c removed literals (reason simplification)	: 46207977
3600.08/3605.72	c reason swapping (by a shorter reason)	: 0
3600.08/3605.72	c Calls to reduceDB	: 189
3600.08/3605.72	c Number of update (reduction) of LBD	: 6476052
3600.08/3605.72	c Imported unit clauses	: 0
3600.08/3605.72	c No decision after first conflict	: false
3600.08/3605.73	c number of reductions to clauses (during analyze)	: 0
3600.08/3605.73	c number of learned constraints concerned by reduction	: 0
3600.08/3605.73	c number of learning phase by resolution	: 0
3600.08/3605.73	c number of learning phase by cutting planes	: 0
3600.08/3605.73	c number of rounding to 1 operations	: 0
3600.08/3605.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3605.73	c number of reductions of the coefficients by power 2 	: 0
3600.08/3605.73	c number of right shift for reduction by power 2 	: 0
3600.08/3605.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3605.73	c number of ending skipping 	: 0
3600.08/3605.73	c number of internal skipping 	: 0
3600.08/3605.73	c number of derivation steps 	: 0
3600.08/3605.73	c number of skipped derivation steps 	: 0
3600.08/3605.73	c number of remaining unassigned 	: 0
3600.08/3605.73	c number of remaining assigned 	: 0
3600.08/3605.73	c number of falsified literals weakened from reason	: 0
3600.08/3605.73	c number of falsified literals weakened from conflict	: 0
3600.08/3605.73	c time for arithmetic operations	: 0
3600.08/3605.74	c minimum degree of deleted constraints	: null
3600.08/3605.74	c maximum degree of deleted constraints	: null
3600.08/3605.74	c number of deleted constraints	: 0
3600.08/3605.74	c speed (assignments/second)	: 153298.19205683176
3600.08/3605.74	c non guided choices	: 421
3600.08/3605.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 291840
3600.23/3605.80	s UNKNOWN
3600.23/3605.80	c Total wall clock time (in seconds): 3605.673

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60816 MiB free)
  memory of node 1: 64465 MiB (59341 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516470-1751239567/watcher-4516470-1751239567 -o /tmp/evaluation-result-4516470-1751239567/solver-4516470-1751239567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4516470-1751239567.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.08 4.12 4.16 5/337 33132
/proc/meminfo: memFree=123018388/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18930384 memory=57880 CPUtime=0.12 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 6592 0 0 0 10 2 0 0 20 0 18 0 39634228 19384713216 14470 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4732596 14470 5353 1 0 547640 0
[pid=33114/tid=33116] ppid=33111 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5095 0 0 0 6 1 0 0 20 0 18 0 39634229 19384713216 14470 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39634231 19384713216 14470 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39634231 19384713216 14470 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57880 KiB

[startup+0.205657 s]*
/proc/loadavg: 4.08 4.12 4.16 6/338 33133
/proc/meminfo: memFree=123014608/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=64248 CPUtime=0.32 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 8349 0 0 0 29 3 0 0 20 0 19 0 39634228 19452874752 16062 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 16062 5449 1 0 548782 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5296 0 0 0 15 1 0 0 20 0 19 0 39634229 19452874752 16062 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=17146 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 16062 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=54087446168546 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 16062 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 16062 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64248 KiB

[startup+0.30556 s]*
/proc/loadavg: 4.08 4.12 4.16 6/338 33133
/proc/meminfo: memFree=123009064/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=71200 CPUtime=0.51 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 10690 0 0 0 48 3 0 0 20 0 19 0 39634228 19452874752 17800 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 17800 5449 1 0 550487 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=-6000919502838655340 CPUtime=0.25 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5301 0 0 0 24 1 0 0 20 0 19 0 39634229 19452874752 17800 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 17800 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 17800 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 17800 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71200 KiB

[startup+0.700208 s]
/proc/loadavg: 4.08 4.12 4.16 6/338 33133
/proc/meminfo: memFree=123005284/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=82076 CPUtime=1.28 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 12986 0 0 0 124 4 0 0 20 0 19 0 39634228 19452874752 20519 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 20519 5449 1 0 552022 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=17536 CPUtime=0.6 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5344 0 0 0 59 1 0 0 20 0 19 0 39634229 19452874752 20519 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 20519 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 20519 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 20519 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82076 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.12 4.16 5/338 33133
/proc/meminfo: memFree=122992304/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=92124 CPUtime=2.61 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 17677 0 0 0 257 4 0 0 20 0 19 0 39634228 19452874752 23031 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 23031 5449 1 0 552406 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=0 CPUtime=1.4 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5694 0 0 0 138 2 0 0 20 0 19 0 39634229 19452874752 23031 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 23031 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 23031 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 23031 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92124 KiB

[startup+3.10551 s]
/proc/loadavg: 4.15 4.14 4.16 5/338 33133
/proc/meminfo: memFree=122980292/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=108636 CPUtime=4.34 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 18070 0 0 0 429 5 0 0 20 0 19 0 39634228 19452874752 27159 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 27159 5449 1 0 552406 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=10752 CPUtime=3 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 5929 0 0 0 298 2 0 0 20 0 19 0 39634229 19452874752 27159 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=-6000919502838655340 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 27159 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 27159 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 27159 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108636 KiB

[startup+6.30021 s]
/proc/loadavg: 4.15 4.14 4.16 5/338 33133
/proc/meminfo: memFree=122914868/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=123676 CPUtime=7.54 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 20037 0 0 0 749 5 0 0 20 0 19 0 39634228 19452874752 30919 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 30919 5449 1 0 552408 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=0 CPUtime=6.18 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 6131 0 0 0 616 2 0 0 20 0 19 0 39634229 19452874752 30919 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 30919 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 30919 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=94172 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 30919 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123676 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.13 4.16 5/338 33133
/proc/meminfo: memFree=122882108/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=18996948 memory=158492 CPUtime=13.96 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 21746 0 0 0 1390 6 0 0 20 0 19 0 39634228 19452874752 39623 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4749237 39623 5449 1 0 552408 0
[pid=33114/tid=33116] ppid=33111 vsize=18996948 memory=94172 CPUtime=12.57 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 6893 0 0 0 1254 3 0 0 20 0 19 0 39634229 19452874752 39623 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=18996948 memory=152348 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 39623 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39634231 19452874752 39623 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39634243 19452874752 39623 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 13.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158492 KiB

[startup+25.5001 s]
/proc/loadavg: 4.11 4.13 4.16 5/339 33134
/proc/meminfo: memFree=122808380/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=177572 CPUtime=26.74 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 23735 0 0 0 2667 7 0 0 20 0 20 0 39634228 19521036288 44393 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 44393 5513 1 0 552697 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=152348 CPUtime=25.32 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 7373 0 0 0 2529 3 0 0 20 0 20 0 39634229 19521036288 44393 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 44393 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=177572 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 44393 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 44393 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 26.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177572 KiB

[startup+51.1056 s]
/proc/loadavg: 4.07 4.11 4.15 5/339 33135
/proc/meminfo: memFree=122746696/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=208484 CPUtime=52.33 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 25295 0 0 0 5225 8 0 0 20 0 20 0 39634228 19521036288 52121 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 52121 5513 1 0 552713 0

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

[startup+3282.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/341 33445
/proc/meminfo: memFree=121055452/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2148332 CPUtime=3277.43 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 66354 0 0 0 327609 134 0 0 20 0 20 0 39634228 19521036288 537083 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 537083 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2148332 CPUtime=3271.79 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 28249 0 0 0 327145 34 0 0 20 0 20 0 39634229 19521036288 537083 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=2148332 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 537083 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=2148332 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1441 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 537083 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=-6000919502838655340 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 537083 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3277.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2148332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/342 33450
/proc/meminfo: memFree=121059184/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3337.36 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 67633 0 0 0 333601 135 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3331.53 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 29028 0 0 0 333119 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1441 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3337.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.19 4.12 5/342 33452
/proc/meminfo: memFree=121059208/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3397.21 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 67789 0 0 0 339584 137 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3391.36 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 29103 0 0 0 339102 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1514 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3397.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/342 33454
/proc/meminfo: memFree=121058828/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3457.06 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 68172 0 0 0 345568 138 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3451.18 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 29437 0 0 0 345084 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1514 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3457.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.11 4/317 33490
/proc/meminfo: memFree=123194388/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3516.9 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 68796 0 0 0 351551 139 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3511 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 29914 0 0 0 351066 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=-6000919502838655340 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3516.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB

[startup+3582.3 s]
/proc/loadavg: 3.48 3.95 4.04 4/317 33492
/proc/meminfo: memFree=123194272/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3576.74 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 69568 0 0 0 357534 140 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=17536 CPUtime=3570.83 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 30646 0 0 0 357049 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1637 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3576.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.7 s]
/proc/loadavg: 3.32 3.88 4.02 4/316 33493
/proc/meminfo: memFree=123157804/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3600.08 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 69830 0 0 0 359867 141 0 0 20 0 20 0 39634228 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4765878 538110 5545 1 0 556427 0
[pid=33114/tid=33116] ppid=33111 vsize=19063512 memory=2152440 CPUtime=3594.16 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) R 33111 33114 31759 0 -1 4194368 30872 0 0 0 359382 34 0 0 20 0 20 0 39634229 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19063512 memory=2152440 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1637 0 0 0 0 0 0 0 20 0 20 0 39634231 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33133] ppid=33111 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/33114/task/33133/stat : 33133 (Timer-0) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39634243 19521036288 538110 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2152440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.82 s, system=1.42826 s

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

[startup+3605.8 s]
/proc/loadavg: 3.32 3.88 4.02 4/316 33493
/proc/meminfo: memFree=123157804/131249988 swapFree=33010684/33010684
[pid=33114] ppid=33111 vsize=19263204 memory=2153336 CPUtime=3600.23 cores=4,6
/proc/33114/stat : 33114 (java) S 33111 33114 31759 0 -1 4194304 71912 0 0 0 359881 142 0 0 20 0 21 0 39634228 19725520896 538334 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
/proc/33114/statm: 4815801 538334 5545 1 0 557352 0
[pid=33114/tid=33116] ppid=33111 vsize=19263204 memory=21872 CPUtime=3594.17 cores=4,6
/proc/33114/task/33116/stat : 33116 (java) S 33111 33114 31759 0 -1 4194368 31047 0 0 0 359383 34 0 0 20 0 21 0 39634229 19725520896 538334 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33125] ppid=33111 vsize=19263204 memory=4352 CPUtime=0 cores=4,6
/proc/33114/task/33125/stat : 33125 (Finalizer) S 33111 33114 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39634231 19725520896 538334 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
[pid=33114/tid=33132] ppid=33111 vsize=19263204 memory=1792 CPUtime=0 cores=4,6
/proc/33114/task/33132/stat : 33132 (Common-Cleaner) S 33111 33114 31759 0 -1 4194368 1637 0 0 0 0 0 0 0 20 0 21 0 39634231 19725520896 538334 18446744073709551615 94671716339712 94671716343408 140734464277904 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671716351224 94671716352016 94671716392960 140734464280961 140734464281062 140734464281062 140734464286664 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2153336 KiB

Child status: 143

Real time (s): 3605.81
CPU time (s): 3600.24
CPU user time (s): 3598.82
CPU system time (s): 1.42826
CPU usage (%): 99.8455
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2153336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.82
system time used= 1.42826
maximum resident set size= 2153464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103180
involuntary context switches= 20241


# summary of solver processes directly reported to runsolver:
#   pid: 33114
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.82
#   total CPU system time (s): 1.42826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.92407 second user time and 16.8031 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 01:26:07
IDJOB=4516470
IDBENCH=175572
IDSOLVER=3363
FILE ID=nodeC020/4516470-1751239567
RUNJOBID= nodeC020-1751232650-31770
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/random4reg_opb/normalized-subsetcard-geq-random4reg-60.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516470-1751239567/watcher-4516470-1751239567 -o /tmp/evaluation-result-4516470-1751239567/solver-4516470-1751239567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4516470-1751239567.opb

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

MD5SUM BENCH= be2c308fe43a4cd5a3fa21869d4f62ab
RANDOM SEED=779834723

nodeC020 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	: 0xb00002a
cpu MHz		: 3599.906
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.403
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3575.090
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.883
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.854
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.101
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        123040880 kB
MemAvailable:   123154852 kB
Buffers:            3280 kB
Cached:           920316 kB
SwapCached:            0 kB
Active:          6996212 kB
Inactive:         613016 kB
Active(anon):    6703688 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   613016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               776 kB
Writeback:             4 kB
AnonPages:       6688208 kB
Mapped:           122696 kB
Shmem:             18056 kB
KReclaimable:      95344 kB
Slab:             182516 kB
SReclaimable:      95344 kB
SUnreclaim:        87172 kB
KernelStack:        5200 kB
PageTables:        16792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    9500992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6447104 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-30 02:26:13