Trace number 4494461

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.3 3603.17

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.18	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.21	c os.arch		amd64
0.26/0.23	c Free memory 		2104792832
0.26/0.23	c Max memory 		16282288128
0.26/0.23	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.42/0.34	c Pseudo Boolean Optimization by upper bound
0.42/0.34	c --- Begin Solver configuration ---
0.42/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.34	c Learn all clauses as in MiniSAT
0.42/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.34	c Expensive reason simplification
0.42/0.34	c Glucose 2.1 dynamic restart strategy
0.42/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.34	c timeout=2147483s
0.42/0.34	c DB Simplification allowed=false
0.42/0.34	c Listener: none
0.42/0.34	c --- End Solver configuration ---
0.42/0.34	c solving HOME/instance-4494461-1751157489.opb
0.42/0.34	c reading problem ... 
0.42/0.34	c using VERIPB proof format
0.42/0.34	c  no objective function found
1.49/0.92	c ... done. Wall clock time 0.577s.
1.49/0.92	c declared #vars     1020
1.49/0.92	c #constraints  43180
1.49/0.92	c constraints type 
1.49/0.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1.49/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.49/0.92	c 43180 constraints processed.
3.88/2.10	c cleaning 2499 clauses out of 5002 with flag 20089/5002
5.06/2.78	c cleaning 4247 clauses out of 8501 with flag 50607/11000
6.42/3.50	c cleaning 5624 clauses out of 11255 with flag 96172/18001
7.34/4.33	c cleaning 6812 clauses out of 13634 with flag 155988/26004
9.10/5.86	c cleaning 7902 clauses out of 15820 with flag 259760/35002
11.04/7.51	c cleaning 8951 clauses out of 17916 with flag 404029/45000
12.41/8.90	c cleaning 9980 clauses out of 19971 with flag 529485/56006
13.64/10.05	c cleaning 10989 clauses out of 21986 with flag 604262/68001
15.57/11.31	c cleaning 11992 clauses out of 23996 with flag 685648/81000
18.26/14.05	c cleaning 12994 clauses out of 26005 with flag 785542/95001
19.94/15.73	c cleaning 14000 clauses out of 28010 with flag 886495/110000
21.55/17.38	c cleaning 14996 clauses out of 30010 with flag 990978/126000
23.34/19.10	c cleaning 15999 clauses out of 32015 with flag 1098438/143001
25.39/21.02	c cleaning 16999 clauses out of 34015 with flag 1216653/161000
27.28/22.91	c cleaning 18004 clauses out of 36017 with flag 1336357/180001
29.41/25.07	c cleaning 18999 clauses out of 38012 with flag 1490335/200000
32.29/27.93	c cleaning 19998 clauses out of 40015 with flag 1694105/221002
34.88/30.57	c cleaning 21001 clauses out of 42016 with flag 1930737/243001
37.87/33.57	c cleaning 21999 clauses out of 44018 with flag 2169560/266004
41.16/36.94	c cleaning 23004 clauses out of 46017 with flag 2449117/290002
43.95/39.70	c cleaning 24003 clauses out of 48015 with flag 2633485/315004
47.04/42.86	c cleaning 24998 clauses out of 50008 with flag 2852153/341000
50.82/46.67	c cleaning 26002 clauses out of 52010 with flag 3132577/368000
53.91/49.70	c cleaning 27000 clauses out of 54008 with flag 3321481/396000
57.10/52.92	c cleaning 28002 clauses out of 56009 with flag 3526474/425001
60.50/56.37	c cleaning 28997 clauses out of 58008 with flag 3749251/455002
64.82/60.63	c cleaning 29994 clauses out of 60009 with flag 4042549/486000
68.81/64.71	c cleaning 31006 clauses out of 62019 with flag 4341992/518004
73.12/69.09	c cleaning 31998 clauses out of 64010 with flag 4634491/551001
77.40/73.36	c cleaning 32999 clauses out of 66012 with flag 4949177/585001
83.66/79.69	c cleaning 34003 clauses out of 68017 with flag 5315729/620005
87.97/83.98	c cleaning 34990 clauses out of 70009 with flag 5596146/656000
92.59/88.59	c cleaning 36006 clauses out of 72019 with flag 5899649/693000
97.59/93.51	c cleaning 37001 clauses out of 74013 with flag 6157550/731000
103.57/99.65	c cleaning 38000 clauses out of 76012 with flag 6480600/770000
108.76/104.84	c cleaning 38993 clauses out of 78014 with flag 6829150/810002
114.24/110.32	c cleaning 40002 clauses out of 80020 with flag 7197452/851001
119.56/115.65	c cleaning 41006 clauses out of 82017 with flag 7536244/893000
125.46/121.55	c cleaning 41993 clauses out of 84012 with flag 7935073/936001
132.46/128.63	c cleaning 43001 clauses out of 86018 with flag 8427285/980000
138.96/135.17	c cleaning 43999 clauses out of 88017 with flag 8935435/1025000
146.04/142.25	c cleaning 45001 clauses out of 90019 with flag 9425390/1071001
155.40/151.64	c cleaning 45989 clauses out of 92017 with flag 10096519/1118000
164.61/160.94	c cleaning 47000 clauses out of 94028 with flag 10853023/1166000
172.00/168.34	c cleaning 48008 clauses out of 96029 with flag 11398864/1215001
179.27/175.67	c cleaning 49001 clauses out of 98020 with flag 11867019/1265000
187.73/184.13	c cleaning 50003 clauses out of 100020 with flag 12244479/1316001
194.88/191.31	c cleaning 50996 clauses out of 102016 with flag 12631355/1368000
205.79/202.27	c cleaning 51997 clauses out of 104021 with flag 13309874/1421001
219.12/215.53	c cleaning 52998 clauses out of 106023 with flag 14189792/1475000
230.92/227.47	c cleaning 54000 clauses out of 108027 with flag 15131511/1530002
244.76/241.34	c cleaning 54996 clauses out of 110025 with flag 16153018/1586000
258.71/255.40	c cleaning 55992 clauses out of 112029 with flag 17310283/1643000
273.99/270.61	c cleaning 57001 clauses out of 114037 with flag 18591711/1701000
288.38/285.09	c cleaning 58009 clauses out of 116036 with flag 19832599/1760000
305.25/301.93	c cleaning 58999 clauses out of 118028 with flag 21116576/1820001
322.98/319.72	c cleaning 59991 clauses out of 120028 with flag 22452435/1881000
341.15/337.91	c cleaning 61000 clauses out of 122037 with flag 23830470/1943000
359.09/355.91	c cleaning 62003 clauses out of 124037 with flag 25352988/2006000
378.33/375.16	c cleaning 63001 clauses out of 126036 with flag 26916798/2070002
398.05/394.88	c cleaning 63995 clauses out of 128035 with flag 28384310/2135002
418.12/414.98	c cleaning 65002 clauses out of 130038 with flag 29931033/2201000
441.68/438.66	c cleaning 66008 clauses out of 132037 with flag 31617656/2268001
454.58/451.57	c cleaning 67005 clauses out of 134028 with flag 32646109/2336000
465.76/462.79	c cleaning 68000 clauses out of 136023 with flag 33257485/2405000
477.21/474.24	c cleaning 69003 clauses out of 138023 with flag 33893226/2475000
488.06/485.05	c cleaning 69990 clauses out of 140021 with flag 34456528/2546001
499.35/496.47	c cleaning 71009 clauses out of 142032 with flag 35004739/2618002
515.14/512.20	c cleaning 72000 clauses out of 144021 with flag 35761894/2691000
528.10/525.15	c cleaning 73000 clauses out of 146022 with flag 36515701/2765001
545.42/542.55	c cleaning 73995 clauses out of 148021 with flag 37391869/2840000
559.84/556.94	c cleaning 75003 clauses out of 150026 with flag 38310976/2916000
575.53/572.66	c cleaning 75999 clauses out of 152025 with flag 39109903/2993002
591.47/588.64	c cleaning 77006 clauses out of 154024 with flag 39943343/3071000
604.85/601.98	c cleaning 77997 clauses out of 156018 with flag 40606230/3150000
619.14/616.19	c cleaning 79006 clauses out of 158021 with flag 41218364/3230000
634.25/631.36	c cleaning 79998 clauses out of 160015 with flag 41880746/3311000
648.86/645.95	c cleaning 80998 clauses out of 162017 with flag 42640197/3393000
665.83/663.00	c cleaning 82003 clauses out of 164021 with flag 43376611/3476002
679.94/677.04	c cleaning 82997 clauses out of 166016 with flag 44017228/3560000
699.58/696.75	c cleaning 83999 clauses out of 168019 with flag 44910062/3645000
714.85/712.08	c cleaning 84992 clauses out of 170021 with flag 45668898/3731001
731.08/728.28	c cleaning 86007 clauses out of 172031 with flag 46409019/3818003
746.75/743.91	c cleaning 86994 clauses out of 174022 with flag 47208292/3906001
765.14/762.33	c cleaning 87983 clauses out of 176027 with flag 48158575/3995000
784.77/785.46	c cleaning 89013 clauses out of 178045 with flag 49265428/4085001
805.62/806.33	c cleaning 89968 clauses out of 180031 with flag 50372039/4176000
840.80/841.57	c cleaning 91016 clauses out of 182063 with flag 52122081/4268000
858.91/859.06	c cleaning 92013 clauses out of 184047 with flag 53173813/4361000
876.63/876.81	c cleaning 93007 clauses out of 186034 with flag 54080144/4455000
895.88/896.17	c cleaning 93998 clauses out of 188027 with flag 55062943/4550000
915.58/915.87	c cleaning 94993 clauses out of 190029 with flag 55929887/4646000
937.69/938.03	c cleaning 96012 clauses out of 192037 with flag 57071592/4743001
955.00/955.46	c cleaning 96997 clauses out of 194025 with flag 57873847/4841001
974.30/974.69	c cleaning 97999 clauses out of 196029 with flag 58955030/4940002
992.72/993.14	c cleaning 98997 clauses out of 198029 with flag 59970429/5040001
1013.86/1014.26	c cleaning 100002 clauses out of 200031 with flag 61062931/5141000
1036.66/1037.01	c cleaning 100993 clauses out of 202029 with flag 62339071/5243000
1056.58/1056.91	c cleaning 102009 clauses out of 204039 with flag 63316516/5346003
1077.72/1078.02	c cleaning 103002 clauses out of 206028 with flag 64382701/5450001
1096.63/1097.09	c cleaning 104005 clauses out of 208025 with flag 65329857/5555000
1117.68/1118.43	c cleaning 104996 clauses out of 210020 with flag 66317139/5661000
1137.69/1138.49	c cleaning 106007 clauses out of 212024 with flag 67381109/5768000
1157.29/1158.05	c cleaning 106996 clauses out of 214018 with flag 68330026/5876001
1176.48/1177.34	c cleaning 107996 clauses out of 216024 with flag 69208007/5985003
1200.45/1201.42	c cleaning 108998 clauses out of 218025 with flag 70381659/6095000
1223.48/1224.42	c cleaning 109997 clauses out of 220029 with flag 71477432/6206002
1245.85/1246.88	c cleaning 110994 clauses out of 222030 with flag 72566632/6318000
1267.97/1269.08	c cleaning 112004 clauses out of 224036 with flag 73645033/6431000
1293.15/1294.31	c cleaning 112987 clauses out of 226032 with flag 74840501/6545000
1319.55/1320.79	c cleaning 114011 clauses out of 228045 with flag 76313137/6660000
1342.36/1343.69	c cleaning 115008 clauses out of 230035 with flag 77418858/6776001
1365.74/1367.12	c cleaning 116002 clauses out of 232027 with flag 78580858/6893001
1390.37/1391.99	c cleaning 116994 clauses out of 234025 with flag 79787574/7011001
1420.67/1422.34	c cleaning 117993 clauses out of 236030 with flag 81339072/7130000
1444.00/1445.65	c cleaning 119007 clauses out of 238037 with flag 82505254/7250000
1468.80/1470.56	c cleaning 120005 clauses out of 240031 with flag 83634785/7371001
1492.22/1494.04	c cleaning 120998 clauses out of 242025 with flag 84832488/7493000
1518.50/1520.46	c cleaning 122006 clauses out of 244028 with flag 86205831/7616001
1544.77/1546.71	c cleaning 123004 clauses out of 246022 with flag 87394938/7740001
1570.54/1572.12	c cleaning 123986 clauses out of 248018 with flag 88642037/7865001
1596.26/1597.82	c cleaning 124998 clauses out of 250032 with flag 89800664/7991001
1624.51/1626.12	c cleaning 126008 clauses out of 252033 with flag 91152555/8118000
1655.96/1657.64	c cleaning 126995 clauses out of 254026 with flag 92716001/8246001
1681.14/1682.84	c cleaning 128001 clauses out of 256030 with flag 93879755/8375000
1710.85/1712.63	c cleaning 129005 clauses out of 258029 with flag 95425784/8505000
1740.23/1741.77	c cleaning 130003 clauses out of 260024 with flag 96927234/8636000
1768.56/1770.11	c cleaning 131009 clauses out of 262024 with flag 98236590/8768003
1797.67/1799.24	c cleaning 131990 clauses out of 264012 with flag 99707455/8901000
1825.00/1826.68	c cleaning 132995 clauses out of 266023 with flag 100972570/9035001
1860.12/1861.84	c cleaning 133985 clauses out of 268027 with flag 102632092/9170000
1893.95/1895.79	c cleaning 135021 clauses out of 270042 with flag 104325817/9306000
1925.20/1927.10	c cleaning 135988 clauses out of 272022 with flag 105766228/9443001
1960.39/1962.31	c cleaning 137005 clauses out of 274033 with flag 107586053/9581000
2012.01/2014.08	c cleaning 137997 clauses out of 276028 with flag 110099908/9720000
2043.04/2045.05	c cleaning 139003 clauses out of 278031 with flag 111543322/9860000
2080.23/2082.31	c cleaning 139993 clauses out of 280030 with flag 113243456/10001002
2113.50/2115.74	c cleaning 141008 clauses out of 282035 with flag 114885065/10143000
2145.43/2147.65	c cleaning 142000 clauses out of 284027 with flag 116280983/10286000
2177.87/2179.93	c cleaning 143000 clauses out of 286029 with flag 117790869/10430002
2211.03/2213.17	c cleaning 143996 clauses out of 288027 with flag 119391875/10575000
2243.23/2245.36	c cleaning 145007 clauses out of 290035 with flag 120832556/10721004
2281.27/2283.47	c cleaning 145999 clauses out of 292026 with flag 122612782/10868002
2316.32/2318.51	c cleaning 147007 clauses out of 294026 with flag 124178313/11016001
2350.39/2352.61	c cleaning 147996 clauses out of 296018 with flag 125627382/11165000
2393.05/2395.34	c cleaning 149003 clauses out of 298023 with flag 127682419/11315001
2452.42/2454.81	c cleaning 149981 clauses out of 300021 with flag 130497750/11466002
2514.17/2516.67	c cleaning 151005 clauses out of 302040 with flag 133372445/11618002
2547.17/2549.63	c cleaning 152005 clauses out of 304035 with flag 134867224/11771002
2582.97/2585.63	c cleaning 153005 clauses out of 306028 with flag 136595635/11925000
2622.90/2625.60	c cleaning 153994 clauses out of 308025 with flag 138235747/12080002
2661.96/2664.74	c cleaning 154984 clauses out of 310030 with flag 140108219/12236001
2704.48/2707.31	c cleaning 156011 clauses out of 312046 with flag 142123178/12393001
2742.72/2745.50	c cleaning 157007 clauses out of 314035 with flag 143826162/12551001
2780.83/2783.30	c cleaning 157989 clauses out of 316028 with flag 145558425/12710001
2818.64/2821.18	c cleaning 158983 clauses out of 318039 with flag 147299954/12870001
2855.71/2858.27	c cleaning 160016 clauses out of 320057 with flag 149159607/13031002
2891.77/2894.67	c cleaning 160998 clauses out of 322040 with flag 150710303/13193001
2933.87/2936.89	c cleaning 162006 clauses out of 324041 with flag 152540863/13356000
2971.24/2974.27	c cleaning 162986 clauses out of 326035 with flag 154217229/13520000
3010.91/3014.06	c cleaning 163999 clauses out of 328049 with flag 156004148/13685000
3051.23/3054.40	c cleaning 165008 clauses out of 330050 with flag 157859070/13851000
3094.27/3097.03	c cleaning 166002 clauses out of 332042 with flag 159632917/14018000
3134.34/3137.23	c cleaning 167008 clauses out of 334041 with flag 161501532/14186001
3174.10/3177.02	c cleaning 167994 clauses out of 336032 with flag 163223351/14355000
3215.10/3218.06	c cleaning 169003 clauses out of 338039 with flag 165139966/14525001
3258.60/3261.55	c cleaning 169997 clauses out of 340035 with flag 166985600/14696000
3302.86/3305.89	c cleaning 170997 clauses out of 342038 with flag 169028334/14868000
3347.62/3350.54	c cleaning 171986 clauses out of 344042 with flag 171145785/15041001
3390.47/3393.43	c cleaning 173010 clauses out of 346056 with flag 173069379/15215001
3433.98/3436.81	c cleaning 174003 clauses out of 348045 with flag 174830029/15390000
3478.16/3481.04	c cleaning 175004 clauses out of 350042 with flag 176866490/15566000
3540.24/3543.23	c cleaning 175977 clauses out of 352038 with flag 179578919/15743000
3600.06/3603.03	c timeout
3600.06/3603.04	c starts		: 9854
3600.06/3603.04	c conflicts		: 15912477
3600.06/3603.04	c decisions		: 20642658
3600.06/3603.04	c propagations		: 1512485750
3600.06/3603.04	c inspects		: 37885512065
3600.06/3603.04	c shortcuts		: 0
3600.06/3603.04	c learnt literals	: 0
3600.06/3603.04	c learnt binary clauses	: 0
3600.06/3603.04	c learnt ternary clauses	: 0
3600.06/3603.04	c learnt constraints	: 15912477
3600.06/3603.04	c ignored constraints	: 0
3600.06/3603.04	c root simplifications	: 0
3600.06/3603.04	c removed literals (reason simplification)	: 535882460
3600.06/3603.04	c reason swapping (by a shorter reason)	: 0
3600.06/3603.04	c Calls to reduceDB	: 173
3600.06/3603.04	c Number of update (reduction) of LBD	: 7495645
3600.06/3603.05	c Imported unit clauses	: 0
3600.06/3603.05	c No decision after first conflict	: false
3600.06/3603.05	c number of reductions to clauses (during analyze)	: 0
3600.06/3603.05	c number of learned constraints concerned by reduction	: 0
3600.06/3603.05	c number of learning phase by resolution	: 0
3600.06/3603.05	c number of learning phase by cutting planes	: 0
3600.06/3603.05	c number of rounding to 1 operations	: 0
3600.06/3603.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3603.05	c number of reductions of the coefficients by power 2 	: 0
3600.06/3603.05	c number of right shift for reduction by power 2 	: 0
3600.06/3603.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3603.05	c number of ending skipping 	: 0
3600.06/3603.05	c number of internal skipping 	: 0
3600.06/3603.05	c number of derivation steps 	: 0
3600.06/3603.05	c number of skipped derivation steps 	: 0
3600.06/3603.05	c number of remaining unassigned 	: 0
3600.06/3603.05	c number of remaining assigned 	: 0
3600.06/3603.05	c number of falsified literals weakened from reason	: 0
3600.06/3603.05	c number of falsified literals weakened from conflict	: 0
3600.06/3603.05	c time for arithmetic operations	: 0
3600.06/3603.05	c minimum degree of deleted constraints	: null
3600.06/3603.05	c maximum degree of deleted constraints	: null
3600.06/3603.05	c number of deleted constraints	: 0
3600.06/3603.05	c speed (assignments/second)	: 419888.1296437983
3600.06/3603.05	c non guided choices	: 193
3600.25/3603.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 345538
3600.25/3603.12	s UNKNOWN
3600.25/3603.12	c Total wall clock time (in seconds): 3602.788

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

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

