Trace number 4516471

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.27 3607.19

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.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.23	c java.vm.version	22.0.1+8-16
0.10/0.23	c java.vm.vendor	Oracle Corporation
0.10/0.23	c sun.arch.data.model	64
0.10/0.23	c java.version		22.0.1
0.10/0.23	c os.name		Linux
0.10/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.23	c os.arch		amd64
0.10/0.24	c Free memory 		2104792832
0.10/0.24	c Max memory 		16282288128
0.10/0.24	c Total memory 		2113929216
0.32/0.25	c Number of processors 	2
0.46/0.35	c Pseudo Boolean Optimization by upper bound
0.46/0.35	c --- Begin Solver configuration ---
0.46/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.46/0.35	c Learn all clauses as in MiniSAT
0.46/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.35	c Expensive reason simplification
0.46/0.35	c Glucose 2.1 dynamic restart strategy
0.46/0.35	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.46/0.35	c timeout=2147483s
0.46/0.35	c DB Simplification allowed=false
0.46/0.35	c Listener: none
0.46/0.35	c --- End Solver configuration ---
0.46/0.35	c solving HOME/instance-4516471-1751240311.opb
0.46/0.35	c reading problem ... 
0.46/0.36	c using VERIPB proof format
0.46/0.37	c  no objective function found
0.46/0.42	c ... done. Wall clock time 0.059s.
0.46/0.42	c declared #vars     241
0.46/0.42	c #constraints  120
0.46/0.42	c constraints type 
0.46/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 120
0.46/0.42	c 120 constraints processed.
2.71/1.55	c cleaning 2499 clauses out of 5000 with flag 47678/5000
3.90/2.11	c cleaning 4248 clauses out of 8502 with flag 109111/11001
4.49/2.43	c cleaning 5612 clauses out of 11254 with flag 173384/18001
5.08/2.79	c cleaning 6820 clauses out of 13641 with flag 246417/26000
5.89/3.17	c cleaning 7886 clauses out of 15822 with flag 331753/35001
6.55/3.53	c cleaning 8958 clauses out of 17935 with flag 419614/45000
7.18/3.97	c cleaning 9985 clauses out of 19977 with flag 515750/56000
7.88/4.63	c cleaning 10988 clauses out of 21992 with flag 632481/68000
8.78/5.56	c cleaning 11995 clauses out of 24006 with flag 767052/81002
9.89/6.69	c cleaning 12995 clauses out of 26010 with flag 915579/95001
10.78/7.51	c cleaning 13996 clauses out of 28016 with flag 1068846/110002
11.78/8.59	c cleaning 14998 clauses out of 30018 with flag 1249015/126000
13.16/9.87	c cleaning 15998 clauses out of 32021 with flag 1440016/143001
14.53/11.14	c cleaning 17002 clauses out of 34022 with flag 1643523/161000
16.01/12.61	c cleaning 17993 clauses out of 36020 with flag 1876372/180000
17.61/14.25	c cleaning 19001 clauses out of 38027 with flag 2107721/200000
19.69/16.01	c cleaning 20002 clauses out of 40026 with flag 2352577/221000
21.68/17.93	c cleaning 21002 clauses out of 42024 with flag 2605559/243000
23.79/20.04	c cleaning 22000 clauses out of 44023 with flag 2877581/266001
26.08/22.38	c cleaning 22998 clauses out of 46024 with flag 3175110/290002
28.66/24.98	c cleaning 23997 clauses out of 48026 with flag 3475892/315002
30.56/26.85	c cleaning 24997 clauses out of 50028 with flag 3750391/341001
32.66/28.94	c cleaning 26005 clauses out of 52030 with flag 4057982/368000
35.05/31.35	c cleaning 26994 clauses out of 54026 with flag 4386639/396001
36.84/33.23	c cleaning 28007 clauses out of 56032 with flag 4645445/425001
38.65/35.04	c cleaning 29001 clauses out of 58025 with flag 4917383/455001
40.84/37.28	c cleaning 29986 clauses out of 60024 with flag 5213473/486001
43.13/39.56	c cleaning 31007 clauses out of 62038 with flag 5500375/518001
45.22/41.64	c cleaning 32007 clauses out of 64030 with flag 5797563/551000
47.52/43.97	c cleaning 32986 clauses out of 66023 with flag 6104666/585000
50.22/46.60	c cleaning 34008 clauses out of 68039 with flag 6432265/620002
53.13/49.52	c cleaning 35000 clauses out of 70029 with flag 6827617/656000
56.12/52.53	c cleaning 36003 clauses out of 72030 with flag 7200970/693001
59.12/55.50	c cleaning 37003 clauses out of 74027 with flag 7538731/731001
62.31/58.73	c cleaning 38000 clauses out of 76023 with flag 7905409/770000
66.09/62.62	c cleaning 39004 clauses out of 78023 with flag 8296814/810000
70.38/66.93	c cleaning 39997 clauses out of 80019 with flag 8683226/851000
73.97/70.50	c cleaning 40984 clauses out of 82022 with flag 9079044/893000
77.26/73.81	c cleaning 42004 clauses out of 84038 with flag 9503612/936000
80.67/77.29	c cleaning 43010 clauses out of 86035 with flag 9954859/980001
84.57/81.15	c cleaning 43997 clauses out of 88024 with flag 10430248/1025000
88.64/85.27	c cleaning 45000 clauses out of 90027 with flag 10876901/1071000
92.63/89.29	c cleaning 46007 clauses out of 92027 with flag 11357057/1118000
97.22/93.94	c cleaning 46997 clauses out of 94020 with flag 11825223/1166000
101.80/98.54	c cleaning 47996 clauses out of 96024 with flag 12282064/1215001
106.41/103.14	c cleaning 49003 clauses out of 98027 with flag 12781147/1265000
111.39/108.18	c cleaning 49994 clauses out of 100025 with flag 13290116/1316001
116.07/112.84	c cleaning 51006 clauses out of 102032 with flag 13796636/1368002
121.16/117.99	c cleaning 52007 clauses out of 104024 with flag 14281538/1421000
125.55/122.30	c cleaning 52997 clauses out of 106018 with flag 14770329/1475001
131.17/128.24	c cleaning 54001 clauses out of 108020 with flag 15317014/1530000
136.76/133.81	c cleaning 55006 clauses out of 110019 with flag 15874974/1586000
142.64/139.72	c cleaning 56007 clauses out of 112014 with flag 16415921/1643001
148.45/145.57	c cleaning 56988 clauses out of 114006 with flag 16967632/1701000
154.24/151.37	c cleaning 57999 clauses out of 116018 with flag 17506512/1760000
160.67/157.80	c cleaning 59000 clauses out of 118019 with flag 18067649/1820000
167.96/165.15	c cleaning 59998 clauses out of 120019 with flag 18659684/1881000
174.85/172.09	c cleaning 61001 clauses out of 122022 with flag 19262794/1943001
182.22/179.41	c cleaning 61997 clauses out of 124020 with flag 19868615/2006000
189.25/186.59	c cleaning 63005 clauses out of 126024 with flag 20459612/2070001
196.64/193.99	c cleaning 63997 clauses out of 128018 with flag 21057956/2135000
204.52/201.87	c cleaning 65002 clauses out of 130021 with flag 21648863/2201000
212.90/210.22	c cleaning 66007 clauses out of 132019 with flag 22266938/2268000
221.04/218.40	c cleaning 67001 clauses out of 134012 with flag 22902592/2336000
229.53/226.93	c cleaning 67999 clauses out of 136012 with flag 23534232/2405001
237.30/234.70	c cleaning 68990 clauses out of 138013 with flag 24193174/2475001
246.08/243.59	c cleaning 70004 clauses out of 140022 with flag 24883852/2546000
256.51/254.06	c cleaning 71001 clauses out of 142018 with flag 25583215/2618000
265.93/263.41	c cleaning 71998 clauses out of 144018 with flag 26325849/2691001
275.91/273.48	c cleaning 73006 clauses out of 146019 with flag 27120588/2765000
286.34/284.00	c cleaning 73992 clauses out of 148014 with flag 27894713/2840001
296.81/294.47	c cleaning 74994 clauses out of 150022 with flag 28761785/2916001
308.84/306.40	c cleaning 76008 clauses out of 152029 with flag 29551403/2993002
320.82/318.49	c cleaning 77000 clauses out of 154020 with flag 30249112/3071001
332.43/330.03	c cleaning 77996 clauses out of 156019 with flag 30960709/3150000
343.46/341.13	c cleaning 79007 clauses out of 158024 with flag 31686599/3230001
356.33/354.03	c cleaning 80005 clauses out of 160016 with flag 32377575/3311000
369.10/366.85	c cleaning 80998 clauses out of 162011 with flag 33107349/3393000
381.88/379.64	c cleaning 81994 clauses out of 164016 with flag 33871152/3476003
395.57/393.37	c cleaning 82995 clauses out of 166020 with flag 34693791/3560001
408.61/406.46	c cleaning 83996 clauses out of 168024 with flag 35483514/3645000
422.30/420.12	c cleaning 85008 clauses out of 170028 with flag 36245503/3731000
436.29/434.29	c cleaning 86010 clauses out of 172020 with flag 37041408/3818000
451.36/449.27	c cleaning 86995 clauses out of 174010 with flag 37774090/3906000
465.92/463.94	c cleaning 88005 clauses out of 176016 with flag 38521478/3995001
479.24/477.21	c cleaning 89001 clauses out of 178011 with flag 39276342/4085001
494.20/492.26	c cleaning 89997 clauses out of 180009 with flag 40059321/4176000
511.24/509.39	c cleaning 90994 clauses out of 182013 with flag 40848935/4268001
524.42/522.55	c cleaning 91999 clauses out of 184018 with flag 41651154/4361000
539.66/537.81	c cleaning 92995 clauses out of 186019 with flag 42534496/4455000
555.76/553.97	c cleaning 94009 clauses out of 188026 with flag 43383702/4550002
572.32/570.47	c cleaning 94992 clauses out of 190016 with flag 44213950/4646001
587.45/585.61	c cleaning 96006 clauses out of 192023 with flag 45052266/4743000
606.52/604.77	c cleaning 97002 clauses out of 194017 with flag 45861357/4841000
624.04/622.33	c cleaning 98000 clauses out of 196015 with flag 46852513/4940000
640.61/638.97	c cleaning 99004 clauses out of 198015 with flag 47711681/5040000
659.39/657.74	c cleaning 99994 clauses out of 200016 with flag 48534264/5141005
678.23/676.58	c cleaning 100999 clauses out of 202018 with flag 49412250/5243001
696.55/694.92	c cleaning 102001 clauses out of 204018 with flag 50249140/5346000
716.00/714.41	c cleaning 103000 clauses out of 206017 with flag 51102213/5450000
736.08/734.59	c cleaning 103992 clauses out of 208017 with flag 52116224/5555000
759.30/757.88	c cleaning 105003 clauses out of 210027 with flag 53342527/5661002
777.34/775.90	c cleaning 105995 clauses out of 212022 with flag 54310183/5768000
797.65/796.27	c cleaning 107006 clauses out of 214028 with flag 55263767/5876001
817.98/816.60	c cleaning 107998 clauses out of 216024 with flag 56271747/5985003
840.73/839.46	c cleaning 108989 clauses out of 218023 with flag 57171424/6095000
862.92/861.60	c cleaning 110011 clauses out of 220035 with flag 58071948/6206001
880.95/879.72	c cleaning 111005 clauses out of 222025 with flag 59027555/6318002
902.28/901.12	c cleaning 111991 clauses out of 224018 with flag 59992726/6431000
925.19/924.17	c cleaning 113009 clauses out of 226027 with flag 60918644/6545000
948.84/947.87	c cleaning 113996 clauses out of 228018 with flag 61969536/6660000
970.38/969.43	c cleaning 115007 clauses out of 230022 with flag 62942335/6776000
994.96/994.18	c cleaning 115987 clauses out of 232015 with flag 63873235/6893000
1022.66/1021.99	c cleaning 117010 clauses out of 234032 with flag 64831266/7011004
1045.41/1044.79	c cleaning 118003 clauses out of 236019 with flag 65814008/7130001
1067.23/1066.63	c cleaning 119004 clauses out of 238015 with flag 66849479/7250000
1090.25/1089.74	c cleaning 119994 clauses out of 240012 with flag 67817615/7371001
1116.07/1115.63	c cleaning 120990 clauses out of 242018 with flag 68790221/7493001
1140.51/1140.18	c cleaning 121986 clauses out of 244027 with flag 69799274/7616000
1165.43/1165.12	c cleaning 123010 clauses out of 246041 with flag 70801129/7740000
1190.97/1190.90	c cleaning 124004 clauses out of 248033 with flag 71820125/7865002
1218.42/1218.48	c cleaning 124999 clauses out of 250028 with flag 72931559/7991001
1245.26/1245.38	c cleaning 126007 clauses out of 252028 with flag 74033424/8118000
1271.61/1272.25	c cleaning 127002 clauses out of 254021 with flag 75043012/8246000
1298.71/1299.49	c cleaning 127997 clauses out of 256019 with flag 76120906/8375000
1326.80/1327.60	c cleaning 129005 clauses out of 258024 with flag 77174180/8505002
1355.73/1356.69	c cleaning 130005 clauses out of 260017 with flag 78237672/8636000
1385.04/1386.09	c cleaning 131001 clauses out of 262014 with flag 79287493/8768002
1411.93/1412.93	c cleaning 131991 clauses out of 264012 with flag 80360490/8901001
1444.66/1445.87	c cleaning 133000 clauses out of 266020 with flag 81415744/9035000
1473.98/1475.28	c cleaning 134011 clauses out of 268021 with flag 82487979/9170001
1504.49/1505.81	c cleaning 134999 clauses out of 270009 with flag 83567415/9306000
1534.10/1535.53	c cleaning 136001 clauses out of 272010 with flag 84775451/9443000
1567.07/1568.60	c cleaning 136999 clauses out of 274011 with flag 85913618/9581002
1597.77/1599.48	c cleaning 137994 clauses out of 276010 with flag 87078623/9720000
1633.94/1635.70	c cleaning 138993 clauses out of 278016 with flag 88175543/9860000
1668.65/1670.57	c cleaning 140005 clauses out of 280023 with flag 89346328/10001000
1698.84/1700.89	c cleaning 140985 clauses out of 282019 with flag 90532155/10143001
1733.43/1735.53	c cleaning 141987 clauses out of 284033 with flag 91800285/10286000
1769.10/1771.48	c cleaning 143005 clauses out of 286046 with flag 92956642/10430000
1805.41/1807.80	c cleaning 144018 clauses out of 288043 with flag 94067737/10575002
1839.88/1842.46	c cleaning 145001 clauses out of 290023 with flag 95229847/10721000
1873.84/1876.59	c cleaning 146002 clauses out of 292023 with flag 96383504/10868001
1908.12/1910.92	c cleaning 147002 clauses out of 294021 with flag 97560923/11016001
1941.47/1944.39	c cleaning 148000 clauses out of 296019 with flag 98727084/11165001
1981.06/1984.10	c cleaning 148992 clauses out of 298019 with flag 100025128/11315001
2016.99/2020.10	c cleaning 149997 clauses out of 300026 with flag 101200729/11466000
2057.23/2060.43	c cleaning 151008 clauses out of 302030 with flag 102406129/11618001
2091.89/2095.14	c cleaning 152007 clauses out of 304023 with flag 103678286/11771002
2134.81/2138.01	c cleaning 153005 clauses out of 306017 with flag 104897146/11925003
2171.55/2174.85	c cleaning 154000 clauses out of 308009 with flag 106115634/12080000
2217.62/2221.06	c cleaning 154998 clauses out of 310009 with flag 107304929/12236000
2255.93/2259.41	c cleaning 155996 clauses out of 312013 with flag 108529729/12393002
2296.73/2300.32	c cleaning 156997 clauses out of 314018 with flag 109747413/12551003
2335.07/2338.74	c cleaning 158000 clauses out of 316018 with flag 110989796/12710000
2373.96/2377.72	c cleaning 159003 clauses out of 318018 with flag 112313884/12870000
2412.34/2416.44	c cleaning 159994 clauses out of 320016 with flag 113700268/13031001
2450.92/2455.03	c cleaning 161004 clauses out of 322022 with flag 115067380/13193001
2490.81/2494.96	c cleaning 162000 clauses out of 324017 with flag 116344620/13356000
2530.99/2535.17	c cleaning 163000 clauses out of 326018 with flag 117658201/13520001
2572.78/2577.08	c cleaning 164001 clauses out of 328021 with flag 119149484/13685004
2615.56/2619.82	c cleaning 164999 clauses out of 330016 with flag 120402521/13851000
2662.97/2667.39	c cleaning 165998 clauses out of 332017 with flag 121704496/14018000
2709.42/2713.92	c cleaning 167007 clauses out of 334019 with flag 123054310/14186000
2745.97/2750.51	c cleaning 167991 clauses out of 336012 with flag 124375218/14355000
2785.99/2790.62	c cleaning 168995 clauses out of 338021 with flag 125791686/14525000
2835.09/2839.85	c cleaning 169999 clauses out of 340026 with flag 127362015/14696000
2878.52/2883.26	c cleaning 171007 clauses out of 342027 with flag 128752189/14868000
2930.40/2935.25	c cleaning 171995 clauses out of 344021 with flag 130106276/15041001
2976.48/2982.29	c cleaning 173003 clauses out of 346026 with flag 131464399/15215001
3025.55/3031.42	c cleaning 174003 clauses out of 348022 with flag 132912777/15390000
3075.86/3081.98	c cleaning 174989 clauses out of 350019 with flag 134297239/15566000
3126.66/3132.49	c cleaning 176009 clauses out of 352031 with flag 135771139/15743001
3180.36/3186.24	c cleaning 177003 clauses out of 354022 with flag 137164360/15921001
3228.91/3235.00	c cleaning 178009 clauses out of 356018 with flag 138601961/16100000
3277.84/3283.92	c cleaning 178990 clauses out of 358009 with flag 140019425/16280000
3331.61/3337.84	c cleaning 179998 clauses out of 360019 with flag 141440461/16461000
3385.67/3392.08	c cleaning 181011 clauses out of 362022 with flag 142825666/16643001
3438.61/3445.15	c cleaning 181993 clauses out of 364011 with flag 144273167/16826001
3490.21/3496.96	c cleaning 183007 clauses out of 366017 with flag 145668179/17010000
3544.26/3551.19	c cleaning 183989 clauses out of 368010 with flag 147364273/17195000
3600.03/3607.02	c timeout
3600.03/3607.03	c starts		: 66339
3600.03/3607.03	c conflicts		: 17373824
3600.03/3607.03	c decisions		: 27088635
3600.03/3607.03	c propagations		: 511596936
3600.03/3607.03	c inspects		: 49674819611
3600.03/3607.03	c shortcuts		: 0
3600.03/3607.03	c learnt literals	: 0
3600.03/3607.03	c learnt binary clauses	: 0
3600.03/3607.03	c learnt ternary clauses	: 0
3600.03/3607.03	c learnt constraints	: 17373824
3600.03/3607.03	c ignored constraints	: 0
3600.03/3607.03	c root simplifications	: 0
3600.03/3607.03	c removed literals (reason simplification)	: 42610730
3600.03/3607.03	c reason swapping (by a shorter reason)	: 0
3600.03/3607.03	c Calls to reduceDB	: 181
3600.03/3607.03	c Number of update (reduction) of LBD	: 5994120
3600.03/3607.03	c Imported unit clauses	: 0
3600.03/3607.03	c No decision after first conflict	: false
3600.03/3607.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3607.03	c number of learned constraints concerned by reduction	: 0
3600.03/3607.03	c number of learning phase by resolution	: 0
3600.03/3607.03	c number of learning phase by cutting planes	: 0
3600.03/3607.03	c number of rounding to 1 operations	: 0
3600.03/3607.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3607.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3607.03	c number of right shift for reduction by power 2 	: 0
3600.03/3607.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3607.03	c number of ending skipping 	: 0
3600.03/3607.03	c number of internal skipping 	: 0
3600.03/3607.03	c number of derivation steps 	: 0
3600.03/3607.03	c number of skipped derivation steps 	: 0
3600.03/3607.03	c number of remaining unassigned 	: 0
3600.03/3607.03	c number of remaining assigned 	: 0
3600.03/3607.04	c number of falsified literals weakened from reason	: 0
3600.03/3607.04	c number of falsified literals weakened from conflict	: 0
3600.03/3607.04	c time for arithmetic operations	: 0
3600.03/3607.04	c minimum degree of deleted constraints	: null
3600.03/3607.04	c maximum degree of deleted constraints	: null
3600.03/3607.04	c number of deleted constraints	: 0
3600.03/3607.04	c speed (assignments/second)	: 141849.6506695754
3600.03/3607.04	c non guided choices	: 407
3600.18/3607.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 362845
3600.18/3607.17	s UNKNOWN
3600.18/3607.17	c Total wall clock time (in seconds): 3606.811

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516471-1751240311/watcher-4516471-1751240311 -o /tmp/evaluation-result-4516471-1751240311/solver-4516471-1751240311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751240310-41138 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516471-1751240311 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516471-1751240311.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=41187, runsolver pid=41178
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 1.12 1.10 1.13 10/313 41260
/proc/meminfo: memFree=129860844/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=18930384 memory=45900 CPUtime=0.1 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 5499 0 4 0 7 3 0 0 20 0 18 0 39710203 19384713216 11475 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4732596 11475 4955 1 0 546745 0
[pid=41187/tid=41197] ppid=41178 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 4582 0 0 0 5 2 0 0 20 0 18 0 39710206 19384713216 11475 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384713216 11475 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39710212 19384713216 11475 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 45900 KiB

