Trace number 4502018

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.18 3604.49

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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-4502018-1751160950.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.91/0.58	c ... done. Wall clock time 0.443s.
0.91/0.58	c declared #vars     23114
0.91/0.58	c #constraints  76854
0.91/0.58	c constraints type 
0.91/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 56943
0.91/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
0.91/0.58	c org.sat4j.specs.Constr$1 => 7398
0.91/0.58	c org.sat4j.pb.constraints.pb.UnitClausePB => 3065
0.91/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8944
0.91/0.58	c 76854 constraints processed.
3.26/1.79	c cleaning 2493 clauses out of 5000 with flag 19981/5000
4.71/2.73	c cleaning 4249 clauses out of 8507 with flag 46430/11000
6.01/3.81	c cleaning 5622 clauses out of 11259 with flag 80072/18001
7.24/5.01	c cleaning 6810 clauses out of 13636 with flag 120293/26000
8.44/6.21	c cleaning 7901 clauses out of 15827 with flag 174203/35001
10.02/7.71	c cleaning 8952 clauses out of 17925 with flag 220414/45000
11.52/9.27	c cleaning 9982 clauses out of 19973 with flag 286332/56000
13.32/11.06	c cleaning 10985 clauses out of 21994 with flag 352462/68003
15.21/12.94	c cleaning 11999 clauses out of 24007 with flag 421557/81001
17.31/15.02	c cleaning 12993 clauses out of 26010 with flag 508063/95003
19.50/17.25	c cleaning 14000 clauses out of 28015 with flag 593299/110001
21.91/19.69	c cleaning 15004 clauses out of 30013 with flag 686267/126000
24.69/22.34	c cleaning 15994 clauses out of 32009 with flag 785290/143000
27.41/25.03	c cleaning 16995 clauses out of 34017 with flag 885126/161002
30.20/27.82	c cleaning 17993 clauses out of 36020 with flag 1002863/180000
33.20/30.89	c cleaning 19000 clauses out of 38027 with flag 1108588/200000
36.39/34.05	c cleaning 20007 clauses out of 40028 with flag 1249273/221001
39.89/37.54	c cleaning 20989 clauses out of 42020 with flag 1424466/243000
43.59/41.21	c cleaning 21998 clauses out of 44032 with flag 1575252/266001
47.49/45.12	c cleaning 23010 clauses out of 46033 with flag 1725289/290000
51.87/49.50	c cleaning 23995 clauses out of 48022 with flag 1873346/315000
56.36/54.04	c cleaning 24998 clauses out of 50027 with flag 2032841/341000
60.75/58.47	c cleaning 26002 clauses out of 52029 with flag 2214552/368000
65.23/62.95	c cleaning 27000 clauses out of 54027 with flag 2376065/396000
70.22/67.90	c cleaning 28003 clauses out of 56027 with flag 2543977/425000
75.43/73.12	c cleaning 29004 clauses out of 58024 with flag 2726448/455000
80.91/78.61	c cleaning 30001 clauses out of 60021 with flag 2907538/486001
86.60/84.30	c cleaning 31008 clauses out of 62019 with flag 3104766/518000
92.69/90.43	c cleaning 31987 clauses out of 64011 with flag 3292635/551000
98.67/96.40	c cleaning 33006 clauses out of 66025 with flag 3497575/585001
105.15/102.98	c cleaning 34001 clauses out of 68018 with flag 3704267/620000
111.94/109.70	c cleaning 34996 clauses out of 70018 with flag 3912710/656001
119.06/116.80	c cleaning 36004 clauses out of 72022 with flag 4114473/693001
126.04/123.86	c cleaning 37005 clauses out of 74017 with flag 4321351/731000
133.32/131.13	c cleaning 38005 clauses out of 76012 with flag 4560693/770000
140.61/138.46	c cleaning 38992 clauses out of 78010 with flag 4802787/810003
148.38/146.23	c cleaning 39996 clauses out of 80016 with flag 5036978/851001
156.59/154.48	c cleaning 40991 clauses out of 82019 with flag 5295692/893000
164.98/162.89	c cleaning 42003 clauses out of 84030 with flag 5534299/936002
173.65/171.60	c cleaning 43008 clauses out of 86024 with flag 5775421/980000
182.34/180.22	c cleaning 43997 clauses out of 88017 with flag 6030026/1025001
191.12/189.00	c cleaning 45005 clauses out of 90021 with flag 6282837/1071002
200.63/198.53	c cleaning 45995 clauses out of 92014 with flag 6573958/1118000
210.00/207.97	c cleaning 47002 clauses out of 94023 with flag 6860620/1166004
219.98/217.97	c cleaning 47998 clauses out of 96017 with flag 7160431/1215000
230.17/228.16	c cleaning 48992 clauses out of 98019 with flag 7455697/1265000
240.08/238.06	c cleaning 50001 clauses out of 100028 with flag 7724508/1316001
250.44/248.48	c cleaning 50996 clauses out of 102027 with flag 8023753/1368001
261.02/259.09	c cleaning 52007 clauses out of 104034 with flag 8352916/1421004
272.01/270.06	c cleaning 53007 clauses out of 106024 with flag 8655654/1475001
283.51/281.58	c cleaning 53995 clauses out of 108016 with flag 8996773/1530000
294.79/292.89	c cleaning 54997 clauses out of 110022 with flag 9294244/1586001
306.76/304.82	c cleaning 56007 clauses out of 112027 with flag 9624251/1643003
318.24/316.37	c cleaning 56992 clauses out of 114018 with flag 9918598/1701001
330.54/328.61	c cleaning 58006 clauses out of 116025 with flag 10276945/1760000
343.02/341.14	c cleaning 59003 clauses out of 118019 with flag 10617304/1820000
355.59/353.80	c cleaning 59998 clauses out of 120016 with flag 10951178/1881000
368.60/366.78	c cleaning 60987 clauses out of 122018 with flag 11301686/1943000
382.56/380.71	c cleaning 62010 clauses out of 124032 with flag 11669274/2006001
396.24/394.42	c cleaning 62999 clauses out of 126021 with flag 12035292/2070000
409.91/408.19	c cleaning 63998 clauses out of 128024 with flag 12382048/2135002
424.08/422.36	c cleaning 64996 clauses out of 130025 with flag 12766451/2201001
438.75/437.10	c cleaning 66015 clauses out of 132031 with flag 13138063/2268003
453.82/452.16	c cleaning 67002 clauses out of 134013 with flag 13488103/2336000
468.91/467.24	c cleaning 67998 clauses out of 136011 with flag 13865843/2405000
484.86/483.25	c cleaning 68986 clauses out of 138013 with flag 14243634/2475000
500.53/498.93	c cleaning 70006 clauses out of 140027 with flag 14611821/2546000
516.88/515.31	c cleaning 71004 clauses out of 142021 with flag 15003014/2618000
533.39/531.88	c cleaning 71984 clauses out of 144017 with flag 15382911/2691000
550.45/548.93	c cleaning 73008 clauses out of 146034 with flag 15771047/2765001
568.00/566.53	c cleaning 74003 clauses out of 148027 with flag 16140889/2840002
585.85/584.44	c cleaning 75002 clauses out of 150022 with flag 16519059/2916000
604.11/602.71	c cleaning 75995 clauses out of 152021 with flag 16930930/2993001
622.50/621.17	c cleaning 77002 clauses out of 154030 with flag 17352626/3071005
641.05/639.76	c cleaning 77999 clauses out of 156023 with flag 17750625/3150000
659.21/657.95	c cleaning 79000 clauses out of 158025 with flag 18161318/3230001
678.47/677.21	c cleaning 79998 clauses out of 160024 with flag 18622768/3311000
697.73/696.57	c cleaning 81007 clauses out of 162027 with flag 19041504/3393001
717.35/716.12	c cleaning 81998 clauses out of 164021 with flag 19473560/3476002
737.60/736.49	c cleaning 82992 clauses out of 166023 with flag 19935941/3560002
758.06/757.00	c cleaning 83995 clauses out of 168030 with flag 20382659/3645001
779.11/778.06	c cleaning 85007 clauses out of 170034 with flag 20803139/3731000
799.96/798.92	c cleaning 85996 clauses out of 172030 with flag 21255057/3818003
821.82/820.80	c cleaning 87009 clauses out of 174032 with flag 21703412/3906001
844.02/843.01	c cleaning 87993 clauses out of 176024 with flag 22192669/3995002
866.07/865.14	c cleaning 89003 clauses out of 178029 with flag 22680484/4085000
888.71/887.80	c cleaning 90003 clauses out of 180026 with flag 23127825/4176000
910.87/910.05	c cleaning 90999 clauses out of 182024 with flag 23556803/4268001
934.21/933.42	c cleaning 92004 clauses out of 184024 with flag 24032375/4361000
957.26/956.51	c cleaning 92999 clauses out of 186022 with flag 24552186/4455002
981.41/980.77	c cleaning 93989 clauses out of 188021 with flag 24988350/4550000
1005.81/1005.17	c cleaning 95003 clauses out of 190032 with flag 25457409/4646000
1030.90/1030.20	c cleaning 96002 clauses out of 192030 with flag 25908965/4743002
1056.14/1055.56	c cleaning 96995 clauses out of 194026 with flag 26367835/4841000
1081.58/1081.08	c cleaning 98002 clauses out of 196032 with flag 26865769/4940001
1108.32/1107.87	c cleaning 98999 clauses out of 198029 with flag 27394988/5040000
1134.66/1134.29	c cleaning 100001 clauses out of 200031 with flag 27897169/5141001
1162.20/1161.82	c cleaning 101002 clauses out of 202029 with flag 28383292/5243000
1189.35/1189.05	c cleaning 102009 clauses out of 204031 with flag 28869240/5346004
1215.48/1215.14	c cleaning 103007 clauses out of 206018 with flag 29359119/5450000
1242.21/1241.92	c cleaning 103999 clauses out of 208011 with flag 29839497/5555000
1269.25/1269.01	c cleaning 104995 clauses out of 210016 with flag 30325443/5661004
1295.69/1295.51	c cleaning 105996 clauses out of 212017 with flag 30834418/5768000
1324.53/1324.43	c cleaning 106994 clauses out of 214024 with flag 31366027/5876003
1352.86/1352.81	c cleaning 107995 clauses out of 216027 with flag 31892810/5985000
1382.10/1382.11	c cleaning 109008 clauses out of 218032 with flag 32385572/6095000
1411.61/1411.68	c cleaning 110004 clauses out of 220025 with flag 32888855/6206001
1441.25/1441.34	c cleaning 111000 clauses out of 222020 with flag 33416764/6318000
1471.47/1471.60	c cleaning 111995 clauses out of 224021 with flag 33944902/6431001
1501.91/1502.10	c cleaning 113006 clauses out of 226026 with flag 34469118/6545001
1532.53/1532.80	c cleaning 113999 clauses out of 228020 with flag 35014810/6660001
1564.17/1564.58	c cleaning 114997 clauses out of 230020 with flag 35561742/6776000
1595.79/1596.26	c cleaning 116003 clauses out of 232026 with flag 36102268/6893003
1629.29/1629.86	c cleaning 116997 clauses out of 234022 with flag 36653986/7011002
1662.68/1663.27	c cleaning 117999 clauses out of 236025 with flag 37212998/7130002
1695.89/1696.51	c cleaning 119005 clauses out of 238024 with flag 37763877/7250000
1730.21/1730.99	c cleaning 119998 clauses out of 240021 with flag 38357845/7371002
1763.73/1764.58	c cleaning 121006 clauses out of 242023 with flag 38941445/7493002
1798.06/1798.92	c cleaning 121993 clauses out of 244015 with flag 39513713/7616000
1833.87/1834.89	c cleaning 122997 clauses out of 246023 with flag 40075283/7740001
1868.60/1869.66	c cleaning 123989 clauses out of 248026 with flag 40641988/7865001
1904.71/1905.83	c cleaning 125012 clauses out of 250039 with flag 41218414/7991003
1941.54/1942.60	c cleaning 126000 clauses out of 252025 with flag 41797745/8118001
1979.55/1980.76	c cleaning 126986 clauses out of 254024 with flag 42390815/8246000
2016.97/2018.22	c cleaning 128010 clauses out of 256040 with flag 42978736/8375002
2053.98/2055.38	c cleaning 129001 clauses out of 258029 with flag 43586238/8505001
2092.60/2094.03	c cleaning 130008 clauses out of 260030 with flag 44191068/8636003
2133.91/2135.49	c cleaning 130991 clauses out of 262019 with flag 44780438/8768000
2173.92/2175.51	c cleaning 131992 clauses out of 264029 with flag 45374382/8901001
2212.94/2214.60	c cleaning 133005 clauses out of 266037 with flag 45952597/9035001
2253.52/2255.26	c cleaning 134010 clauses out of 268034 with flag 46557107/9170003
2294.04/2295.81	c cleaning 134999 clauses out of 270023 with flag 47175467/9306002
2335.15/2337.09	c cleaning 135991 clauses out of 272022 with flag 47776838/9443000
2376.04/2378.07	c cleaning 137004 clauses out of 274031 with flag 48385190/9581000
2418.32/2420.40	c cleaning 138002 clauses out of 276027 with flag 48986384/9720000
2462.40/2464.64	c cleaning 138997 clauses out of 278028 with flag 49639630/9860003
2506.08/2508.40	c cleaning 140010 clauses out of 280028 with flag 50246849/10001000
2548.77/2551.27	c cleaning 141005 clauses out of 282021 with flag 50874935/10143003
2592.85/2595.45	c cleaning 141988 clauses out of 284014 with flag 51530798/10286001
2639.71/2642.08	c cleaning 143010 clauses out of 286025 with flag 52157497/10430000
2685.61/2688.01	c cleaning 143985 clauses out of 288017 with flag 52769171/10575002
2732.60/2735.16	c cleaning 145005 clauses out of 290032 with flag 53391640/10721002
2778.10/2780.78	c cleaning 146001 clauses out of 292025 with flag 54027296/10868000
2826.09/2828.85	c cleaning 147002 clauses out of 294024 with flag 54700561/11016000
2871.69/2874.59	c cleaning 147997 clauses out of 296023 with flag 55362361/11165001
2918.18/2921.11	c cleaning 149005 clauses out of 298026 with flag 56017583/11315001
2966.98/2970.01	c cleaning 149994 clauses out of 300023 with flag 56651252/11466003
3017.32/3020.42	c cleaning 150998 clauses out of 302026 with flag 57294368/11618000
3067.40/3070.63	c cleaning 151998 clauses out of 304028 with flag 57942686/11771000
3116.08/3119.40	c cleaning 152994 clauses out of 306032 with flag 58635098/11925002
3166.65/3170.19	c cleaning 154012 clauses out of 308038 with flag 59295267/12080002
3217.03/3220.70	c cleaning 155002 clauses out of 310024 with flag 59976056/12236000
3266.32/3270.05	c cleaning 155999 clauses out of 312024 with flag 60637695/12393002
3317.21/3321.02	c cleaning 156994 clauses out of 314023 with flag 61320247/12551000
3368.79/3372.76	c cleaning 158008 clauses out of 316029 with flag 62016925/12710000
3422.36/3426.40	c cleaning 158991 clauses out of 318023 with flag 62694298/12870002
3474.74/3478.94	c cleaning 159998 clauses out of 320031 with flag 63367451/13031001
3528.73/3533.03	c cleaning 161005 clauses out of 322032 with flag 64041333/13193000
3584.10/3588.51	c cleaning 162000 clauses out of 324028 with flag 64717957/13356001
3600.04/3604.41	c starts		: 44999
3600.04/3604.41	c conflicts		: 13405348
3600.04/3604.41	c decisions		: 19935321
3600.04/3604.41	c propagations		: 5859592155
3600.04/3604.41	c inspects		: 41159796880
3600.04/3604.41	c shortcuts		: 0
3600.04/3604.41	c learnt literals	: 4
3600.04/3604.41	c learnt binary clauses	: 66
3600.04/3604.41	c learnt ternary clauses	: 5424
3600.04/3604.41	c learnt constraints	: 13405344
3600.04/3604.41	c ignored constraints	: 0
3600.04/3604.41	c root simplifications	: 0
3600.04/3604.41	c removed literals (reason simplification)	: 170669240
3600.04/3604.41	c reason swapping (by a shorter reason)	: 0
3600.04/3604.41	c Calls to reduceDB	: 159
3600.04/3604.41	c Number of update (reduction) of LBD	: 4682822
3600.04/3604.41	c Imported unit clauses	: 0
3600.04/3604.41	c No decision after first conflict	: false
3600.04/3604.41	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.41	c number of learned constraints concerned by reduction	: 0
3600.04/3604.42	c number of learning phase by resolution	: 0
3600.04/3604.42	c number of learning phase by cutting planes	: 0
3600.04/3604.42	c number of rounding to 1 operations	: 0
3600.04/3604.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.42	c number of right shift for reduction by power 2 	: 0
3600.04/3604.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.42	c number of ending skipping 	: 0
3600.04/3604.42	c number of internal skipping 	: 0
3600.04/3604.42	c number of derivation steps 	: 0
3600.04/3604.42	c number of skipped derivation steps 	: 0
3600.04/3604.42	c number of remaining unassigned 	: 0
3600.04/3604.42	c number of remaining assigned 	: 0
3600.04/3604.42	c number of falsified literals weakened from reason	: 0
3600.04/3604.42	c number of falsified literals weakened from conflict	: 0
3600.04/3604.42	c time for arithmetic operations	: 0
3600.04/3604.42	c minimum degree of deleted constraints	: null
3600.04/3604.42	c maximum degree of deleted constraints	: null
3600.04/3604.42	c number of deleted constraints	: 0
3600.04/3604.42	c speed (assignments/second)	: 1625936.9295123932
3600.04/3604.42	c non guided choices	: 24130
3600.04/3604.43	c timeout
3600.04/3604.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 211309
3600.04/3604.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 66
3600.04/3604.48	s UNKNOWN
3600.04/3604.48	c Total wall clock time (in seconds): 3604.348

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502018-1751160950/watcher-4502018-1751160950 -o /tmp/evaluation-result-4502018-1751160950/solver-4502018-1751160950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4502018-1751160950.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 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=21030, runsolver pid=21027

