Trace number 4526585

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-06MSAT (TO) 3600.32 3601.33

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUM4a9eb458ba5998baf9d85c7a824f8669
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark3600.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.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-4526585-1751634570.wbo
0.13/0.13	c reading problem ... 
0.33/0.24	c ... done. Wall clock time 0.111s.
0.33/0.24	c declared #vars     500
0.33/0.24	c internal #vars     3444
0.33/0.24	c #constraints  3195
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3069
0.33/0.24	c 3195 constraints processed.
0.33/0.26	c objective function length is 2944 literals
0.50/0.35	c SATISFIABLE
0.50/0.35	c OPTIMIZING...
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.224
0.50/0.35	o 118
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.247
0.50/0.38	o 86
2.16/1.21	c cleaning 2668 clauses out of 5349 with flag 11225/5349
2.71/1.76	c cleaning 4334 clauses out of 8681 with flag 24463/11349
3.39/2.39	c cleaning 5666 clauses out of 11347 with flag 40110/18349
4.28/3.16	c cleaning 6834 clauses out of 13681 with flag 57784/26349
5.32/4.02	c cleaning 7917 clauses out of 15847 with flag 77280/35349
6.21/4.96	c cleaning 8959 clauses out of 17931 with flag 99152/45350
7.32/6.02	c cleaning 9978 clauses out of 19971 with flag 123113/56349
8.42/7.18	c cleaning 10989 clauses out of 21994 with flag 149036/68350
9.72/8.48	c cleaning 11984 clauses out of 24005 with flag 180112/81350
12.38/10.97	c cleaning 12996 clauses out of 26023 with flag 291971/95352
14.97/13.53	c cleaning 14006 clauses out of 28024 with flag 399050/110349
17.57/16.19	c cleaning 15008 clauses out of 30020 with flag 511119/126351
20.48/19.10	c cleaning 15991 clauses out of 32011 with flag 639894/143350
23.79/22.30	c cleaning 16989 clauses out of 34019 with flag 788178/161349
26.98/25.52	c cleaning 18009 clauses out of 36031 with flag 926846/180350
30.79/29.34	c cleaning 19001 clauses out of 38022 with flag 1087114/200350
34.49/33.06	c cleaning 20006 clauses out of 40021 with flag 1249731/221350
38.67/37.28	c cleaning 21000 clauses out of 42014 with flag 1435188/243349
43.76/42.36	c cleaning 21988 clauses out of 44016 with flag 1589105/266351
48.48/47.05	c cleaning 23002 clauses out of 46026 with flag 1745439/290349
53.76/52.30	c cleaning 24002 clauses out of 48025 with flag 1916603/315350
58.85/57.49	c cleaning 24995 clauses out of 50022 with flag 2083317/341349
64.76/63.35	c cleaning 26001 clauses out of 52027 with flag 2300533/368349
70.94/69.55	c cleaning 26998 clauses out of 54026 with flag 2472452/396349
77.03/75.60	c cleaning 28004 clauses out of 56031 with flag 2644474/425352
84.54/83.15	c cleaning 28999 clauses out of 58025 with flag 2837933/455350
91.43/90.04	c cleaning 30006 clauses out of 60026 with flag 3046780/486350
97.15/95.75	c cleaning 31000 clauses out of 62023 with flag 3225792/518353
103.73/102.36	c cleaning 31991 clauses out of 64019 with flag 3443296/551349
110.95/109.51	c cleaning 33004 clauses out of 66028 with flag 3641644/585349
118.54/117.13	c cleaning 34006 clauses out of 68024 with flag 3836982/620349
126.32/124.90	c cleaning 35001 clauses out of 70019 with flag 4063909/656350
133.72/132.32	c cleaning 36010 clauses out of 72021 with flag 4260295/693353
143.30/141.92	c cleaning 37006 clauses out of 74012 with flag 4496766/731354
152.13/150.72	c cleaning 37995 clauses out of 76001 with flag 4693962/770349
161.11/159.77	c cleaning 38995 clauses out of 78006 with flag 4928859/810349
170.02/168.60	c cleaning 39992 clauses out of 80011 with flag 5187688/851349
179.79/178.47	c cleaning 41002 clauses out of 82020 with flag 5456874/893350
189.60/188.23	c cleaning 41989 clauses out of 84017 with flag 5713185/936349
199.71/198.39	c cleaning 43008 clauses out of 86031 with flag 5972240/980352
210.08/208.75	c cleaning 44007 clauses out of 88021 with flag 6211868/1025350
219.78/218.49	c cleaning 45006 clauses out of 90019 with flag 6458325/1071355
230.15/228.81	c cleaning 46000 clauses out of 92008 with flag 6707046/1118350
240.77/239.45	c cleaning 46998 clauses out of 94007 with flag 6965781/1166349
252.04/250.75	c cleaning 47981 clauses out of 96009 with flag 7226843/1215349
263.47/262.18	c cleaning 49005 clauses out of 98029 with flag 7490252/1265350
275.33/274.04	c cleaning 50000 clauses out of 100023 with flag 7768611/1316349
287.90/286.64	c cleaning 51000 clauses out of 102027 with flag 8052963/1368353
300.11/298.82	c cleaning 52002 clauses out of 104023 with flag 8317875/1421349
313.29/312.04	c cleaning 53008 clauses out of 106021 with flag 8591760/1475349
324.21/322.94	c cleaning 53985 clauses out of 108013 with flag 8869028/1530349
336.18/335.00	c cleaning 54996 clauses out of 110029 with flag 9146720/1586350
350.51/349.24	c cleaning 56011 clauses out of 112037 with flag 9455916/1643354
364.07/362.89	c cleaning 57009 clauses out of 114021 with flag 9777831/1701349
378.25/377.08	c cleaning 57988 clauses out of 116012 with flag 10137228/1760349
389.42/388.20	c cleaning 58998 clauses out of 118025 with flag 10433126/1820350
400.65/399.45	c cleaning 60002 clauses out of 120030 with flag 10735320/1881353
412.42/411.20	c cleaning 60995 clauses out of 122024 with flag 11058568/1943349
423.89/422.79	c cleaning 61975 clauses out of 124029 with flag 11382523/2006349
435.95/434.88	c cleaning 63016 clauses out of 126054 with flag 11716194/2070349
450.75/449.25	c cleaning 64012 clauses out of 128038 with flag 12140731/2135349
466.01/464.51	c cleaning 65002 clauses out of 130026 with flag 12505587/2201349
481.77/480.39	c cleaning 65986 clauses out of 132028 with flag 12879888/2268353
499.50/498.05	c cleaning 67021 clauses out of 134043 with flag 13305145/2336354
517.05/515.62	c cleaning 67991 clauses out of 136017 with flag 13686707/2405349
534.01/532.66	c cleaning 69002 clauses out of 138026 with flag 14086640/2475349
552.05/550.60	c cleaning 69988 clauses out of 140025 with flag 14445429/2546350
571.11/569.77	c cleaning 70975 clauses out of 142039 with flag 14828253/2618352
589.06/587.73	c cleaning 72030 clauses out of 144075 with flag 15207791/2691363
607.80/606.43	c cleaning 72995 clauses out of 146031 with flag 15600993/2765349
626.55/625.25	c cleaning 74010 clauses out of 148037 with flag 15994220/2840350
645.11/643.85	c cleaning 75003 clauses out of 150031 with flag 16363669/2916354
660.08/658.87	c cleaning 75995 clauses out of 152023 with flag 16720414/2993349
675.21/673.93	c cleaning 76993 clauses out of 154028 with flag 17102337/3071349
690.47/689.20	c cleaning 77995 clauses out of 156035 with flag 17502066/3150349
705.83/704.65	c cleaning 79014 clauses out of 158042 with flag 17904599/3230351
721.69/720.50	c cleaning 79992 clauses out of 160027 with flag 18316466/3311350
737.76/736.68	c cleaning 80982 clauses out of 162034 with flag 18766599/3393349
754.63/753.46	c cleaning 82015 clauses out of 164055 with flag 19251226/3476352
776.28/775.12	c cleaning 83009 clauses out of 166037 with flag 19741884/3560349
799.41/798.35	c cleaning 84004 clauses out of 168028 with flag 20349298/3645349
823.24/822.22	c cleaning 85010 clauses out of 170024 with flag 20946264/3731349
845.68/844.79	c cleaning 85990 clauses out of 172018 with flag 21474730/3818353
869.27/868.22	c cleaning 87010 clauses out of 174027 with flag 21989655/3906352
893.71/892.72	c cleaning 88009 clauses out of 176023 with flag 22529611/3995358
918.44/917.50	c cleaning 88981 clauses out of 178006 with flag 23113121/4085350
941.97/940.67	c cleaning 90013 clauses out of 180030 with flag 23683318/4176355
964.81/963.53	c cleaning 91008 clauses out of 182016 with flag 24178574/4268354
992.04/990.89	c cleaning 91994 clauses out of 184003 with flag 24787478/4361349
1017.16/1015.91	c cleaning 92988 clauses out of 186009 with flag 25284661/4455349
1035.23/1034.00	c cleaning 93996 clauses out of 188021 with flag 25706198/4550349
1052.98/1051.86	c cleaning 94984 clauses out of 190025 with flag 26127551/4646349
1071.63/1070.51	c cleaning 95981 clauses out of 192041 with flag 26553653/4743349
1090.79/1089.75	c cleaning 97011 clauses out of 194061 with flag 26995214/4841350
1110.12/1109.06	c cleaning 98008 clauses out of 196050 with flag 27460404/4940350
1129.67/1128.66	c cleaning 99003 clauses out of 198041 with flag 28031434/5040349
1148.93/1147.97	c cleaning 99998 clauses out of 200038 with flag 28515492/5141349
1170.28/1169.33	c cleaning 101015 clauses out of 202042 with flag 29005293/5243351
1198.32/1197.47	c cleaning 102010 clauses out of 204029 with flag 29581668/5346353
1224.30/1223.39	c cleaning 102999 clauses out of 206017 with flag 30191165/5450351
1254.93/1254.03	c cleaning 104005 clauses out of 208017 with flag 30926961/5555350
1282.56/1281.75	c cleaning 104979 clauses out of 210013 with flag 31532684/5661351
1312.20/1311.43	c cleaning 106016 clauses out of 212033 with flag 32156453/5768350
1339.54/1338.70	c cleaning 107000 clauses out of 214017 with flag 32729057/5876350
1364.49/1363.74	c cleaning 107989 clauses out of 216016 with flag 33435973/5985349
1393.91/1393.25	c cleaning 109003 clauses out of 218031 with flag 34116649/6095353
1426.24/1425.63	c cleaning 110011 clauses out of 220025 with flag 34788681/6206350
1456.38/1455.73	c cleaning 110995 clauses out of 222013 with flag 35432423/6318349
1487.72/1487.13	c cleaning 112005 clauses out of 224020 with flag 36099991/6431351
1520.03/1519.50	c cleaning 112994 clauses out of 226013 with flag 36779540/6545349
1550.27/1549.41	c cleaning 114006 clauses out of 228022 with flag 37483683/6660352
1584.19/1583.42	c cleaning 114989 clauses out of 230016 with flag 38305620/6776352
1617.81/1617.15	c cleaning 115991 clauses out of 232024 with flag 39085038/6893349
1650.93/1650.20	c cleaning 117009 clauses out of 234033 with flag 39917621/7011349
1678.86/1678.26	c cleaning 118008 clauses out of 236024 with flag 40647060/7130349
1709.99/1709.48	c cleaning 118999 clauses out of 238016 with flag 41518976/7250349
1746.61/1746.10	c cleaning 119995 clauses out of 240018 with flag 42421642/7371350
1782.58/1782.09	c cleaning 120971 clauses out of 242022 with flag 43322316/7493349
1816.79/1816.38	c cleaning 122004 clauses out of 244051 with flag 44163636/7616349
1852.31/1851.95	c cleaning 122980 clauses out of 246047 with flag 44970432/7740349
1890.73/1890.48	c cleaning 124000 clauses out of 248072 with flag 46018985/7865354
1925.67/1925.33	c cleaning 125020 clauses out of 250067 with flag 47131933/7991349
1961.19/1960.93	c cleaning 126012 clauses out of 252049 with flag 48092072/8118351
1995.92/1995.72	c cleaning 127013 clauses out of 254039 with flag 48892266/8246353
2035.52/2035.40	c cleaning 127973 clauses out of 256022 with flag 49947248/8375349
2078.54/2078.41	c cleaning 129004 clauses out of 258050 with flag 51385192/8505350
2121.04/2121.07	c cleaning 129995 clauses out of 260047 with flag 52359761/8636351
2158.25/2158.33	c cleaning 131020 clauses out of 262051 with flag 53272333/8768350
2198.41/2197.89	c cleaning 132011 clauses out of 264031 with flag 54139227/8901350
2238.33/2237.82	c cleaning 132980 clauses out of 266019 with flag 55066593/9035349
2278.83/2278.41	c cleaning 134016 clauses out of 268041 with flag 55974801/9170351
2319.88/2319.56	c cleaning 135009 clauses out of 270027 with flag 56993126/9306353
2366.08/2365.82	c cleaning 135999 clauses out of 272022 with flag 57975958/9443357
2412.07/2411.90	c cleaning 136996 clauses out of 274015 with flag 59102238/9581349
2454.16/2454.03	c cleaning 137974 clauses out of 276020 with flag 60340273/9720350
2505.74/2505.72	c cleaning 139006 clauses out of 278047 with flag 61890290/9860351
2549.04/2549.10	c cleaning 140016 clauses out of 280043 with flag 62975627/10001353
2589.14/2589.38	c cleaning 140981 clauses out of 282024 with flag 64001270/10143350
2637.74/2637.95	c cleaning 142020 clauses out of 284043 with flag 65349842/10286350
2683.64/2683.92	c cleaning 142992 clauses out of 286023 with flag 66628592/10430350
2729.24/2729.65	c cleaning 144000 clauses out of 288034 with flag 68033480/10575353
2776.72/2777.27	c cleaning 145010 clauses out of 290033 with flag 69215369/10721352
2826.33/2826.85	c cleaning 145982 clauses out of 292022 with flag 70253658/10868351
2879.01/2879.61	c cleaning 147007 clauses out of 294040 with flag 71455652/11016351
2929.99/2930.70	c cleaning 147981 clauses out of 296033 with flag 72613439/11165351
2980.34/2981.04	c cleaning 149012 clauses out of 298052 with flag 73880052/11315351
3023.84/3024.61	c cleaning 149991 clauses out of 300039 with flag 74941963/11466350
3071.43/3072.39	c cleaning 151008 clauses out of 302049 with flag 76083606/11618351
3121.32/3121.73	c cleaning 152009 clauses out of 304041 with flag 77275864/11771351
3164.91/3165.46	c cleaning 152998 clauses out of 306031 with flag 78364745/11925350
3212.87/3213.47	c cleaning 154010 clauses out of 308035 with flag 79439870/12080352
3256.97/3257.62	c cleaning 154987 clauses out of 310022 with flag 80482229/12236349
3290.30/3291.03	c cleaning 156011 clauses out of 312038 with flag 81274472/12393352
3343.29/3344.01	c cleaning 156999 clauses out of 314026 with flag 82594340/12551351
3396.67/3397.52	c cleaning 157988 clauses out of 316025 with flag 84109370/12710349
3449.65/3450.68	c cleaning 159000 clauses out of 318037 with flag 85818671/12870349
3501.97/3502.91	c cleaning 160007 clauses out of 320037 with flag 87450351/13031349
3558.95/3560.04	c cleaning 160998 clauses out of 322030 with flag 88649277/13193349
3600.06/3601.21	c starts		: 29631
3600.06/3601.22	c conflicts		: 13351983
3600.06/3601.22	c decisions		: 45390953
3600.06/3601.22	c propagations		: 20576028483
3600.06/3601.22	c inspects		: 15068290212
3600.06/3601.22	c shortcuts		: 0
3600.06/3601.22	c learnt literals	: 0
3600.06/3601.23	c learnt binary clauses	: 0
3600.06/3601.23	c learnt ternary clauses	: 0
3600.06/3601.23	c learnt constraints	: 13351983
3600.06/3601.23	c ignored constraints	: 0
3600.06/3601.23	c root simplifications	: 0
3600.06/3601.23	c removed literals (reason simplification)	: 51583207
3600.06/3601.23	c reason swapping (by a shorter reason)	: 0
3600.06/3601.23	c Calls to reduceDB	: 158
3600.06/3601.23	c Number of update (reduction) of LBD	: 10021667
3600.06/3601.23	c Imported unit clauses	: 0
3600.06/3601.23	c No decision after first conflict	: false
3600.06/3601.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3601.23	c number of learned constraints concerned by reduction	: 0
3600.06/3601.23	c number of learning phase by resolution	: 0
3600.06/3601.23	c number of learning phase by cutting planes	: 0
3600.06/3601.23	c number of rounding to 1 operations	: 0
3600.06/3601.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3601.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3601.23	c number of right shift for reduction by power 2 	: 0
3600.06/3601.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3601.23	c number of ending skipping 	: 0
3600.06/3601.23	c number of internal skipping 	: 0
3600.06/3601.24	c number of derivation steps 	: 0
3600.06/3601.24	c number of skipped derivation steps 	: 0
3600.06/3601.24	c number of remaining unassigned 	: 0
3600.06/3601.24	c number of remaining assigned 	: 0
3600.06/3601.24	c number of falsified literals weakened from reason	: 0
3600.06/3601.24	c number of falsified literals weakened from conflict	: 0
3600.06/3601.24	c time for arithmetic operations	: 0
3600.06/3601.24	c minimum degree of deleted constraints	: null
3600.06/3601.24	c maximum degree of deleted constraints	: null
3600.06/3601.24	c number of deleted constraints	: 0
3600.06/3601.25	c speed (assignments/second)	: 5714015.921521255
3600.06/3601.25	c non guided choices	: 133
3600.27/3601.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 319666
3600.27/3601.31	s SATISFIABLE
3600.27/3601.32	c Found 2 solution(s)
3600.27/3601.32	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 -x26 x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 x52 x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 -x111 -x112 x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 x232 x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 x251 -x252 -x253 x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 x276 x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 x312 -x313 x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 x331 -x332 x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 x356 -x357 x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 x376 -x377 -x378 x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 x410 -x411 -x412 -x413 x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 x423 -x424 -x425 x426 -x427 -x428 x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 x450 -x451 -x452 -x453 x454 -x455 -x456 x457 -x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 x487 -x488 -x489 x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 
3600.27/3601.32	c objective function=86
3600.27/3601.32	c Total wall clock time (in seconds): 3601.19

