Trace number 4524399

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)-32 3600.62 3610.99

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Clique-c0125-9_c24.opb
MD5SUMe7657c6e4289f102872f35c7391497ac
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1.68694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints788
Number of constraints which are clauses788
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2
Number of terms in the objective function 125
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 125
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 125
Number of bits of the biggest sum of numbers7
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.44/0.39	c Pseudo Boolean Optimization by upper bound
0.44/0.39	c --- Begin Solver configuration ---
0.44/0.39	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.39	c Learn all clauses as in MiniSAT
0.44/0.39	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.39	c Expensive reason simplification
0.44/0.39	c Glucose 2.1 dynamic restart strategy
0.44/0.39	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.44/0.39	c timeout=2147483s
0.44/0.39	c DB Simplification allowed=false
0.44/0.39	c Listener: none
0.44/0.39	c --- End Solver configuration ---
0.44/0.39	c solving HOME/instance-4524399-1751634480.opb
0.44/0.39	c reading problem ... 
0.44/0.40	c using VERIPB proof format
0.44/0.40	c  objective function found
0.74/0.53	c ... done. Wall clock time 0.117s.
0.74/0.53	c declared #vars     126
0.74/0.53	c #constraints  788
0.74/0.53	c constraints type 
0.74/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 787
0.74/0.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.74/0.53	c 788 constraints processed.
0.74/0.56	c objective function length is 125 literals
0.74/0.58	c SATISFIABLE
0.74/0.58	c OPTIMIZING...
0.74/0.58	c Got one! Elapsed wall clock time (in seconds):0.187
0.74/0.58	o -26
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.454
1.27/0.85	o -27
3.04/1.70	c cleaning 2690 clauses out of 5383 with flag 11137/5383
3.64/2.02	c Got one! Elapsed wall clock time (in seconds):1.629
3.64/2.02	o -28
3.84/2.11	c Got one! Elapsed wall clock time (in seconds):1.721
3.84/2.11	o -29
4.42/2.40	c cleaning 4425 clauses out of 8850 with flag 4686/11540
5.41/2.90	c cleaning 5213 clauses out of 10426 with flag 17390/17541
5.99/3.23	c Got one! Elapsed wall clock time (in seconds):2.837
5.99/3.23	o -30
6.58/3.61	c cleaning 7636 clauses out of 15271 with flag 10561/27599
7.04/4.05	c cleaning 6812 clauses out of 13635 with flag 23203/33599
7.55/4.55	c cleaning 6905 clauses out of 13824 with flag 37885/40600
7.85/4.88	c Got one! Elapsed wall clock time (in seconds):4.487
7.85/4.88	o -31
8.74/5.44	c cleaning 8939 clauses out of 17880 with flag 10866/51561
9.46/5.95	c cleaning 7469 clauses out of 14941 with flag 23849/57561
9.85/6.37	c cleaning 7233 clauses out of 14474 with flag 38710/64563
10.41/6.81	c cleaning 7616 clauses out of 15240 with flag 55634/72562
11.03/7.41	c cleaning 8307 clauses out of 16623 with flag 74701/81561
11.83/8.29	c cleaning 9153 clauses out of 18316 with flag 96661/91561
12.92/9.31	c cleaning 10082 clauses out of 20164 with flag 120616/102562
13.94/10.36	c cleaning 11038 clauses out of 22083 with flag 146246/114563
16.04/12.43	c cleaning 12014 clauses out of 24043 with flag 174245/127561
17.41/13.77	c Got one! Elapsed wall clock time (in seconds):13.376
17.41/13.77	o -32
18.33/14.61	c cleaning 13447 clauses out of 26899 with flag 11805/142431
18.85/15.16	c cleaning 9721 clauses out of 19452 with flag 26530/148431
19.43/15.71	c cleaning 8365 clauses out of 16732 with flag 42954/155432
19.93/16.26	c cleaning 8175 clauses out of 16366 with flag 61161/163431
20.75/17.03	c cleaning 8591 clauses out of 17191 with flag 82958/172431
22.05/17.86	c cleaning 9293 clauses out of 18601 with flag 107071/182432
23.26/19.02	c cleaning 10150 clauses out of 20309 with flag 136505/193433
24.36/20.18	c cleaning 11079 clauses out of 22158 with flag 166099/205432
25.65/21.48	c cleaning 12036 clauses out of 24078 with flag 197402/218431
27.26/23.03	c cleaning 13021 clauses out of 26044 with flag 230900/232433
29.14/24.96	c cleaning 14004 clauses out of 28022 with flag 267805/247432
31.14/27.00	c cleaning 15008 clauses out of 30019 with flag 307304/263433
33.43/29.24	c cleaning 16002 clauses out of 32009 with flag 349761/280431
36.46/32.30	c cleaning 17001 clauses out of 34008 with flag 393565/298432
40.27/36.13	c cleaning 18001 clauses out of 36006 with flag 437722/317431
43.64/39.58	c cleaning 19000 clauses out of 38006 with flag 487085/337432
47.54/43.47	c cleaning 19998 clauses out of 40006 with flag 541107/358432
51.83/47.76	c cleaning 21004 clauses out of 42009 with flag 594304/380433
55.92/51.81	c cleaning 21997 clauses out of 44005 with flag 646721/403433
61.70/57.69	c cleaning 23001 clauses out of 46007 with flag 705223/427432
67.81/63.84	c cleaning 24003 clauses out of 48006 with flag 760223/452432
71.50/67.56	c cleaning 25002 clauses out of 50003 with flag 814392/478432
74.49/70.57	c cleaning 26000 clauses out of 52000 with flag 870553/505431
78.69/74.74	c cleaning 26994 clauses out of 54001 with flag 929102/533432
83.27/79.34	c cleaning 27997 clauses out of 56007 with flag 990125/562432
87.36/83.46	c cleaning 29005 clauses out of 58009 with flag 1052494/592431
91.76/87.81	c cleaning 30003 clauses out of 60006 with flag 1116991/623433
97.28/92.70	c cleaning 30996 clauses out of 62002 with flag 1183447/655432
102.11/97.92	c cleaning 32003 clauses out of 64005 with flag 1251905/688431
107.00/102.87	c cleaning 32999 clauses out of 66002 with flag 1322750/722431
113.69/109.51	c cleaning 34001 clauses out of 68003 with flag 1395493/757431
120.57/116.42	c cleaning 35002 clauses out of 70003 with flag 1470269/793432
126.95/122.86	c cleaning 35998 clauses out of 72001 with flag 1547266/830432
133.09/129.03	c cleaning 36999 clauses out of 74002 with flag 1626333/868431
139.17/135.15	c cleaning 37998 clauses out of 76003 with flag 1707290/907431
144.95/140.94	c cleaning 39000 clauses out of 78005 with flag 1790138/947431
151.52/147.57	c cleaning 39996 clauses out of 80006 with flag 1875058/988432
157.81/153.81	c cleaning 41001 clauses out of 82009 with flag 1962124/1030431
163.82/160.00	c cleaning 41998 clauses out of 84009 with flag 2051403/1073432
169.95/166.09	c cleaning 43001 clauses out of 86010 with flag 2143065/1117431
177.43/173.52	c cleaning 44004 clauses out of 88011 with flag 2236581/1162433
184.74/180.86	c cleaning 45003 clauses out of 90005 with flag 2331739/1208431
192.12/188.25	c cleaning 45996 clauses out of 92002 with flag 2429091/1255431
200.57/196.64	c cleaning 47003 clauses out of 94006 with flag 2528621/1303431
209.13/205.13	c cleaning 47998 clauses out of 96004 with flag 2630651/1352432
218.56/214.56	c cleaning 48997 clauses out of 98007 with flag 2734519/1402433
227.39/223.43	c cleaning 50005 clauses out of 100009 with flag 2840266/1453432
234.23/230.28	c cleaning 50997 clauses out of 102003 with flag 2948255/1505431
243.77/239.75	c cleaning 52002 clauses out of 104008 with flag 3058137/1558433
252.63/248.62	c cleaning 52998 clauses out of 106004 with flag 3170727/1612431
261.51/257.45	c cleaning 54002 clauses out of 108008 with flag 3285225/1667433
272.27/268.13	c cleaning 55002 clauses out of 110004 with flag 3401811/1723431
284.77/280.61	c cleaning 55997 clauses out of 112002 with flag 3520405/1780431
297.12/293.00	c cleaning 56995 clauses out of 114005 with flag 3641193/1838431
309.67/305.49	c cleaning 58005 clauses out of 116010 with flag 3764258/1897431
322.29/318.08	c cleaning 59000 clauses out of 118005 with flag 3889980/1957431
336.32/332.04	c cleaning 59997 clauses out of 120006 with flag 4022702/2018432
355.07/350.91	c cleaning 60998 clauses out of 122009 with flag 4171043/2080432
373.09/368.90	c cleaning 62000 clauses out of 124010 with flag 4326723/2143431
393.38/392.14	c cleaning 63002 clauses out of 126011 with flag 4485462/2207432
415.68/414.45	c cleaning 64005 clauses out of 128009 with flag 4646055/2272432
431.93/430.67	c cleaning 65002 clauses out of 130004 with flag 4786348/2338432
448.70/447.47	c cleaning 65999 clauses out of 132001 with flag 4927651/2405431
466.10/464.83	c cleaning 66993 clauses out of 134003 with flag 5070574/2473432
483.00/481.70	c cleaning 68005 clauses out of 136010 with flag 5215721/2542432
500.48/499.23	c cleaning 68993 clauses out of 138004 with flag 5362548/2612431
513.52/512.20	c cleaning 70003 clauses out of 140011 with flag 5511985/2683431
528.68/527.35	c cleaning 71002 clauses out of 142010 with flag 5662805/2755433
546.83/545.40	c cleaning 72000 clauses out of 144008 with flag 5815712/2828433
567.33/568.33	c cleaning 73001 clauses out of 146007 with flag 5971243/2902432
588.43/589.44	c cleaning 74000 clauses out of 148006 with flag 6132164/2977432
624.18/625.23	c cleaning 74999 clauses out of 150005 with flag 6323787/3053431
658.13/659.16	c cleaning 75993 clauses out of 152007 with flag 6518651/3130432
698.16/700.31	c cleaning 77003 clauses out of 154014 with flag 6720328/3208432
735.48/737.60	c cleaning 78000 clauses out of 156011 with flag 6930002/3287432
775.27/777.43	c cleaning 78998 clauses out of 158010 with flag 7131187/3367431
811.33/813.41	c cleaning 80006 clauses out of 160014 with flag 7330066/3448433
851.31/853.49	c cleaning 80987 clauses out of 162007 with flag 7539881/3530432
893.84/895.92	c cleaning 82004 clauses out of 164021 with flag 7742246/3613433
943.46/945.54	c cleaning 83008 clauses out of 166016 with flag 7959533/3697432
998.41/1000.50	c cleaning 84004 clauses out of 168007 with flag 8181772/3782431
1041.43/1043.08	c cleaning 84997 clauses out of 170005 with flag 8384924/3868433
1102.57/1104.24	c cleaning 85995 clauses out of 172006 with flag 8613027/3955431
1148.90/1150.65	c cleaning 86996 clauses out of 174012 with flag 8830164/4043432
1196.87/1198.66	c cleaning 88003 clauses out of 176015 with flag 9047649/4132431
1237.32/1239.13	c cleaning 89004 clauses out of 178013 with flag 9258550/4222432
1279.00/1280.98	c cleaning 90001 clauses out of 180010 with flag 9473978/4313433
1309.46/1311.44	c cleaning 91004 clauses out of 182007 with flag 9678297/4405431
1353.20/1355.21	c cleaning 91997 clauses out of 184003 with flag 9885737/4498431
1405.56/1407.65	c cleaning 92994 clauses out of 186006 with flag 10099541/4592431
1446.71/1448.81	c cleaning 94000 clauses out of 188013 with flag 10304090/4687432
1485.34/1490.59	c cleaning 95004 clauses out of 190012 with flag 10514865/4783431
1533.26/1538.49	c cleaning 95997 clauses out of 192008 with flag 10737574/4880431
1573.07/1578.31	c cleaning 97003 clauses out of 194011 with flag 10942974/4978431
1612.12/1617.46	c cleaning 98004 clauses out of 196008 with flag 11150736/5077431
1650.02/1655.39	c cleaning 98999 clauses out of 198005 with flag 11360678/5177432
1722.20/1727.56	c cleaning 99999 clauses out of 200005 with flag 11602383/5278431
1791.12/1796.55	c cleaning 100996 clauses out of 202008 with flag 11849063/5380433
1862.78/1868.21	c cleaning 101999 clauses out of 204012 with flag 12085804/5483433
1935.23/1940.73	c cleaning 102995 clauses out of 206012 with flag 12336647/5587432
2000.73/2006.34	c cleaning 104002 clauses out of 208018 with flag 12577973/5692433
2062.16/2067.81	c cleaning 105005 clauses out of 210014 with flag 12831948/5798431
2114.73/2120.41	c cleaning 106001 clauses out of 212010 with flag 13082077/5905432
2200.32/2206.13	c cleaning 106995 clauses out of 214008 with flag 13347764/6013431
2274.24/2283.02	c cleaning 108000 clauses out of 216014 with flag 13622193/6122432
2365.29/2374.25	c cleaning 109006 clauses out of 218013 with flag 13903839/6232431
2454.50/2463.67	c cleaning 110000 clauses out of 220007 with flag 14170788/6343431
2548.76/2558.05	c cleaning 111001 clauses out of 222009 with flag 14452124/6455433
2630.95/2640.33	c cleaning 112000 clauses out of 224008 with flag 14734994/6568433
2718.63/2728.17	c cleaning 113001 clauses out of 226007 with flag 15021491/6682432
2782.72/2792.34	c cleaning 113999 clauses out of 228006 with flag 15290218/6797432
2860.96/2870.74	c cleaning 115003 clauses out of 230008 with flag 15547119/6913433
2930.08/2939.90	c cleaning 115999 clauses out of 232005 with flag 15814367/7030433
2992.36/3002.30	c cleaning 117001 clauses out of 234005 with flag 16081745/7148432
3054.76/3064.83	c cleaning 117996 clauses out of 236004 with flag 16361942/7267432
3132.19/3142.33	c cleaning 118999 clauses out of 238009 with flag 16635726/7387433
3221.74/3232.09	c cleaning 119996 clauses out of 240008 with flag 16933714/7508431
3319.76/3330.02	c cleaning 121004 clauses out of 242014 with flag 17216904/7630433
3412.75/3423.11	c cleaning 121998 clauses out of 244009 with flag 17511708/7753432
3511.39/3521.97	c cleaning 122997 clauses out of 246010 with flag 17822523/7877431
3600.08/3610.73	c starts		: 43367
3600.08/3610.74	c conflicts		: 7995204
3600.08/3610.74	c decisions		: 11138736
3600.08/3610.74	c propagations		: 47212034
3600.08/3610.75	c inspects		: 29513869264
3600.08/3610.75	c shortcuts		: 0
3600.08/3610.75	c learnt literals	: 0
3600.08/3610.75	c learnt binary clauses	: 0
3600.08/3610.75	c learnt ternary clauses	: 0
3600.08/3610.76	c learnt constraints	: 7995204
3600.08/3610.76	c ignored constraints	: 0
3600.08/3610.76	c root simplifications	: 0
3600.08/3610.76	c removed literals (reason simplification)	: 182251108
3600.08/3610.76	c reason swapping (by a shorter reason)	: 0
3600.08/3610.76	c Calls to reduceDB	: 135
3600.08/3610.76	c Number of update (reduction) of LBD	: 249526
3600.08/3610.76	c Imported unit clauses	: 0
3600.08/3610.76	c No decision after first conflict	: false
3600.08/3610.76	c number of reductions to clauses (during analyze)	: 0
3600.08/3610.76	c number of learned constraints concerned by reduction	: 0
3600.08/3610.76	c number of learning phase by resolution	: 0
3600.08/3610.76	c number of learning phase by cutting planes	: 0
3600.08/3610.77	c number of rounding to 1 operations	: 0
3600.08/3610.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3610.77	c number of reductions of the coefficients by power 2 	: 0
3600.08/3610.77	c number of right shift for reduction by power 2 	: 0
3600.08/3610.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3610.77	c number of ending skipping 	: 0
3600.08/3610.77	c number of internal skipping 	: 0
3600.08/3610.77	c number of derivation steps 	: 0
3600.08/3610.77	c number of skipped derivation steps 	: 0
3600.08/3610.77	c number of remaining unassigned 	: 0
3600.08/3610.77	c number of remaining assigned 	: 0
3600.08/3610.77	c number of falsified literals weakened from reason	: 0
3600.08/3610.77	c number of falsified literals weakened from conflict	: 0
3600.08/3610.77	c time for arithmetic operations	: 0
3600.08/3610.78	c minimum degree of deleted constraints	: null
3600.08/3610.78	c maximum degree of deleted constraints	: null
3600.08/3610.78	c number of deleted constraints	: 0
3600.08/3610.78	c speed (assignments/second)	: 13077.4012520082
3600.08/3610.78	c non guided choices	: 0
3600.47/3610.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240786
3600.47/3610.95	s SATISFIABLE
3600.47/3610.95	c Found 7 solution(s)
3600.47/3610.95	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 
3600.47/3610.95	c objective function=-32
3600.47/3610.95	c Total wall clock time (in seconds): 3610.561