[startup+0.100061 s]*
/proc/loadavg: 4.30 4.23 4.17 5/339 21048
/proc/meminfo: memFree=122187464/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=18930384 memory=57904 CPUtime=0.13 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 6590 0 0 0 11 2 0 0 20 0 18 0 31772718 19384713216 14476 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4732596 14476 5338 1 0 547624 0
[pid=21030/tid=21032] ppid=21027 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 5081 0 0 0 7 1 0 0 20 0 18 0 31772719 19384713216 14476 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 14476 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=18930384 memory=58485492707711 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 14476 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205745 s]*
/proc/loadavg: 4.30 4.23 4.17 6/339 21048
/proc/meminfo: memFree=122174168/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=18930384 memory=72016 CPUtime=0.32 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 7016 0 0 0 30 2 0 0 20 0 18 0 31772718 19384713216 18004 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4732596 18004 5402 1 0 547889 0
[pid=21030/tid=21032] ppid=21027 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 5256 0 0 0 16 2 0 0 20 0 18 0 31772719 19384713216 18004 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 18004 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 18004 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72016 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.30 4.23 4.17 6/339 21048
/proc/meminfo: memFree=122141716/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=18930384 memory=104960 CPUtime=0.51 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 8522 0 0 0 48 3 0 0 20 0 18 0 31772718 19384713216 26240 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4732596 26240 5402 1 0 548925 0
[pid=21030/tid=21032] ppid=21027 vsize=18930384 memory=-6000919477052140397 CPUtime=0.28 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 5290 0 0 0 26 2 0 0 20 0 18 0 31772719 19384713216 26240 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 26240 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772721 19384713216 26240 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104960 KiB