Verifier Data

OK	70

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526585-1751634570/watcher-4526585-1751634570 -o /tmp/evaluation-result-4526585-1751634570/solver-4526585-1751634570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92822 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526585-1751634570.wbo 

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

solver pid=93977, runsolver pid=93974

[startup+0.10006 s]*
/proc/loadavg: 4.37 4.19 4.13 7/336 93995
/proc/meminfo: memFree=125520204/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18930384 memory=57620 CPUtime=0.13 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 6570 0 0 0 11 2 0 0 20 0 18 0 79134844 19384713216 14405 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4732596 14405 5329 1 0 547619 0
[pid=93977/tid=93979] ppid=93974 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 5071 0 0 0 6 1 0 0 20 0 18 0 79134845 19384713216 14405 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79134847 19384713216 14405 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18930384 memory=58485492679666 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79134848 19384713216 14405 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57620 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.37 4.19 4.13 8/336 93995
/proc/meminfo: memFree=125499600/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18930384 memory=66100 CPUtime=0.33 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 7013 0 0 0 30 3 0 0 20 0 18 0 79134844 19384713216 16525 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4732596 16525 5457 1 0 547895 0
[pid=93977/tid=93979] ppid=93974 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 5273 0 0 0 15 2 0 0 20 0 18 0 79134845 19384713216 16525 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18930384 memory=16099 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79134847 19384713216 16525 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79134848 19384713216 16525 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66100 KiB

