Trace number 4513735

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 VeriPB 2025-06-06? (TO) 3600.25 3605.67

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
subsetcard/normalized-subsetcard-geq-random4regular-75.opb
MD5SUM73162c5baccd4b1f7679d68a6ce7b058
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.009527
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
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.23/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.23/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.33	c See www.sat4j.org for details.
0.23/0.35	c version PB25.v20250606
0.23/0.37	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.37	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.37	c java.vm.version	22.0.1+8-16
0.23/0.37	c java.vm.vendor	Oracle Corporation
0.23/0.37	c sun.arch.data.model	64
0.23/0.37	c java.version		22.0.1
0.23/0.37	c os.name		Linux
0.23/0.37	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.37	c os.arch		amd64
0.23/0.38	c Free memory 		2106806208
0.23/0.38	c Max memory 		16282288128
0.23/0.38	c Total memory 		2113929216
0.23/0.39	c Number of processors 	2
0.38/0.51	c Pseudo Boolean Optimization by upper bound
0.38/0.51	c --- Begin Solver configuration ---
0.38/0.51	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.38/0.51	c Learn all clauses as in MiniSAT
0.38/0.51	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.38/0.51	c Expensive reason simplification
0.38/0.51	c Glucose 2.1 dynamic restart strategy
0.38/0.51	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.38/0.51	c timeout=2147483s
0.38/0.51	c DB Simplification allowed=false
0.38/0.51	c Listener: none
0.38/0.51	c --- End Solver configuration ---
0.38/0.51	c solving HOME/instance-4513735-1751222447.opb
0.38/0.51	c reading problem ... 
0.38/0.51	c using VERIPB proof format
0.38/0.52	c  no objective function found
0.54/0.58	c ... done. Wall clock time 0.064s.
0.54/0.58	c declared #vars     301
0.54/0.58	c #constraints  150
0.54/0.58	c constraints type 
0.54/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
0.54/0.58	c 150 constraints processed.
2.64/1.67	c cleaning 2493 clauses out of 5001 with flag 44539/5001
3.63/2.14	c cleaning 4247 clauses out of 8508 with flag 106866/11001
4.42/2.55	c cleaning 5615 clauses out of 11262 with flag 188789/18002
5.38/3.07	c cleaning 6807 clauses out of 13646 with flag 289735/26001
6.16/3.60	c cleaning 7909 clauses out of 15838 with flag 400530/35000
6.63/4.04	c cleaning 8949 clauses out of 17931 with flag 506080/45002
7.55/4.66	c cleaning 9971 clauses out of 19981 with flag 631189/56001
8.35/5.42	c cleaning 10995 clauses out of 22012 with flag 750961/68003
9.15/6.25	c cleaning 11997 clauses out of 24014 with flag 886377/81000
10.15/7.29	c cleaning 12995 clauses out of 26017 with flag 1048185/95000
10.97/8.08	c cleaning 14007 clauses out of 28025 with flag 1206980/110003
11.97/9.04	c cleaning 14991 clauses out of 30016 with flag 1369873/126001
13.24/10.26	c cleaning 16004 clauses out of 32026 with flag 1560836/143002
14.50/11.40	c cleaning 16998 clauses out of 34023 with flag 1789690/161003
15.89/12.82	c cleaning 18000 clauses out of 36024 with flag 2036390/180002
17.49/14.44	c cleaning 18998 clauses out of 38024 with flag 2287391/200002
18.98/15.97	c cleaning 20009 clauses out of 40027 with flag 2544114/221003
20.09/17.05	c cleaning 21005 clauses out of 42015 with flag 2758181/243000
21.48/18.45	c cleaning 21993 clauses out of 44014 with flag 3008306/266004
22.89/19.82	c cleaning 22999 clauses out of 46017 with flag 3237227/290000
24.37/21.35	c cleaning 23999 clauses out of 48019 with flag 3514321/315001
26.08/23.10	c cleaning 25004 clauses out of 50019 with flag 3812989/341000
27.87/24.88	c cleaning 26002 clauses out of 52015 with flag 4113641/368000
30.36/27.31	c cleaning 26999 clauses out of 54015 with flag 4465304/396002
32.65/29.67	c cleaning 27998 clauses out of 56014 with flag 4840474/425000
34.35/31.31	c cleaning 28999 clauses out of 58018 with flag 5134819/455002
36.09/33.23	c cleaning 30002 clauses out of 60019 with flag 5428121/486002
38.00/35.14	c cleaning 31000 clauses out of 62015 with flag 5749084/518000
40.08/37.20	c cleaning 31991 clauses out of 64017 with flag 6099951/551002
42.17/39.35	c cleaning 32995 clauses out of 66027 with flag 6460573/585003
44.47/41.66	c cleaning 34005 clauses out of 68029 with flag 6792897/620000
46.88/44.02	c cleaning 35005 clauses out of 70026 with flag 7153678/656002
49.36/46.56	c cleaning 35998 clauses out of 72019 with flag 7559304/693000
53.36/50.51	c cleaning 36999 clauses out of 74022 with flag 7946200/731001
57.06/54.27	c cleaning 37989 clauses out of 76022 with flag 8352413/770000
59.75/56.95	c cleaning 39005 clauses out of 78036 with flag 8731441/810003
62.34/59.58	c cleaning 39999 clauses out of 80028 with flag 9133260/851000
67.63/65.21	c cleaning 41001 clauses out of 82030 with flag 9546782/893001
70.70/68.31	c cleaning 42001 clauses out of 84029 with flag 9979543/936001
73.89/71.50	c cleaning 43011 clauses out of 86029 with flag 10436136/980002
77.09/74.79	c cleaning 44000 clauses out of 88016 with flag 10867576/1025000
80.58/78.24	c cleaning 44997 clauses out of 90016 with flag 11328030/1071000
84.25/81.94	c cleaning 46000 clauses out of 92019 with flag 11768966/1118000
87.84/85.57	c cleaning 46994 clauses out of 94020 with flag 12254025/1166001
91.54/89.23	c cleaning 48006 clauses out of 96028 with flag 12737309/1215003
96.03/93.79	c cleaning 48998 clauses out of 98020 with flag 13222349/1265001
100.11/97.89	c cleaning 50012 clauses out of 100023 with flag 13716491/1316002
104.44/102.27	c cleaning 51000 clauses out of 102009 with flag 14254042/1368000
108.83/106.66	c cleaning 51993 clauses out of 104009 with flag 14763227/1421000
113.13/110.95	c cleaning 53001 clauses out of 106017 with flag 15329665/1475001
117.42/115.22	c cleaning 54005 clauses out of 108017 with flag 15864770/1530002
122.22/120.04	c cleaning 54996 clauses out of 110012 with flag 16383018/1586002
127.09/124.90	c cleaning 56000 clauses out of 112015 with flag 16941557/1643001
131.96/129.90	c cleaning 57000 clauses out of 114014 with flag 17494533/1701000
137.25/135.26	c cleaning 58005 clauses out of 116015 with flag 18074011/1760001
142.54/140.51	c cleaning 58998 clauses out of 118010 with flag 18667028/1820001
148.22/146.25	c cleaning 59992 clauses out of 120012 with flag 19235926/1881001
153.92/151.91	c cleaning 61007 clauses out of 122021 with flag 19839561/1943002
159.70/157.71	c cleaning 61999 clauses out of 124013 with flag 20477277/2006001
165.59/163.74	c cleaning 63002 clauses out of 126013 with flag 21109642/2070000
171.68/169.88	c cleaning 63987 clauses out of 128011 with flag 21704691/2135000
178.26/176.41	c cleaning 65004 clauses out of 130026 with flag 22357578/2201002
184.86/183.04	c cleaning 66004 clauses out of 132021 with flag 23025453/2268001
194.79/193.02	c cleaning 67001 clauses out of 134017 with flag 23810799/2336001
201.56/199.87	c cleaning 67997 clauses out of 136015 with flag 24470452/2405000
209.35/207.69	c cleaning 68999 clauses out of 138018 with flag 25131952/2475000
216.64/214.94	c cleaning 69999 clauses out of 140019 with flag 25820310/2546000
224.01/222.32	c cleaning 71006 clauses out of 142020 with flag 26526109/2618000
231.49/229.85	c cleaning 72002 clauses out of 144016 with flag 27214332/2691002
239.32/237.62	c cleaning 73003 clauses out of 146012 with flag 27985233/2765000
247.00/245.39	c cleaning 73993 clauses out of 148009 with flag 28712789/2840000
255.57/253.90	c cleaning 75004 clauses out of 150016 with flag 29465562/2916000
263.77/262.17	c cleaning 75999 clauses out of 152014 with flag 30196250/2993002
271.54/269.92	c cleaning 76994 clauses out of 154015 with flag 30940441/3071002
280.32/278.76	c cleaning 78001 clauses out of 156019 with flag 31698861/3150000
290.39/288.88	c cleaning 79001 clauses out of 158020 with flag 32433980/3230002
300.47/299.01	c cleaning 80007 clauses out of 160018 with flag 33239845/3311001
311.16/309.64	c cleaning 80996 clauses out of 162011 with flag 34025516/3393001
321.11/319.67	c cleaning 82004 clauses out of 164014 with flag 34810919/3476000
332.19/330.73	c cleaning 82996 clauses out of 166010 with flag 35610657/3560000
343.38/341.91	c cleaning 83998 clauses out of 168014 with flag 36506083/3645000
354.21/352.89	c cleaning 85000 clauses out of 170017 with flag 37304229/3731001
366.68/365.36	c cleaning 85993 clauses out of 172016 with flag 38117685/3818000
379.39/378.04	c cleaning 87001 clauses out of 174023 with flag 38921496/3906000
390.16/388.87	c cleaning 88002 clauses out of 176024 with flag 39806455/3995002
401.64/400.34	c cleaning 88997 clauses out of 178020 with flag 40677857/4085000
414.18/412.96	c cleaning 90006 clauses out of 180023 with flag 41600389/4176000
424.37/423.12	c cleaning 90994 clauses out of 182018 with flag 42493503/4268001
435.73/434.59	c cleaning 92000 clauses out of 184024 with flag 43385977/4361001
447.75/446.63	c cleaning 93005 clauses out of 186025 with flag 44251917/4455002
460.03/458.90	c cleaning 93991 clauses out of 188018 with flag 45140587/4550000
472.55/471.55	c cleaning 94997 clauses out of 190028 with flag 46035729/4646001
485.14/484.17	c cleaning 95999 clauses out of 192030 with flag 46943548/4743000
498.17/497.23	c cleaning 97009 clauses out of 194031 with flag 47910725/4841000
510.58/509.70	c cleaning 98006 clauses out of 196026 with flag 48905421/4940004
524.07/523.20	c cleaning 98999 clauses out of 198016 with flag 49904237/5040000
537.24/536.44	c cleaning 100006 clauses out of 200018 with flag 50870841/5141001
550.52/549.77	c cleaning 101002 clauses out of 202011 with flag 51788784/5243000
567.03/566.34	c cleaning 101995 clauses out of 204009 with flag 52741042/5346000
583.84/583.12	c cleaning 103003 clauses out of 206015 with flag 53719835/5450001
599.59/598.97	c cleaning 103998 clauses out of 208011 with flag 54681424/5555000
615.05/614.47	c cleaning 104983 clauses out of 210014 with flag 55711283/5661001
629.27/628.75	c cleaning 106008 clauses out of 212030 with flag 56679056/5768000
644.66/644.19	c cleaning 106999 clauses out of 214022 with flag 57674151/5876000
660.19/659.79	c cleaning 108002 clauses out of 216024 with flag 58798799/5985001
678.20/677.72	c cleaning 109007 clauses out of 218021 with flag 59858574/6095000
696.76/696.30	c cleaning 109996 clauses out of 220016 with flag 60846260/6206002
712.85/712.55	c cleaning 110996 clauses out of 222018 with flag 61874828/6318000
729.27/728.99	c cleaning 111994 clauses out of 224023 with flag 62989856/6431001
746.65/746.39	c cleaning 113007 clauses out of 226028 with flag 63992680/6545000
765.45/765.19	c cleaning 114003 clauses out of 228022 with flag 65036647/6660001
784.53/784.25	c cleaning 114994 clauses out of 230018 with flag 66079219/6776000
802.41/802.11	c cleaning 116002 clauses out of 232024 with flag 67133740/6893000
818.86/818.65	c cleaning 117002 clauses out of 234023 with flag 68211480/7011001
837.08/837.00	c cleaning 118003 clauses out of 236021 with flag 69397122/7130001
855.50/855.31	c cleaning 119003 clauses out of 238017 with flag 70506148/7250000
875.61/875.81	c cleaning 119996 clauses out of 240015 with flag 71571218/7371001
894.57/894.83	c cleaning 120997 clauses out of 242018 with flag 72717140/7493000
915.72/916.04	c cleaning 121999 clauses out of 244021 with flag 73837427/7616000
937.23/937.68	c cleaning 123007 clauses out of 246023 with flag 75097369/7740001
956.30/956.77	c cleaning 124001 clauses out of 248017 with flag 76302310/7865002
977.12/977.68	c cleaning 125006 clauses out of 250015 with flag 77454998/7991001
996.09/996.66	c cleaning 125995 clauses out of 252009 with flag 78593751/8118001
1019.02/1019.68	c cleaning 127002 clauses out of 254014 with flag 79757133/8246001
1040.39/1041.09	c cleaning 127996 clauses out of 256011 with flag 80888611/8375000
1064.51/1065.21	c cleaning 129000 clauses out of 258015 with flag 82033572/8505000
1088.03/1088.84	c cleaning 129996 clauses out of 260015 with flag 83195926/8636000
1109.44/1110.23	c cleaning 130997 clauses out of 262019 with flag 84380089/8768000
1133.58/1134.40	c cleaning 132003 clauses out of 264022 with flag 85596942/8901000
1154.84/1155.70	c cleaning 133000 clauses out of 266021 with flag 86798826/9035002
1178.69/1179.60	c cleaning 134005 clauses out of 268019 with flag 87979258/9170000
1202.31/1203.22	c cleaning 135002 clauses out of 270017 with flag 89174285/9306003
1228.36/1229.34	c cleaning 135998 clauses out of 272012 with flag 90367355/9443000
1251.66/1252.64	c cleaning 136992 clauses out of 274016 with flag 91563755/9581002
1276.77/1277.73	c cleaning 137993 clauses out of 276022 with flag 92756488/9720000
1304.15/1305.12	c cleaning 139011 clauses out of 278032 with flag 93987467/9860003
1330.88/1331.91	c cleaning 139995 clauses out of 280018 with flag 95278096/10001000
1358.42/1359.57	c cleaning 141011 clauses out of 282025 with flag 96514983/10143002
1384.11/1385.21	c cleaning 141997 clauses out of 284013 with flag 97778961/10286001
1409.03/1410.26	c cleaning 142999 clauses out of 286016 with flag 99109855/10430001
1438.17/1439.43	c cleaning 143996 clauses out of 288016 with flag 100409887/10575000
1464.32/1465.69	c cleaning 144995 clauses out of 290020 with flag 101696627/10721000
1492.74/1494.13	c cleaning 146002 clauses out of 292026 with flag 103099544/10868001
1522.64/1524.16	c cleaning 147004 clauses out of 294024 with flag 104349849/11016001
1551.37/1552.91	c cleaning 147992 clauses out of 296021 with flag 105646242/11165002
1580.21/1581.85	c cleaning 149011 clauses out of 298030 with flag 106920568/11315003
1610.56/1612.23	c cleaning 150002 clauses out of 300018 with flag 108248008/11466002
1640.07/1641.81	c cleaning 151002 clauses out of 302015 with flag 109585008/11618001
1673.46/1675.31	c cleaning 151999 clauses out of 304014 with flag 110883531/11771002
1703.43/1705.34	c cleaning 153002 clauses out of 306014 with flag 112239515/11925001
1733.28/1735.22	c cleaning 153996 clauses out of 308011 with flag 113622583/12080000
1764.27/1766.31	c cleaning 155009 clauses out of 310017 with flag 114963212/12236002
1798.21/1800.32	c cleaning 155990 clauses out of 312006 with flag 116311667/12393000
1828.72/1830.94	c cleaning 156999 clauses out of 314018 with flag 117643480/12551002
1863.63/1865.95	c cleaning 158003 clauses out of 316017 with flag 118972755/12710000
1898.57/1900.93	c cleaning 158994 clauses out of 318014 with flag 120318458/12870000
1934.96/1937.42	c cleaning 160004 clauses out of 320021 with flag 121708905/13031001
1970.55/1973.13	c cleaning 161001 clauses out of 322018 with flag 123092732/13193002
2006.15/2008.73	c cleaning 161999 clauses out of 324016 with flag 124513123/13356001
2038.32/2040.92	c cleaning 163001 clauses out of 326017 with flag 125964821/13520001
2072.97/2075.60	c cleaning 163998 clauses out of 328015 with flag 127368189/13685000
2109.00/2111.73	c cleaning 165002 clauses out of 330018 with flag 128819302/13851001
2144.12/2146.83	c cleaning 166001 clauses out of 332015 with flag 130289757/14018000
2182.40/2185.19	c cleaning 167001 clauses out of 334015 with flag 131716298/14186001
2222.52/2225.32	c cleaning 168006 clauses out of 336013 with flag 133141941/14355000
2261.04/2263.80	c cleaning 168998 clauses out of 338010 with flag 134582780/14525003
2305.00/2307.81	c cleaning 169996 clauses out of 340012 with flag 136037186/14696003
2341.37/2344.33	c cleaning 171001 clauses out of 342014 with flag 137521020/14868001
2380.57/2383.67	c cleaning 171998 clauses out of 344013 with flag 139040218/15041001
2424.36/2427.51	c cleaning 173003 clauses out of 346015 with flag 140627387/15215001
2464.99/2468.54	c cleaning 174001 clauses out of 348011 with flag 142087245/15390000
2502.41/2506.07	c cleaning 174990 clauses out of 350010 with flag 143574518/15566000
2543.18/2547.01	c cleaning 175997 clauses out of 352021 with flag 145225055/15743001
2589.42/2593.21	c cleaning 177003 clauses out of 354026 with flag 146890408/15921003
2633.69/2637.29	c cleaning 178002 clauses out of 356020 with flag 148436790/16100000
2680.81/2684.49	c cleaning 178999 clauses out of 358020 with flag 150002520/16280002
2719.91/2723.64	c cleaning 180005 clauses out of 360019 with flag 151604248/16461000
2763.95/2767.73	c cleaning 180999 clauses out of 362015 with flag 153134120/16643001
2805.60/2809.45	c cleaning 181988 clauses out of 364015 with flag 154756421/16826000
2850.38/2854.36	c cleaning 183005 clauses out of 366027 with flag 156329221/17010000
2895.78/2899.86	c cleaning 184006 clauses out of 368023 with flag 158001079/17195001
2942.27/2946.41	c cleaning 185001 clauses out of 370016 with flag 159571897/17381000
2992.98/2997.22	c cleaning 185999 clauses out of 372015 with flag 161184488/17568000
3036.19/3040.56	c cleaning 187000 clauses out of 374016 with flag 162864469/17756000
3080.70/3085.12	c cleaning 188005 clauses out of 376016 with flag 164489539/17945000
3128.60/3133.16	c cleaning 189004 clauses out of 378015 with flag 166107630/18135004
3176.81/3181.51	c cleaning 190001 clauses out of 380007 with flag 167700957/18326000
3221.43/3226.20	c cleaning 190995 clauses out of 382008 with flag 169357729/18518002
3272.23/3277.17	c cleaning 191999 clauses out of 384014 with flag 170999164/18711003
3322.81/3327.82	c cleaning 193000 clauses out of 386014 with flag 172672257/18905002
3376.66/3381.74	c cleaning 194004 clauses out of 388012 with flag 174333008/19100000
3426.62/3431.82	c cleaning 194999 clauses out of 390008 with flag 175972226/19296000
3478.11/3483.45	c cleaning 195987 clauses out of 392010 with flag 177653294/19493001
3524.47/3529.97	c cleaning 197000 clauses out of 394023 with flag 179371584/19691001
3572.88/3578.33	c cleaning 198002 clauses out of 396022 with flag 181054671/19890000
3600.01/3605.52	c timeout
3600.01/3605.54	c starts		: 64882
3600.01/3605.56	c conflicts		: 20016031
3600.01/3605.56	c decisions		: 31306245
3600.01/3605.56	c propagations		: 653818788
3600.01/3605.56	c inspects		: 48556294651
3600.01/3605.56	c shortcuts		: 0
3600.01/3605.56	c learnt literals	: 0
3600.01/3605.56	c learnt binary clauses	: 0
3600.01/3605.56	c learnt ternary clauses	: 0
3600.01/3605.56	c learnt constraints	: 20016031
3600.01/3605.56	c ignored constraints	: 0
3600.01/3605.56	c root simplifications	: 0
3600.01/3605.56	c removed literals (reason simplification)	: 46304729
3600.01/3605.56	c reason swapping (by a shorter reason)	: 0
3600.01/3605.56	c Calls to reduceDB	: 195
3600.01/3605.56	c Number of update (reduction) of LBD	: 6964304
3600.01/3605.56	c Imported unit clauses	: 0
3600.01/3605.56	c No decision after first conflict	: false
3600.01/3605.56	c number of reductions to clauses (during analyze)	: 0
3600.01/3605.56	c number of learned constraints concerned by reduction	: 0
3600.01/3605.56	c number of learning phase by resolution	: 0
3600.01/3605.56	c number of learning phase by cutting planes	: 0
3600.01/3605.56	c number of rounding to 1 operations	: 0
3600.01/3605.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3605.56	c number of reductions of the coefficients by power 2 	: 0
3600.01/3605.56	c number of right shift for reduction by power 2 	: 0
3600.01/3605.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3605.56	c number of ending skipping 	: 0
3600.01/3605.56	c number of internal skipping 	: 0
3600.01/3605.56	c number of derivation steps 	: 0
3600.01/3605.56	c number of skipped derivation steps 	: 0
3600.01/3605.56	c number of remaining unassigned 	: 0
3600.01/3605.56	c number of remaining assigned 	: 0
3600.01/3605.56	c number of falsified literals weakened from reason	: 0
3600.01/3605.56	c number of falsified literals weakened from conflict	: 0
3600.01/3605.56	c time for arithmetic operations	: 0
3600.01/3605.56	c minimum degree of deleted constraints	: null
3600.01/3605.56	c maximum degree of deleted constraints	: null
3600.01/3605.56	c number of deleted constraints	: 0
3600.01/3605.56	c speed (assignments/second)	: 181365.94423809354
3600.01/3605.56	c non guided choices	: 3851
3600.18/3605.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 324051
3600.18/3605.62	s UNKNOWN
3600.18/3605.63	c Total wall clock time (in seconds): 3605.118

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513735-1751222447/watcher-4513735-1751222447 -o /tmp/evaluation-result-4513735-1751222447/solver-4513735-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513735-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513735-1751222447.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 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
solver pid=26823, runsolver pid=26817
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.01 1.10 1.70 1/260 26844
/proc/meminfo: memFree=129775512/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=235772 memory=11136 CPUtime=0.01 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 648 0 129 0 0 1 0 0 20 0 2 0 37923374 241430528 2784 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 58943 2784 2400 1 0 600 0
[pid=26823/tid=26840] ppid=26817 vsize=235772 memory=4026532124 CPUtime=0 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) D 26817 26823 26767 0 -1 4194368 105 0 45 0 0 0 0 0 20 0 2 0 37923383 241430528 2816 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 11136 KiB

