Trace number 4513627

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.24 3608.62

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-4513627-1751220203.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.12/0.14	c ... done. Wall clock time 0.016s.
0.12/0.15	c declared #vars     123
0.12/0.15	c #constraints  82
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.12/0.15	c 82 constraints processed.
0.90/0.58	c cleaning 2498 clauses out of 5001 with flag 24683/5001
1.67/0.95	c cleaning 4248 clauses out of 8502 with flag 60969/11000
2.46/1.32	c cleaning 5625 clauses out of 11254 with flag 100913/18000
3.06/1.62	c cleaning 6813 clauses out of 13631 with flag 142385/26002
3.65/1.90	c cleaning 7902 clauses out of 15816 with flag 186357/35000
4.20/2.26	c cleaning 8953 clauses out of 17916 with flag 239285/45002
4.93/2.77	c cleaning 9976 clauses out of 19961 with flag 302462/56000
5.42/3.28	c cleaning 10969 clauses out of 21985 with flag 386694/68000
6.25/3.88	c cleaning 12003 clauses out of 24017 with flag 483985/81001
7.01/4.57	c cleaning 13007 clauses out of 26014 with flag 595297/95001
7.82/5.37	c cleaning 13986 clauses out of 28007 with flag 695332/110001
8.53/6.10	c cleaning 14991 clauses out of 30021 with flag 810599/126001
9.34/6.89	c cleaning 15994 clauses out of 32029 with flag 920809/143000
10.26/7.77	c cleaning 16990 clauses out of 34036 with flag 1045488/161001
11.26/8.76	c cleaning 18016 clauses out of 36045 with flag 1201627/180000
12.46/9.99	c cleaning 19007 clauses out of 38030 with flag 1400151/200001
13.56/11.08	c cleaning 19997 clauses out of 40023 with flag 1548466/221001
14.95/12.43	c cleaning 21005 clauses out of 42025 with flag 1760336/243000
16.25/13.79	c cleaning 22007 clauses out of 44023 with flag 1954523/266003
17.65/15.15	c cleaning 22993 clauses out of 46013 with flag 2111533/290000
19.45/16.90	c cleaning 24007 clauses out of 48020 with flag 2313692/315000
21.05/18.51	c cleaning 24992 clauses out of 50013 with flag 2527946/341000
22.85/20.37	c cleaning 25988 clauses out of 52022 with flag 2777480/368001
24.89/22.23	c cleaning 27004 clauses out of 54033 with flag 3013472/396000
26.88/24.21	c cleaning 28010 clauses out of 56031 with flag 3224457/425002
28.98/26.34	c cleaning 28994 clauses out of 58019 with flag 3508347/455000
30.98/28.35	c cleaning 30003 clauses out of 60027 with flag 3748959/486002
33.47/30.83	c cleaning 30997 clauses out of 62024 with flag 3993289/518002
35.96/33.36	c cleaning 31994 clauses out of 64025 with flag 4267088/551000
39.06/36.53	c cleaning 33003 clauses out of 66031 with flag 4531913/585000
42.67/40.13	c cleaning 33988 clauses out of 68036 with flag 4908430/620008
45.86/43.38	c cleaning 35002 clauses out of 70041 with flag 5299154/656001
49.74/47.20	c cleaning 36009 clauses out of 72041 with flag 5770324/693003
52.84/50.33	c cleaning 36995 clauses out of 74029 with flag 6109848/731000
56.24/53.79	c cleaning 38000 clauses out of 76034 with flag 6466627/770000
59.42/56.99	c cleaning 38994 clauses out of 78035 with flag 6761455/810001
62.81/60.31	c cleaning 40009 clauses out of 80040 with flag 7061628/851000
67.20/64.74	c cleaning 40996 clauses out of 82032 with flag 7518583/893001
71.44/69.03	c cleaning 41995 clauses out of 84035 with flag 7908874/936000
75.33/72.99	c cleaning 42996 clauses out of 86042 with flag 8284892/980002
79.62/77.27	c cleaning 43996 clauses out of 88045 with flag 8669950/1025001
84.42/82.04	c cleaning 44999 clauses out of 90048 with flag 9102522/1071000
89.60/87.22	c cleaning 45998 clauses out of 92049 with flag 9546850/1118000
94.80/92.40	c cleaning 47001 clauses out of 94051 with flag 10006051/1166000
100.03/97.79	c cleaning 47999 clauses out of 96050 with flag 10463958/1215000
104.81/102.55	c cleaning 49007 clauses out of 98052 with flag 10912304/1265001
110.17/107.91	c cleaning 49995 clauses out of 100044 with flag 11317740/1316000
116.09/113.99	c cleaning 51003 clauses out of 102050 with flag 11736591/1368001
122.37/120.28	c cleaning 52000 clauses out of 104046 with flag 12182210/1421000
128.15/126.05	c cleaning 53016 clauses out of 106049 with flag 12667897/1475003
133.82/131.80	c cleaning 54000 clauses out of 108030 with flag 13150472/1530000
139.19/137.23	c cleaning 55008 clauses out of 110030 with flag 13518719/1586000
145.19/143.20	c cleaning 55999 clauses out of 112023 with flag 13961262/1643001
151.32/149.41	c cleaning 56986 clauses out of 114023 with flag 14467808/1701000
158.15/156.32	c cleaning 58013 clauses out of 116041 with flag 14981413/1760004
164.68/162.94	c cleaning 58995 clauses out of 118024 with flag 15471047/1820000
173.07/171.41	c cleaning 59993 clauses out of 120034 with flag 15943485/1881005
179.83/178.28	c cleaning 60993 clauses out of 122037 with flag 16476203/1943001
186.81/185.21	c cleaning 62015 clauses out of 124043 with flag 16947198/2006000
194.01/192.52	c cleaning 62995 clauses out of 126028 with flag 17514017/2070000
201.81/200.39	c cleaning 64013 clauses out of 128033 with flag 18057424/2135000
210.19/208.73	c cleaning 65005 clauses out of 130021 with flag 18583085/2201001
217.79/216.39	c cleaning 65987 clauses out of 132016 with flag 19108541/2268001
226.12/224.78	c cleaning 67011 clauses out of 134028 with flag 19687784/2336000
235.52/234.16	c cleaning 67989 clauses out of 136017 with flag 20446369/2405000
244.70/243.32	c cleaning 68998 clauses out of 138029 with flag 21063469/2475001
253.63/252.31	c cleaning 69994 clauses out of 140031 with flag 21670697/2546001
262.51/261.26	c cleaning 71004 clauses out of 142036 with flag 22225942/2618000
273.40/272.11	c cleaning 72014 clauses out of 144034 with flag 23017752/2691002
284.50/283.34	c cleaning 73000 clauses out of 146019 with flag 23622435/2765001
296.10/294.97	c cleaning 73989 clauses out of 148018 with flag 24338052/2840000
306.97/305.88	c cleaning 74990 clauses out of 150029 with flag 24970714/2916000
318.83/317.76	c cleaning 75994 clauses out of 152039 with flag 25550077/2993000
331.00/329.94	c cleaning 76990 clauses out of 154045 with flag 26272731/3071000
342.36/341.36	c cleaning 78005 clauses out of 156055 with flag 26932074/3150000
354.05/353.02	c cleaning 79000 clauses out of 158051 with flag 27561560/3230001
366.13/365.11	c cleaning 79996 clauses out of 160050 with flag 28199372/3311000
378.68/377.70	c cleaning 80997 clauses out of 162056 with flag 28856153/3393002
391.28/390.33	c cleaning 82005 clauses out of 164060 with flag 29517420/3476003
403.56/402.63	c cleaning 83013 clauses out of 166052 with flag 30154527/3560000
416.95/417.09	c cleaning 84009 clauses out of 168041 with flag 30823802/3645002
429.66/429.79	c cleaning 84984 clauses out of 170031 with flag 31499287/3731001
444.76/444.95	c cleaning 86016 clauses out of 172047 with flag 32180102/3818001
459.07/459.27	c cleaning 86990 clauses out of 174030 with flag 32793299/3906000
475.19/475.47	c cleaning 88010 clauses out of 176040 with flag 33543425/3995000
490.68/490.91	c cleaning 89006 clauses out of 178030 with flag 34263166/4085000
507.14/507.47	c cleaning 90006 clauses out of 180024 with flag 34988566/4176000
522.51/522.88	c cleaning 91002 clauses out of 182019 with flag 35742777/4268001
539.25/539.68	c cleaning 91998 clauses out of 184017 with flag 36537978/4361001
555.99/556.48	c cleaning 92993 clauses out of 186018 with flag 37302138/4455000
573.59/574.05	c cleaning 94003 clauses out of 188026 with flag 38173550/4550001
591.28/591.83	c cleaning 94995 clauses out of 190022 with flag 39013964/4646000
610.08/610.61	c cleaning 96011 clauses out of 192027 with flag 39832027/4743000
625.14/625.79	c cleaning 97000 clauses out of 194020 with flag 40571215/4841004
645.19/645.81	c cleaning 98000 clauses out of 196017 with flag 41384246/4940001
663.53/664.56	c cleaning 98984 clauses out of 198016 with flag 42195897/5040000
682.79/683.85	c cleaning 99996 clauses out of 200033 with flag 43084678/5141001
707.81/708.83	c cleaning 100999 clauses out of 202036 with flag 44288781/5243000
728.21/729.33	c cleaning 101995 clauses out of 204037 with flag 45348424/5346000
745.96/747.19	c cleaning 102996 clauses out of 206043 with flag 46425442/5450001
767.24/768.44	c cleaning 104000 clauses out of 208048 with flag 47450743/5555002
787.60/788.84	c cleaning 104992 clauses out of 210046 with flag 48589103/5661000
809.97/811.21	c cleaning 105999 clauses out of 212054 with flag 49709737/5768000
833.32/834.64	c cleaning 107000 clauses out of 214055 with flag 50915282/5876000
854.78/856.17	c cleaning 108023 clauses out of 216055 with flag 51873377/5985000
873.52/874.93	c cleaning 109009 clauses out of 218032 with flag 52672486/6095000
896.97/898.32	c cleaning 109980 clauses out of 220023 with flag 53687983/6206000
920.47/921.87	c cleaning 110999 clauses out of 222045 with flag 54896424/6318002
945.23/946.62	c cleaning 112017 clauses out of 224046 with flag 55939601/6431002
970.53/972.01	c cleaning 112989 clauses out of 226028 with flag 57051470/6545001
994.35/995.91	c cleaning 114005 clauses out of 228038 with flag 58076935/6660000
1022.09/1023.74	c cleaning 114993 clauses out of 230034 with flag 59341015/6776001
1060.92/1062.68	c cleaning 116017 clauses out of 232040 with flag 60859778/6893000
1087.98/1089.70	c cleaning 117000 clauses out of 234023 with flag 62043617/7011000
1113.96/1115.75	c cleaning 118008 clauses out of 236025 with flag 63122487/7130002
1142.31/1144.19	c cleaning 119002 clauses out of 238015 with flag 64346136/7250000
1170.51/1172.44	c cleaning 119998 clauses out of 240015 with flag 65675959/7371002
1201.82/1203.81	c cleaning 120988 clauses out of 242016 with flag 67068425/7493001
1229.06/1231.14	c cleaning 121993 clauses out of 244029 with flag 68326799/7616002
1255.11/1257.28	c cleaning 123006 clauses out of 246035 with flag 69529363/7740001
1283.86/1286.04	c cleaning 123984 clauses out of 248028 with flag 70601973/7865000
1316.03/1318.20	c cleaning 125001 clauses out of 250044 with flag 71897899/7991000
1344.89/1347.18	c cleaning 126006 clauses out of 252047 with flag 73002012/8118004
1377.69/1380.07	c cleaning 127010 clauses out of 254037 with flag 74284716/8246000
1409.74/1412.16	c cleaning 128008 clauses out of 256027 with flag 75698015/8375000
1442.97/1445.46	c cleaning 129008 clauses out of 258019 with flag 77136129/8505000
1474.31/1476.82	c cleaning 129990 clauses out of 260011 with flag 78343460/8636000
1505.64/1508.43	c cleaning 130974 clauses out of 262021 with flag 79609719/8768000
1541.05/1543.97	c cleaning 132020 clauses out of 264048 with flag 80972570/8901001
1576.49/1579.48	c cleaning 132995 clauses out of 266027 with flag 82358672/9035000
1607.53/1610.59	c cleaning 133994 clauses out of 268034 with flag 83482426/9170002
1647.27/1650.33	c cleaning 135007 clauses out of 270039 with flag 84984057/9306001
1694.55/1697.76	c cleaning 136007 clauses out of 272031 with flag 86589215/9443000
1728.00/1731.21	c cleaning 137010 clauses out of 274026 with flag 87837617/9581002
1773.51/1776.88	c cleaning 138000 clauses out of 276017 with flag 89570904/9720003
1809.45/1812.86	c cleaning 138986 clauses out of 278015 with flag 90846774/9860001
1842.51/1845.99	c cleaning 139999 clauses out of 280029 with flag 92042720/10001001
1881.93/1885.45	c cleaning 141008 clauses out of 282029 with flag 93443996/10143000
1915.15/1918.76	c cleaning 141984 clauses out of 284021 with flag 94842397/10286000
1953.76/1957.40	c cleaning 142990 clauses out of 286037 with flag 96222707/10430000
1991.47/1995.28	c cleaning 144005 clauses out of 288047 with flag 97610929/10575000
2037.66/2041.57	c cleaning 145012 clauses out of 290043 with flag 99066455/10721001
2078.48/2082.47	c cleaning 145989 clauses out of 292031 with flag 100495195/10868001
2116.70/2120.76	c cleaning 146999 clauses out of 294042 with flag 101878595/11016001
2155.49/2159.68	c cleaning 148012 clauses out of 296049 with flag 103199786/11165007
2203.09/2207.30	c cleaning 149011 clauses out of 298031 with flag 104640595/11315001
2246.90/2251.27	c cleaning 150002 clauses out of 300019 with flag 106059210/11466000
2290.62/2295.05	c cleaning 151002 clauses out of 302019 with flag 107447549/11618002
2333.99/2338.57	c cleaning 151990 clauses out of 304016 with flag 108823785/11771001
2380.15/2385.07	c cleaning 153002 clauses out of 306029 with flag 110238134/11925004
2438.40/2443.43	c cleaning 154011 clauses out of 308024 with flag 111908777/12080001
2475.06/2480.20	c cleaning 154988 clauses out of 310013 with flag 113118324/12236001
2516.27/2521.43	c cleaning 156004 clauses out of 312024 with flag 114404779/12393000
2558.54/2563.81	c cleaning 156987 clauses out of 314020 with flag 115892484/12551000
2603.20/2608.53	c cleaning 157994 clauses out of 316033 with flag 117230030/12710000
2650.09/2655.58	c cleaning 159012 clauses out of 318040 with flag 118672535/12870001
2689.11/2694.68	c cleaning 159992 clauses out of 320028 with flag 120047857/13031001
2734.96/2741.46	c cleaning 160999 clauses out of 322036 with flag 121653769/13193001
2781.77/2788.34	c cleaning 162001 clauses out of 324037 with flag 123189336/13356001
2820.74/2827.38	c cleaning 163012 clauses out of 326035 with flag 124651787/13520000
2874.25/2880.93	c cleaning 163994 clauses out of 328023 with flag 126180121/13685000
2925.70/2932.56	c cleaning 164991 clauses out of 330030 with flag 127927084/13851001
2973.76/2980.54	c cleaning 166010 clauses out of 332039 with flag 129489910/14018001
3029.59/3036.51	c cleaning 166995 clauses out of 334028 with flag 131202950/14186000
3085.03/3092.10	c cleaning 168008 clauses out of 336033 with flag 132710224/14355000
3142.16/3149.46	c cleaning 168994 clauses out of 338027 with flag 134320954/14525002
3187.47/3194.84	c cleaning 169993 clauses out of 340033 with flag 135854471/14696002
3239.02/3246.54	c cleaning 171007 clauses out of 342038 with flag 137381230/14868000
3299.34/3307.10	c cleaning 171998 clauses out of 344032 with flag 139162301/15041001
3353.08/3360.93	c cleaning 172991 clauses out of 346033 with flag 140820602/15215000
3409.46/3417.46	c cleaning 174014 clauses out of 348042 with flag 142481397/15390000
3467.10/3475.25	c cleaning 174988 clauses out of 350028 with flag 144251906/15566000
3521.88/3530.17	c cleaning 175997 clauses out of 352041 with flag 145784129/15743001
3581.18/3589.50	c cleaning 177014 clauses out of 354043 with flag 147261463/15921000
3600.09/3608.51	c timeout
3600.09/3608.52	c starts		: 28573
3600.09/3608.52	c conflicts		: 15984367
3600.09/3608.52	c decisions		: 20640339
3600.09/3608.52	c propagations		: 324416941
3600.09/3608.52	c inspects		: 52727657126
3600.09/3608.52	c shortcuts		: 0
3600.09/3608.52	c learnt literals	: 0
3600.09/3608.52	c learnt binary clauses	: 0
3600.09/3608.52	c learnt ternary clauses	: 0
3600.09/3608.52	c learnt constraints	: 15984367
3600.09/3608.52	c ignored constraints	: 0
3600.09/3608.52	c root simplifications	: 0
3600.09/3608.52	c removed literals (reason simplification)	: 48954926
3600.09/3608.52	c reason swapping (by a shorter reason)	: 0
3600.09/3608.52	c Calls to reduceDB	: 174
3600.09/3608.52	c Number of update (reduction) of LBD	: 5656061
3600.09/3608.52	c Imported unit clauses	: 0
3600.09/3608.52	c No decision after first conflict	: false
3600.09/3608.52	c number of reductions to clauses (during analyze)	: 0
3600.09/3608.52	c number of learned constraints concerned by reduction	: 0
3600.09/3608.52	c number of learning phase by resolution	: 0
3600.09/3608.52	c number of learning phase by cutting planes	: 0
3600.09/3608.52	c number of rounding to 1 operations	: 0
3600.09/3608.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3608.52	c number of reductions of the coefficients by power 2 	: 0
3600.09/3608.52	c number of right shift for reduction by power 2 	: 0
3600.09/3608.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3608.52	c number of ending skipping 	: 0
3600.09/3608.52	c number of internal skipping 	: 0
3600.09/3608.52	c number of derivation steps 	: 0
3600.09/3608.52	c number of skipped derivation steps 	: 0
3600.09/3608.52	c number of remaining unassigned 	: 0
3600.09/3608.52	c number of remaining assigned 	: 0
3600.09/3608.52	c number of falsified literals weakened from reason	: 0
3600.09/3608.53	c number of falsified literals weakened from conflict	: 0
3600.09/3608.53	c time for arithmetic operations	: 0
3600.09/3608.53	c minimum degree of deleted constraints	: null
3600.09/3608.53	c maximum degree of deleted constraints	: null
3600.09/3608.53	c number of deleted constraints	: 0
3600.09/3608.53	c speed (assignments/second)	: 89906.5843434363
3600.09/3608.53	c non guided choices	: 299
3600.09/3608.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240396
3600.09/3608.58	s UNKNOWN
3600.09/3608.58	c Total wall clock time (in seconds): 3608.457

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513627-1751220203/watcher-4513627-1751220203 -o /tmp/evaluation-result-4513627-1751220203/solver-4513627-1751220203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513627-1751220203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513627-1751220203.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=31149, runsolver pid=31146

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.13 4.36 5/343 31167
/proc/meminfo: memFree=116190148/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=18930384 memory=59452 CPUtime=0.12 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 6493 0 0 0 11 1 0 0 20 0 18 0 37698895 19384713216 14863 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4732596 14863 5335 1 0 547621 0
[pid=31149/tid=31151] ppid=31146 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 5076 0 0 0 7 0 0 0 20 0 18 0 37698896 19384713216 14863 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37698898 19384713216 14863 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=18930384 memory=59585004333716 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37698899 19384713216 14863 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59452 KiB