solver pid=17904, runsolver pid=17901

[startup+0.100071 s]*
/proc/loadavg: 4.36 3.52 3.63 5/330 17922
/proc/meminfo: memFree=120684336/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=18930384 memory=52488 CPUtime=0.1 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 5762 0 0 0 8 2 0 0 20 0 18 0 31428572 19384713216 13122 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4732596 13122 5329 1 0 546996 0
[pid=17904/tid=17906] ppid=17901 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 4637 0 0 0 4 2 0 0 20 0 18 0 31428575 19384713216 13122 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31428578 19384713216 13122 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31428579 19384713216 13122 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52488 KiB

[startup+0.214177 s]*
/proc/loadavg: 4.36 3.52 3.63 6/330 17922
/proc/meminfo: memFree=120683328/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=18930384 memory=57076 CPUtime=0.26 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 6389 0 0 0 23 3 0 0 20 0 18 0 31428572 19384713216 14269 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4732596 14269 5361 1 0 547537 0
[pid=17904/tid=17906] ppid=17901 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 4980 0 0 0 14 2 0 0 20 0 18 0 31428575 19384713216 14269 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31428578 19384713216 14269 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31428579 19384713216 14301 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57076 KiB

[startup+0.316228 s]*
/proc/loadavg: 4.36 3.52 3.63 7/330 17922
/proc/meminfo: memFree=120683328/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=18930384 memory=62600 CPUtime=0.42 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 6666 0 0 0 39 3 0 0 20 0 18 0 31428572 19384713216 15650 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4732596 15650 5457 1 0 547772 0
[pid=17904/tid=17906] ppid=17901 vsize=18930384 memory=-6000919502854907246 CPUtime=0.25 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 5194 0 0 0 23 2 0 0 20 0 18 0 31428575 19384713216 15650 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31428578 19384713216 15650 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31428579 19384713216 15650 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62600 KiB