[startup+0.237622 s]*
/proc/loadavg: 1.12 1.10 1.13 11/317 41264
/proc/meminfo: memFree=129849060/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=18930384 memory=55368 CPUtime=0.32 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 6462 0 4 0 27 5 0 0 20 0 18 0 39710203 19384713216 13842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4732596 13842 5339 1 0 547553 0
[pid=41187/tid=41197] ppid=41178 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 5013 0 0 0 17 3 0 0 20 0 18 0 39710206 19384713216 13842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384713216 13842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39710212 19384713216 13842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55368 KiB

[startup+0.321511 s]*
/proc/loadavg: 1.12 1.10 1.13 10/317 41264
/proc/meminfo: memFree=129820088/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=18930384 memory=58400 CPUtime=0.46 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 6733 0 4 0 41 5 0 0 20 0 18 0 39710203 19384713216 14600 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4732596 14600 5339 1 0 547754 0
[pid=41187/tid=41197] ppid=41178 vsize=18930384 memory=-6000919507016182635 CPUtime=0.28 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 5197 0 0 0 25 3 0 0 20 0 18 0 39710206 19384713216 14600 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384713216 14600 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39710212 19384713216 14600 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58400 KiB

[startup+0.700376 s]
/proc/loadavg: 1.12 1.10 1.13 14/320 41267
/proc/meminfo: memFree=129789176/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=18996948 memory=71900 CPUtime=1.13 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 9140 0 4 0 105 8 0 0 20 0 19 0 39710203 19452874752 17975 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4749237 17975 5403 1 0 549076 0
[pid=41187/tid=41197] ppid=41178 vsize=18996948 memory=17408 CPUtime=0.53 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 5347 0 0 0 49 4 0 0 20 0 19 0 39710206 19452874752 17975 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39710211 19452874752 17975 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39710212 19452874752 17975 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39710246 19452874752 17975 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71900 KiB