Verifier Data

OK	-32

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 1.26 2.06 3.19 7/260 101202
/proc/meminfo: memFree=128903020/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=18930384 memory=47436 CPUtime=0.11 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 5636 0 0 0 7 4 0 0 20 0 18 0 79127197 19384713216 11859 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4732596 11859 5235 1 0 546895 0
[pid=101180/tid=101182] ppid=101176 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 4643 0 0 0 5 3 0 0 20 0 18 0 79127199 19384713216 11859 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=18930384 memory=215637833958 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79127204 19384713216 11859 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=18930384 memory=14007 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79127205 19384713216 11859 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47436 KiB

[startup+0.215266 s]*
/proc/loadavg: 1.26 2.06 3.19 6/280 101224
/proc/meminfo: memFree=128856560/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=18930384 memory=52156 CPUtime=0.28 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 6209 0 0 0 23 5 0 0 20 0 18 0 79127197 19384713216 13039 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4732596 13039 5331 1 0 547324 0
[pid=101180/tid=101182] ppid=101176 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 4989 0 0 0 15 3 0 0 20 0 18 0 79127199 19384713216 13039 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=18930384 memory=14857 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79127204 19384713216 13039 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=18930384 memory=59593594242043 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79127205 19384713216 13039 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52156 KiB

[startup+0.314203 s]*
/proc/loadavg: 1.26 2.06 3.19 6/280 101224
/proc/meminfo: memFree=128827012/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=18930384 memory=58064 CPUtime=0.44 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 6674 0 0 0 38 6 0 0 20 0 18 0 79127197 19384713216 14516 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4732596 14516 5331 1 0 547698 0
[pid=101180/tid=101182] ppid=101176 vsize=18930384 memory=-8961433644159509180 CPUtime=0.26 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) S 101176 101180 101141 0 -1 4194368 5146 0 0 0 22 4 0 0 20 0 18 0 79127199 19384713216 14516 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79127204 19384713216 14516 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79127205 19384713216 14516 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58064 KiB