[startup+0.305631 s]*
/proc/loadavg: 4.37 4.19 4.13 7/337 93996
/proc/meminfo: memFree=125483660/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18996948 memory=76448 CPUtime=0.5 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 9216 0 0 0 47 3 0 0 20 0 19 0 79134844 19452874752 19112 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4749237 19112 5489 1 0 549592 0
[pid=93977/tid=93979] ppid=93974 vsize=18996948 memory=-6000919489852565862 CPUtime=0.23 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 5374 0 0 0 21 2 0 0 20 0 19 0 79134845 19452874752 19112 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79134847 19452874752 19112 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79134848 19452874752 19112 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79134871 19452874752 19112 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76448 KiB

[startup+0.70024 s]
/proc/loadavg: 4.37 4.19 4.13 7/337 93996
/proc/meminfo: memFree=125473384/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18996948 memory=87140 CPUtime=1.27 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 12260 0 0 0 123 4 0 0 20 0 19 0 79134844 19452874752 21785 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4749237 21785 5489 1 0 551684 0
[pid=93977/tid=93979] ppid=93974 vsize=18996948 memory=14336 CPUtime=0.59 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 5393 0 0 0 57 2 0 0 20 0 19 0 79134845 19452874752 21785 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79134847 19452874752 21785 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79134848 19452874752 21785 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=18996948 memory=4624 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79134871 19452874752 21785 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87140 KiB