[startup+0.205773 s]*
/proc/loadavg: 4.12 4.13 4.36 7/344 31168
/proc/meminfo: memFree=116186052/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=18996948 memory=65484 CPUtime=0.32 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 6898 0 0 0 30 2 0 0 20 0 19 0 37698895 19452874752 16371 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4749237 16371 5431 1 0 548245 0
[pid=31149/tid=31151] ppid=31146 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 5333 0 0 0 17 1 0 0 20 0 19 0 37698896 19452874752 16371 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=18996948 memory=2569 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37698898 19452874752 16371 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37698899 19452874752 16371 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37698910 19452874752 16371 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65484 KiB

[startup+0.305748 s]*
/proc/loadavg: 4.12 4.13 4.36 6/344 31168
/proc/meminfo: memFree=116170992/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=18996948 memory=82944 CPUtime=0.51 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 8518 0 0 0 49 2 0 0 20 0 19 0 37698895 19452874752 20736 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4749237 20736 5431 1 0 549033 0
[pid=31149/tid=31151] ppid=31146 vsize=18996948 memory=-6000919481313487724 CPUtime=0.27 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 5361 0 0 0 26 1 0 0 20 0 19 0 37698896 19452874752 20736 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37698898 19452874752 20736 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37698899 19452874752 20736 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37698910 19452874752 20736 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82944 KiB

