Trace number 4513590

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.16 3606.4

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v090-n1.opb
MD5SUM2f2bbded117b16ee84684349cffbd198
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.033246
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables179
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4513590-1751220329.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.015s.
0.13/0.14	c declared #vars     179
0.13/0.14	c #constraints  180
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 178
0.13/0.14	c 180 constraints processed.
0.71/0.44	c cleaning 2494 clauses out of 5002 with flag 44563/5002
1.28/0.71	c cleaning 4251 clauses out of 8509 with flag 119281/11003
1.68/1.05	c cleaning 5621 clauses out of 11255 with flag 214559/18000
2.27/1.48	c cleaning 6813 clauses out of 13635 with flag 320794/26001
2.85/1.98	c cleaning 7904 clauses out of 15821 with flag 447785/35000
3.55/2.62	c cleaning 8951 clauses out of 17919 with flag 590599/45002
4.35/3.38	c cleaning 9976 clauses out of 19966 with flag 743491/56000
5.06/4.07	c cleaning 10992 clauses out of 21993 with flag 901666/68003
5.86/4.85	c cleaning 11990 clauses out of 23998 with flag 1068422/81000
6.75/5.68	c cleaning 12999 clauses out of 26009 with flag 1238020/95001
7.54/6.49	c cleaning 13997 clauses out of 28009 with flag 1403660/110000
8.55/7.44	c cleaning 15002 clauses out of 30013 with flag 1596331/126001
9.58/8.40	c cleaning 15998 clauses out of 32013 with flag 1803227/143003
10.69/9.58	c cleaning 17001 clauses out of 34012 with flag 2036844/161000
11.89/10.76	c cleaning 18002 clauses out of 36014 with flag 2283798/180003
13.29/12.16	c cleaning 18992 clauses out of 38009 with flag 2547548/200000
14.89/13.70	c cleaning 19996 clauses out of 40018 with flag 2825551/221001
16.38/15.28	c cleaning 20994 clauses out of 42021 with flag 3102768/243000
18.68/17.54	c cleaning 21996 clauses out of 44028 with flag 3454822/266001
20.87/19.79	c cleaning 23004 clauses out of 46032 with flag 3780449/290001
23.37/22.27	c cleaning 24007 clauses out of 48029 with flag 4143428/315002
26.16/25.01	c cleaning 25004 clauses out of 50020 with flag 4500424/341000
29.05/27.90	c cleaning 25995 clauses out of 52016 with flag 4845518/368000
32.15/31.09	c cleaning 26995 clauses out of 54023 with flag 5224683/396002
35.24/34.14	c cleaning 27998 clauses out of 56026 with flag 5648361/425000
38.33/37.28	c cleaning 29004 clauses out of 58028 with flag 6103412/455000
41.52/40.43	c cleaning 30000 clauses out of 60024 with flag 6602210/486000
45.02/43.91	c cleaning 30995 clauses out of 62025 with flag 7133494/518001
48.61/47.58	c cleaning 32007 clauses out of 64033 with flag 7670183/551004
52.21/51.12	c cleaning 33002 clauses out of 66022 with flag 8202872/585000
56.20/55.16	c cleaning 34000 clauses out of 68022 with flag 8741099/620002
59.98/58.99	c cleaning 34998 clauses out of 70022 with flag 9203593/656002
64.37/63.35	c cleaning 35994 clauses out of 72023 with flag 9749482/693001
67.96/66.92	c cleaning 37007 clauses out of 74028 with flag 10284318/731000
72.07/71.03	c cleaning 38005 clauses out of 76021 with flag 10830529/770000
76.75/75.74	c cleaning 39000 clauses out of 78020 with flag 11368619/810004
81.45/80.47	c cleaning 40000 clauses out of 80016 with flag 11920905/851000
85.83/84.85	c cleaning 40999 clauses out of 82017 with flag 12448422/893001
90.03/89.06	c cleaning 41992 clauses out of 84017 with flag 12973634/936000
94.71/93.74	c cleaning 43008 clauses out of 86028 with flag 13491718/980003
100.40/99.41	c cleaning 44002 clauses out of 88017 with flag 14065272/1025000
106.29/105.32	c cleaning 44990 clauses out of 90015 with flag 14690664/1071000
112.29/111.30	c cleaning 46003 clauses out of 92027 with flag 15294621/1118002
118.27/117.39	c cleaning 46997 clauses out of 94023 with flag 15899352/1166001
124.85/124.00	c cleaning 48003 clauses out of 96028 with flag 16533308/1215003
132.29/131.34	c cleaning 49002 clauses out of 98023 with flag 17246033/1265001
139.87/139.00	c cleaning 49993 clauses out of 100020 with flag 18001925/1316000
147.15/146.24	c cleaning 50998 clauses out of 102028 with flag 18783779/1368001
154.93/154.02	c cleaning 52008 clauses out of 104030 with flag 19574392/1421001
163.31/162.46	c cleaning 52998 clauses out of 106021 with flag 20322289/1475000
171.43/170.50	c cleaning 53995 clauses out of 108023 with flag 21106546/1530000
179.52/178.69	c cleaning 55000 clauses out of 110030 with flag 21865686/1586002
188.59/187.75	c cleaning 56005 clauses out of 112030 with flag 22701023/1643002
198.07/197.26	c cleaning 57000 clauses out of 114023 with flag 23544535/1701000
207.45/206.69	c cleaning 57996 clauses out of 116023 with flag 24401768/1760000
218.26/217.44	c cleaning 59001 clauses out of 118028 with flag 25354537/1820001
228.94/228.13	c cleaning 60008 clauses out of 120029 with flag 26324952/1881003
240.70/239.93	c cleaning 60995 clauses out of 122022 with flag 27316508/1943004
251.78/251.09	c cleaning 62002 clauses out of 124024 with flag 28294653/2006001
263.38/262.60	c cleaning 62992 clauses out of 126021 with flag 29268798/2070000
274.95/274.23	c cleaning 64000 clauses out of 128029 with flag 30250673/2135000
286.83/286.11	c cleaning 65002 clauses out of 130030 with flag 31183705/2201001
298.39/297.75	c cleaning 66006 clauses out of 132028 with flag 32205891/2268001
311.50/310.80	c cleaning 66995 clauses out of 134021 with flag 33334322/2336000
324.26/323.62	c cleaning 68004 clauses out of 136026 with flag 34484910/2405000
337.33/336.76	c cleaning 68985 clauses out of 138022 with flag 35697860/2475000
350.60/350.02	c cleaning 70007 clauses out of 140039 with flag 36838100/2546002
365.07/364.50	c cleaning 71006 clauses out of 142030 with flag 38013544/2618000
380.03/379.55	c cleaning 71997 clauses out of 144027 with flag 39159128/2691003
394.20/393.75	c cleaning 73004 clauses out of 146027 with flag 40336988/2765000
408.66/408.24	c cleaning 74000 clauses out of 148024 with flag 41575600/2840001
423.95/423.58	c cleaning 75002 clauses out of 150023 with flag 42817003/2916000
440.30/439.90	c cleaning 75998 clauses out of 152021 with flag 44040215/2993000
458.15/457.88	c cleaning 76990 clauses out of 154025 with flag 45323459/3071002
475.15/474.88	c cleaning 77998 clauses out of 156033 with flag 46623832/3150000
490.82/490.56	c cleaning 79010 clauses out of 158035 with flag 47787106/3230000
504.98/504.75	c cleaning 80001 clauses out of 160025 with flag 48901217/3311000
520.59/520.32	c cleaning 81004 clauses out of 162025 with flag 50022614/3393001
538.66/538.43	c cleaning 81998 clauses out of 164020 with flag 51221554/3476000
557.22/557.08	c cleaning 82994 clauses out of 166022 with flag 52274112/3560000
576.56/576.42	c cleaning 84004 clauses out of 168028 with flag 53400320/3645000
594.52/594.46	c cleaning 84999 clauses out of 170024 with flag 54511931/3731000
612.61/612.50	c cleaning 86007 clauses out of 172027 with flag 55763885/3818002
630.97/630.96	c cleaning 87002 clauses out of 174019 with flag 57078146/3906001
648.13/648.18	c cleaning 88002 clauses out of 176017 with flag 58174854/3995001
667.09/667.14	c cleaning 88993 clauses out of 178016 with flag 59272012/4085002
685.94/686.07	c cleaning 89999 clauses out of 180022 with flag 60139393/4176001
705.59/705.68	c cleaning 90997 clauses out of 182022 with flag 61326831/4268000
726.05/726.16	c cleaning 91999 clauses out of 184025 with flag 62577790/4361000
752.47/752.65	c cleaning 92997 clauses out of 186026 with flag 63846372/4455000
772.71/772.93	c cleaning 93995 clauses out of 188031 with flag 65120158/4550002
794.12/794.38	c cleaning 95007 clauses out of 190036 with flag 66455005/4646002
815.27/815.50	c cleaning 96002 clauses out of 192027 with flag 67597102/4743000
835.33/835.62	c cleaning 97003 clauses out of 194025 with flag 68783832/4841000
857.57/858.00	c cleaning 97998 clauses out of 196023 with flag 70035853/4940001
878.52/878.99	c cleaning 98997 clauses out of 198025 with flag 71308620/5040001
899.94/900.37	c cleaning 100003 clauses out of 200027 with flag 72709086/5141000
920.97/921.43	c cleaning 101003 clauses out of 202026 with flag 74141170/5243002
942.11/942.61	c cleaning 101988 clauses out of 204021 with flag 75561364/5346000
961.37/961.92	c cleaning 103012 clauses out of 206033 with flag 76903679/5450000
977.17/977.74	c cleaning 104000 clauses out of 208021 with flag 77872391/5555000
999.32/1000.00	c cleaning 104996 clauses out of 210021 with flag 79320818/5661000
1021.36/1022.06	c cleaning 105991 clauses out of 212026 with flag 80649454/5768001
1047.58/1048.31	c cleaning 107007 clauses out of 214035 with flag 81998103/5876001
1073.21/1074.04	c cleaning 108006 clauses out of 216028 with flag 83383628/5985001
1097.16/1098.06	c cleaning 109003 clauses out of 218022 with flag 84933447/6095001
1124.43/1125.32	c cleaning 109991 clauses out of 220018 with flag 86563363/6206000
1152.96/1153.97	c cleaning 110990 clauses out of 222027 with flag 88186245/6318000
1182.99/1184.02	c cleaning 112005 clauses out of 224038 with flag 89827489/6431001
1211.92/1213.03	c cleaning 112999 clauses out of 226032 with flag 91503636/6545000
1238.36/1239.54	c cleaning 114011 clauses out of 228034 with flag 93130409/6660001
1263.99/1265.22	c cleaning 114995 clauses out of 230022 with flag 94639146/6776000
1291.03/1292.36	c cleaning 115999 clauses out of 232031 with flag 96203585/6893004
1320.42/1321.70	c cleaning 116997 clauses out of 234028 with flag 97869250/7011000
1350.86/1352.28	c cleaning 117993 clauses out of 236031 with flag 99438246/7130000
1383.18/1384.69	c cleaning 119007 clauses out of 238038 with flag 100961480/7250000
1412.80/1414.34	c cleaning 120006 clauses out of 240033 with flag 102650695/7371002
1440.23/1441.83	c cleaning 120985 clauses out of 242025 with flag 104299360/7493000
1471.76/1473.40	c cleaning 122001 clauses out of 244041 with flag 106175752/7616001
1498.70/1500.45	c cleaning 123003 clauses out of 246039 with flag 107945551/7740000
1526.13/1527.50	c cleaning 123999 clauses out of 248037 with flag 109591921/7865001
1559.35/1560.80	c cleaning 125006 clauses out of 250041 with flag 111374638/7991004
1592.66/1594.23	c cleaning 126003 clauses out of 252031 with flag 113371039/8118000
1632.27/1633.98	c cleaning 126996 clauses out of 254028 with flag 115494630/8246000
1665.30/1667.04	c cleaning 128009 clauses out of 256034 with flag 117435401/8375002
1700.97/1702.73	c cleaning 128994 clauses out of 258023 with flag 119434242/8505000
1736.99/1738.87	c cleaning 130001 clauses out of 260030 with flag 121336514/8636001
1772.81/1774.72	c cleaning 131003 clauses out of 262029 with flag 123235485/8768001
1810.22/1812.28	c cleaning 131996 clauses out of 264025 with flag 125120039/8901000
1845.24/1847.36	c cleaning 133004 clauses out of 266031 with flag 127000826/9035002
1882.35/1884.57	c cleaning 133991 clauses out of 268026 with flag 128871081/9170001
1924.03/1926.37	c cleaning 135012 clauses out of 270036 with flag 130882677/9306002
1965.20/1967.54	c cleaning 136008 clauses out of 272023 with flag 132870934/9443001
2008.10/2010.54	c cleaning 136987 clauses out of 274015 with flag 134880850/9581001
2048.50/2051.10	c cleaning 137993 clauses out of 276027 with flag 136762300/9720000
2088.90/2091.58	c cleaning 139012 clauses out of 278034 with flag 138728232/9860000
2129.50/2132.25	c cleaning 140003 clauses out of 280024 with flag 140796758/10001002
2169.01/2171.86	c cleaning 141001 clauses out of 282022 with flag 142503637/10143003
2213.21/2216.19	c cleaning 141999 clauses out of 284019 with flag 144416353/10286001
2255.65/2258.62	c cleaning 142998 clauses out of 286020 with flag 146439170/10430001
2303.24/2306.33	c cleaning 143983 clauses out of 288022 with flag 148511038/10575001
2357.61/2360.88	c cleaning 145003 clauses out of 290039 with flag 150544612/10721001
2407.18/2410.55	c cleaning 146009 clauses out of 292037 with flag 152580854/10868002
2450.48/2454.00	c cleaning 147005 clauses out of 294026 with flag 154552258/11016000
2492.29/2495.89	c cleaning 147996 clauses out of 296021 with flag 156467100/11165000
2532.98/2536.60	c cleaning 148997 clauses out of 298027 with flag 158487186/11315002
2575.57/2579.36	c cleaning 150007 clauses out of 300028 with flag 160540184/11466000
2625.13/2629.09	c cleaning 150996 clauses out of 302021 with flag 162927093/11618000
2680.08/2684.14	c cleaning 151999 clauses out of 304025 with flag 165240508/11771000
2732.93/2737.11	c cleaning 152986 clauses out of 306026 with flag 167398107/11925000
2782.19/2786.56	c cleaning 154000 clauses out of 308040 with flag 169647172/12080000
2827.26/2831.78	c cleaning 155007 clauses out of 310042 with flag 171832068/12236002
2878.32/2882.90	c cleaning 156007 clauses out of 312034 with flag 173800886/12393001
2931.48/2936.29	c cleaning 157005 clauses out of 314026 with flag 175710113/12551000
2982.24/2987.15	c cleaning 158004 clauses out of 316022 with flag 177606030/12710001
3026.21/3031.21	c cleaning 158991 clauses out of 318017 with flag 179710539/12870000
3080.27/3085.41	c cleaning 159993 clauses out of 320027 with flag 181895251/13031001
3137.20/3142.51	c cleaning 160999 clauses out of 322034 with flag 184006057/13193001
3196.34/3201.82	c cleaning 161997 clauses out of 324035 with flag 186216134/13356001
3261.07/3266.79	c cleaning 163002 clauses out of 326037 with flag 188545558/13520000
3319.52/3325.31	c cleaning 163997 clauses out of 328035 with flag 190670806/13685000
3379.09/3385.08	c cleaning 165004 clauses out of 330038 with flag 192939105/13851000
3433.62/3439.55	c cleaning 165992 clauses out of 332034 with flag 195130014/14018000
3502.96/3509.07	c cleaning 167001 clauses out of 334044 with flag 197649413/14186002
3563.71/3569.94	c cleaning 168006 clauses out of 336041 with flag 200029372/14355000
3600.01/3606.31	c timeout
3600.01/3606.32	c starts		: 3036
3600.01/3606.32	c conflicts		: 14465810
3600.01/3606.32	c decisions		: 16581522
3600.01/3606.32	c propagations		: 487733471
3600.01/3606.32	c inspects		: 49935245606
3600.01/3606.32	c shortcuts		: 0
3600.01/3606.32	c learnt literals	: 0
3600.01/3606.32	c learnt binary clauses	: 0
3600.01/3606.32	c learnt ternary clauses	: 0
3600.01/3606.32	c learnt constraints	: 14465810
3600.01/3606.32	c ignored constraints	: 0
3600.01/3606.32	c root simplifications	: 0
3600.01/3606.32	c removed literals (reason simplification)	: 79807093
3600.01/3606.32	c reason swapping (by a shorter reason)	: 0
3600.01/3606.32	c Calls to reduceDB	: 165
3600.01/3606.32	c Number of update (reduction) of LBD	: 5152623
3600.01/3606.32	c Imported unit clauses	: 0
3600.01/3606.32	c No decision after first conflict	: false
3600.01/3606.32	c number of reductions to clauses (during analyze)	: 0
3600.01/3606.32	c number of learned constraints concerned by reduction	: 0
3600.01/3606.32	c number of learning phase by resolution	: 0
3600.01/3606.32	c number of learning phase by cutting planes	: 0
3600.01/3606.32	c number of rounding to 1 operations	: 0
3600.01/3606.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3606.32	c number of reductions of the coefficients by power 2 	: 0
3600.01/3606.33	c number of right shift for reduction by power 2 	: 0
3600.01/3606.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3606.33	c number of ending skipping 	: 0
3600.01/3606.33	c number of internal skipping 	: 0
3600.01/3606.33	c number of derivation steps 	: 0
3600.01/3606.33	c number of skipped derivation steps 	: 0
3600.01/3606.33	c number of remaining unassigned 	: 0
3600.01/3606.33	c number of remaining assigned 	: 0
3600.01/3606.33	c number of falsified literals weakened from reason	: 0
3600.01/3606.33	c number of falsified literals weakened from conflict	: 0
3600.01/3606.33	c time for arithmetic operations	: 0
3600.01/3606.33	c minimum degree of deleted constraints	: null
3600.01/3606.33	c maximum degree of deleted constraints	: null
3600.01/3606.33	c number of deleted constraints	: 0
3600.01/3606.33	c speed (assignments/second)	: 135249.22917112082
3600.01/3606.33	c non guided choices	: 52
3600.01/3606.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 278845
3600.01/3606.39	s UNKNOWN
3600.01/3606.39	c Total wall clock time (in seconds): 3606.262

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513590-1751220329/watcher-4513590-1751220329 -o /tmp/evaluation-result-4513590-1751220329/solver-4513590-1751220329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513590-1751220329.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28752, runsolver pid=28749
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.23 4.08 3.83 5/338 28770
/proc/meminfo: memFree=123452884/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18930384 memory=59456 CPUtime=0.13 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 6529 0 0 0 11 2 0 0 20 0 18 0 37710649 19384713216 14864 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4732596 14864 5318 1 0 547650 0
[pid=28752/tid=28754] ppid=28749 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5109 0 0 0 7 1 0 0 20 0 18 0 37710650 19384713216 14864 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37710652 19384713216 14864 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37710652 19384713216 14864 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59456 KiB

