Trace number 4513626

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.19 3604.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
MD5SUM47f516134b673d8428e3cc21e9ca96cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010725
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4513626-1751220890.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.14	c ... done. Wall clock time 0.011s.
0.12/0.14	c declared #vars     123
0.12/0.14	c #constraints  82
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.12/0.14	c 82 constraints processed.
0.72/0.41	c cleaning 2498 clauses out of 5001 with flag 24683/5001
1.09/0.65	c cleaning 4248 clauses out of 8502 with flag 60969/11000
1.48/0.86	c cleaning 5625 clauses out of 11254 with flag 100913/18000
1.88/1.07	c cleaning 6813 clauses out of 13631 with flag 142385/26002
2.16/1.26	c cleaning 7902 clauses out of 15816 with flag 186357/35000
2.58/1.54	c cleaning 8953 clauses out of 17916 with flag 239285/45002
3.09/1.93	c cleaning 9976 clauses out of 19961 with flag 302462/56000
3.53/2.36	c cleaning 10969 clauses out of 21985 with flag 386694/68000
4.03/2.81	c cleaning 12003 clauses out of 24017 with flag 483985/81001
4.53/3.35	c cleaning 13007 clauses out of 26014 with flag 595297/95001
5.13/3.99	c cleaning 13986 clauses out of 28007 with flag 695332/110001
5.72/4.58	c cleaning 14991 clauses out of 30021 with flag 810599/126001
6.44/5.21	c cleaning 15994 clauses out of 32029 with flag 920809/143000
7.17/5.91	c cleaning 16990 clauses out of 34036 with flag 1045488/161001
7.87/6.69	c cleaning 18016 clauses out of 36045 with flag 1201627/180000
8.86/7.68	c cleaning 19007 clauses out of 38030 with flag 1400151/200001
9.76/8.56	c cleaning 19997 clauses out of 40023 with flag 1548466/221001
10.86/9.69	c cleaning 21005 clauses out of 42025 with flag 1760336/243000
12.07/10.83	c cleaning 22007 clauses out of 44023 with flag 1954523/266003
13.16/11.92	c cleaning 22993 clauses out of 46013 with flag 2111533/290000
14.56/13.34	c cleaning 24007 clauses out of 48020 with flag 2313692/315000
15.86/14.61	c cleaning 24992 clauses out of 50013 with flag 2527946/341000
17.36/16.16	c cleaning 25988 clauses out of 52022 with flag 2777480/368001
18.96/17.68	c cleaning 27004 clauses out of 54033 with flag 3013472/396000
20.56/19.29	c cleaning 28010 clauses out of 56031 with flag 3224457/425002
22.36/21.05	c cleaning 28994 clauses out of 58019 with flag 3508347/455000
23.95/22.66	c cleaning 30003 clauses out of 60027 with flag 3748959/486002
26.14/24.88	c cleaning 30997 clauses out of 62024 with flag 3993289/518002
28.45/27.14	c cleaning 31994 clauses out of 64025 with flag 4267088/551000
31.24/29.92	c cleaning 33003 clauses out of 66031 with flag 4531913/585000
34.44/33.11	c cleaning 33988 clauses out of 68036 with flag 4908430/620008
37.33/36.07	c cleaning 35002 clauses out of 70041 with flag 5299154/656001
40.82/39.52	c cleaning 36009 clauses out of 72041 with flag 5770324/693003
43.62/42.33	c cleaning 36995 clauses out of 74029 with flag 6109848/731000
46.73/45.45	c cleaning 38000 clauses out of 76034 with flag 6466627/770000
49.63/48.36	c cleaning 38994 clauses out of 78035 with flag 6761455/810001
52.63/51.38	c cleaning 40009 clauses out of 80040 with flag 7061628/851000
56.72/55.49	c cleaning 40996 clauses out of 82032 with flag 7518583/893001
60.71/59.40	c cleaning 41995 clauses out of 84035 with flag 7908874/936000
64.31/63.04	c cleaning 42996 clauses out of 86042 with flag 8284892/980002
68.22/66.98	c cleaning 43996 clauses out of 88045 with flag 8669950/1025001
72.62/71.33	c cleaning 44999 clauses out of 90048 with flag 9102522/1071000
77.32/76.07	c cleaning 45998 clauses out of 92049 with flag 9546850/1118000
82.00/80.73	c cleaning 47001 clauses out of 94051 with flag 10006051/1166000
86.93/85.67	c cleaning 47999 clauses out of 96050 with flag 10463958/1215000
91.32/90.03	c cleaning 49007 clauses out of 98052 with flag 10912304/1265001
96.01/94.77	c cleaning 49995 clauses out of 100044 with flag 11317740/1316000
101.41/100.19	c cleaning 51003 clauses out of 102050 with flag 11736591/1368001
107.09/105.87	c cleaning 52000 clauses out of 104046 with flag 12182210/1421000
112.43/111.12	c cleaning 53016 clauses out of 106049 with flag 12667897/1475003
117.52/116.27	c cleaning 54000 clauses out of 108030 with flag 13150472/1530000
122.41/121.19	c cleaning 55008 clauses out of 110030 with flag 13518719/1586000
127.89/126.66	c cleaning 55999 clauses out of 112023 with flag 13961262/1643001
133.51/132.22	c cleaning 56986 clauses out of 114023 with flag 14467808/1701000
139.70/138.48	c cleaning 58013 clauses out of 116041 with flag 14981413/1760004
145.69/144.48	c cleaning 58995 clauses out of 118024 with flag 15471047/1820000
153.28/152.09	c cleaning 59993 clauses out of 120034 with flag 15943485/1881005
159.50/158.28	c cleaning 60993 clauses out of 122037 with flag 16476203/1943001
165.69/164.48	c cleaning 62015 clauses out of 124043 with flag 16947198/2006000
172.38/171.18	c cleaning 62995 clauses out of 126028 with flag 17514017/2070000
179.77/178.52	c cleaning 64013 clauses out of 128033 with flag 18057424/2135000
187.48/186.25	c cleaning 65005 clauses out of 130021 with flag 18583085/2201001
194.37/193.16	c cleaning 65987 clauses out of 132016 with flag 19108541/2268001
201.85/200.69	c cleaning 67011 clauses out of 134028 with flag 19687784/2336000
210.84/209.68	c cleaning 67989 clauses out of 136017 with flag 20446369/2405000
219.73/218.59	c cleaning 68998 clauses out of 138029 with flag 21063469/2475001
227.81/226.66	c cleaning 69994 clauses out of 140031 with flag 21670697/2546001
235.99/234.81	c cleaning 71004 clauses out of 142036 with flag 22225942/2618000
246.41/245.21	c cleaning 72014 clauses out of 144034 with flag 23017752/2691002
257.19/256.04	c cleaning 73000 clauses out of 146019 with flag 23622435/2765001
268.57/267.41	c cleaning 73989 clauses out of 148018 with flag 24338052/2840000
278.37/277.20	c cleaning 74990 clauses out of 150029 with flag 24970714/2916000
288.95/287.83	c cleaning 75994 clauses out of 152039 with flag 25550077/2993000
299.94/298.88	c cleaning 76990 clauses out of 154045 with flag 26272731/3071000
310.05/308.98	c cleaning 78005 clauses out of 156055 with flag 26932074/3150000
320.43/319.37	c cleaning 79000 clauses out of 158051 with flag 27561560/3230001
331.01/329.95	c cleaning 79996 clauses out of 160050 with flag 28199372/3311000
342.09/341.02	c cleaning 80997 clauses out of 162056 with flag 28856153/3393002
353.33/352.27	c cleaning 82005 clauses out of 164060 with flag 29517420/3476003
364.22/363.14	c cleaning 83013 clauses out of 166052 with flag 30154527/3560000
376.09/375.02	c cleaning 84009 clauses out of 168041 with flag 30823802/3645002
386.96/385.97	c cleaning 84984 clauses out of 170031 with flag 31499287/3731001
400.07/399.02	c cleaning 86016 clauses out of 172047 with flag 32180102/3818001
412.55/411.59	c cleaning 86990 clauses out of 174030 with flag 32793299/3906000
426.82/425.89	c cleaning 88010 clauses out of 176040 with flag 33543425/3995000
441.00/440.09	c cleaning 89006 clauses out of 178030 with flag 34263166/4085000
456.70/455.76	c cleaning 90006 clauses out of 180024 with flag 34988566/4176000
470.36/469.40	c cleaning 91002 clauses out of 182019 with flag 35742777/4268001
485.74/484.83	c cleaning 91998 clauses out of 184017 with flag 36537978/4361001
501.20/500.35	c cleaning 92993 clauses out of 186018 with flag 37302138/4455000
516.07/515.25	c cleaning 94003 clauses out of 188026 with flag 38173550/4550001
532.05/531.28	c cleaning 94995 clauses out of 190022 with flag 39013964/4646000
548.71/547.93	c cleaning 96011 clauses out of 192027 with flag 39832027/4743000
562.08/561.33	c cleaning 97000 clauses out of 194020 with flag 40571215/4841004
579.94/579.27	c cleaning 98000 clauses out of 196017 with flag 41384246/4940001
596.40/595.79	c cleaning 98984 clauses out of 198016 with flag 42195897/5040000
613.76/613.13	c cleaning 99996 clauses out of 200033 with flag 43084678/5141001
635.91/635.33	c cleaning 100999 clauses out of 202036 with flag 44288781/5243000
654.16/653.61	c cleaning 101995 clauses out of 204037 with flag 45348424/5346000
669.82/669.31	c cleaning 102996 clauses out of 206043 with flag 46425442/5450001
689.07/688.65	c cleaning 104000 clauses out of 208048 with flag 47450743/5555002
707.24/706.80	c cleaning 104992 clauses out of 210046 with flag 48589103/5661000
727.29/726.90	c cleaning 105999 clauses out of 212054 with flag 49709737/5768000
748.35/748.10	c cleaning 107000 clauses out of 214055 with flag 50915282/5876000
767.59/767.36	c cleaning 108023 clauses out of 216055 with flag 51873377/5985000
784.36/784.15	c cleaning 109009 clauses out of 218032 with flag 52672486/6095000
805.00/804.89	c cleaning 109980 clauses out of 220023 with flag 53687983/6206000
825.95/825.80	c cleaning 110999 clauses out of 222045 with flag 54896424/6318002
848.30/848.20	c cleaning 112017 clauses out of 224046 with flag 55939601/6431002
871.14/871.14	c cleaning 112989 clauses out of 226028 with flag 57051470/6545001
892.59/892.61	c cleaning 114005 clauses out of 228038 with flag 58076935/6660000
918.23/918.32	c cleaning 114993 clauses out of 230034 with flag 59341015/6776001
954.35/954.58	c cleaning 116017 clauses out of 232040 with flag 60859778/6893000
979.69/979.74	c cleaning 117000 clauses out of 234023 with flag 62043617/7011000
1002.94/1003.10	c cleaning 118008 clauses out of 236025 with flag 63122487/7130002
1028.49/1028.63	c cleaning 119002 clauses out of 238015 with flag 64346136/7250000
1053.84/1054.07	c cleaning 119998 clauses out of 240015 with flag 65675959/7371002
1082.47/1082.62	c cleaning 120988 clauses out of 242016 with flag 67068425/7493001
1107.02/1107.22	c cleaning 121993 clauses out of 244029 with flag 68326799/7616002
1130.36/1130.62	c cleaning 123006 clauses out of 246035 with flag 69529363/7740001
1155.30/1155.66	c cleaning 123984 clauses out of 248028 with flag 70601973/7865000
1184.93/1185.38	c cleaning 125001 clauses out of 250044 with flag 71897899/7991000
1210.77/1211.20	c cleaning 126006 clauses out of 252047 with flag 73002012/8118004
1240.11/1240.60	c cleaning 127010 clauses out of 254037 with flag 74284716/8246000
1268.62/1269.10	c cleaning 128008 clauses out of 256027 with flag 75698015/8375000
1297.66/1298.27	c cleaning 129008 clauses out of 258019 with flag 77136129/8505000
1324.80/1325.43	c cleaning 129990 clauses out of 260011 with flag 78343460/8636000
1352.35/1353.02	c cleaning 130974 clauses out of 262021 with flag 79609719/8768000
1383.98/1384.78	c cleaning 132020 clauses out of 264048 with flag 80972570/8901001
1416.03/1416.90	c cleaning 132995 clauses out of 266027 with flag 82358672/9035000
1443.87/1444.74	c cleaning 133994 clauses out of 268034 with flag 83482426/9170002
1480.19/1480.83	c cleaning 135007 clauses out of 270039 with flag 84984057/9306001
1521.32/1522.02	c cleaning 136007 clauses out of 272031 with flag 86589215/9443000
1550.45/1551.24	c cleaning 137010 clauses out of 274026 with flag 87837617/9581002
1591.37/1592.28	c cleaning 138000 clauses out of 276017 with flag 89570904/9720003
1623.71/1624.64	c cleaning 138986 clauses out of 278015 with flag 90846774/9860001
1653.17/1654.15	c cleaning 139999 clauses out of 280029 with flag 92042720/10001001
1688.99/1690.01	c cleaning 141008 clauses out of 282029 with flag 93443996/10143000
1719.30/1720.39	c cleaning 141984 clauses out of 284021 with flag 94842397/10286000
1754.82/1755.93	c cleaning 142990 clauses out of 286037 with flag 96222707/10430000
1789.94/1791.12	c cleaning 144005 clauses out of 288047 with flag 97610929/10575000
1833.83/1835.10	c cleaning 145012 clauses out of 290043 with flag 99066455/10721001
1871.24/1872.67	c cleaning 145989 clauses out of 292031 with flag 100495195/10868001
1907.16/1908.61	c cleaning 146999 clauses out of 294042 with flag 101878595/11016001
1942.37/1943.90	c cleaning 148012 clauses out of 296049 with flag 103199786/11165007
1984.06/1985.68	c cleaning 149011 clauses out of 298031 with flag 104640595/11315001
2022.29/2024.00	c cleaning 150002 clauses out of 300019 with flag 106059210/11466000
2061.21/2062.97	c cleaning 151002 clauses out of 302019 with flag 107447549/11618002
2100.73/2102.56	c cleaning 151990 clauses out of 304016 with flag 108823785/11771001
2142.55/2144.47	c cleaning 153002 clauses out of 306029 with flag 110238134/11925004
2196.45/2198.47	c cleaning 154011 clauses out of 308024 with flag 111908777/12080001
2229.09/2231.15	c cleaning 154988 clauses out of 310013 with flag 113118324/12236001
2267.10/2269.14	c cleaning 156004 clauses out of 312024 with flag 114404779/12393000
2305.92/2308.06	c cleaning 156987 clauses out of 314020 with flag 115892484/12551000
2346.84/2349.00	c cleaning 157994 clauses out of 316033 with flag 117230030/12710000
2389.85/2392.13	c cleaning 159012 clauses out of 318040 with flag 118672535/12870001
2425.38/2427.77	c cleaning 159992 clauses out of 320028 with flag 120047857/13031001
2467.61/2470.02	c cleaning 160999 clauses out of 322036 with flag 121653769/13193001
2511.02/2513.55	c cleaning 162001 clauses out of 324037 with flag 123189336/13356001
2546.69/2549.18	c cleaning 163012 clauses out of 326035 with flag 124651787/13520000
2596.09/2598.64	c cleaning 163994 clauses out of 328023 with flag 126180121/13685000
2644.69/2647.36	c cleaning 164991 clauses out of 330030 with flag 127927084/13851001
2689.61/2692.30	c cleaning 166010 clauses out of 332039 with flag 129489910/14018001
2743.49/2746.33	c cleaning 166995 clauses out of 334028 with flag 131202950/14186000
2795.47/2798.46	c cleaning 168008 clauses out of 336033 with flag 132710224/14355000
2849.43/2852.48	c cleaning 168994 clauses out of 338027 with flag 134320954/14525002
2891.05/2894.18	c cleaning 169993 clauses out of 340033 with flag 135854471/14696002
2938.64/2941.83	c cleaning 171007 clauses out of 342038 with flag 137381230/14868000
2994.73/2998.06	c cleaning 171998 clauses out of 344032 with flag 139162301/15041001
3044.03/3047.48	c cleaning 172991 clauses out of 346033 with flag 140820602/15215000
3095.92/3099.49	c cleaning 174014 clauses out of 348042 with flag 142481397/15390000
3149.32/3152.95	c cleaning 174988 clauses out of 350028 with flag 144251906/15566000
3199.62/3203.33	c cleaning 175997 clauses out of 352041 with flag 145784129/15743001
3253.72/3257.45	c cleaning 177014 clauses out of 354043 with flag 147261463/15921000
3320.89/3324.70	c cleaning 178004 clauses out of 356030 with flag 149391744/16100001
3371.48/3375.43	c cleaning 178995 clauses out of 358027 with flag 151089355/16280002
3429.17/3433.29	c cleaning 179992 clauses out of 360030 with flag 152776637/16461000
3485.77/3490.00	c cleaning 181008 clauses out of 362038 with flag 154428678/16643000
3534.07/3538.37	c cleaning 181987 clauses out of 364031 with flag 156114568/16826001
3589.27/3593.63	c cleaning 183018 clauses out of 366046 with flag 157709139/17010003
3600.04/3604.41	c starts		: 29579
3600.04/3604.41	c conflicts		: 17051257
3600.04/3604.41	c decisions		: 21942577
3600.04/3604.41	c propagations		: 345493806
3600.04/3604.41	c inspects		: 57508566841
3600.04/3604.41	c shortcuts		: 0
3600.04/3604.41	c learnt literals	: 0
3600.04/3604.41	c learnt binary clauses	: 0
3600.04/3604.41	c learnt ternary clauses	: 0
3600.04/3604.41	c learnt constraints	: 17051257
3600.04/3604.41	c ignored constraints	: 0
3600.04/3604.41	c root simplifications	: 0
3600.04/3604.41	c removed literals (reason simplification)	: 53030947
3600.04/3604.41	c reason swapping (by a shorter reason)	: 0
3600.04/3604.41	c Calls to reduceDB	: 180
3600.04/3604.41	c Number of update (reduction) of LBD	: 6021458
3600.04/3604.41	c Imported unit clauses	: 0
3600.04/3604.42	c No decision after first conflict	: false
3600.04/3604.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.42	c number of learned constraints concerned by reduction	: 0
3600.04/3604.42	c number of learning phase by resolution	: 0
3600.04/3604.42	c number of learning phase by cutting planes	: 0
3600.04/3604.42	c number of rounding to 1 operations	: 0
3600.04/3604.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.42	c number of right shift for reduction by power 2 	: 0
3600.04/3604.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.42	c number of ending skipping 	: 0
3600.04/3604.42	c number of internal skipping 	: 0
3600.04/3604.42	c number of derivation steps 	: 0
3600.04/3604.42	c number of skipped derivation steps 	: 0
3600.04/3604.42	c number of remaining unassigned 	: 0
3600.04/3604.42	c number of remaining assigned 	: 0
3600.04/3604.42	c number of falsified literals weakened from reason	: 0
3600.04/3604.42	c number of falsified literals weakened from conflict	: 0
3600.04/3604.42	c time for arithmetic operations	: 0
3600.04/3604.42	c minimum degree of deleted constraints	: null
3600.04/3604.42	c maximum degree of deleted constraints	: null
3600.04/3604.42	c number of deleted constraints	: 0
3600.04/3604.42	c speed (assignments/second)	: 95856.64527355842
3600.04/3604.42	c non guided choices	: 304
3600.04/3604.43	c timeout
3600.04/3604.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 224282
3600.04/3604.48	s UNKNOWN
3600.04/3604.48	c Total wall clock time (in seconds): 3604.352

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513626-1751220890/watcher-4513626-1751220890 -o /tmp/evaluation-result-4513626-1751220890/solver-4513626-1751220890 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28441 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513626-1751220890.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=28842, runsolver pid=28839