[startup+0.70022 s]
/proc/loadavg: 4.12 4.13 4.36 6/344 31168
/proc/meminfo: memFree=116132364/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=18996948 memory=157408 CPUtime=1.28 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 14672 0 0 0 122 6 0 0 20 0 19 0 37698895 19452874752 39352 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4749237 39352 5431 1 0 552476 0
[pid=31149/tid=31151] ppid=31146 vsize=18996948 memory=17408 CPUtime=0.66 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 5432 0 0 0 63 3 0 0 20 0 19 0 37698896 19452874752 39352 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37698898 19452874752 39352 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37698899 19452874752 39352 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37698910 19452874752 39352 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157408 KiB

[startup+1.50024 s]
/proc/loadavg: 4.12 4.13 4.36 6/345 31169
/proc/meminfo: memFree=116073260/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=175572 CPUtime=2.86 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 22814 0 0 0 279 7 0 0 20 0 20 0 37698895 19521036288 43893 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 43893 5463 1 0 553766 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=0 CPUtime=1.45 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 5841 0 0 0 141 4 0 0 20 0 20 0 37698896 19521036288 43893 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 43893 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 43893 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 43893 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175572 KiB

[startup+3.10557 s]
/proc/loadavg: 4.19 4.15 4.36 5/345 31169
/proc/meminfo: memFree=115998188/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=251948 CPUtime=5.32 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 24518 0 0 0 521 11 0 0 20 0 20 0 37698895 19521036288 62987 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 62987 5463 1 0 553768 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=10752 CPUtime=3.03 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 6193 0 0 0 296 7 0 0 20 0 20 0 37698896 19521036288 62987 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=-6000919481313487724 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 62987 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 62987 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 62987 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 251948 KiB