[startup+0.205637 s]*
/proc/loadavg: 4.23 4.08 3.83 6/339 28771
/proc/meminfo: memFree=123452380/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=66132 CPUtime=0.33 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 8150 0 0 0 31 2 0 0 20 0 19 0 37710649 19452874752 16533 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 16533 5446 1 0 548961 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5313 0 0 0 17 1 0 0 20 0 19 0 37710650 19452874752 16533 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=16880 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 16533 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 16533 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 16533 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66132 KiB

[startup+0.305632 s]*
/proc/loadavg: 4.23 4.08 3.83 6/339 28771
/proc/meminfo: memFree=123452380/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=67964 CPUtime=0.52 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 8749 0 0 0 50 2 0 0 20 0 19 0 37710649 19452874752 16991 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 16991 5446 1 0 549325 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=-6000919468428190829 CPUtime=0.28 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5318 0 0 0 27 1 0 0 20 0 19 0 37710650 19452874752 16991 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 16991 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 16991 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 16991 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67964 KiB

[startup+0.70024 s]
/proc/loadavg: 4.23 4.08 3.83 6/339 28771
/proc/meminfo: memFree=123441228/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=84232 CPUtime=1.28 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 12542 0 0 0 125 3 0 0 20 0 19 0 37710649 19452874752 21058 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 21058 5446 1 0 551803 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=17408 CPUtime=0.65 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5356 0 0 0 64 1 0 0 20 0 19 0 37710650 19452874752 21058 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 21058 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 21058 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 21058 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84232 KiB

