Trace number 4513591

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.05

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.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4513591-1751219793.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.017s.
0.11/0.16	c declared #vars     179
0.11/0.16	c #constraints  180
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 178
0.11/0.16	c 180 constraints processed.
1.07/0.63	c cleaning 2494 clauses out of 5002 with flag 44563/5002
1.86/1.07	c cleaning 4251 clauses out of 8509 with flag 119281/11003
2.83/1.52	c cleaning 5621 clauses out of 11255 with flag 214559/18000
3.81/2.02	c cleaning 6813 clauses out of 13635 with flag 320794/26001
4.35/2.59	c cleaning 7904 clauses out of 15821 with flag 447785/35000
5.16/3.30	c cleaning 8951 clauses out of 17919 with flag 590599/45002
6.08/4.14	c cleaning 9976 clauses out of 19966 with flag 743491/56000
6.88/4.90	c cleaning 10992 clauses out of 21993 with flag 901666/68003
7.69/5.79	c cleaning 11990 clauses out of 23998 with flag 1068422/81000
8.80/6.73	c cleaning 12999 clauses out of 26009 with flag 1238020/95001
9.94/7.70	c cleaning 13997 clauses out of 28009 with flag 1403660/110000
10.94/8.79	c cleaning 15002 clauses out of 30013 with flag 1596331/126001
12.08/9.88	c cleaning 15998 clauses out of 32013 with flag 1803227/143003
13.40/11.20	c cleaning 17001 clauses out of 34012 with flag 2036844/161000
14.80/12.51	c cleaning 18002 clauses out of 36014 with flag 2283798/180003
16.30/14.08	c cleaning 18992 clauses out of 38009 with flag 2547548/200000
18.09/15.82	c cleaning 19996 clauses out of 40018 with flag 2825551/221001
19.89/17.63	c cleaning 20994 clauses out of 42021 with flag 3102768/243000
22.38/20.14	c cleaning 21996 clauses out of 44028 with flag 3454822/266001
24.88/22.60	c cleaning 23004 clauses out of 46032 with flag 3780449/290001
27.57/25.31	c cleaning 24007 clauses out of 48029 with flag 4143428/315002
30.47/28.26	c cleaning 25004 clauses out of 50020 with flag 4500424/341000
33.66/31.44	c cleaning 25995 clauses out of 52016 with flag 4845518/368000
37.18/35.01	c cleaning 26995 clauses out of 54023 with flag 5224683/396002
40.59/38.41	c cleaning 27998 clauses out of 56026 with flag 5648361/425000
43.99/41.79	c cleaning 29004 clauses out of 58028 with flag 6103412/455000
47.47/45.20	c cleaning 30000 clauses out of 60024 with flag 6602210/486000
51.06/48.85	c cleaning 30995 clauses out of 62025 with flag 7133494/518001
54.86/52.64	c cleaning 32007 clauses out of 64033 with flag 7670183/551004
58.56/56.34	c cleaning 33002 clauses out of 66022 with flag 8202872/585000
62.74/60.50	c cleaning 34000 clauses out of 68022 with flag 8741099/620002
66.68/64.52	c cleaning 34998 clauses out of 70022 with flag 9203593/656002
71.18/69.02	c cleaning 35994 clauses out of 72023 with flag 9749482/693001
74.98/72.81	c cleaning 37007 clauses out of 74028 with flag 10284318/731000
79.18/77.00	c cleaning 38005 clauses out of 76021 with flag 10830529/770000
83.96/81.80	c cleaning 39000 clauses out of 78020 with flag 11368619/810004
88.75/86.66	c cleaning 40000 clauses out of 80016 with flag 11920905/851000
93.24/91.16	c cleaning 40999 clauses out of 82017 with flag 12448422/893001
97.54/95.59	c cleaning 41992 clauses out of 84017 with flag 12973634/936000
102.43/100.43	c cleaning 43008 clauses out of 86028 with flag 13491718/980003
108.24/106.25	c cleaning 44002 clauses out of 88017 with flag 14065272/1025000
114.32/112.33	c cleaning 44990 clauses out of 90015 with flag 14690664/1071000
120.41/118.45	c cleaning 46003 clauses out of 92027 with flag 15294621/1118002
126.71/124.72	c cleaning 46997 clauses out of 94023 with flag 15899352/1166001
133.32/131.42	c cleaning 48003 clauses out of 96028 with flag 16533308/1215003
140.70/138.86	c cleaning 49002 clauses out of 98023 with flag 17246033/1265001
148.40/146.56	c cleaning 49993 clauses out of 100020 with flag 18001925/1316000
155.78/153.95	c cleaning 50998 clauses out of 102028 with flag 18783779/1368001
163.49/161.77	c cleaning 52008 clauses out of 104030 with flag 19574392/1421001
172.08/170.31	c cleaning 52998 clauses out of 106021 with flag 20322289/1475000
180.06/178.32	c cleaning 53995 clauses out of 108023 with flag 21106546/1530000
188.34/186.69	c cleaning 55000 clauses out of 110030 with flag 21865686/1586002
197.57/195.93	c cleaning 56005 clauses out of 112030 with flag 22701023/1643002
207.15/205.53	c cleaning 57000 clauses out of 114023 with flag 23544535/1701000
216.62/215.02	c cleaning 57996 clauses out of 116023 with flag 24401768/1760000
227.59/226.10	c cleaning 59001 clauses out of 118028 with flag 25354537/1820001
238.16/236.75	c cleaning 60008 clauses out of 120029 with flag 26324952/1881003
250.05/248.69	c cleaning 60995 clauses out of 122022 with flag 27316508/1943004
261.38/260.01	c cleaning 62002 clauses out of 124024 with flag 28294653/2006001
272.94/271.60	c cleaning 62992 clauses out of 126021 with flag 29268798/2070000
284.78/283.50	c cleaning 64000 clauses out of 128029 with flag 30250673/2135000
296.95/295.70	c cleaning 65002 clauses out of 130030 with flag 31183705/2201001
308.84/307.66	c cleaning 66006 clauses out of 132028 with flag 32205891/2268001
322.15/321.08	c cleaning 66995 clauses out of 134021 with flag 33334322/2336000
335.04/333.99	c cleaning 68004 clauses out of 136026 with flag 34484910/2405000
348.24/347.29	c cleaning 68985 clauses out of 138022 with flag 35697860/2475000
361.83/360.86	c cleaning 70007 clauses out of 140039 with flag 36838100/2546002
376.59/375.87	c cleaning 71006 clauses out of 142030 with flag 38013544/2618000
392.14/391.43	c cleaning 71997 clauses out of 144027 with flag 39159128/2691003
406.93/406.44	c cleaning 73004 clauses out of 146027 with flag 40336988/2765000
421.79/421.39	c cleaning 74000 clauses out of 148024 with flag 41575600/2840001
437.84/437.47	c cleaning 75002 clauses out of 150023 with flag 42817003/2916000
455.19/454.82	c cleaning 75998 clauses out of 152021 with flag 44040215/2993000
473.93/473.69	c cleaning 76990 clauses out of 154025 with flag 45323459/3071002
492.29/492.07	c cleaning 77998 clauses out of 156033 with flag 46623832/3150000
509.20/509.01	c cleaning 79010 clauses out of 158035 with flag 47787106/3230000
523.10/522.94	c cleaning 80001 clauses out of 160025 with flag 48901217/3311000
537.92/537.82	c cleaning 81004 clauses out of 162025 with flag 50022614/3393001
555.30/555.21	c cleaning 81998 clauses out of 164020 with flag 51221554/3476000
573.04/573.05	c cleaning 82994 clauses out of 166022 with flag 52274112/3560000
591.50/591.57	c cleaning 84004 clauses out of 168028 with flag 53400320/3645000
609.65/609.75	c cleaning 84999 clauses out of 170024 with flag 54511931/3731000
628.12/628.21	c cleaning 86007 clauses out of 172027 with flag 55763885/3818002
646.71/646.87	c cleaning 87002 clauses out of 174019 with flag 57078146/3906001
664.11/664.40	c cleaning 88002 clauses out of 176017 with flag 58174854/3995001
683.40/683.68	c cleaning 88993 clauses out of 178016 with flag 59272012/4085002
703.00/703.28	c cleaning 89999 clauses out of 180022 with flag 60139393/4176001
722.83/723.19	c cleaning 90997 clauses out of 182022 with flag 61326831/4268000
743.89/744.25	c cleaning 91999 clauses out of 184025 with flag 62577790/4361000
770.28/770.61	c cleaning 92997 clauses out of 186026 with flag 63846372/4455000
792.30/792.74	c cleaning 93995 clauses out of 188031 with flag 65120158/4550002
815.68/816.11	c cleaning 95007 clauses out of 190036 with flag 66455005/4646002
838.76/839.28	c cleaning 96002 clauses out of 192027 with flag 67597102/4743000
860.69/861.23	c cleaning 97003 clauses out of 194025 with flag 68783832/4841000
884.96/885.52	c cleaning 97998 clauses out of 196023 with flag 70035853/4940001
907.63/908.24	c cleaning 98997 clauses out of 198025 with flag 71308620/5040001
930.53/931.29	c cleaning 100003 clauses out of 200027 with flag 72709086/5141000
953.46/954.15	c cleaning 101003 clauses out of 202026 with flag 74141170/5243002
976.41/977.16	c cleaning 101988 clauses out of 204021 with flag 75561364/5346000
997.28/998.00	c cleaning 103012 clauses out of 206033 with flag 76903679/5450000
1014.43/1015.22	c cleaning 104000 clauses out of 208021 with flag 77872391/5555000
1038.55/1039.46	c cleaning 104996 clauses out of 210021 with flag 79320818/5661000
1062.37/1063.38	c cleaning 105991 clauses out of 212026 with flag 80649454/5768001
1090.31/1091.37	c cleaning 107007 clauses out of 214035 with flag 81998103/5876001
1118.21/1119.31	c cleaning 108006 clauses out of 216028 with flag 83383628/5985001
1143.85/1145.05	c cleaning 109003 clauses out of 218022 with flag 84933447/6095001
1173.07/1174.33	c cleaning 109991 clauses out of 220018 with flag 86563363/6206000
1203.61/1204.97	c cleaning 110990 clauses out of 222027 with flag 88186245/6318000
1235.56/1237.00	c cleaning 112005 clauses out of 224038 with flag 89827489/6431001
1266.64/1268.11	c cleaning 112999 clauses out of 226032 with flag 91503636/6545000
1295.08/1296.64	c cleaning 114011 clauses out of 228034 with flag 93130409/6660001
1322.62/1324.28	c cleaning 114995 clauses out of 230022 with flag 94639146/6776000
1351.69/1353.40	c cleaning 115999 clauses out of 232031 with flag 96203585/6893004
1382.72/1384.45	c cleaning 116997 clauses out of 234028 with flag 97869250/7011000
1415.34/1417.13	c cleaning 117993 clauses out of 236031 with flag 99438246/7130000
1449.73/1451.63	c cleaning 119007 clauses out of 238038 with flag 100961480/7250000
1481.09/1483.09	c cleaning 120006 clauses out of 240033 with flag 102650695/7371002
1510.21/1512.32	c cleaning 120985 clauses out of 242025 with flag 104299360/7493000
1543.56/1545.73	c cleaning 122001 clauses out of 244041 with flag 106175752/7616001
1572.30/1574.58	c cleaning 123003 clauses out of 246039 with flag 107945551/7740000
1600.97/1603.29	c cleaning 123999 clauses out of 248037 with flag 109591921/7865001
1636.63/1638.90	c cleaning 125006 clauses out of 250041 with flag 111374638/7991004
1672.07/1674.49	c cleaning 126003 clauses out of 252031 with flag 113371039/8118000
1714.10/1716.54	c cleaning 126996 clauses out of 254028 with flag 115494630/8246000
1749.26/1751.70	c cleaning 128009 clauses out of 256034 with flag 117435401/8375002
1786.88/1789.45	c cleaning 128994 clauses out of 258023 with flag 119434242/8505000
1825.22/1827.85	c cleaning 130001 clauses out of 260030 with flag 121336514/8636001
1863.16/1865.86	c cleaning 131003 clauses out of 262029 with flag 123235485/8768001
1902.59/1905.33	c cleaning 131996 clauses out of 264025 with flag 125120039/8901000
1940.00/1942.87	c cleaning 133004 clauses out of 266031 with flag 127000826/9035002
1978.93/1981.88	c cleaning 133991 clauses out of 268026 with flag 128871081/9170001
2022.76/2025.77	c cleaning 135012 clauses out of 270036 with flag 130882677/9306002
2065.64/2068.77	c cleaning 136008 clauses out of 272023 with flag 132870934/9443001
2110.42/2113.76	c cleaning 136987 clauses out of 274015 with flag 134880850/9581001
2152.73/2156.74	c cleaning 137993 clauses out of 276027 with flag 136762300/9720000
2194.75/2198.88	c cleaning 139012 clauses out of 278034 with flag 138728232/9860000
2237.16/2241.32	c cleaning 140003 clauses out of 280024 with flag 140796758/10001002
2278.35/2282.69	c cleaning 141001 clauses out of 282022 with flag 142503637/10143003
2325.35/2329.77	c cleaning 141999 clauses out of 284019 with flag 144416353/10286001
2369.86/2374.31	c cleaning 142998 clauses out of 286020 with flag 146439170/10430001
2419.86/2424.41	c cleaning 143983 clauses out of 288022 with flag 148511038/10575001
2476.66/2481.40	c cleaning 145003 clauses out of 290039 with flag 150544612/10721001
2527.74/2532.68	c cleaning 146009 clauses out of 292037 with flag 152580854/10868002
2573.44/2578.48	c cleaning 147005 clauses out of 294026 with flag 154552258/11016000
2617.73/2622.84	c cleaning 147996 clauses out of 296021 with flag 156467100/11165000
2660.69/2666.15	c cleaning 148997 clauses out of 298027 with flag 158487186/11315002
2705.57/2711.17	c cleaning 150007 clauses out of 300028 with flag 160540184/11466000
2757.76/2763.45	c cleaning 150996 clauses out of 302021 with flag 162927093/11618000
2815.63/2821.43	c cleaning 151999 clauses out of 304025 with flag 165240508/11771000
2870.57/2876.50	c cleaning 152986 clauses out of 306026 with flag 167398107/11925000
2922.39/2928.43	c cleaning 154000 clauses out of 308040 with flag 169647172/12080000
2969.47/2975.60	c cleaning 155007 clauses out of 310042 with flag 171832068/12236002
3023.17/3029.30	c cleaning 156007 clauses out of 312034 with flag 173800886/12393001
3078.33/3084.62	c cleaning 157005 clauses out of 314026 with flag 175710113/12551000
3131.16/3137.60	c cleaning 158004 clauses out of 316022 with flag 177606030/12710001
3176.94/3183.55	c cleaning 158991 clauses out of 318017 with flag 179710539/12870000
3233.25/3240.09	c cleaning 159993 clauses out of 320027 with flag 181895251/13031001
3292.97/3299.91	c cleaning 160999 clauses out of 322034 with flag 184006057/13193001
3354.93/3362.39	c cleaning 161997 clauses out of 324035 with flag 186216134/13356001
3422.53/3430.00	c cleaning 163002 clauses out of 326037 with flag 188545558/13520000
3482.99/3490.66	c cleaning 163997 clauses out of 328035 with flag 190670806/13685000
3545.04/3552.85	c cleaning 165004 clauses out of 330038 with flag 192939105/13851000
3600.01/3607.91	c starts		: 2925
3600.01/3607.93	c conflicts		: 14018000
3600.01/3607.93	c decisions		: 16067410
3600.01/3607.93	c propagations		: 470995442
3600.01/3607.93	c inspects		: 47741933658
3600.01/3607.93	c shortcuts		: 0
3600.01/3607.93	c learnt literals	: 0
3600.01/3607.93	c learnt binary clauses	: 0
3600.01/3607.93	c learnt ternary clauses	: 0
3600.01/3607.93	c learnt constraints	: 14018000
3600.01/3607.93	c ignored constraints	: 0
3600.01/3607.93	c root simplifications	: 0
3600.01/3607.93	c removed literals (reason simplification)	: 77403406
3600.01/3607.93	c reason swapping (by a shorter reason)	: 0
3600.01/3607.93	c Calls to reduceDB	: 163
3600.01/3607.94	c Number of update (reduction) of LBD	: 4995801
3600.01/3607.94	c Imported unit clauses	: 0
3600.01/3607.94	c No decision after first conflict	: false
3600.01/3607.94	c number of reductions to clauses (during analyze)	: 0
3600.01/3607.94	c number of learned constraints concerned by reduction	: 0
3600.01/3607.94	c number of learning phase by resolution	: 0
3600.01/3607.94	c number of learning phase by cutting planes	: 0
3600.01/3607.94	c number of rounding to 1 operations	: 0
3600.01/3607.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3607.94	c number of reductions of the coefficients by power 2 	: 0
3600.01/3607.94	c number of right shift for reduction by power 2 	: 0
3600.01/3607.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3607.94	c number of ending skipping 	: 0
3600.01/3607.94	c number of internal skipping 	: 0
3600.01/3607.94	c number of derivation steps 	: 0
3600.01/3607.94	c number of skipped derivation steps 	: 0
3600.01/3607.94	c number of remaining unassigned 	: 0
3600.01/3607.94	c number of remaining assigned 	: 0
3600.01/3607.94	c number of falsified literals weakened from reason	: 0
3600.01/3607.94	c number of falsified literals weakened from conflict	: 0
3600.01/3607.94	c time for arithmetic operations	: 0
3600.01/3607.94	c minimum degree of deleted constraints	: null
3600.01/3607.94	c maximum degree of deleted constraints	: null
3600.01/3607.94	c number of deleted constraints	: 0
3600.01/3607.94	c speed (assignments/second)	: 130549.934308633
3600.01/3607.94	c non guided choices	: 52
3600.21/3608.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 332034
3600.21/3608.01	s UNKNOWN
3600.21/3608.01	c Total wall clock time (in seconds): 3607.874

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=31053, runsolver pid=31050