[startup+0.214263 s]*
/proc/loadavg: 1.01 1.10 1.70 6/288 26872
/proc/meminfo: memFree=129704852/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=18798100 memory=39580 CPUtime=0.08 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 5046 0 358 0 3 5 0 0 20 0 17 0 37923374 19249254400 9895 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4699525 9895 4130 1 0 546309 0
[pid=26823/tid=26840] ppid=26817 vsize=18798100 memory=3472328132922704156 CPUtime=0.05 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) S 26817 26823 26767 0 -1 4194368 4347 0 271 0 2 3 0 0 20 0 17 0 37923383 19249254400 10119 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=18798100 memory=16878 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 17 0 37923396 19249254400 10119 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26903] ppid=26817 vsize=18798100 memory=58494082614266 CPUtime=0 cores=4,6
/proc/26823/task/26903/stat : 26903 (java) R 26817 26823 26767 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 17 0 37923397 19249254400 10151 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18798100 KiB
Current children cumulated memory: 39580 KiB

[startup+0.315122 s]*
/proc/loadavg: 1.01 1.10 1.70 9/324 26908
/proc/meminfo: memFree=129682400/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=18930384 memory=48872 CPUtime=0.23 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 5867 0 414 0 16 7 0 0 20 0 18 0 37923374 19384713216 12218 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4732596 12218 5218 1 0 547196 0
[pid=26823/tid=26840] ppid=26817 vsize=18930384 memory=-6000919507116385901 CPUtime=0.15 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 4720 0 295 0 11 4 0 0 20 0 18 0 37923383 19384713216 12282 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=18930384 memory=-6623556737853383847 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37923396 19384713216 12282 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 37923398 19384713216 12282 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48872 KiB