[startup+0.100061 s]*
/proc/loadavg: 4.80 4.34 4.07 5/337 28860
/proc/meminfo: memFree=124402644/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18930384 memory=59508 CPUtime=0.12 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 6500 0 0 0 11 1 0 0 20 0 18 0 37766786 19384713216 14877 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4732596 14877 5332 1 0 547621 0
[pid=28842/tid=28844] ppid=28839 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5078 0 0 0 7 1 0 0 20 0 18 0 37766788 19384713216 14877 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37766790 19384713216 14877 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 37766790 19384713216 14877 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59508 KiB

[startup+0.205899 s]*
/proc/loadavg: 4.80 4.34 4.07 7/338 28861
/proc/meminfo: memFree=124394516/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=63552 CPUtime=0.33 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 6964 0 0 0 31 2 0 0 20 0 19 0 37766786 19452874752 15888 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 15888 5460 1 0 548272 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5300 0 0 0 16 1 0 0 20 0 19 0 37766788 19452874752 15888 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=16880 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 15888 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=59585004307431 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 15888 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 15888 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63552 KiB

[startup+0.305833 s]*
/proc/loadavg: 4.80 4.34 4.07 6/338 28861
/proc/meminfo: memFree=124385948/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=70304 CPUtime=0.52 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 9599 0 0 0 50 2 0 0 20 0 19 0 37766786 19452874752 17576 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 17576 5460 1 0 549910 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=-6000919468444902509 CPUtime=0.27 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5301 0 0 0 26 1 0 0 20 0 19 0 37766788 19452874752 17576 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 17576 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 17576 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 17576 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70304 KiB

