Trace number 4494460

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.22 3601.9

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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4494460-1751157490.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.288s.
0.70/0.42	c declared #vars     1020
0.70/0.42	c #constraints  43180
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.70/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
0.70/0.42	c 43180 constraints processed.
2.07/1.16	c cleaning 2499 clauses out of 5002 with flag 20089/5002
2.98/1.63	c cleaning 4247 clauses out of 8501 with flag 50607/11000
3.60/2.15	c cleaning 5624 clauses out of 11255 with flag 96172/18001
4.28/2.75	c cleaning 6812 clauses out of 13634 with flag 155988/26004
5.16/3.59	c cleaning 7902 clauses out of 15820 with flag 259760/35002
6.33/4.67	c cleaning 8951 clauses out of 17916 with flag 404029/45000
7.44/5.71	c cleaning 9980 clauses out of 19971 with flag 529485/56006
8.33/6.60	c cleaning 10989 clauses out of 21986 with flag 604262/68001
9.37/7.57	c cleaning 11992 clauses out of 23996 with flag 685648/81000
10.48/8.70	c cleaning 12994 clauses out of 26005 with flag 785542/95001
11.78/9.90	c cleaning 14000 clauses out of 28010 with flag 886495/110000
12.98/11.18	c cleaning 14996 clauses out of 30010 with flag 990978/126000
14.40/12.51	c cleaning 15999 clauses out of 32015 with flag 1098438/143001
15.82/14.00	c cleaning 16999 clauses out of 34015 with flag 1216653/161000
17.42/15.53	c cleaning 18004 clauses out of 36017 with flag 1336357/180001
19.12/17.29	c cleaning 18999 clauses out of 38012 with flag 1490335/200000
21.45/19.53	c cleaning 19998 clauses out of 40015 with flag 1694105/221002
23.65/21.78	c cleaning 21001 clauses out of 42016 with flag 1930737/243001
26.24/24.36	c cleaning 21999 clauses out of 44018 with flag 2169560/266004
29.04/27.14	c cleaning 23004 clauses out of 46017 with flag 2449117/290002
31.33/29.45	c cleaning 24003 clauses out of 48015 with flag 2633485/315004
34.06/32.19	c cleaning 24998 clauses out of 50008 with flag 2852153/341000
37.35/35.43	c cleaning 26002 clauses out of 52010 with flag 3132577/368000
39.85/37.99	c cleaning 27000 clauses out of 54008 with flag 3321481/396000
42.54/40.69	c cleaning 28002 clauses out of 56009 with flag 3526474/425001
45.58/43.68	c cleaning 28997 clauses out of 58008 with flag 3749251/455002
49.28/47.34	c cleaning 29994 clauses out of 60009 with flag 4042549/486000
52.67/50.76	c cleaning 31006 clauses out of 62019 with flag 4341992/518004
56.36/54.48	c cleaning 31998 clauses out of 64010 with flag 4634491/551001
60.09/58.18	c cleaning 32999 clauses out of 66012 with flag 4949177/585001
64.28/62.37	c cleaning 34003 clauses out of 68017 with flag 5315729/620005
67.99/66.06	c cleaning 34990 clauses out of 70009 with flag 5596146/656000
72.01/70.03	c cleaning 36006 clauses out of 72019 with flag 5899649/693000
75.81/73.88	c cleaning 37001 clauses out of 74013 with flag 6157550/731000
80.11/78.11	c cleaning 38000 clauses out of 76012 with flag 6480600/770000
84.50/82.57	c cleaning 38993 clauses out of 78014 with flag 6829150/810002
89.29/87.32	c cleaning 40002 clauses out of 80020 with flag 7197452/851001
93.79/91.87	c cleaning 41006 clauses out of 82017 with flag 7536244/893000
98.80/96.87	c cleaning 41993 clauses out of 84012 with flag 7935073/936001
104.99/103.07	c cleaning 43001 clauses out of 86018 with flag 8427285/980000
110.68/108.72	c cleaning 43999 clauses out of 88017 with flag 8935435/1025000
116.70/114.79	c cleaning 45001 clauses out of 90019 with flag 9425390/1071001
124.99/123.03	c cleaning 45989 clauses out of 92017 with flag 10096519/1118000
133.30/131.35	c cleaning 47000 clauses out of 94028 with flag 10853023/1166000
139.59/137.63	c cleaning 48008 clauses out of 96029 with flag 11398864/1215001
145.68/143.74	c cleaning 49001 clauses out of 98020 with flag 11867019/1265000
151.50/149.58	c cleaning 50003 clauses out of 100020 with flag 12244479/1316001
157.28/155.38	c cleaning 50996 clauses out of 102016 with flag 12631355/1368000
166.61/164.68	c cleaning 51997 clauses out of 104021 with flag 13309874/1421001
178.18/176.24	c cleaning 52998 clauses out of 106023 with flag 14189792/1475000
188.29/186.35	c cleaning 54000 clauses out of 108027 with flag 15131511/1530002
199.07/197.13	c cleaning 54996 clauses out of 110025 with flag 16153018/1586000
210.95/209.03	c cleaning 55992 clauses out of 112029 with flag 17310283/1643000
223.96/222.09	c cleaning 57001 clauses out of 114037 with flag 18591711/1701000
236.34/234.41	c cleaning 58009 clauses out of 116036 with flag 19832599/1760000
250.06/248.11	c cleaning 58999 clauses out of 118028 with flag 21116576/1820001
265.32/263.49	c cleaning 59991 clauses out of 120028 with flag 22452435/1881000
280.30/278.46	c cleaning 61000 clauses out of 122037 with flag 23830470/1943000
295.82/293.92	c cleaning 62003 clauses out of 124037 with flag 25352988/2006000
311.28/309.48	c cleaning 63001 clauses out of 126036 with flag 26916798/2070002
328.54/326.79	c cleaning 63995 clauses out of 128035 with flag 28384310/2135002
346.16/344.37	c cleaning 65002 clauses out of 130038 with flag 29931033/2201000
365.70/363.97	c cleaning 66008 clauses out of 132037 with flag 31617656/2268001
376.58/374.82	c cleaning 67005 clauses out of 134028 with flag 32646109/2336000
385.86/384.16	c cleaning 68000 clauses out of 136023 with flag 33257485/2405000
395.56/393.52	c cleaning 69003 clauses out of 138023 with flag 33893226/2475000
404.54/402.58	c cleaning 69990 clauses out of 140021 with flag 34456528/2546001
413.72/411.77	c cleaning 71009 clauses out of 142032 with flag 35004739/2618002
425.20/423.28	c cleaning 72000 clauses out of 144021 with flag 35761894/2691000
436.22/434.24	c cleaning 73000 clauses out of 146022 with flag 36515701/2765001
450.18/448.21	c cleaning 73995 clauses out of 148021 with flag 37391869/2840000
462.07/460.13	c cleaning 75003 clauses out of 150026 with flag 38310976/2916000
474.83/472.94	c cleaning 75999 clauses out of 152025 with flag 39109903/2993002
487.81/485.96	c cleaning 77006 clauses out of 154024 with flag 39943343/3071000
499.18/497.29	c cleaning 77997 clauses out of 156018 with flag 40606230/3150000
509.96/508.00	c cleaning 79006 clauses out of 158021 with flag 41218364/3230000
521.42/519.54	c cleaning 79998 clauses out of 160015 with flag 41880746/3311000
533.70/531.84	c cleaning 80998 clauses out of 162017 with flag 42640197/3393000
545.71/543.89	c cleaning 82003 clauses out of 164021 with flag 43376611/3476002
557.30/555.42	c cleaning 82997 clauses out of 166016 with flag 44017228/3560000
571.66/569.88	c cleaning 83999 clauses out of 168019 with flag 44910062/3645000
584.64/582.87	c cleaning 84992 clauses out of 170021 with flag 45668898/3731001
597.21/595.41	c cleaning 86007 clauses out of 172031 with flag 46409019/3818003
610.33/608.50	c cleaning 86994 clauses out of 174022 with flag 47208292/3906001
625.00/623.26	c cleaning 87983 clauses out of 176027 with flag 48158575/3995000
641.36/639.60	c cleaning 89013 clauses out of 178045 with flag 49265428/4085001
658.32/656.69	c cleaning 89968 clauses out of 180031 with flag 50372039/4176000
688.96/687.35	c cleaning 91016 clauses out of 182063 with flag 52122081/4268000
703.82/702.14	c cleaning 92013 clauses out of 184047 with flag 53173813/4361000
718.89/717.22	c cleaning 93007 clauses out of 186034 with flag 54080144/4455000
735.05/733.49	c cleaning 93998 clauses out of 188027 with flag 55062943/4550000
750.31/748.76	c cleaning 94993 clauses out of 190029 with flag 55929887/4646000
768.67/767.15	c cleaning 96012 clauses out of 192037 with flag 57071592/4743001
783.42/781.92	c cleaning 96997 clauses out of 194025 with flag 57873847/4841001
801.08/799.65	c cleaning 97999 clauses out of 196029 with flag 58955030/4940002
817.74/816.28	c cleaning 98997 clauses out of 198029 with flag 59970429/5040001
835.30/833.88	c cleaning 100002 clauses out of 200031 with flag 61062931/5141000
855.46/854.04	c cleaning 100993 clauses out of 202029 with flag 62339071/5243000
872.22/870.82	c cleaning 102009 clauses out of 204039 with flag 63316516/5346003
890.69/889.25	c cleaning 103002 clauses out of 206028 with flag 64382701/5450001
907.87/906.46	c cleaning 104005 clauses out of 208025 with flag 65329857/5555000
925.92/924.53	c cleaning 104996 clauses out of 210020 with flag 66317139/5661000
944.28/942.94	c cleaning 106007 clauses out of 212024 with flag 67381109/5768000
962.37/960.64	c cleaning 106996 clauses out of 214018 with flag 68330026/5876001
980.02/978.37	c cleaning 107996 clauses out of 216024 with flag 69208007/5985003
1001.18/999.54	c cleaning 108998 clauses out of 218025 with flag 70381659/6095000
1022.54/1020.99	c cleaning 109997 clauses out of 220029 with flag 71477432/6206002
1041.99/1040.45	c cleaning 110994 clauses out of 222030 with flag 72566632/6318000
1060.99/1059.43	c cleaning 112004 clauses out of 224036 with flag 73645033/6431000
1082.83/1081.33	c cleaning 112987 clauses out of 226032 with flag 74840501/6545000
1106.97/1105.58	c cleaning 114011 clauses out of 228045 with flag 76313137/6660000
1127.02/1125.67	c cleaning 115008 clauses out of 230035 with flag 77418858/6776001
1148.56/1147.28	c cleaning 116002 clauses out of 232027 with flag 78580858/6893001
1170.21/1168.98	c cleaning 116994 clauses out of 234025 with flag 79787574/7011001
1198.54/1197.24	c cleaning 117993 clauses out of 236030 with flag 81339072/7130000
1219.88/1218.61	c cleaning 119007 clauses out of 238037 with flag 82505254/7250000
1241.13/1239.96	c cleaning 120005 clauses out of 240031 with flag 83634785/7371001
1262.78/1261.64	c cleaning 120998 clauses out of 242025 with flag 84832488/7493000
1288.01/1286.90	c cleaning 122006 clauses out of 244028 with flag 86205831/7616001
1310.56/1309.59	c cleaning 123004 clauses out of 246022 with flag 87394938/7740001
1334.29/1333.39	c cleaning 123986 clauses out of 248018 with flag 88642037/7865001
1356.83/1355.99	c cleaning 124998 clauses out of 250032 with flag 89800664/7991001
1382.06/1381.15	c cleaning 126008 clauses out of 252033 with flag 91152555/8118000
1411.08/1410.22	c cleaning 126995 clauses out of 254026 with flag 92716001/8246001
1434.34/1433.54	c cleaning 128001 clauses out of 256030 with flag 93879755/8375000
1462.37/1461.61	c cleaning 129005 clauses out of 258029 with flag 95425784/8505000
1488.49/1487.81	c cleaning 130003 clauses out of 260024 with flag 96927234/8636000
1514.63/1514.09	c cleaning 131009 clauses out of 262024 with flag 98236590/8768003
1542.25/1541.74	c cleaning 131990 clauses out of 264012 with flag 99707455/8901000
1567.79/1567.30	c cleaning 132995 clauses out of 266023 with flag 100972570/9035001
1600.56/1600.08	c cleaning 133985 clauses out of 268027 with flag 102632092/9170000
1632.97/1632.52	c cleaning 135021 clauses out of 270042 with flag 104325817/9306000
1662.18/1661.87	c cleaning 135988 clauses out of 272022 with flag 105766228/9443001
1696.19/1695.92	c cleaning 137005 clauses out of 274033 with flag 107586053/9581000
1747.56/1747.41	c cleaning 137997 clauses out of 276028 with flag 110099908/9720000
1776.72/1776.56	c cleaning 139003 clauses out of 278031 with flag 111543322/9860000
1809.64/1809.57	c cleaning 139993 clauses out of 280030 with flag 113243456/10001002
1839.28/1839.20	c cleaning 141008 clauses out of 282035 with flag 114885065/10143000
1867.91/1867.93	c cleaning 142000 clauses out of 284027 with flag 116280983/10286000
1897.04/1897.02	c cleaning 143000 clauses out of 286029 with flag 117790869/10430002
1928.17/1928.21	c cleaning 143996 clauses out of 288027 with flag 119391875/10575000
1957.40/1957.50	c cleaning 145007 clauses out of 290035 with flag 120832556/10721004
1992.51/1992.76	c cleaning 145999 clauses out of 292026 with flag 122612782/10868002
2024.43/2024.76	c cleaning 147007 clauses out of 294026 with flag 124178313/11016001
2055.82/2055.67	c cleaning 147996 clauses out of 296018 with flag 125627382/11165000
2097.91/2097.80	c cleaning 149003 clauses out of 298023 with flag 127682419/11315001
2154.27/2154.39	c cleaning 149981 clauses out of 300021 with flag 130497750/11466002
2214.82/2215.07	c cleaning 151005 clauses out of 302040 with flag 133372445/11618002
2246.67/2246.84	c cleaning 152005 clauses out of 304035 with flag 134867224/11771002
2280.29/2280.57	c cleaning 153005 clauses out of 306028 with flag 136595635/11925000
2314.69/2315.05	c cleaning 153994 clauses out of 308025 with flag 138235747/12080002
2351.30/2351.61	c cleaning 154984 clauses out of 310030 with flag 140108219/12236001
2390.32/2390.70	c cleaning 156011 clauses out of 312046 with flag 142123178/12393001
2425.54/2426.08	c cleaning 157007 clauses out of 314035 with flag 143826162/12551001
2460.47/2461.03	c cleaning 157989 clauses out of 316028 with flag 145558425/12710001
2495.08/2495.63	c cleaning 158983 clauses out of 318039 with flag 147299954/12870001
2530.29/2530.94	c cleaning 160016 clauses out of 320057 with flag 149159607/13031002
2563.60/2564.38	c cleaning 160998 clauses out of 322040 with flag 150710303/13193001
2602.21/2603.01	c cleaning 162006 clauses out of 324041 with flag 152540863/13356000
2638.40/2639.25	c cleaning 162986 clauses out of 326035 with flag 154217229/13520000
2674.82/2675.72	c cleaning 163999 clauses out of 328049 with flag 156004148/13685000
2712.84/2713.85	c cleaning 165008 clauses out of 330050 with flag 157859070/13851000
2749.64/2750.70	c cleaning 166002 clauses out of 332042 with flag 159632917/14018000
2787.24/2788.45	c cleaning 167008 clauses out of 334041 with flag 161501532/14186001
2824.83/2826.08	c cleaning 167994 clauses out of 336032 with flag 163223351/14355000
2864.44/2865.76	c cleaning 169003 clauses out of 338039 with flag 165139966/14525001
2904.05/2905.40	c cleaning 169997 clauses out of 340035 with flag 166985600/14696000
2946.67/2948.12	c cleaning 170997 clauses out of 342038 with flag 169028334/14868000
2989.27/2990.86	c cleaning 171986 clauses out of 344042 with flag 171145785/15041001
3030.85/3032.46	c cleaning 173010 clauses out of 346056 with flag 173069379/15215001
3070.47/3072.18	c cleaning 174003 clauses out of 348045 with flag 174830029/15390000
3111.67/3113.49	c cleaning 175004 clauses out of 350042 with flag 176866490/15566000
3171.75/3173.61	c cleaning 175977 clauses out of 352038 with flag 179578919/15743000
3231.92/3233.88	c cleaning 177020 clauses out of 354062 with flag 182271374/15921001
3296.69/3298.79	c cleaning 177992 clauses out of 356041 with flag 185019780/16100000
3355.46/3357.60	c cleaning 179017 clauses out of 358049 with flag 187852206/16280000
3406.27/3407.76	c cleaning 179988 clauses out of 360032 with flag 190221378/16461000
3451.57/3453.16	c cleaning 181016 clauses out of 362046 with flag 192255583/16643002
3490.05/3491.67	c cleaning 182005 clauses out of 364029 with flag 194269562/16826001
3528.56/3530.26	c cleaning 183009 clauses out of 366023 with flag 196283201/17010000
3572.07/3573.80	c cleaning 183996 clauses out of 368014 with flag 198622847/17195000
3600.08/3601.81	c starts		: 10477
3600.08/3601.81	c timeout
3600.08/3601.81	c conflicts		: 17308853
3600.08/3601.81	c decisions		: 22419562
3600.08/3601.81	c propagations		: 1644670336
3600.08/3601.81	c inspects		: 42323964586
3600.08/3601.81	c shortcuts		: 0
3600.08/3601.81	c learnt literals	: 0
3600.08/3601.81	c learnt binary clauses	: 0
3600.08/3601.81	c learnt ternary clauses	: 0
3600.08/3601.81	c learnt constraints	: 17308853
3600.08/3601.81	c ignored constraints	: 0
3600.08/3601.81	c root simplifications	: 0
3600.08/3601.81	c removed literals (reason simplification)	: 587895393
3600.08/3601.82	c reason swapping (by a shorter reason)	: 0
3600.08/3601.82	c Calls to reduceDB	: 181
3600.08/3601.82	c Number of update (reduction) of LBD	: 8166383
3600.08/3601.82	c Imported unit clauses	: 0
3600.08/3601.82	c No decision after first conflict	: false
3600.08/3601.82	c number of reductions to clauses (during analyze)	: 0
3600.08/3601.82	c number of learned constraints concerned by reduction	: 0
3600.08/3601.82	c number of learning phase by resolution	: 0
3600.08/3601.82	c number of learning phase by cutting planes	: 0
3600.08/3601.82	c number of rounding to 1 operations	: 0
3600.08/3601.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3601.82	c number of reductions of the coefficients by power 2 	: 0
3600.08/3601.82	c number of right shift for reduction by power 2 	: 0
3600.08/3601.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3601.82	c number of ending skipping 	: 0
3600.08/3601.82	c number of internal skipping 	: 0
3600.08/3601.82	c number of derivation steps 	: 0
3600.08/3601.82	c number of skipped derivation steps 	: 0
3600.08/3601.82	c number of remaining unassigned 	: 0
3600.08/3601.82	c number of remaining assigned 	: 0
3600.08/3601.82	c number of falsified literals weakened from reason	: 0
3600.08/3601.82	c number of falsified literals weakened from conflict	: 0
3600.08/3601.82	c time for arithmetic operations	: 0
3600.08/3601.82	c minimum degree of deleted constraints	: null
3600.08/3601.82	c maximum degree of deleted constraints	: null
3600.08/3601.82	c number of deleted constraints	: 0
3600.08/3601.82	c speed (assignments/second)	: 456676.4164179896
3600.08/3601.82	c non guided choices	: 193
3600.08/3601.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 297871
3600.08/3601.88	s UNKNOWN
3600.08/3601.88	c Total wall clock time (in seconds): 3601.752

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: 63665 MiB (61776 MiB free)
  memory of node 1: 64507 MiB (63093 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494460-1751157490/watcher-4494460-1751157490 -o /tmp/evaluation-result-4494460-1751157490/solver-4494460-1751157490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4494460-1751157490.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 4.08 3.19 3.56 5/341 20664
/proc/meminfo: memFree=127840228/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=18930384 memory=57808 CPUtime=0.13 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 31426789 19384713216 14452 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4732596 14452 5348 1 0 547620 0
[pid=20646/tid=20648] ppid=20643 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 5067 0 0 0 7 1 0 0 20 0 18 0 31426791 19384713216 14452 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 14452 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=18930384 memory=58485492707711 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 14452 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57808 KiB

[startup+0.205746 s]*
/proc/loadavg: 4.08 3.19 3.56 6/341 20664
/proc/meminfo: memFree=127830524/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=18930384 memory=70372 CPUtime=0.33 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 7071 0 0 0 30 3 0 0 20 0 18 0 31426789 19384713216 17593 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4732596 17593 5444 1 0 547942 0
[pid=20646/tid=20648] ppid=20643 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 5255 0 0 0 15 1 0 0 20 0 18 0 31426791 19384713216 17593 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 17593 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 17593 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70372 KiB

[startup+0.305744 s]*
/proc/loadavg: 4.08 3.19 3.56 6/341 20664
/proc/meminfo: memFree=127784776/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=18930384 memory=115140 CPUtime=0.51 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 8471 0 0 0 47 4 0 0 20 0 18 0 31426789 19384713216 28785 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4732596 28785 5444 1 0 548864 0
[pid=20646/tid=20648] ppid=20643 vsize=18930384 memory=-6000919494198062189 CPUtime=0.27 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 5278 0 0 0 24 3 0 0 20 0 18 0 31426791 19384713216 28785 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 28785 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31426793 19384713216 28785 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 115140 KiB

[startup+0.700241 s]
/proc/loadavg: 4.08 3.19 3.56 6/343 20666
/proc/meminfo: memFree=127732980/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=171216 CPUtime=1.27 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 13203 0 0 0 121 6 0 0 20 0 20 0 31426789 19521036288 42804 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 42804 5444 1 0 552484 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=17280 CPUtime=0.6 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 5348 0 0 0 56 4 0 0 20 0 20 0 31426791 19521036288 42804 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 42804 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 42804 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 42804 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171216 KiB

[startup+1.50027 s]
/proc/loadavg: 4.08 3.19 3.56 6/343 20666
/proc/meminfo: memFree=127729200/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=173776 CPUtime=2.84 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 19199 0 0 0 277 7 0 0 20 0 20 0 31426789 19521036288 43444 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 43444 5476 1 0 552947 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=0 CPUtime=1.37 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 6324 0 0 0 133 4 0 0 20 0 20 0 31426791 19521036288 43444 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 43444 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 43444 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 43444 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173776 KiB

[startup+3.10557 s]
/proc/loadavg: 4.08 3.19 3.56 5/343 20666
/proc/meminfo: memFree=127666524/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=174032 CPUtime=4.77 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 19907 0 0 0 470 7 0 0 20 0 20 0 31426789 19521036288 43508 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 43508 5476 1 0 552950 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=10752 CPUtime=2.97 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 6644 0 0 0 293 4 0 0 20 0 20 0 31426791 19521036288 43508 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=-6000919494198062189 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 43508 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 43508 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 43508 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174032 KiB

[startup+6.30021 s]
/proc/loadavg: 4.07 3.20 3.56 5/343 20666
/proc/meminfo: memFree=127666332/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=167952 CPUtime=8.03 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 20200 0 0 0 796 7 0 0 20 0 20 0 31426789 19521036288 41988 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 41988 5476 1 0 552950 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=0 CPUtime=6.16 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 6765 0 0 0 612 4 0 0 20 0 20 0 31426791 19521036288 41988 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 41988 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 41988 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=173776 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 41988 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167952 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 3.22 3.56 5/343 20667
/proc/meminfo: memFree=127658236/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=182612 CPUtime=14.62 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 27879 0 0 0 1455 7 0 0 20 0 20 0 31426789 19521036288 45653 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 45653 5476 1 0 552950 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=173776 CPUtime=12.52 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 7619 0 0 0 1248 4 0 0 20 0 20 0 31426791 19521036288 45653 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 45653 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=3688788089544920412 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 45653 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 45653 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182612 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 3.26 3.57 5/343 20667
/proc/meminfo: memFree=127514828/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=215696 CPUtime=27.44 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 29973 0 0 0 2736 8 0 0 20 0 20 0 31426789 19521036288 53924 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 53924 5508 1 0 552950 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=10752 CPUtime=25.26 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 8273 0 0 0 2522 4 0 0 20 0 20 0 31426791 19521036288 53924 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 53924 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=182740 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 53924 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=215696 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 53924 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 27.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215696 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 3.33 3.59 5/343 20667
/proc/meminfo: memFree=127243676/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=326624 CPUtime=53.07 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 30966 0 0 0 5296 11 0 0 20 0 20 0 31426789 19521036288 81656 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 81656 5508 1 0 552950 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=326624 CPUtime=50.71 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 8382 0 0 0 5067 4 0 0 20 0 20 0 31426791 19521036288 81656 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 81656 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=116775096/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3220.44 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 90539 0 0 0 321922 122 0 0 20 0 20 0 31426789 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 542433 5508 1 0 557835 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=2169604 CPUtime=3210.44 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 39386 0 0 0 321019 25 0 0 20 0 20 0 31426791 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2169604 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=2169604 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1063 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3220.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.24 4.16 5/340 20909
/proc/meminfo: memFree=116770380/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3280.32 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 91314 0 0 0 327909 123 0 0 20 0 20 0 31426789 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 542433 5508 1 0 557835 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=14824 CPUtime=3270.29 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 39963 0 0 0 327004 25 0 0 20 0 20 0 31426791 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1172 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3280.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.16 5/340 20911
/proc/meminfo: memFree=116770508/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3340.2 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 92202 0 0 0 333895 125 0 0 20 0 20 0 31426789 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 542433 5508 1 0 557835 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3330.14 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 40742 0 0 0 332989 25 0 0 20 0 20 0 31426791 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=-6000919494198062189 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1173 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 542433 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3340.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.20 4.15 6/341 20914
/proc/meminfo: memFree=116770316/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2177984 CPUtime=3400.44 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 97154 0 0 0 339917 127 0 0 20 0 20 0 31426789 19521036288 544496 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 544496 5508 1 0 557835 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3389.83 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 44837 0 0 0 338957 26 0 0 20 0 20 0 31426791 19521036288 544496 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 544496 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1254 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 544496 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 544496 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3400.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2177984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.24 4.17 5/341 21050
/proc/meminfo: memFree=122059656/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2203212 CPUtime=3460.76 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 99077 0 0 0 345946 130 0 0 20 0 20 0 31426789 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 550803 5508 1 0 564136 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=2169732 CPUtime=3449.67 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 45419 0 0 0 344941 26 0 0 20 0 20 0 31426791 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2169732 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1254 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3460.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203212 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.23 4.17 5/341 21052
/proc/meminfo: memFree=121942140/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2203212 CPUtime=3520.68 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 100364 0 0 0 351937 131 0 0 20 0 20 0 31426789 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 550803 5508 1 0 564136 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=17280 CPUtime=3509.45 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 46312 0 0 0 350919 26 0 0 20 0 20 0 31426791 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2203212 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1327 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=-6000919494198062189 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3520.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203212 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.21 4.17 5/340 21054
/proc/meminfo: memFree=121537608/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2203212 CPUtime=3580.55 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 101227 0 0 0 357923 132 0 0 20 0 20 0 31426789 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 550803 5508 1 0 564136 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=14824 CPUtime=3569.3 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 47081 0 0 0 356904 26 0 0 20 0 20 0 31426791 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=2203212 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1327 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3580.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 4.16 4.20 4.17 5/340 21054
/proc/meminfo: memFree=121537996/131249996 swapFree=33010684/33010684
[pid=20646] ppid=20643 vsize=19063512 memory=2203212 CPUtime=3600.08 cores=4,6
/proc/20646/stat : 20646 (java) S 20643 20646 19460 0 -1 4194304 101965 0 0 0 359875 133 0 0 20 0 20 0 31426789 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
/proc/20646/statm: 4765878 550803 5508 1 0 564136 0
[pid=20646/tid=20648] ppid=20643 vsize=19063512 memory=2203212 CPUtime=3588.68 cores=4,6
/proc/20646/task/20648/stat : 20648 (java) R 20643 20646 19460 0 -1 4194368 47121 0 0 0 358842 26 0 0 20 0 20 0 31426791 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20657] ppid=20643 vsize=19063512 memory=2203212 CPUtime=0 cores=4,6
/proc/20646/task/20657/stat : 20657 (Finalizer) S 20643 20646 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20664] ppid=20643 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/20646/task/20664/stat : 20664 (Common-Cleaner) S 20643 20646 19460 0 -1 4194368 1327 0 0 0 0 0 0 0 20 0 20 0 31426793 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
[pid=20646/tid=20666] ppid=20643 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/20646/task/20666/stat : 20666 (Timer-0) S 20643 20646 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31426833 19521036288 550803 18446744073709551615 93866932019200 93866932022896 140729744965696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93866932030712 93866932031504 93866937266176 140729744972161 140729744972262 140729744972262 140729744977864 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.34562 s

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

