Trace number 4524398

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 2025-06-06SAT (TO)-32 3600.3 3604.82

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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c version PB25.v20250606
0.06/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.12	c java.vm.version	22.0.1+8-16
0.06/0.12	c java.vm.vendor	Oracle Corporation
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		22.0.1
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		2106806208
0.06/0.12	c Max memory 		16282288128
0.06/0.12	c Total memory 		2113929216
0.06/0.13	c Number of processors 	2
0.06/0.19	c Pseudo Boolean Optimization by upper bound
0.06/0.19	c --- Begin Solver configuration ---
0.06/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.06/0.19	c Learn all clauses as in MiniSAT
0.06/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.19	c Expensive reason simplification
0.06/0.19	c Glucose 2.1 dynamic restart strategy
0.06/0.19	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.06/0.19	c timeout=2147483s
0.06/0.19	c DB Simplification allowed=false
0.06/0.19	c Listener: none
0.06/0.19	c --- End Solver configuration ---
0.06/0.20	c solving HOME/instance-4524398-1751612919.opb
0.06/0.20	c reading problem ... 
0.06/0.20	c  objective function found
0.19/0.24	c ... done. Wall clock time 0.043s.
0.19/0.24	c declared #vars     126
0.19/0.24	c #constraints  788
0.19/0.24	c constraints type 
0.19/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 787
0.19/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.19/0.24	c 788 constraints processed.
0.19/0.25	c objective function length is 125 literals
0.19/0.25	c SATISFIABLE
0.19/0.25	c OPTIMIZING...
0.19/0.25	c Got one! Elapsed wall clock time (in seconds):0.059
0.19/0.25	o -26
0.39/0.31	c Got one! Elapsed wall clock time (in seconds):0.118
0.39/0.31	o -27
1.15/0.70	c cleaning 2690 clauses out of 5383 with flag 11137/5383
1.35/0.85	c Got one! Elapsed wall clock time (in seconds):0.654
1.35/0.85	o -28
1.54/0.90	c Got one! Elapsed wall clock time (in seconds):0.705
1.54/0.90	o -29
1.71/1.04	c cleaning 4425 clauses out of 8850 with flag 4686/11540
2.03/1.29	c cleaning 5213 clauses out of 10426 with flag 17390/17541
2.25/1.49	c Got one! Elapsed wall clock time (in seconds):1.293
2.25/1.49	o -30
2.55/1.74	c cleaning 7636 clauses out of 15271 with flag 10561/27599
2.85/2.04	c cleaning 6812 clauses out of 13635 with flag 23203/33599
3.25/2.40	c cleaning 6905 clauses out of 13824 with flag 37885/40600
3.45/2.63	c Got one! Elapsed wall clock time (in seconds):2.436
3.45/2.63	o -31
3.96/3.04	c cleaning 8939 clauses out of 17880 with flag 10866/51561
4.32/3.39	c cleaning 7469 clauses out of 14941 with flag 23849/57561
4.72/3.70	c cleaning 7233 clauses out of 14474 with flag 38710/64563
5.03/4.01	c cleaning 7616 clauses out of 15240 with flag 55634/72562
5.42/4.41	c cleaning 8307 clauses out of 16623 with flag 74701/81561
5.92/5.00	c cleaning 9153 clauses out of 18316 with flag 96661/91561
6.62/5.68	c cleaning 10082 clauses out of 20164 with flag 120616/102562
7.32/6.37	c cleaning 11038 clauses out of 22083 with flag 146246/114563
8.25/7.22	c cleaning 12014 clauses out of 24043 with flag 174245/127561
8.88/7.83	c Got one! Elapsed wall clock time (in seconds):7.634
8.88/7.83	o -32
9.38/8.35	c cleaning 13447 clauses out of 26899 with flag 11805/142431
9.78/8.76	c cleaning 9721 clauses out of 19452 with flag 26530/148431
10.18/9.18	c cleaning 8365 clauses out of 16732 with flag 42954/155432
10.59/9.58	c cleaning 8175 clauses out of 16366 with flag 61161/163431
11.20/10.16	c cleaning 8591 clauses out of 17191 with flag 82958/172431
11.97/10.74	c cleaning 9293 clauses out of 18601 with flag 107071/182432
12.77/11.54	c cleaning 10150 clauses out of 20309 with flag 136505/193433
13.67/12.40	c cleaning 11079 clauses out of 22158 with flag 166099/205432
14.56/13.35	c cleaning 12036 clauses out of 24078 with flag 197402/218431
15.56/14.38	c cleaning 13021 clauses out of 26044 with flag 230900/232433
16.86/15.69	c cleaning 14004 clauses out of 28022 with flag 267805/247432
18.37/17.11	c cleaning 15008 clauses out of 30019 with flag 307304/263433
19.96/18.77	c cleaning 16002 clauses out of 32009 with flag 349761/280431
21.66/20.43	c cleaning 17001 clauses out of 34008 with flag 393565/298432
23.66/22.45	c cleaning 18001 clauses out of 36006 with flag 437722/317431
25.85/24.69	c cleaning 19000 clauses out of 38006 with flag 487085/337432
28.64/27.44	c cleaning 19998 clauses out of 40006 with flag 541107/358432
31.74/30.56	c cleaning 21004 clauses out of 42009 with flag 594304/380433
34.63/33.48	c cleaning 21997 clauses out of 44005 with flag 646721/403433
38.72/37.51	c cleaning 23001 clauses out of 46007 with flag 705223/427432
42.13/40.95	c cleaning 24003 clauses out of 48006 with flag 760223/452432
44.62/43.41	c cleaning 25002 clauses out of 50003 with flag 814392/478432
46.95/45.74	c cleaning 26000 clauses out of 52000 with flag 870553/505431
50.04/48.83	c cleaning 26994 clauses out of 54001 with flag 929102/533432
53.34/52.17	c cleaning 27997 clauses out of 56007 with flag 990125/562432
56.33/55.18	c cleaning 29005 clauses out of 58009 with flag 1052494/592431
59.66/58.45	c cleaning 30003 clauses out of 60006 with flag 1116991/623433
63.25/62.00	c cleaning 30996 clauses out of 62002 with flag 1183447/655432
66.84/65.65	c cleaning 32003 clauses out of 64005 with flag 1251905/688431
70.53/69.37	c cleaning 32999 clauses out of 66002 with flag 1322750/722431
75.36/74.18	c cleaning 34001 clauses out of 68003 with flag 1395493/757431
80.35/79.14	c cleaning 35002 clauses out of 70003 with flag 1470269/793432
85.03/83.85	c cleaning 35998 clauses out of 72001 with flag 1547266/830432
89.47/88.24	c cleaning 36999 clauses out of 74002 with flag 1626333/868431
93.86/92.69	c cleaning 37998 clauses out of 76003 with flag 1707290/907431
99.25/98.05	c cleaning 39000 clauses out of 78005 with flag 1790138/947431
105.87/104.63	c cleaning 39996 clauses out of 80006 with flag 1875058/988432
111.65/110.40	c cleaning 41001 clauses out of 82009 with flag 1962124/1030431
117.13/115.97	c cleaning 41998 clauses out of 84009 with flag 2051403/1073432
122.95/121.76	c cleaning 43001 clauses out of 86010 with flag 2143065/1117431
130.43/129.23	c cleaning 44004 clauses out of 88011 with flag 2236581/1162433
137.73/136.54	c cleaning 45003 clauses out of 90005 with flag 2331739/1208431
144.75/143.51	c cleaning 45996 clauses out of 92002 with flag 2429091/1255431
152.93/151.78	c cleaning 47003 clauses out of 94006 with flag 2528621/1303431
161.25/160.02	c cleaning 47998 clauses out of 96004 with flag 2630651/1352432
170.32/169.16	c cleaning 48997 clauses out of 98007 with flag 2734519/1402433
178.60/177.45	c cleaning 50005 clauses out of 100009 with flag 2840266/1453432
185.02/183.84	c cleaning 50997 clauses out of 102003 with flag 2948255/1505431
192.60/191.47	c cleaning 52002 clauses out of 104008 with flag 3058137/1558433
199.84/198.67	c cleaning 52998 clauses out of 106004 with flag 3170727/1612431
207.81/206.67	c cleaning 54002 clauses out of 108008 with flag 3285225/1667433
218.09/217.00	c cleaning 55002 clauses out of 110004 with flag 3401811/1723431
229.01/227.88	c cleaning 55997 clauses out of 112002 with flag 3520405/1780431
239.49/238.31	c cleaning 56995 clauses out of 114005 with flag 3641193/1838431
251.40/250.29	c cleaning 58005 clauses out of 116010 with flag 3764258/1897431
263.17/262.04	c cleaning 59000 clauses out of 118005 with flag 3889980/1957431
276.54/275.47	c cleaning 59997 clauses out of 120006 with flag 4022702/2018432
294.55/293.47	c cleaning 60998 clauses out of 122009 with flag 4171043/2080432
312.22/311.18	c cleaning 62000 clauses out of 124010 with flag 4326723/2143431
329.57/328.51	c cleaning 63002 clauses out of 126011 with flag 4485462/2207432
351.59/350.56	c cleaning 64005 clauses out of 128009 with flag 4646055/2272432
367.54/366.55	c cleaning 65002 clauses out of 130004 with flag 4786348/2338432
382.31/381.37	c cleaning 65999 clauses out of 132001 with flag 4927651/2405431
398.68/397.74	c cleaning 66993 clauses out of 134003 with flag 5070574/2473432
413.84/412.98	c cleaning 68005 clauses out of 136010 with flag 5215721/2542432
429.46/428.56	c cleaning 68993 clauses out of 138004 with flag 5362548/2612431
442.04/441.11	c cleaning 70003 clauses out of 140011 with flag 5511985/2683431
456.39/455.54	c cleaning 71002 clauses out of 142010 with flag 5662805/2755433
474.35/473.59	c cleaning 72000 clauses out of 144008 with flag 5815712/2828433
492.90/491.72	c cleaning 73001 clauses out of 146007 with flag 5971243/2902432
513.75/512.68	c cleaning 74000 clauses out of 148006 with flag 6132164/2977432
548.36/547.37	c cleaning 74999 clauses out of 150005 with flag 6323787/3053431
582.05/581.07	c cleaning 75993 clauses out of 152007 with flag 6518651/3130432
621.36/620.46	c cleaning 77003 clauses out of 154014 with flag 6720328/3208432
658.37/657.55	c cleaning 78000 clauses out of 156011 with flag 6930002/3287432
698.07/697.33	c cleaning 78998 clauses out of 158010 with flag 7131187/3367431
734.18/733.42	c cleaning 80006 clauses out of 160014 with flag 7330066/3448433
774.59/773.92	c cleaning 80987 clauses out of 162007 with flag 7539881/3530432
816.49/815.99	c cleaning 82004 clauses out of 164021 with flag 7742246/3613433
865.68/865.24	c cleaning 83008 clauses out of 166016 with flag 7959533/3697432
919.54/919.12	c cleaning 84004 clauses out of 168007 with flag 8181772/3782431
961.35/961.08	c cleaning 84997 clauses out of 170005 with flag 8384924/3868433
1022.50/1022.30	c cleaning 85995 clauses out of 172006 with flag 8613027/3955431
1067.49/1067.32	c cleaning 86996 clauses out of 174012 with flag 8830164/4043432
1115.28/1115.27	c cleaning 88003 clauses out of 176015 with flag 9047649/4132431
1154.78/1154.89	c cleaning 89004 clauses out of 178013 with flag 9258550/4222432
1197.18/1197.34	c cleaning 90001 clauses out of 180010 with flag 9473978/4313433
1227.60/1227.84	c cleaning 91004 clauses out of 182007 with flag 9678297/4405431
1272.03/1272.36	c cleaning 91997 clauses out of 184003 with flag 9885737/4498431
1326.79/1327.27	c cleaning 92994 clauses out of 186006 with flag 10099541/4592431
1368.60/1369.19	c cleaning 94000 clauses out of 188013 with flag 10304090/4687432
1407.00/1407.62	c cleaning 95004 clauses out of 190012 with flag 10514865/4783431
1456.78/1457.53	c cleaning 95997 clauses out of 192008 with flag 10737574/4880431
1498.78/1499.62	c cleaning 97003 clauses out of 194011 with flag 10942974/4978431
1538.68/1539.63	c cleaning 98004 clauses out of 196008 with flag 11150736/5077431
1578.29/1579.35	c cleaning 98999 clauses out of 198005 with flag 11360678/5177432
1653.50/1654.74	c cleaning 99999 clauses out of 200005 with flag 11602383/5278431
1725.43/1726.89	c cleaning 100996 clauses out of 202008 with flag 11849063/5380433
1796.76/1798.39	c cleaning 101999 clauses out of 204012 with flag 12085804/5483433
1869.29/1871.09	c cleaning 102995 clauses out of 206012 with flag 12336647/5587432
1935.83/1937.74	c cleaning 104002 clauses out of 208018 with flag 12577973/5692433
1998.37/2000.40	c cleaning 105005 clauses out of 210014 with flag 12831948/5798431
2053.74/2055.94	c cleaning 106001 clauses out of 212010 with flag 13082077/5905432
2141.13/2143.56	c cleaning 106995 clauses out of 214008 with flag 13347764/6013431
2216.39/2218.67	c cleaning 108000 clauses out of 216014 with flag 13622193/6122432
2310.58/2313.03	c cleaning 109006 clauses out of 218013 with flag 13903839/6232431
2401.66/2404.37	c cleaning 110000 clauses out of 220007 with flag 14170788/6343431
2500.32/2502.58	c cleaning 111001 clauses out of 222009 with flag 14452124/6455433
2586.31/2588.76	c cleaning 112000 clauses out of 224008 with flag 14734994/6568433
2677.99/2680.69	c cleaning 113001 clauses out of 226007 with flag 15021491/6682432
2745.02/2747.70	c cleaning 113999 clauses out of 228006 with flag 15290218/6797432
2826.82/2829.72	c cleaning 115003 clauses out of 230008 with flag 15547119/6913433
2898.44/2901.50	c cleaning 115999 clauses out of 232005 with flag 15814367/7030433
2962.88/2966.19	c cleaning 117001 clauses out of 234005 with flag 16081745/7148432
3029.11/3032.58	c cleaning 117996 clauses out of 236004 with flag 16361942/7267432
3109.81/3113.42	c cleaning 118999 clauses out of 238009 with flag 16635726/7387433
3205.33/3209.05	c cleaning 119996 clauses out of 240008 with flag 16933714/7508431
3306.18/3310.14	c cleaning 121004 clauses out of 242014 with flag 17216904/7630433
3405.44/3409.69	c cleaning 121998 clauses out of 244009 with flag 17511708/7753432
3510.28/3514.78	c cleaning 122997 clauses out of 246010 with flag 17822523/7877431
3600.06/3604.71	c starts		: 43367
3600.06/3604.72	c conflicts		: 7989636
3600.06/3604.72	c decisions		: 11133028
3600.06/3604.72	c propagations		: 47180691
3600.06/3604.72	c inspects		: 29471674476
3600.06/3604.72	c shortcuts		: 0
3600.06/3604.72	c learnt literals	: 0
3600.06/3604.73	c learnt binary clauses	: 0
3600.06/3604.73	c learnt ternary clauses	: 0
3600.06/3604.73	c learnt constraints	: 7989636
3600.06/3604.73	c ignored constraints	: 0
3600.06/3604.73	c root simplifications	: 0
3600.06/3604.73	c removed literals (reason simplification)	: 182086613
3600.06/3604.73	c reason swapping (by a shorter reason)	: 0
3600.06/3604.73	c Calls to reduceDB	: 135
3600.06/3604.73	c Number of update (reduction) of LBD	: 249312
3600.06/3604.73	c Imported unit clauses	: 0
3600.06/3604.73	c No decision after first conflict	: false
3600.06/3604.73	c number of reductions to clauses (during analyze)	: 0
3600.06/3604.73	c number of learned constraints concerned by reduction	: 0
3600.06/3604.73	c number of learning phase by resolution	: 0
3600.06/3604.73	c number of learning phase by cutting planes	: 0
3600.06/3604.73	c number of rounding to 1 operations	: 0
3600.06/3604.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3604.73	c number of reductions of the coefficients by power 2 	: 0
3600.06/3604.73	c number of right shift for reduction by power 2 	: 0
3600.06/3604.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3604.73	c number of ending skipping 	: 0
3600.06/3604.73	c number of internal skipping 	: 0
3600.06/3604.73	c number of derivation steps 	: 0
3600.06/3604.73	c number of skipped derivation steps 	: 0
3600.06/3604.73	c number of remaining unassigned 	: 0
3600.06/3604.73	c number of remaining assigned 	: 0
3600.06/3604.73	c number of falsified literals weakened from reason	: 0
3600.06/3604.73	c number of falsified literals weakened from conflict	: 0
3600.06/3604.73	c time for arithmetic operations	: 0
3600.06/3604.74	c minimum degree of deleted constraints	: null
3600.06/3604.74	c maximum degree of deleted constraints	: null
3600.06/3604.74	c number of deleted constraints	: 0
3600.06/3604.74	c speed (assignments/second)	: 13089.440239035535
3600.06/3604.74	c non guided choices	: 0
3600.26/3604.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 235218
3600.26/3604.80	s SATISFIABLE
3600.26/3604.80	c Found 7 solution(s)
3600.26/3604.81	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.26/3604.81	c objective function=-32
3600.26/3604.81	c Total wall clock time (in seconds): 3604.611

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524398-1751612919/watcher-4524398-1751612919 -o /tmp/evaluation-result-4524398-1751612919/solver-4524398-1751612919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86974 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524398-1751612919.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=87531, runsolver pid=87528