[startup+1.50025 s]
/proc/loadavg: 4.37 4.19 4.13 5/337 93996
/proc/meminfo: memFree=125461096/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18996948 memory=98140 CPUtime=2.51 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 16182 0 0 0 247 4 0 0 20 0 19 0 79134844 19452874752 24535 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4749237 24535 5489 1 0 551712 0
[pid=93977/tid=93979] ppid=93974 vsize=18996948 memory=10624 CPUtime=1.37 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 6437 0 0 0 135 2 0 0 20 0 19 0 79134845 19452874752 24535 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79134847 19452874752 24535 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79134848 19452874752 24535 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=18996948 memory=4624 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79134871 19452874752 24535 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98140 KiB

[startup+3.10546 s]
/proc/loadavg: 4.37 4.19 4.13 5/337 93996
/proc/meminfo: memFree=125428208/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18996948 memory=112616 CPUtime=4.28 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 17102 0 0 0 423 5 0 0 20 0 19 0 79134844 19452874752 28154 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4749237 28154 5489 1 0 551721 0
[pid=93977/tid=93979] ppid=93974 vsize=18996948 memory=10624 CPUtime=2.97 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 6701 0 0 0 295 2 0 0 20 0 19 0 79134845 19452874752 28154 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18996948 memory=-6000919489852565862 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79134847 19452874752 28154 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79134848 19452874752 28154 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79134871 19452874752 28154 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112616 KiB