[startup+0.700293 s]
/proc/loadavg: 4.36 3.52 3.63 6/330 17922
/proc/meminfo: memFree=120670284/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=18930384 memory=116532 CPUtime=1.12 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 8312 0 0 0 107 5 0 0 20 0 18 0 31428572 19384713216 29133 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4732596 29133 5457 1 0 548918 0
[pid=17904/tid=17906] ppid=17901 vsize=18930384 memory=17152 CPUtime=0.59 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 5293 0 0 0 56 3 0 0 20 0 18 0 31428575 19384713216 29133 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31428578 19384713216 29133 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31428579 19384713216 29133 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 116532 KiB

[startup+1.50028 s]
/proc/loadavg: 4.36 3.52 3.63 7/332 17924
/proc/meminfo: memFree=120587420/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=177148 CPUtime=2.67 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 17704 0 0 0 260 7 0 0 20 0 20 0 31428572 19521036288 44287 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 44287 5489 1 0 553182 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=3200 CPUtime=1.31 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 5796 0 0 0 127 4 0 0 20 0 20 0 31428575 19521036288 44287 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 44287 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 44287 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 44287 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177148 KiB

[startup+3.10552 s]
/proc/loadavg: 4.42 3.55 3.63 6/332 17924
/proc/meminfo: memFree=120548568/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=187152 CPUtime=5.83 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 20704 0 0 0 573 10 0 0 20 0 20 0 31428572 19521036288 46788 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 46788 5489 1 0 553439 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=10752 CPUtime=2.86 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 6646 0 0 0 280 6 0 0 20 0 20 0 31428575 19521036288 46788 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 46788 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 46788 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 46788 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187152 KiB