[startup+0.700381 s]
/proc/loadavg: 1.01 1.10 1.70 9/324 26908
/proc/meminfo: memFree=129662140/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=18996948 memory=61972 CPUtime=0.87 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 6932 0 420 0 78 9 0 0 20 0 19 0 37923374 19452874752 15493 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4749237 15493 5346 1 0 548225 0
[pid=26823/tid=26840] ppid=26817 vsize=18996948 memory=17920 CPUtime=0.46 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 5179 0 298 0 41 5 0 0 20 0 19 0 37923383 19452874752 15493 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923396 19452874752 15493 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 37923398 19452874752 15493 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 61972 KiB

[startup+1.50065 s]
/proc/loadavg: 1.01 1.10 1.70 11/328 26912
/proc/meminfo: memFree=129588984/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=18996948 memory=127812 CPUtime=2.44 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 15010 0 420 0 231 13 0 0 20 0 19 0 37923374 19452874752 31953 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4749237 31953 5346 1 0 551732 0
[pid=26823/tid=26840] ppid=26817 vsize=18996948 memory=5632 CPUtime=1.12 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 5530 0 298 0 105 7 0 0 20 0 19 0 37923383 19452874752 31953 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923396 19452874752 31953 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 37923398 19452874752 31953 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37923433 19452874752 31953 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127812 KiB