[startup+0.100058 s]*
/proc/loadavg: 4.12 4.14 4.50 6/342 31071
/proc/meminfo: memFree=115221780/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=18930384 memory=55460 CPUtime=0.11 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 6501 0 0 0 10 1 0 0 20 0 18 0 37657983 19384713216 13865 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4732596 13865 5338 1 0 547575 0
[pid=31053/tid=31055] ppid=31050 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 5012 0 0 0 6 1 0 0 20 0 18 0 37657984 19384713216 13865 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37657986 19384713216 13865 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=18930384 memory=59585004333716 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37657986 19384713216 13865 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55460 KiB

[startup+0.210665 s]*
/proc/loadavg: 4.12 4.14 4.50 7/343 31072
/proc/meminfo: memFree=115217684/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=18996948 memory=64292 CPUtime=0.32 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 7083 0 0 0 30 2 0 0 20 0 19 0 37657983 19452874752 16073 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4749237 16073 5434 1 0 548223 0
[pid=31053/tid=31055] ppid=31050 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 5348 0 0 0 16 1 0 0 20 0 19 0 37657984 19452874752 16073 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=18996948 memory=2569 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 16073 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 16073 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37657999 19452874752 16073 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64292 KiB

[startup+0.30579 s]*
/proc/loadavg: 4.12 4.14 4.50 6/343 31072
/proc/meminfo: memFree=115217684/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=18996948 memory=80924 CPUtime=0.5 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 8884 0 0 0 47 3 0 0 20 0 19 0 37657983 19452874752 20231 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4749237 20231 5434 1 0 549233 0
[pid=31053/tid=31055] ppid=31050 vsize=18996948 memory=-6000919507066579820 CPUtime=0.27 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 5371 0 0 0 26 1 0 0 20 0 19 0 37657984 19452874752 20231 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 20231 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 20231 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37657999 19452874752 20231 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80924 KiB