[startup+6.30042 s]
/proc/loadavg: 4.42 3.55 3.63 5/332 17924
/proc/meminfo: memFree=120373168/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=382864 CPUtime=9.59 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 21003 0 0 0 942 17 0 0 20 0 20 0 31428572 19521036288 95716 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 95716 5489 1 0 553446 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=0 CPUtime=6.03 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 6847 0 0 0 590 13 0 0 20 0 20 0 31428575 19521036288 95716 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 95716 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 95716 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=280671146894352 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 95716 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 382864 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 3.56 3.64 5/332 17924
/proc/meminfo: memFree=119971060/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=684224 CPUtime=16.96 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 27881 0 0 0 1668 28 0 0 20 0 20 0 31428572 19521036288 171056 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 171056 5489 1 0 553665 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=310456 CPUtime=12.33 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 8207 0 0 0 1211 22 0 0 20 0 20 0 31428575 19521036288 171056 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 171056 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=684224 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 171056 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 171056 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 684224 KiB

[startup+25.5005 s]
/proc/loadavg: 4.37 3.60 3.65 5/332 17925
/proc/meminfo: memFree=119212560/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1325548 CPUtime=29.89 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 31978 0 0 0 2941 48 0 0 20 0 20 0 31428572 19521036288 331387 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 331387 5521 1 0 553665 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=10752 CPUtime=25.03 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 9564 0 0 0 2462 41 0 0 20 0 20 0 31428575 19521036288 331387 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 331387 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=-6000919502854907246 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 331387 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=-6000919502854907246 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 331387 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325548 KiB