[startup+3.1058 s]
/proc/loadavg: 1.57 1.21 1.73 7/309 26926
/proc/meminfo: memFree=129341620/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=173932 CPUtime=5.55 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 22280 0 425 0 538 17 0 0 20 0 20 0 37923374 19521036288 43483 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 43483 5410 1 0 553396 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=0 CPUtime=2.64 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 6552 0 298 0 254 10 0 0 20 0 20 0 37923383 19521036288 43483 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 43483 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 32 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 43483 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 43483 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173932 KiB

[startup+6.30045 s]
/proc/loadavg: 1.57 1.21 1.73 5/296 27065
/proc/meminfo: memFree=129268808/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=334768 CPUtime=9.25 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 23814 0 425 0 902 23 0 0 20 0 20 0 37923374 19521036288 83692 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 83692 5410 1 0 553399 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=0 CPUtime=5.8 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 7029 0 298 0 565 15 0 0 20 0 20 0 37923383 19521036288 83692 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 83692 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 32 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 83692 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 83692 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 9.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 334768 KiB

[startup+12.7004 s]
/proc/loadavg: 1.92 1.29 1.76 6/332 27116
/proc/meminfo: memFree=127794636/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=816140 CPUtime=15.79 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 27644 0 425 0 1541 38 0 0 20 0 20 0 37923374 19521036288 204035 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 204035 5410 1 0 553399 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=0 CPUtime=12.14 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 8236 0 298 0 1185 29 0 0 20 0 20 0 37923383 19521036288 204035 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=816140 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 204035 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 32 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 204035 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=814092 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 204035 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 816140 KiB