[startup+1.50034 s]
/proc/loadavg: 1.12 1.10 1.13 10/322 41269
/proc/meminfo: memFree=129602432/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=18996948 memory=145668 CPUtime=2.71 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 19990 0 4 0 258 13 0 0 20 0 19 0 39710203 19452874752 36417 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4749237 36417 5435 1 0 553069 0
[pid=41187/tid=41197] ppid=41178 vsize=18996948 memory=11264 CPUtime=1.26 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 5650 0 0 0 120 6 0 0 20 0 19 0 39710206 19452874752 36417 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39710211 19452874752 36417 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39710212 19452874752 36417 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39710246 19452874752 36417 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145668 KiB

[startup+3.10607 s]
/proc/loadavg: 1.59 1.19 1.17 5/279 41291
/proc/meminfo: memFree=129380180/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=177028 CPUtime=5.89 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 23811 0 4 0 573 16 0 0 20 0 20 0 39710203 19521036288 44257 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 44257 5467 1 0 553606 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=11264 CPUtime=2.79 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 6725 0 0 0 271 8 0 0 20 0 20 0 39710206 19521036288 44257 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=-6000919472673221483 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 44257 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 44257 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 44257 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177028 KiB

[startup+6.30044 s]
/proc/loadavg: 1.59 1.19 1.17 7/325 41405
/proc/meminfo: memFree=128228460/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=402200 CPUtime=9.58 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 25582 0 4 0 935 23 0 0 20 0 20 0 39710203 19521036288 100550 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 100550 5467 1 0 553606 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=0 CPUtime=5.97 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 7331 0 0 0 581 16 0 0 20 0 20 0 39710206 19521036288 100550 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 100550 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 100550 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=152312 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 100550 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 9.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 402200 KiB