[startup+0.100061 s]*
/proc/loadavg: 4.27 4.23 4.34 7/339 87549
/proc/meminfo: memFree=98887588/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18930384 memory=49532 CPUtime=0.06 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 6034 0 0 0 5 1 0 0 20 0 18 0 76914500 19384713216 12383 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4732596 12383 5351 1 0 547210 0
[pid=87531/tid=87533] ppid=87528 vsize=18930384 memory=4026531960 CPUtime=0.04 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 4861 0 0 0 3 1 0 0 20 0 18 0 76914503 19384713216 12383 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76914505 19384713216 12383 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76914505 19384713216 12383 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49532 KiB

[startup+0.205617 s]*
/proc/loadavg: 4.27 4.23 4.34 6/339 87549
/proc/meminfo: memFree=98877632/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18930384 memory=59244 CPUtime=0.19 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 6854 0 0 0 17 2 0 0 20 0 18 0 76914500 19384713216 14811 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4732596 14811 5447 1 0 547830 0
[pid=87531/tid=87533] ppid=87528 vsize=18930384 memory=4026794268 CPUtime=0.11 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 5244 0 0 0 10 1 0 0 20 0 18 0 76914503 19384713216 14811 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76914505 19384713216 14811 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76914505 19384713216 14811 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59244 KiB