[startup+0.700237 s]
/proc/loadavg: 4.12 4.14 4.50 6/343 31072
/proc/meminfo: memFree=115203632/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=18996948 memory=144176 CPUtime=1.27 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 12331 0 0 0 122 5 0 0 20 0 19 0 37657983 19452874752 36044 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4749237 36044 5434 1 0 551565 0
[pid=31053/tid=31055] ppid=31050 vsize=18996948 memory=17408 CPUtime=0.65 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 5438 0 0 0 62 3 0 0 20 0 19 0 37657984 19452874752 36044 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 36044 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37657986 19452874752 36044 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37657999 19452874752 36044 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144176 KiB

[startup+1.50023 s]
/proc/loadavg: 4.19 4.15 4.50 6/344 31073
/proc/meminfo: memFree=115164944/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=172120 CPUtime=2.83 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 20582 0 0 0 276 7 0 0 20 0 20 0 37657983 19521036288 43030 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 43030 5466 1 0 552986 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=0 CPUtime=1.42 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 5875 0 0 0 138 4 0 0 20 0 20 0 37657984 19521036288 43030 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 43030 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 43030 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 43030 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172120 KiB

[startup+3.10599 s]
/proc/loadavg: 4.19 4.15 4.50 5/344 31073
/proc/meminfo: memFree=115164668/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=174536 CPUtime=4.97 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 22377 0 0 0 488 9 0 0 20 0 20 0 37657983 19521036288 43634 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 43634 5466 1 0 552988 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=10752 CPUtime=3 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 6203 0 0 0 295 5 0 0 20 0 20 0 37657984 19521036288 43634 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=-6000919507066579820 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 43634 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 43634 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 43634 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174536 KiB