[startup+12.7005 s]
/proc/loadavg: 1.94 1.27 1.19 5/325 41406
/proc/meminfo: memFree=126967812/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=619368 CPUtime=16.11 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 29194 0 4 0 1578 33 0 0 20 0 20 0 39710203 19521036288 154842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 154842 5467 1 0 553606 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=152312 CPUtime=12.31 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 8293 0 0 0 1207 24 0 0 20 0 20 0 39710206 19521036288 154842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 154842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 154842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=-6000919472673221483 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 154842 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 16.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 619368 KiB

[startup+25.5005 s]
/proc/loadavg: 2.40 1.41 1.24 5/325 41406
/proc/meminfo: memFree=124029440/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=1201128 CPUtime=29.26 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 36395 0 4 0 2873 53 0 0 20 0 20 0 39710203 19521036288 300282 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 300282 5467 1 0 553606 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=14340 CPUtime=25.04 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 9615 0 0 0 2462 42 0 0 20 0 20 0 39710206 19521036288 300282 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 300282 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=1194984 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 300282 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 300282 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 29.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1201128 KiB

[startup+51.1133 s]
/proc/loadavg: 3.00 1.63 1.32 5/330 41411
/proc/meminfo: memFree=121916240/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=1324032 CPUtime=54.74 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 39037 0 4 0 5402 72 0 0 20 0 20 0 39710203 19521036288 331008 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 331008 5467 1 0 553606 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=1313784 CPUtime=50.37 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 10928 0 0 0 4979 58 0 0 20 0 20 0 39710206 19521036288 331008 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=1792 CPUtime=0 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.47 4.40 4.29 5/333 41594
/proc/meminfo: memFree=51052916/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173304 CPUtime=3276.26 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 97506 0 4 0 326665 961 0 0 20 0 20 0 39710203 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543326 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=2173304 CPUtime=3251.26 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 45061 0 0 0 324347 779 0 0 20 0 20 0 39710206 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=2171028 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=2171028 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=2171028 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3276.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.36 4.28 5/333 41596
/proc/meminfo: memFree=50081968/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173304 CPUtime=3336.1 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 97519 0 4 0 332635 975 0 0 20 0 20 0 39710203 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543326 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=11264 CPUtime=3310.98 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 45063 0 0 0 330308 790 0 0 20 0 20 0 39710206 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=2173304 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=2273 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3336.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.34 4.27 5/333 41602
/proc/meminfo: memFree=47065176/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173304 CPUtime=3395.94 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 98725 0 4 0 338606 988 0 0 20 0 20 0 39710203 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543326 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=2173304 CPUtime=3370.71 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 46030 0 0 0 336269 802 0 0 20 0 20 0 39710206 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=2173304 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543326 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3395.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.30 4.26 5/332 41604
/proc/meminfo: memFree=46063976/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173432 CPUtime=3455.76 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 99477 0 4 0 344576 1000 0 0 20 0 20 0 39710203 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543358 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=11264 CPUtime=3430.37 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 46684 0 0 0 342225 812 0 0 20 0 20 0 39710206 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=2173432 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1634 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3455.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.29 4.26 5/331 41607
/proc/meminfo: memFree=45087900/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173432 CPUtime=3515.52 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 100038 0 4 0 350539 1013 0 0 20 0 20 0 39710203 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543358 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=11264 CPUtime=3489.86 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 46946 0 0 0 348165 821 0 0 20 0 20 0 39710206 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=2173432 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=5172 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3515.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173432 KiB