[startup+0.305538 s]*
/proc/loadavg: 4.27 4.23 4.34 6/340 87550
/proc/meminfo: memFree=98876120/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18996948 memory=64004 CPUtime=0.39 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 7724 0 0 0 37 2 0 0 20 0 19 0 76914500 19452874752 16001 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4749237 16001 5479 1 0 548582 0
[pid=87531/tid=87533] ppid=87528 vsize=18996948 memory=-6000919472756843879 CPUtime=0.2 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 5394 0 0 0 19 1 0 0 20 0 19 0 76914503 19452874752 16001 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 16001 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 16001 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76914525 19452874752 16001 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64004 KiB

[startup+0.700205 s]
/proc/loadavg: 4.27 4.23 4.34 6/340 87550
/proc/meminfo: memFree=98867740/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18996948 memory=82980 CPUtime=1.15 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 11608 0 0 0 112 3 0 0 20 0 19 0 76914500 19452874752 20745 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4749237 20745 5479 1 0 551164 0
[pid=87531/tid=87533] ppid=87528 vsize=18996948 memory=18816 CPUtime=0.57 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 5453 0 0 0 56 1 0 0 20 0 19 0 76914503 19452874752 20745 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 20745 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 20745 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76914525 19452874752 20745 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82980 KiB

[startup+1.5002 s]
/proc/loadavg: 4.27 4.23 4.34 5/340 87550
/proc/meminfo: memFree=98851988/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18996948 memory=96224 CPUtime=2.35 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 13512 0 0 0 231 4 0 0 20 0 19 0 76914500 19452874752 24056 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4749237 24056 5479 1 0 551307 0
[pid=87531/tid=87533] ppid=87528 vsize=18996948 memory=10752 CPUtime=1.36 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 6037 0 0 0 134 2 0 0 20 0 19 0 76914503 19452874752 24056 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 24056 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 24056 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76914525 19452874752 24056 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96224 KiB