[startup+6.30023 s]
/proc/loadavg: 4.17 4.15 4.50 5/344 31073
/proc/meminfo: memFree=114981960/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=348008 CPUtime=8.35 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 26490 0 0 0 821 14 0 0 20 0 20 0 37657983 19521036288 87002 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 87002 5466 1 0 552990 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=0 CPUtime=6.18 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 7023 0 0 0 608 10 0 0 20 0 20 0 37657984 19521036288 87002 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 87002 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 87002 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=172120 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 87002 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 348008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.14 4.49 6/344 31073
/proc/meminfo: memFree=114560800/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=720848 CPUtime=15 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 33257 0 0 0 1474 26 0 0 20 0 20 0 37657983 19521036288 180212 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 180212 5466 1 0 553290 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=172120 CPUtime=12.56 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 8339 0 0 0 1235 21 0 0 20 0 20 0 37657984 19521036288 180212 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=720848 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 180212 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 180212 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 180212 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 720848 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.14 4.49 5/344 31073
/proc/meminfo: memFree=114022832/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=1181676 CPUtime=27.77 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 35979 0 0 0 2737 40 0 0 20 0 20 0 37657983 19521036288 295419 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 295419 5466 1 0 553290 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=720848 CPUtime=25.31 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 9522 0 0 0 2496 35 0 0 20 0 20 0 37657984 19521036288 295419 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 295419 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=1150928 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 295419 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 295419 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1181676 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.16 4.48 5/344 31073
/proc/meminfo: memFree=113678444/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=1308672 CPUtime=53.36 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 39838 0 0 0 5283 53 0 0 20 0 20 0 37657983 19521036288 327168 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0

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