[startup+3582.3 s]
/proc/loadavg: 3.64 4.12 4.21 4/306 41642
/proc/meminfo: memFree=69394500/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2173432 CPUtime=3575.34 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 100056 0 4 0 356509 1025 0 0 20 0 20 0 39710203 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543358 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=11264 CPUtime=3549.54 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 46952 0 0 0 354123 831 0 0 20 0 20 0 39710206 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=2173432 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543358 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3575.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 3.35 4.02 4.17 3/281 41677
/proc/meminfo: memFree=96720788/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19063512 memory=2175496 CPUtime=3600.03 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 100305 0 4 0 358974 1029 0 0 20 0 20 0 39710203 19521036288 543874 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4765878 543874 5531 1 0 556629 0
[pid=41187/tid=41197] ppid=41178 vsize=19063512 memory=-6000919502737861483 CPUtime=3573.78 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) R 41178 41187 35802 0 -1 4194368 46982 0 0 0 356544 834 0 0 20 0 20 0 39710206 19521036288 543874 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19063512 memory=-4421386492003183203 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 543874 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19063512 memory=5172 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 543874 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41267] ppid=41178 vsize=19063512 memory=7024 CPUtime=0 cores=4,6
/proc/41187/task/41267/stat : 41267 (Timer-0) S 41178 41187 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 543874 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.95 s, system=10.3196 s

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