[startup+25.5005 s]
/proc/loadavg: 2.45 1.44 1.80 5/332 27116
/proc/meminfo: memFree=126603336/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=853020 CPUtime=28.57 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 30442 0 425 0 2811 46 0 0 20 0 20 0 37923374 19521036288 213255 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 213255 5410 1 0 553399 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=816140 CPUtime=24.8 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 9395 0 298 0 2445 35 0 0 20 0 20 0 37923383 19521036288 213255 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=6384 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 213255 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 32 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 213255 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=816140 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 213255 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 28.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 853020 KiB

[startup+51.1142 s]
/proc/loadavg: 3.06 1.67 1.86 5/332 27116
/proc/meminfo: memFree=124142592/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=1316008 CPUtime=53.98 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 32689 0 425 0 5329 69 0 0 20 0 20 0 37923374 19521036288 329002 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 329002 5442 1 0 553399 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=1316008 CPUtime=50.07 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 9968 0 298 0 4950 57 0 0 20 0 20 0 37923383 19521036288 329002 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 329002 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=816140 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 32 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 329002 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=1180840 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 329002 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 53.98 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.06 5/330 27427
/proc/meminfo: memFree=111261048/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3277.41 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 83702 0 425 0 326654 1087 0 0 20 0 20 0 37923374 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542543 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3251.26 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 37223 0 298 0 324240 886 0 0 20 0 20 0 37923383 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=2170172 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1245 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3277.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/330 27431
/proc/meminfo: memFree=111072612/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3337.31 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 84045 0 425 0 332626 1105 0 0 20 0 20 0 37923374 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542543 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3310.92 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 37230 0 298 0 330191 901 0 0 20 0 20 0 37923383 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=2170172 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1245 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=2170172 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542543 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3337.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.06 5/330 27433
/proc/meminfo: memFree=110945704/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3397.19 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 84653 0 425 0 338602 1117 0 0 20 0 20 0 37923374 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542575 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3370.62 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 37778 0 298 0 336151 911 0 0 20 0 20 0 37923383 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=2170172 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=280821470821280 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1245 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3397.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.06 5/331 27436
/proc/meminfo: memFree=110807244/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3457.06 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 85985 0 425 0 344574 1132 0 0 20 0 20 0 37923374 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542575 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170172 CPUtime=3430.27 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 38378 0 298 0 342104 923 0 0 20 0 20 0 37923383 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1335 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3457.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.06 5/331 27439
/proc/meminfo: memFree=110643992/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3516.89 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 87562 0 425 0 350541 1148 0 0 20 0 20 0 37923374 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542575 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3489.78 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 39224 0 298 0 348043 935 0 0 20 0 20 0 37923383 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=-6000919477068392045 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1451 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3516.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.06 5/330 27441
/proc/meminfo: memFree=110529828/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3576.88 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 87646 0 426 0 356526 1162 0 0 20 0 20 0 37923374 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542575 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=16464 CPUtime=3549.31 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 39238 0 298 0 353984 947 0 0 20 0 20 0 37923383 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=2156152 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1451 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3576.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.5 s]
/proc/loadavg: 4.09 4.09 4.06 5/330 27441
/proc/meminfo: memFree=110467416/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3600.01 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 87650 0 426 0 358832 1169 0 0 20 0 20 0 37923374 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4765878 542575 5442 1 0 556459 0
[pid=26823/tid=26840] ppid=26817 vsize=19063512 memory=2170300 CPUtime=3572.41 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) R 26817 26823 26767 0 -1 4194368 39240 0 298 0 356289 952 0 0 20 0 20 0 37923383 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1451 0 1 0 0 0 0 0 20 0 20 0 37923398 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26910] ppid=26817 vsize=19063512 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26910/stat : 26910 (Timer-0) S 26817 26823 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 542575 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.53 s, system=11.7175 s

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