[startup+1.50018 s]
/proc/loadavg: 4.23 4.08 3.83 5/339 28771
/proc/meminfo: memFree=123437132/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=90652 CPUtime=2.41 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 16991 0 0 0 237 4 0 0 20 0 19 0 37710649 19452874752 22663 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 22663 5446 1 0 551811 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=0 CPUtime=1.44 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5721 0 0 0 143 1 0 0 20 0 19 0 37710650 19452874752 22663 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 22663 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 22663 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 22663 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90652 KiB

[startup+3.1055 s]
/proc/loadavg: 4.23 4.08 3.83 5/339 28771
/proc/meminfo: memFree=123420848/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=98928 CPUtime=4.15 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 17581 0 0 0 411 4 0 0 20 0 19 0 37710649 19452874752 24732 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 24732 5446 1 0 551813 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=10752 CPUtime=3.04 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 5994 0 0 0 303 1 0 0 20 0 19 0 37710650 19452874752 24732 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=-6000919468428190829 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 24732 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 24732 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 24732 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98928 KiB

[startup+6.30019 s]
/proc/loadavg: 4.21 4.08 3.83 5/339 28771
/proc/meminfo: memFree=123404464/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=113300 CPUtime=7.45 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 18056 0 0 0 741 4 0 0 20 0 19 0 37710649 19452874752 28325 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 28325 5446 1 0 551815 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=0 CPUtime=6.23 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 6114 0 0 0 621 2 0 0 20 0 19 0 37710650 19452874752 28325 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 28325 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 28325 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 28325 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113300 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.08 3.83 5/339 28771
/proc/meminfo: memFree=123371696/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=18996948 memory=148244 CPUtime=13.88 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 21492 0 0 0 1383 5 0 0 20 0 19 0 37710649 19452874752 37061 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4749237 37061 5446 1 0 551815 0
[pid=28752/tid=28754] ppid=28749 vsize=18996948 memory=142100 CPUtime=12.61 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 7178 0 0 0 1259 2 0 0 20 0 19 0 37710650 19452874752 37061 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 37061 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37710652 19452874752 37061 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=18996948 memory=-6000919468428190829 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37710664 19452874752 37061 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 13.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148244 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.08 3.84 5/340 28772
/proc/meminfo: memFree=123347120/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=171140 CPUtime=26.66 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 23340 0 0 0 2660 6 0 0 20 0 20 0 37710649 19521036288 42785 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 42785 5446 1 0 552104 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=2732 CPUtime=25.37 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 7542 0 0 0 2534 3 0 0 20 0 20 0 37710650 19521036288 42785 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 42785 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=115348 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 42785 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 42785 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 26.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171140 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.07 3.84 5/340 28773
/proc/meminfo: memFree=123175220/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=179392 CPUtime=52.21 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 23487 0 0 0 5214 7 0 0 20 0 20 0 37710649 19521036288 44848 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 44848 5446 1 0 552104 0

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