[startup+0.700233 s]
/proc/loadavg: 4.80 4.34 4.07 6/338 28861
/proc/meminfo: memFree=124376308/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=86948 CPUtime=1.28 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 13179 0 0 0 125 3 0 0 20 0 19 0 37766786 19452874752 21737 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 21737 5460 1 0 552496 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=17408 CPUtime=0.63 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5343 0 0 0 62 1 0 0 20 0 19 0 37766788 19452874752 21737 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 21737 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 21737 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 21737 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86948 KiB

[startup+1.50025 s]
/proc/loadavg: 4.80 4.34 4.07 6/338 28861
/proc/meminfo: memFree=124370196/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=97584 CPUtime=2.58 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 16381 0 0 0 254 4 0 0 20 0 19 0 37766786 19452874752 24396 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 24396 5460 1 0 552500 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=0 CPUtime=1.43 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5679 0 0 0 141 2 0 0 20 0 19 0 37766788 19452874752 24396 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 24396 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 24396 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 24396 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97584 KiB

[startup+3.10566 s]
/proc/loadavg: 4.74 4.34 4.07 5/338 28861
/proc/meminfo: memFree=124350192/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=114092 CPUtime=4.34 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 17696 0 0 0 429 5 0 0 20 0 19 0 37766786 19452874752 28523 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 28523 5460 1 0 552501 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=10752 CPUtime=3.01 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 5948 0 0 0 299 2 0 0 20 0 19 0 37766788 19452874752 28523 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=-6000919468444902509 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 28523 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 28523 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 28523 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114092 KiB