[startup+3.10549 s]
/proc/loadavg: 4.27 4.23 4.34 6/340 87550
/proc/meminfo: memFree=98822812/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18996948 memory=120216 CPUtime=4.13 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 17310 0 0 0 408 5 0 0 20 0 19 0 76914500 19452874752 30054 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4749237 30054 5479 1 0 551639 0
[pid=87531/tid=87533] ppid=87528 vsize=18996948 memory=10752 CPUtime=2.96 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 6392 0 0 0 294 2 0 0 20 0 19 0 76914503 19452874752 30054 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18996948 memory=-6000919472756843879 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 30054 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 30054 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76914525 19452874752 30054 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120216 KiB

[startup+6.3002 s]
/proc/loadavg: 4.24 4.22 4.33 5/340 87550
/proc/meminfo: memFree=98780600/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=18996948 memory=155064 CPUtime=7.32 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 18940 0 0 0 726 6 0 0 20 0 19 0 76914500 19452874752 38766 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4749237 38766 5479 1 0 551642 0
[pid=87531/tid=87533] ppid=87528 vsize=18996948 memory=0 CPUtime=6.14 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 7038 0 0 0 611 3 0 0 20 0 19 0 76914503 19452874752 38766 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 38766 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76914505 19452874752 38766 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=18996948 memory=98272 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76914525 19452874752 38766 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155064 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.24 4.34 5/341 87552
/proc/meminfo: memFree=98760948/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=179092 CPUtime=13.97 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 26310 0 0 0 1390 7 0 0 20 0 20 0 76914500 19521036288 44773 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 44773 5511 1 0 552663 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=98272 CPUtime=12.51 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 7693 0 0 0 1248 3 0 0 20 0 20 0 76914503 19521036288 44773 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 44773 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=179092 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 44773 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 44773 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.22 4.33 7/342 87555
/proc/meminfo: memFree=98704612/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=180620 CPUtime=26.75 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 26965 0 0 0 2667 8 0 0 20 0 20 0 76914500 19521036288 45155 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 45155 5511 1 0 552679 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=10752 CPUtime=25.27 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 8224 0 0 0 2524 3 0 0 20 0 20 0 76914503 19521036288 45155 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=179092 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 45155 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 45155 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 45155 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 26.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180620 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.22 4.33 6/341 87619
/proc/meminfo: memFree=109948464/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=262832 CPUtime=52.34 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 27912 0 0 0 5223 11 0 0 20 0 20 0 76914500 19521036288 65708 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 65708 5511 1 0 552679 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=262832 CPUtime=50.73 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 8257 0 0 0 5069 4 0 0 20 0 20 0 76914503 19521036288 65708 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=203228 CPUtime=0 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 3.42 3.54 3.88 4/315 87885
/proc/meminfo: memFree=94606336/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3278.45 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 75757 0 0 0 327702 143 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631389 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=14848 CPUtime=3271.06 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 30980 0 0 0 327084 22 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1033 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3278.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