[startup+0.700208 s]
/proc/loadavg: 4.30 4.23 4.17 6/340 21049
/proc/meminfo: memFree=122081664/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=167240 CPUtime=1.28 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 11225 0 0 0 123 5 0 0 20 0 20 0 31772718 19521036288 41810 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 41810 5466 1 0 551019 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=17280 CPUtime=0.64 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 5354 0 0 0 61 3 0 0 20 0 20 0 31772719 19521036288 41810 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 41810 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 41810 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167240 KiB

[startup+1.50025 s]
/proc/loadavg: 4.30 4.23 4.17 6/341 21050
/proc/meminfo: memFree=122078640/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=183496 CPUtime=2.87 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 22245 0 0 0 280 7 0 0 20 0 20 0 31772718 19521036288 45874 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 45874 5466 1 0 554867 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=3328 CPUtime=1.41 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 5546 0 0 0 138 3 0 0 20 0 20 0 31772719 19521036288 45874 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 45874 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 45874 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 45874 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183496 KiB

[startup+3.10557 s]
/proc/loadavg: 4.36 4.24 4.17 5/341 21050
/proc/meminfo: memFree=122059656/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=185032 CPUtime=5.32 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 24102 0 0 0 525 7 0 0 20 0 20 0 31772718 19521036288 46258 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 46258 5498 1 0 555087 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=10752 CPUtime=3 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 6566 0 0 0 297 3 0 0 20 0 20 0 31772719 19521036288 46258 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46258 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46258 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 46258 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185032 KiB