[startup+6.3002 s]
/proc/loadavg: 4.74 4.34 4.07 5/338 28861
/proc/meminfo: memFree=124326120/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=18996948 memory=137180 CPUtime=7.57 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 18232 0 0 0 751 6 0 0 20 0 19 0 37766786 19452874752 34295 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4749237 34295 5460 1 0 552502 0
[pid=28842/tid=28844] ppid=28839 vsize=18996948 memory=0 CPUtime=6.2 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 6061 0 0 0 617 3 0 0 20 0 19 0 37766788 19452874752 34295 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 34295 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 37766790 19452874752 34295 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=18996948 memory=99640 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37766801 19452874752 34295 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.68 4.33 4.07 5/339 28862
/proc/meminfo: memFree=124281568/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=174404 CPUtime=13.96 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 20675 0 0 0 1389 7 0 0 20 0 20 0 37766786 19521036288 43601 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 43601 5460 1 0 552791 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=99640 CPUtime=12.57 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 6870 0 0 0 1254 3 0 0 20 0 20 0 37766788 19521036288 43601 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=174404 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 43601 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 43601 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 43601 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 13.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174404 KiB

[startup+25.5002 s]
/proc/loadavg: 4.53 4.31 4.07 5/339 28862
/proc/meminfo: memFree=124278024/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=180640 CPUtime=26.84 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 25067 0 0 0 2677 7 0 0 20 0 20 0 37766786 19521036288 45160 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 45160 5460 1 0 552791 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=174404 CPUtime=25.31 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 7607 0 0 0 2528 3 0 0 20 0 20 0 37766788 19521036288 45160 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 45160 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=174404 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 45160 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 45160 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 26.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180640 KiB