[startup+3607.11 s]
/proc/loadavg: 3.35 4.02 4.17 3/281 41677
/proc/meminfo: memFree=96720788/131382112 swapFree=33010684/33010684
[pid=41187] ppid=41178 vsize=19263204 memory=2176264 CPUtime=3600.18 cores=4,6
/proc/41187/stat : 41187 (java) S 41178 41187 35802 0 -1 4194304 102437 0 4 0 358988 1030 0 0 20 0 21 0 39710203 19725520896 544066 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
/proc/41187/statm: 4815801 544066 5531 1 0 557568 0
[pid=41187/tid=41197] ppid=41178 vsize=19263204 memory=11264 CPUtime=3573.8 cores=4,6
/proc/41187/task/41197/stat : 41197 (java) S 41178 41187 35802 0 -1 4194368 47382 0 0 0 356546 834 0 0 20 0 21 0 39710206 19725520896 544066 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41231] ppid=41178 vsize=19263204 memory=4224 CPUtime=0 cores=4,6
/proc/41187/task/41231/stat : 41231 (Finalizer) S 41178 41187 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39710211 19725520896 544066 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
[pid=41187/tid=41251] ppid=41178 vsize=19263204 memory=2173432 CPUtime=0 cores=4,6
/proc/41187/task/41251/stat : 41251 (Common-Cleaner) S 41178 41187 35802 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 21 0 39710212 19725520896 544066 18446744073709551615 94844590706688 94844590710384 140731958798128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844590718200 94844590718992 94844607815680 140731958806832 140731958807014 140731958807014 140731958812616 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2176264 KiB