/proc/meminfo: memFree=102226140/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3275.44 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 105088 0 0 0 326841 703 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3263.12 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 41268 0 0 0 325691 621 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3275.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.16 5/344 31384
/proc/meminfo: memFree=101969948/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3335.27 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 106291 0 0 0 332814 713 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3322.84 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 42031 0 0 0 331655 629 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 1839 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3335.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/344 31521
/proc/meminfo: memFree=111945200/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3394.83 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 107470 0 0 0 338761 722 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3382.29 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 43018 0 0 0 337592 637 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3394.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/344 31523
/proc/meminfo: memFree=110736736/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3454.73 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 108022 0 0 0 344741 732 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3441.99 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 43174 0 0 0 343554 645 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 2013 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3454.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/343 31525
/proc/meminfo: memFree=110477980/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3514.64 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 108319 0 0 0 350723 741 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3501.62 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 43364 0 0 0 349508 654 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=21612 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 2013 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3514.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/343 31531
/proc/meminfo: memFree=110245748/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3574.49 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 109710 0 0 0 356699 750 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=17408 CPUtime=3561.33 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 44367 0 0 0 355471 662 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 2014 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3574.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.9 s]
/proc/loadavg: 4.08 4.11 4.14 5/341 31531
/proc/meminfo: memFree=110121980/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19063512 memory=2159984 CPUtime=3600.01 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 109941 0 0 0 359246 755 0 0 20 0 20 0 37657983 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4765878 539996 5530 1 0 554040 0
[pid=31053/tid=31055] ppid=31050 vsize=19063512 memory=2892 CPUtime=3586.83 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 44540 0 0 0 358017 666 0 0 20 0 20 0 37657984 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19063512 memory=-6000919507066579820 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 2069 0 0 0 0 0 0 0 20 0 20 0 37657986 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31072] ppid=31050 vsize=19063512 memory=2159984 CPUtime=0 cores=5,7
/proc/31053/task/31072/stat : 31072 (Timer-0) S 31050 31053 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37657999 19521036288 539996 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2159984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.67 s, system=7.57029 s

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