[startup+51.1141 s]
/proc/loadavg: 4.24 3.63 3.66 5/332 17925
/proc/meminfo: memFree=118607864/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1331704 CPUtime=55.33 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 34069 0 0 0 5464 69 0 0 20 0 20 0 31428572 19521036288 332926 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 332926 5521 1 0 553665 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1331704 CPUtime=50.25 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 10536 0 0 0 4966 59 0 0 20 0 20 0 31428575 19521036288 332926 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=1331704 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 332926 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=-6000919502854907246 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 332926 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/330 18441
/proc/meminfo: memFree=92165368/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3279.43 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 116514 0 0 0 326570 1373 0 0 20 0 20 0 31428572 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 480898 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3233.07 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 50529 0 0 0 322122 1185 0 0 20 0 20 0 31428575 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=1923592 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1637 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=19968 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3279.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1923592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/332 18449
/proc/meminfo: memFree=91971508/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3339.34 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 118354 0 0 0 332539 1395 0 0 20 0 20 0 31428572 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 480898 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3292.38 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 51450 0 0 0 328034 1204 0 0 20 0 20 0 31428575 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=1923592 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=12160 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1710 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3339.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1923592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.20 4.12 7/331 18585
/proc/meminfo: memFree=104973488/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3399.36 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 119844 0 0 0 338517 1419 0 0 20 0 20 0 31428572 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 480898 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1923592 CPUtime=3351.51 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 52252 0 0 0 333926 1225 0 0 20 0 20 0 31428575 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=1923592 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=1923592 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 480898 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3399.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1923592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.22 4.13 5/331 18589
/proc/meminfo: memFree=102211892/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3459.39 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 122658 0 0 0 344497 1442 0 0 20 0 20 0 31428572 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 482059 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=4252 CPUtime=3410.5 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 52831 0 0 0 339805 1245 0 0 20 0 20 0 31428575 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=1923592 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=1928236 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3459.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1928236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.23 4.14 5/331 18591
/proc/meminfo: memFree=101457408/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3519.38 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 122690 0 0 0 350475 1463 0 0 20 0 20 0 31428572 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 482059 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3469.95 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 52845 0 0 0 345732 1263 0 0 20 0 20 0 31428575 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=1928236 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=1928236 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3519.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1928236 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.20 4.13 5/331 18593
/proc/meminfo: memFree=100909604/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3579.42 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 122832 0 0 0 356462 1480 0 0 20 0 20 0 31428572 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 482059 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3529.41 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 52947 0 0 0 351665 1276 0 0 20 0 20 0 31428575 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=1928236 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3579.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1928236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603 s]*
/proc/loadavg: 4.17 4.20 4.13 5/330 18593
/proc/meminfo: memFree=100699568/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19063512 memory=1928236 CPUtime=3600.06 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 122972 0 0 0 358519 1487 0 0 20 0 20 0 31428572 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4765878 482059 5553 1 0 493503 0
[pid=17904/tid=17906] ppid=17901 vsize=19063512 memory=-6000919507049473134 CPUtime=3549.81 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) R 17901 17904 16715 0 -1 4194368 53027 0 0 0 353699 1282 0 0 20 0 20 0 31428575 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19063512 memory=5044 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31428578 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19063512 memory=5224 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 31428579 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17924] ppid=17901 vsize=19063512 memory=5156 CPUtime=0 cores=4,6
/proc/17904/task/17924/stat : 17924 (Timer-0) S 17901 17904 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31428666 19521036288 482059 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1928236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.41 s, system=14.8958 s

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