[startup+3342.3 s]
/proc/loadavg: 3.49 3.56 3.86 3/290 87920
/proc/meminfo: memFree=109858212/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3338.3 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 76617 0 0 0 333686 144 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631389 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=14848 CPUtime=3330.88 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 31624 0 0 0 333066 22 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1087 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3338.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

[startup+3402.3 s]
/proc/loadavg: 2.61 3.29 3.75 3/290 87923
/proc/meminfo: memFree=109860068/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3398.15 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 76852 0 0 0 339670 145 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631389 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3390.71 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 31706 0 0 0 339049 22 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3398.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

[startup+3462.3 s]
/proc/loadavg: 2.40 3.10 3.65 3/291 87926
/proc/meminfo: memFree=109858600/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3458.01 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 77642 0 0 0 345654 147 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631389 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3450.55 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 32472 0 0 0 345032 23 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3458.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

[startup+3522.3 s]
/proc/loadavg: 2.37 2.97 3.57 3/291 87928
/proc/meminfo: memFree=109858116/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3517.86 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 78715 0 0 0 351638 148 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631391 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3510.38 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 33325 0 0 0 351015 23 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1349 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3517.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

[startup+3582.3 s]
/proc/loadavg: 2.22 2.81 3.48 3/291 87930
/proc/meminfo: memFree=109857568/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3577.72 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 79219 0 0 0 357622 150 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631392 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3570.21 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 33585 0 0 0 356998 23 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=-6000919472756843879 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1489 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3577.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 2.38 2.80 3.46 4/290 87930
/proc/meminfo: memFree=109843456/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3600.06 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 79250 0 0 0 359856 150 0 0 20 0 20 0 76914500 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4765878 617713 5575 1 0 631392 0
[pid=87531/tid=87533] ppid=87528 vsize=19063512 memory=2470852 CPUtime=3592.54 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 33604 0 0 0 359231 23 0 0 20 0 20 0 76914503 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19063512 memory=2470852 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1489 0 0 0 0 0 0 0 20 0 20 0 76914505 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87550] ppid=87528 vsize=19063512 memory=-6000919472756843879 CPUtime=0 cores=4,6
/proc/87531/task/87550/stat : 87550 (Timer-0) S 87528 87531 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76914525 19521036288 617713 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.78 s, system=1.52141 s

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