[startup+6.30021 s]
/proc/loadavg: 4.34 4.19 4.13 5/337 93996
/proc/meminfo: memFree=125379060/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=18996948 memory=137648 CPUtime=7.62 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 18073 0 0 0 756 6 0 0 20 0 19 0 79134844 19452874752 34412 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4749237 34412 5521 1 0 551721 0
[pid=93977/tid=93979] ppid=93974 vsize=18996948 memory=0 CPUtime=6.16 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 6797 0 0 0 613 3 0 0 20 0 19 0 79134845 19452874752 34412 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79134847 19452874752 34412 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79134848 19452874752 34412 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=18996948 memory=98140 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79134871 19452874752 34412 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137648 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.22 4.14 6/316 94101
/proc/meminfo: memFree=127415524/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=183032 CPUtime=14.17 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 25545 0 0 0 1410 7 0 0 20 0 20 0 79134844 19521036288 45758 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 45758 5553 1 0 552026 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=98140 CPUtime=12.52 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 7903 0 0 0 1248 4 0 0 20 0 20 0 79134845 19521036288 45758 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 45758 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 45758 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=-6000919489852565862 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 45758 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183032 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.21 4.13 5/338 94263
/proc/meminfo: memFree=128879936/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=181228 CPUtime=26.98 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 26748 0 0 0 2691 7 0 0 20 0 20 0 79134844 19521036288 45307 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 45307 5553 1 0 552026 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=-6000919489852565862 CPUtime=25.28 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 8620 0 0 0 2524 4 0 0 20 0 20 0 79134845 19521036288 45307 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=181228 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 45307 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=-6000919489852565862 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 45307 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 45307 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 26.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181228 KiB