[startup+0.700392 s]
/proc/loadavg: 1.26 2.06 3.19 9/280 101224
/proc/meminfo: memFree=128736096/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=18996948 memory=67308 CPUtime=1.07 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 7313 0 0 0 99 8 0 0 20 0 19 0 79127197 19452874752 16827 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4749237 16827 5459 1 0 548344 0
[pid=101180/tid=101182] ppid=101176 vsize=18996948 memory=18560 CPUtime=0.56 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 5449 0 0 0 51 5 0 0 20 0 19 0 79127199 19452874752 16827 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79127204 19452874752 16827 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79127205 19452874752 16827 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67308 KiB

[startup+1.50032 s]
/proc/loadavg: 1.26 2.06 3.19 7/282 101226
/proc/meminfo: memFree=128418164/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=167732 CPUtime=2.64 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 15311 0 0 0 250 14 0 0 20 0 20 0 79127197 19521036288 41933 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 41933 5523 1 0 551875 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=3200 CPUtime=1.27 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 5833 0 0 0 119 8 0 0 20 0 20 0 79127199 19521036288 41933 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 41933 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 41933 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 41933 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167732 KiB

[startup+3.10564 s]
/proc/loadavg: 1.72 2.14 3.21 8/303 101256
/proc/meminfo: memFree=126808880/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=210120 CPUtime=5.81 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 20381 0 0 0 562 19 0 0 20 0 20 0 79127197 19521036288 52530 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 52530 5523 1 0 552521 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=11264 CPUtime=2.81 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 6975 0 0 0 270 11 0 0 20 0 20 0 79127199 19521036288 52530 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 52530 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 52530 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 52530 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210120 KiB