/proc/meminfo: memFree=121773404/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2150040 CPUtime=3276.63 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 59275 0 0 0 327569 94 0 0 20 0 20 0 37710649 19521036288 537510 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 537510 5478 1 0 555129 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=14384 CPUtime=3271.64 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 25790 0 0 0 327147 17 0 0 20 0 20 0 37710650 19521036288 537510 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 537510 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=2149912 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 852 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 537510 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2150040 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 537510 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3276.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2150040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/339 29205
/proc/meminfo: memFree=121770540/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2154140 CPUtime=3336.48 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 59560 0 0 0 333553 95 0 0 20 0 20 0 37710649 19521036288 538535 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 538535 5478 1 0 555130 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=2154140 CPUtime=3331.48 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 25961 0 0 0 333130 18 0 0 20 0 20 0 37710650 19521036288 538535 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=2154140 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 538535 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=2154140 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 958 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 538535 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 538535 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3336.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2154140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/338 29207
/proc/meminfo: memFree=121708336/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2156192 CPUtime=3396.34 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 59874 0 0 0 339538 96 0 0 20 0 20 0 37710649 19521036288 539048 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 539048 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=2082580 CPUtime=3391.31 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 26270 0 0 0 339113 18 0 0 20 0 20 0 37710650 19521036288 539048 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 539048 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 958 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 539048 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2156192 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 539048 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3396.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/339 29210
/proc/meminfo: memFree=121702636/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3456.37 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 61418 0 0 0 345539 98 0 0 20 0 20 0 37710649 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 540587 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=2082580 CPUtime=3450.98 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 26980 0 0 0 345080 18 0 0 20 0 20 0 37710650 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 1052 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3456.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/339 29212
/proc/meminfo: memFree=121630356/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3516.22 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 61920 0 0 0 351523 99 0 0 20 0 20 0 37710649 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 540587 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3510.82 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 27359 0 0 0 351064 18 0 0 20 0 20 0 37710650 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=-6000919468428190829 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3516.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/339 29214
/proc/meminfo: memFree=121632004/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3576.07 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 61981 0 0 0 357507 100 0 0 20 0 20 0 37710649 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 540587 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=17408 CPUtime=3570.65 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 27412 0 0 0 357047 18 0 0 20 0 20 0 37710650 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3576.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/340 29216
/proc/meminfo: memFree=121632768/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3600.01 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 62056 0 0 0 359901 100 0 0 20 0 20 0 37710649 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 540587 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=12288 CPUtime=3594.59 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 27484 0 0 0 359441 18 0 0 20 0 20 0 37710650 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.14 s, system=1.01607 s

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