[startup+51.1054 s]
/proc/loadavg: 4.24 4.19 4.13 5/340 94265
/proc/meminfo: memFree=127253824/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=203880 CPUtime=52.57 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 29341 0 0 0 5248 9 0 0 20 0 20 0 79134844 19521036288 50970 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 50970 5553 1 0 552026 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=203880 CPUtime=50.79 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 9163 0 0 0 5075 4 0 0 20 0 20 0 79134845 19521036288 50970 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=193604 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/340 94509
/proc/meminfo: memFree=109000016/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3281.61 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 85760 0 0 0 328060 101 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555139 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3269.88 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 41901 0 0 0 326977 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1240 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3281.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.15 4.17 5/340 94511
/proc/meminfo: memFree=109000168/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3341.59 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 86655 0 0 0 334057 102 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555139 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3329.6 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 42302 0 0 0 332949 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1293 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3341.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/340 94513
/proc/meminfo: memFree=109000024/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3401.45 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 86931 0 0 0 340042 103 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555139 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3389.44 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 42570 0 0 0 338933 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=5092 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1293 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3401.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

[startup+3462.3 s]
/proc/loadavg: 3.76 4.07 4.14 4/315 94549
/proc/meminfo: memFree=124385740/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3461.32 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 87964 0 0 0 346028 104 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555140 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3449.29 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 43477 0 0 0 344918 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3461.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