[startup+6.30044 s]
/proc/loadavg: 1.72 2.14 3.21 6/326 101284
/proc/meminfo: memFree=124085852/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=519660 CPUtime=9.85 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 20841 0 0 0 958 27 0 0 20 0 20 0 79127197 19521036288 129915 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 129915 5523 1 0 552539 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=0 CPUtime=5.95 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 7274 0 0 0 577 18 0 0 20 0 20 0 79127199 19521036288 129915 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 129915 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 129915 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=6944656592455359580 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 129915 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 9.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 519660 KiB

[startup+12.7005 s]
/proc/loadavg: 2.15 2.22 3.23 6/328 101286
/proc/meminfo: memFree=118092180/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=1312300 CPUtime=16.41 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 26032 0 0 0 1592 49 0 0 20 0 20 0 79127197 19521036288 328075 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 328075 5523 1 0 552539 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=1312300 CPUtime=12.25 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 8561 0 0 0 1186 39 0 0 20 0 20 0 79127199 19521036288 328075 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 328075 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 328075 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=184232921 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 328075 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312300 KiB

[startup+25.5007 s]
/proc/loadavg: 2.67 2.33 3.25 5/328 101286
/proc/meminfo: memFree=112845636/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=1313820 CPUtime=29.74 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 35449 0 0 0 2914 60 0 0 20 0 20 0 79127197 19521036288 328455 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 328455 5523 1 0 553172 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=1313820 CPUtime=24.95 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 10139 0 0 0 2447 48 0 0 20 0 20 0 79127199 19521036288 328455 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=-8743291636720378556 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 328455 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 328455 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=1314348 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 328455 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313820 KiB