[startup+6.3002 s]
/proc/loadavg: 4.36 4.24 4.17 5/341 21050
/proc/meminfo: memFree=122055560/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=186884 CPUtime=8.54 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 27512 0 0 0 846 8 0 0 20 0 20 0 31772718 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 46721 5498 1 0 555089 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=0 CPUtime=6.17 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 7255 0 0 0 614 3 0 0 20 0 20 0 31772719 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=140478582495825 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186884 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.23 4.17 5/341 21050
/proc/meminfo: memFree=122047672/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=186884 CPUtime=15.01 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 30100 0 0 0 1493 8 0 0 20 0 20 0 31772718 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 46721 5498 1 0 555089 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=140478582495825 CPUtime=12.56 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 7840 0 0 0 1253 3 0 0 20 0 20 0 31772719 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 46721 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 15.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186884 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.22 4.17 5/341 21050
/proc/meminfo: memFree=121966044/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=187012 CPUtime=27.91 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 33208 0 0 0 2782 9 0 0 20 0 20 0 31772718 19521036288 46753 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 46753 5498 1 0 555105 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=17280 CPUtime=25.32 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 9060 0 0 0 2529 3 0 0 20 0 20 0 31772719 19521036288 46753 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46753 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=187012 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 46753 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=187012 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 46753 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 27.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187012 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.22 4.17 5/341 21051
/proc/meminfo: memFree=121942564/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=199448 CPUtime=53.47 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 34428 0 0 0 5337 10 0 0 20 0 20 0 31772718 19521036288 49862 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 49862 5498 1 0 555105 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=199448 CPUtime=50.83 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 9109 0 0 0 5080 3 0 0 20 0 20 0 31772719 19521036288 49862 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=199448 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 49862 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=-6000919477052140397 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 49862 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0

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