[startup+3606.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/340 29216
/proc/meminfo: memFree=121632768/131249996 swapFree=33010684/33010684
[pid=28752] ppid=28749 vsize=19063512 memory=2162348 CPUtime=3600.01 cores=0,2
/proc/28752/stat : 28752 (java) S 28749 28752 28429 0 -1 4194304 62056 0 0 0 359901 100 0 0 20 0 20 0 37710649 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
/proc/28752/statm: 4765878 540587 5478 1 0 555131 0
[pid=28752/tid=28754] ppid=28749 vsize=19063512 memory=12288 CPUtime=3594.59 cores=0,2
/proc/28752/task/28754/stat : 28754 (java) R 28749 28752 28429 0 -1 4194368 27484 0 0 0 359441 18 0 0 20 0 20 0 37710650 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28763] ppid=28749 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/28752/task/28763/stat : 28763 (Finalizer) S 28749 28752 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28770] ppid=28749 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/28752/task/28770/stat : 28770 (Common-Cleaner) S 28749 28752 28429 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 37710652 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
[pid=28752/tid=28771] ppid=28749 vsize=19063512 memory=2162348 CPUtime=0 cores=0,2
/proc/28752/task/28771/stat : 28771 (Timer-0) S 28749 28752 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37710664 19521036288 540587 18446744073709551615 94391447576576 94391447580272 140722521756816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391447588088 94391447588880 94391448551424 140722521758081 140722521758182 140722521758182 140722521763784 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2162348 KiB