[startup+3608.01 s]*
/proc/loadavg: 4.08 4.11 4.14 7/342 31534
/proc/meminfo: memFree=110122364/131250000 swapFree=33010684/33010684
[pid=31053] ppid=31050 vsize=19263204 memory=2160752 CPUtime=3600.21 cores=5,7
/proc/31053/stat : 31053 (java) S 31050 31053 30647 0 -1 4194304 112062 0 0 0 359265 756 0 0 20 0 21 0 37657983 19725520896 540188 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
/proc/31053/statm: 4815801 540188 5530 1 0 554959 0
[pid=31053/tid=31055] ppid=31050 vsize=19263204 memory=5044 CPUtime=3586.94 cores=5,7
/proc/31053/task/31055/stat : 31055 (java) R 31050 31053 30647 0 -1 4194368 44541 0 0 0 358028 666 0 0 20 0 21 0 37657984 19725520896 540188 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31064] ppid=31050 vsize=19263204 memory=5060 CPUtime=0 cores=5,7
/proc/31053/task/31064/stat : 31064 (Finalizer) S 31050 31053 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37657986 19725520896 540188 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31071] ppid=31050 vsize=19263204 memory=-6000919472639470444 CPUtime=0 cores=5,7
/proc/31053/task/31071/stat : 31071 (Common-Cleaner) S 31050 31053 30647 0 -1 4194368 2069 0 0 0 0 0 0 0 20 0 21 0 37657986 19725520896 540188 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
[pid=31053/tid=31534] ppid=31050 vsize=19263204 memory=5172 CPUtime=0.05 cores=5,7
/proc/31053/task/31534/stat : 31534 (Thread-0) R 31050 31053 30647 0 -1 4194368 347 0 0 0 5 0 0 0 20 0 21 0 38018773 19725520896 540188 18446744073709551615 94003272867840 94003272871536 140728110851040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94003272879352 94003272880144 94003273650176 140728110856496 140728110856678 140728110856678 140728110862280 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2160752 KiB