[startup+3522.3 s]
/proc/loadavg: 3.32 3.89 4.07 4/313 94550
/proc/meminfo: memFree=124386636/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3521.33 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 89219 0 0 0 352028 105 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555141 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3509.01 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 44293 0 0 0 350890 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3521.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

[startup+3582.3 s]
/proc/loadavg: 3.18 3.74 4.01 4/313 94552
/proc/meminfo: memFree=124387408/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3581.2 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 89465 0 0 0 358014 106 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555141 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=14336 CPUtime=3568.87 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 44454 0 0 0 356876 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3581.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.2 s]
/proc/loadavg: 3.13 3.69 3.99 4/313 94553
/proc/meminfo: memFree=124305488/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19063512 memory=2144184 CPUtime=3600.06 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 89506 0 0 0 359900 106 0 0 20 0 20 0 79134844 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4765878 536046 5585 1 0 555141 0
[pid=93977/tid=93979] ppid=93974 vsize=19063512 memory=5012 CPUtime=3587.72 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 44493 0 0 0 358761 11 0 0 20 0 20 0 79134845 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19063512 memory=5452 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79134847 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 20 0 79134848 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93996] ppid=93974 vsize=19063512 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93996/stat : 93996 (Timer-0) S 93974 93977 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79134871 19521036288 536046 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2144184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.24 s, system=1.0808 s

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