[startup+3605.6 s]
/proc/loadavg: 4.09 4.09 4.06 5/330 27441
/proc/meminfo: memFree=110467416/131382120 swapFree=33010684/33010684
[pid=26823] ppid=26817 vsize=19263204 memory=2171068 CPUtime=3600.18 cores=4,6
/proc/26823/stat : 26823 (java) S 26817 26823 26767 0 -1 4194304 89788 0 426 0 358848 1170 0 0 20 0 21 0 37923374 19725520896 542767 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
/proc/26823/statm: 4815801 542767 5442 1 0 557373 0
[pid=26823/tid=26840] ppid=26817 vsize=19263204 memory=17920 CPUtime=3572.44 cores=4,6
/proc/26823/task/26840/stat : 26840 (java) S 26817 26823 26767 0 -1 4194368 39542 0 298 0 356291 953 0 0 20 0 21 0 37923383 19725520896 542767 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26878] ppid=26817 vsize=19263204 memory=2170300 CPUtime=0 cores=4,6
/proc/26823/task/26878/stat : 26878 (Finalizer) S 26817 26823 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 37923396 19725520896 542767 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
[pid=26823/tid=26905] ppid=26817 vsize=19263204 memory=11136 CPUtime=0 cores=4,6
/proc/26823/task/26905/stat : 26905 (Common-Cleaner) S 26817 26823 26767 0 -1 4194368 1451 0 1 0 0 0 0 0 20 0 21 0 37923398 19725520896 542767 18446744073709551615 94851105751040 94851105754736 140728030395952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851105762552 94851105763344 94851135909888 140728030398768 140728030398950 140728030398950 140728030404552 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2171068 KiB