Child status: 143

Real time (s): 3608.05
CPU time (s): 3600.24
CPU user time (s): 3592.67
CPU system time (s): 7.57029
CPU usage (%): 99.7835
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2160752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.67
system time used= 7.57029
maximum resident set size= 2160880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112244
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6201248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109351
involuntary context switches= 8585


# summary of solver processes directly reported to runsolver:
#   pid: 31053
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3592.67
#   total CPU system time (s): 7.57029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24554 second user time and 17.205 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 19:56:33
IDJOB=4513591
IDBENCH=162381
IDSOLVER=3364
FILE ID=nodeC026/4513591-1751219793
RUNJOBID= nodeC026-1751218367-30660
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-ECrand4regsplit-v090-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513591-1751219793/watcher-4513591-1751219793 -o /tmp/evaluation-result-4513591-1751219793/solver-4513591-1751219793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513591-1751219793 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513591-1751219793.opb

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

MD5SUM BENCH= 2f2bbded117b16ee84684349cffbd198
RANDOM SEED=353976246

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.789
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.788
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		: 3599.590
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		: 3599.077
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.822
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		: 3601.138
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		: 3594.470
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		: 3599.792
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:        115248608 kB
MemAvailable:   123730740 kB
Buffers:            3280 kB
Cached:          9278280 kB
SwapCached:            0 kB
Active:          5965444 kB
Inactive:        9020872 kB
Active(anon):    5722964 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  9020872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             98312 kB
Writeback:            16 kB
AnonPages:       5707908 kB
Mapped:           123112 kB
Shmem:             18080 kB
KReclaimable:     116036 kB
Slab:             206696 kB
SReclaimable:     116036 kB
SUnreclaim:        90660 kB
KernelStack:        5296 kB
PageTables:        14848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7059976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5509120 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 20:56:42