/proc/meminfo: memFree=124016112/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3218.72 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 77425 0 0 0 321747 125 0 0 20 0 20 0 31772718 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 451128 5498 1 0 558568 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=10752 CPUtime=3211.94 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 30393 0 0 0 321186 8 0 0 20 0 20 0 31772719 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3218.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1804512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.14 5/342 21752
/proc/meminfo: memFree=123997232/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3278.59 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 77540 0 0 0 327732 127 0 0 20 0 20 0 31772718 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 451128 5498 1 0 558570 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=10752 CPUtime=3271.78 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 30481 0 0 0 327170 8 0 0 20 0 20 0 31772719 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3278.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1804512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.18 4.14 5/341 21754
/proc/meminfo: memFree=123960512/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3338.45 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 78005 0 0 0 333717 128 0 0 20 0 20 0 31772718 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 451128 5498 1 0 558571 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=-5155633680935826750 CPUtime=3331.62 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 30918 0 0 0 333154 8 0 0 20 0 20 0 31772719 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3338.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1804512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.27 4.18 5/342 21761
/proc/meminfo: memFree=123657268/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3398.32 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 79294 0 0 0 339702 130 0 0 20 0 20 0 31772718 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 451128 5498 1 0 558572 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=3328 CPUtime=3391.46 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 31973 0 0 0 339137 9 0 0 20 0 20 0 31772719 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3398.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1804512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.23 4.17 5/342 21765
/proc/meminfo: memFree=123656708/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3458.18 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 80355 0 0 0 345687 131 0 0 20 0 20 0 31772718 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 451128 5498 1 0 558573 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=3328 CPUtime=3451.3 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 32898 0 0 0 345121 9 0 0 20 0 20 0 31772719 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=-6000919477052140397 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1720 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 451128 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3458.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1804512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/342 21767
/proc/meminfo: memFree=123540568/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1847608 CPUtime=3518.05 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 80765 0 0 0 351672 133 0 0 20 0 20 0 31772718 19521036288 461902 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 461902 5498 1 0 558574 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=1804512 CPUtime=3511.14 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 33205 0 0 0 351104 10 0 0 20 0 20 0 31772719 19521036288 461902 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=1804512 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 461902 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 461902 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=1818936 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 461902 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3518.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1847608 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.19 4.17 5/340 21770
/proc/meminfo: memFree=123470076/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=1919292 CPUtime=3577.91 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 80873 0 0 0 357655 136 0 0 20 0 20 0 31772718 19521036288 479823 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 479823 5498 1 0 558575 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=1868088 CPUtime=3570.98 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 33283 0 0 0 357087 11 0 0 20 0 20 0 31772719 19521036288 479823 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 479823 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=1915196 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 479823 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 479823 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3577.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1919292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.18 4.19 4.17 5/339 21837
/proc/meminfo: memFree=124041968/131249996 swapFree=33010684/33010684
[pid=21030] ppid=21027 vsize=19063512 memory=2040144 CPUtime=3600.04 cores=5,7
/proc/21030/stat : 21030 (java) S 21027 21030 19460 0 -1 4194304 81846 0 0 0 359865 139 0 0 20 0 20 0 31772718 19521036288 510036 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
/proc/21030/statm: 4765878 510036 5498 1 0 558575 0
[pid=21030/tid=21032] ppid=21027 vsize=19063512 memory=3328 CPUtime=3592.91 cores=5,7
/proc/21030/task/21032/stat : 21032 (java) R 21027 21030 19460 0 -1 4194368 33481 0 0 0 359279 12 0 0 20 0 20 0 31772719 19521036288 510036 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21041] ppid=21027 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/21030/task/21041/stat : 21041 (Finalizer) S 21027 21030 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 510036 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21048] ppid=21027 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/21030/task/21048/stat : 21048 (Common-Cleaner) S 21027 21030 19460 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 31772721 19521036288 510036 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
[pid=21030/tid=21050] ppid=21027 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/21030/task/21050/stat : 21050 (Timer-0) S 21027 21030 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772777 19521036288 510036 18446744073709551615 94707691380736 94707691384432 140735910617248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94707691392248 94707691393040 94707717980160 140735910623617 140735910623718 140735910623718 140735910629320 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2040144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.77 s, system=1.40814 s

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