[startup+51.1136 s]
/proc/loadavg: 3.18 2.48 3.28 5/330 101289
/proc/meminfo: memFree=107588028/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=1322016 CPUtime=55.23 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 37717 0 0 0 5452 71 0 0 20 0 20 0 79127197 19521036288 330504 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 330504 5523 1 0 553172 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=1322016 CPUtime=50.29 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 11470 0 0 0 4971 58 0 0 20 0 20 0 79127199 19521036288 330504 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 330504 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=1322016 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 330504 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0

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

Current children cumulated memory: 2191244 KiB

[startup+3342.3 s]
/proc/loadavg: 3.29 3.33 3.25 5/302 101491
/proc/meminfo: memFree=103640924/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3331.99 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 106617 0 0 0 332281 918 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=14080 CPUtime=3305.64 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 50448 0 0 0 329858 706 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3331.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB

[startup+3402.3 s]
/proc/loadavg: 3.75 3.44 3.30 4/283 101515
/proc/meminfo: memFree=116366416/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3391.91 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 106810 0 0 0 338259 932 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=18560 CPUtime=3365.34 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 50483 0 0 0 335818 716 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3391.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB

[startup+3462.3 s]
/proc/loadavg: 3.19 3.37 3.28 3/278 101535
/proc/meminfo: memFree=117158416/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3451.89 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 106863 0 0 0 344247 942 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3424.93 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 50489 0 0 0 341771 722 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3451.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB

[startup+3522.3 s]
/proc/loadavg: 2.53 3.15 3.21 3/278 101537
/proc/meminfo: memFree=117118900/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3511.79 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 106935 0 0 0 350226 953 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3484.61 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 50555 0 0 0 347730 731 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3511.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB

[startup+3582.3 s]
/proc/loadavg: 2.26 2.95 3.14 3/279 101540
/proc/meminfo: memFree=117076940/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3571.77 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 108011 0 0 0 356212 965 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=11264 CPUtime=3544.29 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 51335 0 0 0 353688 741 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=-8743291636720378556 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3571.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 1.94 2.81 3.08 2/255 101578
/proc/meminfo: memFree=123374240/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3600.08 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 108313 0 0 0 359037 971 0 0 20 0 20 0 79127197 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4765878 547811 5555 1 0 560405 0
[pid=101180/tid=101182] ppid=101176 vsize=19063512 memory=2191244 CPUtime=3572.57 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 51550 0 0 0 356511 746 0 0 20 0 20 0 79127199 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127204 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19063512 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 20 0 79127205 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101225] ppid=101176 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/101180/task/101225/stat : 101225 (Timer-0) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79127254 19521036288 547811 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.88 s, system=9.73927 s

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

[startup+3610.8 s]
/proc/loadavg: 1.94 2.81 3.08 2/255 101578
/proc/meminfo: memFree=123374240/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19263204 memory=2191884 CPUtime=3600.29 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 110237 0 0 0 359057 972 0 0 20 0 21 0 79127197 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4815801 547971 5555 1 0 561351 0
[pid=101180/tid=101182] ppid=101176 vsize=19263204 memory=22768 CPUtime=3572.66 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 51742 0 0 0 356520 746 0 0 20 0 21 0 79127199 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19263204 memory=9752 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79127204 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19263204 memory=-8743291636720378556 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 21 0 79127205 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2191884 KiB