Child status: 143

Real time (s): 3601.9
CPU time (s): 3600.22
CPU user time (s): 3598.88
CPU system time (s): 1.34562
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2203212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.34562
maximum resident set size= 2204108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107014
involuntary context switches= 3160


# summary of solver processes directly reported to runsolver:
#   pid: 20646
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.34562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.45672 second user time and 15.8604 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 02:38:10
IDJOB=4494460
IDBENCH=147891
IDSOLVER=3363
FILE ID=nodeC017/4494460-1751157490
RUNJOBID= nodeC017-1751157346-19471
SLURM_JOB_ID= 9587483
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494460-1751157490/watcher-4494460-1751157490 -o /tmp/evaluation-result-4494460-1751157490/solver-4494460-1751157490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4494460-1751157490.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=880956917

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127867572 kB
MemAvailable:   127566440 kB
Buffers:            3280 kB
Cached:           509460 kB
SwapCached:            0 kB
Active:          2545868 kB
Inactive:         255908 kB
Active(anon):    2307120 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   255908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2312 kB
Writeback:             0 kB
AnonPages:       2292148 kB
Mapped:           122292 kB
Shmem:             18080 kB
KReclaimable:      86504 kB
Slab:             169912 kB
SReclaimable:      86504 kB
SUnreclaim:        83408 kB
KernelStack:        5248 kB
PageTables:         8192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7058268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2088960 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

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