[startup+51.1058 s]
/proc/loadavg: 4.41 4.30 4.08 5/339 28863
/proc/meminfo: memFree=124185076/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=217792 CPUtime=52.43 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 26118 0 0 0 5235 8 0 0 20 0 20 0 37766786 19521036288 54448 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 54448 5460 1 0 552791 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=180640 CPUtime=50.82 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 7884 0 0 0 5079 3 0 0 20 0 20 0 37766788 19521036288 54448 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0

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

/proc/meminfo: memFree=123328556/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2156188 CPUtime=3218.59 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 64573 0 0 0 321735 124 0 0 20 0 20 0 37766786 19521036288 539047 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 539047 5524 1 0 555757 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=2156188 CPUtime=3212.82 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 28109 0 0 0 321261 21 0 0 20 0 20 0 37766788 19521036288 539047 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=2156188 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 539047 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=2156188 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1050 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 539047 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 539047 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3218.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/339 29296
/proc/meminfo: memFree=123072228/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3278.57 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 65257 0 0 0 327732 125 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555759 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=2156188 CPUtime=3272.58 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 28117 0 0 0 327237 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1050 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3278.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/339 29297
/proc/meminfo: memFree=123018644/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3338.45 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 65752 0 0 0 333719 126 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555759 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=1920 CPUtime=3332.44 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 28534 0 0 0 333223 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1050 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3338.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/338 29299
/proc/meminfo: memFree=122965516/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3398.34 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 66581 0 0 0 339706 128 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555759 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=1920 CPUtime=3392.3 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 29165 0 0 0 339209 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3398.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/339 29302
/proc/meminfo: memFree=122879112/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3458.22 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 66924 0 0 0 345693 129 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555760 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=1920 CPUtime=3452.16 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 29390 0 0 0 345195 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1262 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3458.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/339 29304
/proc/meminfo: memFree=122768420/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3518.1 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 67149 0 0 0 351680 130 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555767 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3512.02 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 29610 0 0 0 351181 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=2160352 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=4138136923171090075 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1262 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=-6000919468444902509 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3518.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/339 29306
/proc/meminfo: memFree=122719388/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3577.98 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 67939 0 0 0 357667 131 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555769 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=10752 CPUtime=3571.88 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 30182 0 0 0 357167 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1369 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3577.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/339 29308
/proc/meminfo: memFree=122727548/131249996 swapFree=33010684/33010684
[pid=28842] ppid=28839 vsize=19063512 memory=2160352 CPUtime=3600.04 cores=1,3
/proc/28842/stat : 28842 (java) S 28839 28842 28429 0 -1 4194304 68319 0 0 0 359872 132 0 0 20 0 20 0 37766786 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
/proc/28842/statm: 4765878 540088 5524 1 0 555769 0
[pid=28842/tid=28844] ppid=28839 vsize=19063512 memory=-6000919468444902509 CPUtime=3593.93 cores=1,3
/proc/28842/task/28844/stat : 28844 (java) R 28839 28842 28429 0 -1 4194368 30556 0 0 0 359372 21 0 0 20 0 20 0 37766788 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28853] ppid=28839 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28842/task/28853/stat : 28853 (Finalizer) S 28839 28842 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28860] ppid=28839 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/28842/task/28860/stat : 28860 (Common-Cleaner) S 28839 28842 28429 0 -1 4194368 1369 0 0 0 0 0 0 0 20 0 20 0 37766790 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
[pid=28842/tid=28861] ppid=28839 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/28842/task/28861/stat : 28861 (Timer-0) S 28839 28842 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37766801 19521036288 540088 18446744073709551615 94904014336000 94904014339696 140734631250832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94904014347512 94904014348304 94904041603072 140734631258497 140734631258598 140734631258598 140734631264200 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.85 s, system=1.34082 s

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