Child status: 143

Real time (s): 3604.49
CPU time (s): 3600.18
CPU user time (s): 3598.77
CPU system time (s): 1.40814
CPU usage (%): 99.8803
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2040144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.77
system time used= 1.40814
maximum resident set size= 2041296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108801
involuntary context switches= 19998


# summary of solver processes directly reported to runsolver:
#   pid: 21030
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.77
#   total CPU system time (s): 1.40814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56951 second user time and 17.2957 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 03:35:50
IDJOB=4502018
IDBENCH=153060
IDSOLVER=3363
FILE ID=nodeC017/4502018-1751160950
RUNJOBID= nodeC017-1751157346-19473
SLURM_JOB_ID= 9587483
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502018-1751160950/watcher-4502018-1751160950 -o /tmp/evaluation-result-4502018-1751160950/solver-4502018-1751160950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4502018-1751160950.opb

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=953311149

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122212224 kB
MemAvailable:   121936528 kB
Buffers:            3280 kB
Cached:           534876 kB
SwapCached:            0 kB
Active:          8166724 kB
Inactive:         281328 kB
Active(anon):    7927976 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   281328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6240 kB
Writeback:             0 kB
AnonPages:       7913076 kB
Mapped:           122532 kB
Shmem:             18080 kB
KReclaimable:      86536 kB
Slab:             170412 kB
SReclaimable:      86536 kB
SUnreclaim:        83876 kB
KernelStack:        5184 kB
PageTables:        19208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11930816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7600128 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC017 at 2025-06-29 04:35:54