[startup+3601.3 s]
/proc/loadavg: 3.13 3.69 3.99 4/313 94553
/proc/meminfo: memFree=124305488/131249996 swapFree=33000896/33010684
[pid=93977] ppid=93974 vsize=19263204 memory=2144824 CPUtime=3600.27 cores=5,7
/proc/93977/stat : 93977 (java) S 93974 93977 89339 0 -1 4194304 91587 0 0 0 359920 107 0 0 20 0 21 0 79134844 19725520896 536206 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
/proc/93977/statm: 4815801 536206 5585 1 0 556080 0
[pid=93977/tid=93979] ppid=93974 vsize=19263204 memory=2144184 CPUtime=3587.82 cores=5,7
/proc/93977/task/93979/stat : 93979 (java) R 93974 93977 89339 0 -1 4194368 44572 0 0 0 358771 11 0 0 20 0 21 0 79134845 19725520896 536206 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93988] ppid=93974 vsize=19263204 memory=14336 CPUtime=0 cores=5,7
/proc/93977/task/93988/stat : 93988 (Finalizer) S 93974 93977 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79134847 19725520896 536206 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
[pid=93977/tid=93995] ppid=93974 vsize=19263204 memory=2144184 CPUtime=0 cores=5,7
/proc/93977/task/93995/stat : 93995 (Common-Cleaner) S 93974 93977 89339 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 21 0 79134848 19725520896 536206 18446744073709551615 94890861719552 94890861723248 140729709628240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94890861731064 94890861731856 94890889170944 140729709631871 140729709631972 140729709631972 140729709637576 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2144824 KiB

Child status: 143

Real time (s): 3601.33
CPU time (s): 3600.32
CPU user time (s): 3599.24
CPU system time (s): 1.0808
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2144824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.24
system time used= 1.0808
maximum resident set size= 2144952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105752
involuntary context switches= 20478


# summary of solver processes directly reported to runsolver:
#   pid: 93977
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3599.24
#   total CPU system time (s): 1.0808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06418 second user time and 15.8684 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-04 15:09:30
IDJOB=4526585
IDBENCH=144120
IDSOLVER=3380
FILE ID=nodeC023/4526585-1751634570
RUNJOBID= nodeC023-1751630972-92822
SLURM_JOB_ID= 9598950
Free space on /tmp= 431868 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526585-1751634570/watcher-4526585-1751634570 -o /tmp/evaluation-result-4526585-1751634570/solver-4526585-1751634570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92822 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526585-1751634570.wbo

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

MD5SUM BENCH= 4a9eb458ba5998baf9d85c7a824f8669
RANDOM SEED=37185093

nodeC023 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.948
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.78
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.888
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.78
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		: 3597.883
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.78
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		: 3600.176
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.78
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.901
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.78
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		: 3598.881
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.885
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.78
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.882
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125534912 kB
MemAvailable:   125315612 kB
Buffers:              16 kB
Cached:           523180 kB
SwapCached:         2904 kB
Active:          4611244 kB
Inactive:         379672 kB
Active(anon):    4426892 kB
Inactive(anon):    53364 kB
Active(file):     184352 kB
Inactive(file):   326308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1732 kB
Writeback:            24 kB
AnonPages:       4467832 kB
Mapped:           117764 kB
Shmem:             12532 kB
KReclaimable:     218560 kB
Slab:             310136 kB
SReclaimable:     218560 kB
SUnreclaim:        91576 kB
KernelStack:        5168 kB
PageTables:        12268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7107860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4227072 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431868 MiB
End job on nodeC023 at 2025-07-04 16:09:31