Child status: 143

Real time (s): 3604.5
CPU time (s): 3600.19
CPU user time (s): 3598.85
CPU system time (s): 1.34082
CPU usage (%): 99.8806
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2160352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 1.34082
maximum resident set size= 2161632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102777
involuntary context switches= 2602


# summary of solver processes directly reported to runsolver:
#   pid: 28842
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.85
#   total CPU system time (s): 1.34082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81909 second user time and 17.5392 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 20:14:50
IDJOB=4513626
IDBENCH=162388
IDSOLVER=3363
FILE ID=nodeC022/4513626-1751220890
RUNJOBID= nodeC022-1751219267-28441
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513626-1751220890/watcher-4513626-1751220890 -o /tmp/evaluation-result-4513626-1751220890/solver-4513626-1751220890 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28441 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513626-1751220890.opb

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

MD5SUM BENCH= 47f516134b673d8428e3cc21e9ca96cd
RANDOM SEED=6861102

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124422204 kB
MemAvailable:   125078376 kB
Buffers:            3280 kB
Cached:          1460700 kB
SwapCached:            0 kB
Active:          5018544 kB
Inactive:        1212340 kB
Active(anon):    4784964 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1212340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:       4769980 kB
Mapped:           122216 kB
Shmem:             18060 kB
KReclaimable:      98584 kB
Slab:             185640 kB
SReclaimable:      98584 kB
SUnreclaim:        87056 kB
KernelStack:        5168 kB
PageTables:        12972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7071820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4560896 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 21:14:55