[startup+3603.12 s]
/proc/loadavg: 4.17 4.20 4.13 5/330 18593
/proc/meminfo: memFree=100699568/131382112 swapFree=33010684/33010684
[pid=17904] ppid=17901 vsize=19263204 memory=1929004 CPUtime=3600.25 cores=4,6
/proc/17904/stat : 17904 (java) S 17901 17904 16715 0 -1 4194304 124836 0 0 0 358538 1487 0 0 20 0 21 0 31428572 19725520896 482251 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
/proc/17904/statm: 4815801 482251 5553 1 0 494423 0
[pid=17904/tid=17906] ppid=17901 vsize=19263204 memory=1923592 CPUtime=3549.83 cores=4,6
/proc/17904/task/17906/stat : 17906 (java) S 17901 17904 16715 0 -1 4194368 53299 0 0 0 353701 1282 0 0 20 0 21 0 31428575 19725520896 482251 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17915] ppid=17901 vsize=19263204 memory=-6000919502854907246 CPUtime=0 cores=4,6
/proc/17904/task/17915/stat : 17915 (Finalizer) S 17901 17904 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31428578 19725520896 482251 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
[pid=17904/tid=17922] ppid=17901 vsize=19263204 memory=1928236 CPUtime=0 cores=4,6
/proc/17904/task/17922/stat : 17922 (Common-Cleaner) S 17901 17904 16715 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 21 0 31428579 19725520896 482251 18446744073709551615 93842233819136 93842233822832 140729855416384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93842233830648 93842233831440 93842253905920 140729855420720 140729855420902 140729855420902 140729855426504 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1929004 KiB