[startup+6.30024 s]
/proc/loadavg: 4.19 4.15 4.36 5/345 31169
/proc/meminfo: memFree=115710852/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=519180 CPUtime=8.85 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 24947 0 0 0 865 20 0 0 20 0 20 0 37698895 19521036288 129795 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 129795 5463 1 0 553775 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=0 CPUtime=6.21 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 6484 0 0 0 606 15 0 0 20 0 20 0 37698896 19521036288 129795 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 129795 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 129795 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=175700 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 129795 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 8.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 519180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.14 4.36 5/345 31169
/proc/meminfo: memFree=115326116/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=881712 CPUtime=15.26 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 27551 0 0 0 1493 33 0 0 20 0 20 0 37698895 19521036288 220428 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 220428 5463 1 0 553775 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=175700 CPUtime=12.58 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 7464 0 0 0 1230 28 0 0 20 0 20 0 37698896 19521036288 220428 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=881712 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 220428 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 220428 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 220428 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 881712 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.14 4.36 5/345 31170
/proc/meminfo: memFree=115032296/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=1137732 CPUtime=28.19 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 33194 0 0 0 2772 47 0 0 20 0 20 0 37698895 19521036288 284433 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 284433 5463 1 0 553775 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=881712 CPUtime=25.33 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 8584 0 0 0 2492 41 0 0 20 0 20 0 37698896 19521036288 284433 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 284433 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=1131588 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 284433 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 284433 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1137732 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.12 4.35 5/346 31171
/proc/meminfo: memFree=114630616/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=1315972 CPUtime=53.64 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 35548 0 0 0 5299 65 0 0 20 0 20 0 37698895 19521036288 328993 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0

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