[startup+3610.9 s]
/proc/loadavg: 1.94 2.81 3.08 2/255 101578
/proc/meminfo: memFree=123374240/131382116 swapFree=33009904/33010684
[pid=101180] ppid=101176 vsize=19263204 memory=2191884 CPUtime=3600.47 cores=1,3
/proc/101180/stat : 101180 (java) S 101176 101180 101141 0 -1 4194304 110248 0 0 0 359075 972 0 0 20 0 21 0 79127197 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
/proc/101180/statm: 4815801 547971 5555 1 0 561351 0
[pid=101180/tid=101182] ppid=101176 vsize=19263204 memory=2191244 CPUtime=3572.75 cores=1,3
/proc/101180/task/101182/stat : 101182 (java) R 101176 101180 101141 0 -1 4194368 51742 0 0 0 356529 746 0 0 20 0 21 0 79127199 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101195] ppid=101176 vsize=19263204 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101195/stat : 101195 (Finalizer) S 101176 101180 101141 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79127204 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
[pid=101180/tid=101202] ppid=101176 vsize=19263204 memory=2191244 CPUtime=0 cores=1,3
/proc/101180/task/101202/stat : 101202 (Common-Cleaner) S 101176 101180 101141 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 21 0 79127205 19725520896 547971 18446744073709551615 94020481146880 94020481150576 140722901959840 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94020481158392 94020481159184 94020513746944 140722901965103 140722901965285 140722901965285 140722901970888 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2191884 KiB

Child status: 143

Real time (s): 3610.99
CPU time (s): 3600.62
CPU user time (s): 3590.88
CPU system time (s): 9.73927
CPU usage (%): 99.7128
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2191884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.88
system time used= 9.73927
maximum resident set size= 2192012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6824728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112512
involuntary context switches= 7849


# summary of solver processes directly reported to runsolver:
#   pid: 101180
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3590.88
#   total CPU system time (s): 9.73927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.6079 second user time and 34.5115 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 15:08:00
IDJOB=4524399
IDBENCH=180666
IDSOLVER=3364
FILE ID=nodeC004/4524399-1751634480
RUNJOBID= nodeC004-1751634480-101153
SLURM_JOB_ID= 9598977
Free space on /tmp= 431676 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524399-1751634480/watcher-4524399-1751634480 -o /tmp/evaluation-result-4524399-1751634480/solver-4524399-1751634480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751634480-101153 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524399-1751634480 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4524399-1751634480.opb

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=1462290319

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.207
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.206
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.268
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.395
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.250
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.791
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128957940 kB
MemAvailable:   129861536 kB
Buffers:            2128 kB
Cached:          1651676 kB
SwapCached:           32 kB
Active:           683880 kB
Inactive:        1056348 kB
Active(anon):      93984 kB
Inactive(anon):    10736 kB
Active(file):     589896 kB
Inactive(file):  1045612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9284 kB
Writeback:             0 kB
AnonPages:         89148 kB
Mapped:           103704 kB
Shmem:             17932 kB
KReclaimable:     215428 kB
Slab:             302576 kB
SReclaimable:     215428 kB
SUnreclaim:        87148 kB
KernelStack:        3936 kB
PageTables:         3044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     366736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431680 MiB
End job on nodeC004 at 2025-07-04 16:08:11