Child status: 143

Real time (s): 3603.17
CPU time (s): 3600.3
CPU user time (s): 3585.41
CPU system time (s): 14.8958
CPU usage (%): 99.9204
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2186564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.41
system time used= 14.8958
maximum resident set size= 2186564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18419120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122077
involuntary context switches= 10547


# summary of solver processes directly reported to runsolver:
#   pid: 17904
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3585.41
#   total CPU system time (s): 14.8958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1145 second user time and 38.5096 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 02:38:09
IDJOB=4494461
IDBENCH=147891
IDSOLVER=3364
FILE ID=nodeC012/4494461-1751157489
RUNJOBID= nodeC012-1751157286-16726
SLURM_JOB_ID= 9587482
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494461-1751157489/watcher-4494461-1751157489 -o /tmp/evaluation-result-4494461-1751157489/solver-4494461-1751157489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16726 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494461-1751157489 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4494461-1751157489.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1122143561

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.699
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.460
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.041
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.389
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3392.102
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.704
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.157
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.855
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120701612 kB
MemAvailable:   121877052 kB
Buffers:            3280 kB
Cached:          1986112 kB
SwapCached:            0 kB
Active:          8351936 kB
Inactive:        1752968 kB
Active(anon):    8133868 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file):  1752968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80780 kB
Writeback:            24 kB
AnonPages:       8119036 kB
Mapped:           122184 kB
Shmem:             17960 kB
KReclaimable:      87680 kB
Slab:             172188 kB
SReclaimable:      87680 kB
SUnreclaim:        84508 kB
KernelStack:        5072 kB
PageTables:        19584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10958096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7899136 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC012 at 2025-06-29 03:38:12