[startup+3604.8 s]
/proc/loadavg: 2.38 2.80 3.46 4/290 87930
/proc/meminfo: memFree=109843456/131250000 swapFree=33010684/33010684
[pid=87531] ppid=87528 vsize=19263204 memory=2471492 CPUtime=3600.26 cores=4,6
/proc/87531/stat : 87531 (java) S 87528 87531 86719 0 -1 4194304 82036 0 0 0 359876 150 0 0 20 0 21 0 76914500 19725520896 617873 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
/proc/87531/statm: 4815801 617873 5575 1 0 632331 0
[pid=87531/tid=87533] ppid=87528 vsize=19263204 memory=2470852 CPUtime=3592.61 cores=4,6
/proc/87531/task/87533/stat : 87533 (java) R 87528 87531 86719 0 -1 4194368 33841 0 0 0 359238 23 0 0 20 0 21 0 76914503 19725520896 617873 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87542] ppid=87528 vsize=19263204 memory=10752 CPUtime=0 cores=4,6
/proc/87531/task/87542/stat : 87542 (Finalizer) S 87528 87531 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76914505 19725520896 617873 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
[pid=87531/tid=87549] ppid=87528 vsize=19263204 memory=14848 CPUtime=0 cores=4,6
/proc/87531/task/87549/stat : 87549 (Common-Cleaner) S 87528 87531 86719 0 -1 4194368 1489 0 0 0 0 0 0 0 20 0 21 0 76914505 19725520896 617873 18446744073709551615 94047868903424 94047868907120 140730899241312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94047868914936 94047868915728 94047890014208 140730899245441 140730899245542 140730899245542 140730899251144 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2471492 KiB