/proc/meminfo: memFree=113586152/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3274.73 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 89089 0 0 0 326563 910 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3260.79 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 33419 0 0 0 325255 824 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1121 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3274.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.13 5/341 31604
/proc/meminfo: memFree=113288408/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3334.55 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 90774 0 0 0 332534 921 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3320.52 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 34424 0 0 0 331219 833 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=27932 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1244 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3334.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.12 5/342 31607
/proc/meminfo: memFree=112994388/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3394.36 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 91709 0 0 0 338505 931 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3380.27 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 35302 0 0 0 337184 843 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=-6000919481313487724 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3394.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.12 5/342 31620
/proc/meminfo: memFree=112676372/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3454.25 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 92367 0 0 0 344482 943 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3439.92 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 35454 0 0 0 343138 854 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1302 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3454.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.11 5/343 31623
/proc/meminfo: memFree=112394992/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3514.1 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 92570 0 0 0 350455 955 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3499.67 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 35645 0 0 0 349102 865 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1302 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3514.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.11 5/346 31630
/proc/meminfo: memFree=112146896/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3573.93 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 94171 0 0 0 356426 967 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=14720 CPUtime=3559.42 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 36552 0 0 0 355066 876 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1391 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=2159420 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3573.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.10 4.09 4.11 5/346 31630
/proc/meminfo: memFree=112009080/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3600.09 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 95076 0 0 0 359036 973 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3585.44 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 37196 0 0 0 357663 881 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=279515264571168 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=-4421386487674661476 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1508 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.49 s, system=9.75271 s

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