Child status: 143

Real time (s): 3605.67
CPU time (s): 3600.25
CPU user time (s): 3588.53
CPU system time (s): 11.7175
CPU usage (%): 99.8495
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2171068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.53
system time used= 11.7175
maximum resident set size= 2171324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89977
page faults= 426
swaps= 0
block input operations= 19768
block output operations= 10045760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113616
involuntary context switches= 9587


# summary of solver processes directly reported to runsolver:
#   pid: 26823
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3588.53
#   total CPU system time (s): 11.7175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4329 second user time and 38.2366 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:40:47
IDJOB=4513735
IDBENCH=162418
IDSOLVER=3364
FILE ID=nodeC003/4513735-1751222447
RUNJOBID= nodeC003-1751222447-26778
SLURM_JOB_ID= 9587679
Free space on /tmp= 432756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/subsetcard/normalized-subsetcard-geq-random4regular-75.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513735-1751222447/watcher-4513735-1751222447 -o /tmp/evaluation-result-4513735-1751222447/solver-4513735-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513735-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513735-1751222447.opb

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

MD5SUM BENCH= 73162c5baccd4b1f7679d68a6ce7b058
RANDOM SEED=898545822

nodeC003 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.162
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.44
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.096
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.44
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.946
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.44
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		: 1197.512
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.44
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.161
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.44
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.158
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.44
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.397
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.44
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		: 1176.425
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129786248 kB
MemAvailable:   129910908 kB
Buffers:            3280 kB
Cached:           934260 kB
SwapCached:            0 kB
Active:           284860 kB
Inactive:         720464 kB
Active(anon):      85744 kB
Inactive(anon):        0 kB
Active(file):     199116 kB
Inactive(file):   720464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3248 kB
Writeback:             0 kB
AnonPages:         71168 kB
Mapped:           102520 kB
Shmem:             17960 kB
KReclaimable:      89416 kB
Slab:             170708 kB
SReclaimable:      89416 kB
SUnreclaim:        81292 kB
KernelStack:        3748 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     331764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-29 21:40:53