Child status: 143

Real time (s): 3607.19
CPU time (s): 3600.27
CPU user time (s): 3589.95
CPU system time (s): 10.3196
CPU usage (%): 99.8083
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2176264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.95
system time used= 10.3196
maximum resident set size= 2176520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102643
page faults= 4
swaps= 0
block input operations= 0
block output operations= 8004112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111835
involuntary context switches= 11039


# summary of solver processes directly reported to runsolver:
#   pid: 41187
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3589.95
#   total CPU system time (s): 10.3196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9885 second user time and 40.76 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 01:38:31
IDJOB=4516471
IDBENCH=175572
IDSOLVER=3364
FILE ID=nodeC007/4516471-1751240311
RUNJOBID= nodeC007-1751240310-41138
SLURM_JOB_ID= 9587709
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/random4reg_opb/normalized-subsetcard-geq-random4reg-60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516471-1751240311/watcher-4516471-1751240311 -o /tmp/evaluation-result-4516471-1751240311/solver-4516471-1751240311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751240310-41138 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516471-1751240311 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516471-1751240311.opb

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

MD5SUM BENCH= be2c308fe43a4cd5a3fa21869d4f62ab
RANDOM SEED=1405090112

nodeC007 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.142
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.68
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.202
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.68
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.291
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.68
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.174
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.68
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.377
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.68
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.149
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.68
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.205
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.140
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129916408 kB
MemAvailable:   129922280 kB
Buffers:            3280 kB
Cached:           814792 kB
SwapCached:            0 kB
Active:           315560 kB
Inactive:         569476 kB
Active(anon):      84924 kB
Inactive(anon):        0 kB
Active(file):     230636 kB
Inactive(file):   569476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2228 kB
Writeback:             0 kB
AnonPages:         70100 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      90776 kB
Slab:             173392 kB
SReclaimable:      90776 kB
SUnreclaim:        82616 kB
KernelStack:        3840 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC007 at 2025-06-30 02:38:38