[startup+3608.5 s]
/proc/loadavg: 4.10 4.09 4.11 5/346 31630
/proc/meminfo: memFree=112009080/131250000 swapFree=33010684/33010684
[pid=31149] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3600.09 cores=0,2
/proc/31149/stat : 31149 (java) S 31146 31149 30647 0 -1 4194304 95076 0 0 0 359036 973 0 0 20 0 20 0 37698895 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
/proc/31149/statm: 4765878 539855 5495 1 0 554558 0
[pid=31149/tid=31151] ppid=31146 vsize=19063512 memory=2159420 CPUtime=3585.44 cores=0,2
/proc/31149/task/31151/stat : 31151 (java) R 31146 31149 30647 0 -1 4194368 37196 0 0 0 357663 881 0 0 20 0 20 0 37698896 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31160] ppid=31146 vsize=19063512 memory=279515264571168 CPUtime=0 cores=0,2
/proc/31149/task/31160/stat : 31160 (Finalizer) S 31146 31149 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37698898 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31167] ppid=31146 vsize=19063512 memory=-4421386487674661476 CPUtime=0 cores=0,2
/proc/31149/task/31167/stat : 31167 (Common-Cleaner) S 31146 31149 30647 0 -1 4194368 1508 0 0 0 0 0 0 0 20 0 20 0 37698899 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
[pid=31149/tid=31168] ppid=31146 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/31149/task/31168/stat : 31168 (Timer-0) S 31146 31149 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37698910 19521036288 539855 18446744073709551615 94844354310144 94844354313840 140728731999344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94844354321656 94844354322448 94844375875584 140728732002608 140728732002790 140728732002790 140728732008392 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159420 KiB