Child status: 143

Real time (s): 3606.4
CPU time (s): 3600.16
CPU user time (s): 3599.14
CPU system time (s): 1.01607
CPU usage (%): 99.8269
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2162348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.14
system time used= 1.01607
maximum resident set size= 2163628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102481
involuntary context switches= 8656


# summary of solver processes directly reported to runsolver:
#   pid: 28752
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3599.14
#   total CPU system time (s): 1.01607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63716 second user time and 16.8497 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 20:05:29
IDJOB=4513590
IDBENCH=162381
IDSOLVER=3363
FILE ID=nodeC022/4513590-1751220329
RUNJOBID= nodeC022-1751219267-28439
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-ECrand4regsplit-v090-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513590-1751220329/watcher-4513590-1751220329 -o /tmp/evaluation-result-4513590-1751220329/solver-4513590-1751220329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513590-1751220329.opb

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

MD5SUM BENCH= 2f2bbded117b16ee84684349cffbd198
RANDOM SEED=1178565963

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.692
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.711
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		: 3599.733
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		: 3607.987
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.717
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.716
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		: 3575.522
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		: 3700.000
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:        123492700 kB
MemAvailable:   124148692 kB
Buffers:            3280 kB
Cached:          1460520 kB
SwapCached:            0 kB
Active:          5963556 kB
Inactive:        1212160 kB
Active(anon):    5729976 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1212160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               772 kB
Writeback:             0 kB
AnonPages:       5715096 kB
Mapped:           122328 kB
Shmem:             18060 kB
KReclaimable:      98580 kB
Slab:             185776 kB
SReclaimable:      98580 kB
SUnreclaim:        87196 kB
KernelStack:        5216 kB
PageTables:        14888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7076588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5468160 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:05:35