Child status: 143

Real time (s): 3604.82
CPU time (s): 3600.3
CPU user time (s): 3598.78
CPU system time (s): 1.52141
CPU usage (%): 99.8745
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2471492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.78
system time used= 1.52141
maximum resident set size= 2471620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103989
involuntary context switches= 4593


# summary of solver processes directly reported to runsolver:
#   pid: 87531
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3598.78
#   total CPU system time (s): 1.52141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36826 second user time and 16.0478 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 09:08:40
IDJOB=4524398
IDBENCH=180666
IDSOLVER=3363
FILE ID=nodeC028/4524398-1751612919
RUNJOBID= nodeC028-1751609394-86974
SLURM_JOB_ID= 9598897
Free space on /tmp= 431472 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524398-1751612919/watcher-4524398-1751612919 -o /tmp/evaluation-result-4524398-1751612919/solver-4524398-1751612919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86974 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524398-1751612919.opb

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=2139921264

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        98891664 kB
MemAvailable:   100846012 kB
Buffers:            3280 kB
Cached:          2755164 kB
SwapCached:            0 kB
Active:         29236920 kB
Inactive:        2445908 kB
Active(anon):   28942452 kB
Inactive(anon):        0 kB
Active(file):     294468 kB
Inactive(file):  2445908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               680 kB
Writeback:             8 kB
AnonPages:      28927056 kB
Mapped:           124456 kB
Shmem:             18068 kB
KReclaimable:     106424 kB
Slab:             196492 kB
SReclaimable:     106424 kB
SUnreclaim:        90068 kB
KernelStack:        5200 kB
PageTables:        60448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   34121820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28547072 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:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431480 MiB
End job on nodeC028 at 2025-07-04 10:08:45