Child status: 143

Real time (s): 3608.62
CPU time (s): 3600.24
CPU user time (s): 3590.49
CPU system time (s): 9.75271
CPU usage (%): 99.7678
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2159420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.49
system time used= 9.75271
maximum resident set size= 2160572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7178168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110232
involuntary context switches= 10442


# summary of solver processes directly reported to runsolver:
#   pid: 31149
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3590.49
#   total CPU system time (s): 9.75271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50766 second user time and 17.2231 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 20:03:23
IDJOB=4513627
IDBENCH=162388
IDSOLVER=3364
FILE ID=nodeC026/4513627-1751220203
RUNJOBID= nodeC026-1751218367-30657
SLURM_JOB_ID= 9587668
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513627-1751220203/watcher-4513627-1751220203 -o /tmp/evaluation-result-4513627-1751220203/solver-4513627-1751220203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513627-1751220203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513627-1751220203.opb

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

MD5SUM BENCH= 47f516134b673d8428e3cc21e9ca96cd
RANDOM SEED=502697518

nodeC026 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.794
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.59
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.813
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.59
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		: 3602.213
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.59
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		: 3604.085
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.59
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.779
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.59
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.787
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.59
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		: 3599.347
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.59
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		: 3577.938
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116213368 kB
MemAvailable:   124180660 kB
Buffers:            3280 kB
Cached:          8763532 kB
SwapCached:            0 kB
Active:          5784736 kB
Inactive:        8506172 kB
Active(anon):    5542256 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  8506172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42096 kB
Writeback:             0 kB
AnonPages:       5527552 kB
Mapped:           123000 kB
Shmem:             18080 kB
KReclaimable:     115756 kB
Slab:             204644 kB
SReclaimable:     115756 kB
SUnreclaim:        88888 kB
KernelStack:        5264 kB
PageTables:        14432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7064048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5308416 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-29 21:03:31