Trace number 4501982

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.2 3604.63

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c Expensive reason simplification
0.12/0.12	c Glucose 2.1 dynamic restart strategy
0.12/0.12	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.12/0.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c Listener: none
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-4501982-1751160946.opb
0.12/0.12	c reading problem ... 
0.12/0.12	c  no objective function found
0.90/0.51	c ... done. Wall clock time 0.384s.
0.90/0.51	c declared #vars     22022
0.90/0.51	c #constraints  69919
0.90/0.51	c constraints type 
0.90/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 52629
0.90/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 480
0.90/0.51	c org.sat4j.specs.Constr$1 => 5817
0.90/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 2003
0.90/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8990
0.90/0.52	c 69919 constraints processed.
3.27/1.71	c cleaning 2490 clauses out of 5001 with flag 19368/5001
4.44/2.59	c cleaning 4244 clauses out of 8510 with flag 51636/11000
5.89/3.75	c cleaning 5629 clauses out of 11266 with flag 88684/18000
7.20/5.09	c cleaning 6814 clauses out of 13637 with flag 126591/26000
8.69/6.57	c cleaning 7907 clauses out of 15826 with flag 173540/35003
10.39/8.16	c cleaning 8954 clauses out of 17917 with flag 229994/45001
12.18/9.96	c cleaning 9979 clauses out of 19964 with flag 288181/56002
13.88/11.67	c cleaning 10973 clauses out of 21983 with flag 346750/68000
15.78/13.56	c cleaning 12006 clauses out of 24013 with flag 428629/81003
17.98/15.70	c cleaning 12996 clauses out of 26005 with flag 511559/95001
20.07/17.89	c cleaning 13995 clauses out of 28008 with flag 589459/110000
22.46/20.30	c cleaning 14995 clauses out of 30013 with flag 682068/126000
25.40/23.17	c cleaning 15994 clauses out of 32018 with flag 789360/143000
28.21/25.93	c cleaning 17004 clauses out of 34025 with flag 889155/161001
31.50/29.28	c cleaning 18007 clauses out of 36020 with flag 999618/180000
35.09/32.84	c cleaning 19005 clauses out of 38013 with flag 1104315/200000
38.68/36.45	c cleaning 19991 clauses out of 40008 with flag 1226765/221000
42.67/40.49	c cleaning 20999 clauses out of 42017 with flag 1366339/243000
46.87/44.67	c cleaning 21997 clauses out of 44020 with flag 1504532/266002
51.16/48.95	c cleaning 22994 clauses out of 46023 with flag 1660247/290002
55.75/53.54	c cleaning 24006 clauses out of 48027 with flag 1812360/315000
60.44/58.24	c cleaning 25003 clauses out of 50021 with flag 1972975/341000
65.43/63.24	c cleaning 25998 clauses out of 52018 with flag 2150237/368000
70.62/68.47	c cleaning 27003 clauses out of 54020 with flag 2328412/396000
75.80/73.67	c cleaning 28004 clauses out of 56017 with flag 2492634/425000
81.29/79.14	c cleaning 28993 clauses out of 58017 with flag 2675912/455004
87.10/84.91	c cleaning 29996 clauses out of 60023 with flag 2874369/486003
93.28/91.13	c cleaning 30996 clauses out of 62024 with flag 3073477/518000
99.67/97.59	c cleaning 32005 clauses out of 64028 with flag 3328068/551000
106.45/104.37	c cleaning 33001 clauses out of 66025 with flag 3562506/585002
113.44/111.39	c cleaning 33999 clauses out of 68022 with flag 3793624/620000
120.72/118.69	c cleaning 35003 clauses out of 70026 with flag 4026935/656003
128.14/126.00	c cleaning 36001 clauses out of 72021 with flag 4256653/693001
136.12/134.06	c cleaning 36995 clauses out of 74022 with flag 4514677/731003
144.00/141.94	c cleaning 37991 clauses out of 76024 with flag 4763228/770000
152.39/150.32	c cleaning 38999 clauses out of 78033 with flag 5017681/810000
160.57/158.59	c cleaning 40008 clauses out of 80038 with flag 5276496/851004
169.68/167.67	c cleaning 41001 clauses out of 82026 with flag 5549652/893000
178.26/176.28	c cleaning 42012 clauses out of 84025 with flag 5839750/936000
187.25/185.20	c cleaning 43005 clauses out of 86013 with flag 6118393/980000
196.83/194.89	c cleaning 43992 clauses out of 88009 with flag 6414585/1025001
206.64/204.65	c cleaning 44995 clauses out of 90017 with flag 6694699/1071001
216.91/214.96	c cleaning 46002 clauses out of 92021 with flag 7002471/1118000
226.40/224.47	c cleaning 46989 clauses out of 94020 with flag 7285449/1166001
237.17/235.28	c cleaning 47996 clauses out of 96031 with flag 7590529/1215001
248.28/246.35	c cleaning 48995 clauses out of 98034 with flag 7914654/1265000
259.66/257.75	c cleaning 50008 clauses out of 100040 with flag 8250781/1316001
271.14/269.21	c cleaning 50999 clauses out of 102032 with flag 8571662/1368001
282.42/280.56	c cleaning 52005 clauses out of 104032 with flag 8885451/1421000
294.52/292.68	c cleaning 53001 clauses out of 106028 with flag 9218227/1475001
306.70/304.81	c cleaning 54009 clauses out of 108027 with flag 9556206/1530001
319.06/317.22	c cleaning 55001 clauses out of 110019 with flag 9894172/1586002
330.84/329.02	c cleaning 55994 clauses out of 112016 with flag 10238194/1643000
344.43/342.66	c cleaning 56999 clauses out of 114022 with flag 10590151/1701000
358.81/357.03	c cleaning 57997 clauses out of 116023 with flag 10978690/1760000
373.27/371.51	c cleaning 59007 clauses out of 118026 with flag 11356678/1820000
386.47/384.79	c cleaning 60004 clauses out of 120021 with flag 11697687/1881002
401.15/399.41	c cleaning 60987 clauses out of 122016 with flag 12069079/1943001
415.51/413.89	c cleaning 62001 clauses out of 124028 with flag 12444297/2006000
430.81/429.16	c cleaning 62994 clauses out of 126027 with flag 12831599/2070000
445.78/444.15	c cleaning 64008 clauses out of 128037 with flag 13220471/2135004
461.43/459.80	c cleaning 65002 clauses out of 130025 with flag 13624428/2201000
477.53/475.98	c cleaning 66004 clauses out of 132023 with flag 14041030/2268000
492.70/491.17	c cleaning 66999 clauses out of 134020 with flag 14423195/2336001
509.66/508.14	c cleaning 67997 clauses out of 136020 with flag 14829195/2405000
526.53/525.10	c cleaning 69009 clauses out of 138023 with flag 15233479/2475000
544.32/542.82	c cleaning 69983 clauses out of 140014 with flag 15674142/2546000
561.88/560.40	c cleaning 71001 clauses out of 142032 with flag 16098662/2618001
578.34/576.97	c cleaning 72004 clauses out of 144032 with flag 16496292/2691002
595.70/594.32	c cleaning 73001 clauses out of 146026 with flag 16916059/2765000
613.76/612.46	c cleaning 73996 clauses out of 148025 with flag 17347712/2840000
632.75/631.46	c cleaning 74989 clauses out of 150029 with flag 17791113/2916000
652.61/651.38	c cleaning 76002 clauses out of 152040 with flag 18251168/2993000
672.66/671.49	c cleaning 76999 clauses out of 154038 with flag 18694953/3071000
693.81/692.64	c cleaning 78009 clauses out of 156040 with flag 19158179/3150001
714.27/713.14	c cleaning 79002 clauses out of 158031 with flag 19619088/3230001
732.76/731.68	c cleaning 79999 clauses out of 160028 with flag 20073128/3311000
753.11/752.06	c cleaning 80995 clauses out of 162029 with flag 20520532/3393000
775.36/774.38	c cleaning 82001 clauses out of 164034 with flag 21004546/3476000
798.21/797.23	c cleaning 83013 clauses out of 166037 with flag 21464181/3560004
821.74/820.80	c cleaning 84004 clauses out of 168021 with flag 21932280/3645001
845.25/844.39	c cleaning 84995 clauses out of 170016 with flag 22421024/3731000
868.60/867.71	c cleaning 86005 clauses out of 172021 with flag 22897924/3818000
892.24/891.41	c cleaning 86996 clauses out of 174017 with flag 23396654/3906001
917.59/916.89	c cleaning 87993 clauses out of 176023 with flag 23918146/3995003
942.02/941.38	c cleaning 88999 clauses out of 178029 with flag 24403470/4085002
966.97/966.34	c cleaning 90001 clauses out of 180029 with flag 24892569/4176001
994.07/993.41	c cleaning 90998 clauses out of 182029 with flag 25414412/4268002
1019.70/1019.15	c cleaning 92005 clauses out of 184030 with flag 25938158/4361001
1046.93/1046.46	c cleaning 93000 clauses out of 186024 with flag 26453676/4455000
1072.08/1071.68	c cleaning 93999 clauses out of 188024 with flag 26951402/4550000
1099.02/1098.63	c cleaning 95005 clauses out of 190026 with flag 27489340/4646001
1127.46/1127.13	c cleaning 96008 clauses out of 192021 with flag 27999820/4743001
1154.40/1154.19	c cleaning 96993 clauses out of 194015 with flag 28521983/4841003
1183.30/1183.07	c cleaning 98004 clauses out of 196019 with flag 29052082/4940000
1211.01/1210.86	c cleaning 98993 clauses out of 198016 with flag 29582652/5040001
1240.26/1240.13	c cleaning 99997 clauses out of 200022 with flag 30103164/5141000
1270.29/1270.25	c cleaning 101001 clauses out of 202026 with flag 30630634/5243001
1299.22/1299.24	c cleaning 101998 clauses out of 204026 with flag 31188821/5346002
1330.96/1331.09	c cleaning 103008 clauses out of 206026 with flag 31722553/5450000
1361.08/1361.23	c cleaning 103988 clauses out of 208019 with flag 32248060/5555001
1391.31/1391.57	c cleaning 105016 clauses out of 210031 with flag 32806930/5661001
1424.94/1425.26	c cleaning 105989 clauses out of 212015 with flag 33397737/5768001
1457.87/1458.13	c cleaning 106988 clauses out of 214025 with flag 33971718/5876000
1491.69/1492.06	c cleaning 108005 clauses out of 216039 with flag 34553090/5985002
1523.21/1523.63	c cleaning 109011 clauses out of 218032 with flag 35118196/6095000
1558.44/1558.91	c cleaning 110002 clauses out of 220022 with flag 35682541/6206001
1593.65/1594.22	c cleaning 111007 clauses out of 222019 with flag 36260041/6318000
1630.07/1630.79	c cleaning 112001 clauses out of 224013 with flag 36833692/6431001
1664.79/1665.50	c cleaning 112999 clauses out of 226011 with flag 37445775/6545000
1699.99/1700.75	c cleaning 113983 clauses out of 228012 with flag 38004409/6660000
1736.20/1737.01	c cleaning 115005 clauses out of 230032 with flag 38584415/6776003
1771.42/1772.38	c cleaning 116000 clauses out of 232026 with flag 39166092/6893002
1806.84/1807.80	c cleaning 116996 clauses out of 234025 with flag 39744375/7011001
1842.65/1843.79	c cleaning 118002 clauses out of 236030 with flag 40379725/7130002
1880.87/1882.09	c cleaning 119001 clauses out of 238027 with flag 40966210/7250001
1916.97/1918.18	c cleaning 119984 clauses out of 240026 with flag 41572991/7371001
1954.38/1955.65	c cleaning 121008 clauses out of 242043 with flag 42193388/7493002
1994.59/1995.96	c cleaning 122017 clauses out of 244033 with flag 42796902/7616000
2034.41/2035.80	c cleaning 122989 clauses out of 246016 with flag 43406699/7740000
2074.81/2076.39	c cleaning 123998 clauses out of 248027 with flag 44061341/7865000
2114.32/2115.98	c cleaning 124999 clauses out of 250029 with flag 44690069/7991000
2153.34/2155.03	c cleaning 126004 clauses out of 252031 with flag 45293977/8118001
2194.45/2196.20	c cleaning 126996 clauses out of 254027 with flag 45902723/8246001
2238.44/2240.22	c cleaning 128006 clauses out of 256033 with flag 46529934/8375003
2282.35/2284.21	c cleaning 128999 clauses out of 258026 with flag 47156547/8505002
2324.95/2326.98	c cleaning 130004 clauses out of 260027 with flag 47810901/8636002
2369.25/2371.35	c cleaning 130998 clauses out of 262021 with flag 48446330/8768000
2416.05/2418.20	c cleaning 132003 clauses out of 264027 with flag 49095424/8901004
2459.05/2461.37	c cleaning 133000 clauses out of 266020 with flag 49719629/9035000
2502.06/2504.46	c cleaning 133990 clauses out of 268022 with flag 50358010/9170002
2551.25/2553.77	c cleaning 135000 clauses out of 270030 with flag 51019782/9306000
2600.84/2603.45	c cleaning 136000 clauses out of 272030 with flag 51678271/9443000
2650.37/2652.70	c cleaning 136998 clauses out of 274030 with flag 52357980/9581000
2696.77/2699.24	c cleaning 137998 clauses out of 276032 with flag 53014671/9720000
2746.66/2749.28	c cleaning 138998 clauses out of 278034 with flag 53692495/9860000
2796.45/2799.12	c cleaning 140011 clauses out of 280037 with flag 54432035/10001001
2845.72/2848.50	c cleaning 141000 clauses out of 282025 with flag 55097852/10143000
2894.50/2897.42	c cleaning 142002 clauses out of 284027 with flag 55761392/10286002
2947.26/2950.36	c cleaning 142989 clauses out of 286024 with flag 56455933/10430001
2998.13/3001.33	c cleaning 144000 clauses out of 288035 with flag 57139536/10575001
3049.28/3052.56	c cleaning 145015 clauses out of 290038 with flag 57813617/10721004
3100.07/3103.43	c cleaning 145996 clauses out of 292021 with flag 58497425/10868002
3154.84/3158.30	c cleaning 146997 clauses out of 294023 with flag 59179851/11016000
3211.00/3214.64	c cleaning 148007 clauses out of 296026 with flag 59863495/11165000
3266.46/3270.29	c cleaning 148999 clauses out of 298019 with flag 60551926/11315000
3317.23/3321.14	c cleaning 150002 clauses out of 300020 with flag 61276316/11466000
3374.98/3379.01	c cleaning 150993 clauses out of 302018 with flag 61991996/11618000
3430.63/3434.89	c cleaning 151996 clauses out of 304027 with flag 62675861/11771002
3485.41/3489.65	c cleaning 152996 clauses out of 306030 with flag 63369144/11925001
3540.88/3545.25	c cleaning 154012 clauses out of 308035 with flag 64079368/12080002
3600.04/3604.52	c starts		: 39563
3600.04/3604.52	c conflicts		: 12235394
3600.04/3604.52	c decisions		: 18409788
3600.04/3604.52	c propagations		: 5985160245
3600.04/3604.52	c inspects		: 40100525367
3600.04/3604.52	c shortcuts		: 0
3600.04/3604.52	c learnt literals	: 0
3600.04/3604.52	c learnt binary clauses	: 66
3600.04/3604.52	c learnt ternary clauses	: 6142
3600.04/3604.52	c learnt constraints	: 12235394
3600.04/3604.52	c ignored constraints	: 0
3600.04/3604.52	c root simplifications	: 0
3600.04/3604.52	c removed literals (reason simplification)	: 159641704
3600.04/3604.52	c reason swapping (by a shorter reason)	: 0
3600.04/3604.52	c Calls to reduceDB	: 151
3600.04/3604.52	c Number of update (reduction) of LBD	: 4140049
3600.04/3604.52	c Imported unit clauses	: 0
3600.04/3604.52	c No decision after first conflict	: false
3600.04/3604.52	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.52	c number of learned constraints concerned by reduction	: 0
3600.04/3604.52	c number of learning phase by resolution	: 0
3600.04/3604.52	c number of learning phase by cutting planes	: 0
3600.04/3604.52	c number of rounding to 1 operations	: 0
3600.04/3604.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.52	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.52	c number of right shift for reduction by power 2 	: 0
3600.04/3604.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.52	c number of ending skipping 	: 0
3600.04/3604.52	c number of internal skipping 	: 0
3600.04/3604.52	c number of derivation steps 	: 0
3600.04/3604.52	c number of skipped derivation steps 	: 0
3600.04/3604.52	c number of remaining unassigned 	: 0
3600.04/3604.52	c number of remaining assigned 	: 0
3600.04/3604.52	c number of falsified literals weakened from reason	: 0
3600.04/3604.52	c number of falsified literals weakened from conflict	: 0
3600.04/3604.52	c time for arithmetic operations	: 0
3600.04/3604.52	c minimum degree of deleted constraints	: null
3600.04/3604.52	c maximum degree of deleted constraints	: null
3600.04/3604.52	c number of deleted constraints	: 0
3600.04/3604.53	c speed (assignments/second)	: 1660703.8990119286
3600.04/3604.53	c non guided choices	: 15626
3600.04/3604.53	c timeout
3600.04/3604.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 309349
3600.04/3604.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 66
3600.04/3604.59	s UNKNOWN
3600.04/3604.59	c Total wall clock time (in seconds): 3604.464

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60933 MiB free)
  memory of node 1: 64507 MiB (56482 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501982-1751160946/watcher-4501982-1751160946 -o /tmp/evaluation-result-4501982-1751160946/solver-4501982-1751160946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19470 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4501982-1751160946.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=20963, runsolver pid=20960

[startup+0.100063 s]*
/proc/loadavg: 4.15 4.20 4.16 5/339 20981
/proc/meminfo: memFree=120204788/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=18930384 memory=57864 CPUtime=0.12 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 6610 0 0 0 10 2 0 0 20 0 18 0 31772327 19384713216 14466 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4732596 14466 5354 1 0 547641 0
[pid=20963/tid=20965] ppid=20960 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 5103 0 0 0 7 1 0 0 20 0 18 0 31772328 19384713216 14466 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 14466 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=18930384 memory=58485492707711 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 14466 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57864 KiB

[startup+0.205952 s]*
/proc/loadavg: 4.15 4.20 4.16 6/339 20981
/proc/meminfo: memFree=120188972/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=18930384 memory=72896 CPUtime=0.32 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 7326 0 0 0 29 3 0 0 20 0 18 0 31772327 19384713216 18224 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4732596 18224 5418 1 0 548111 0
[pid=20963/tid=20965] ppid=20960 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 5263 0 0 0 15 2 0 0 20 0 18 0 31772328 19384713216 18224 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 18224 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 18224 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72896 KiB

[startup+0.305796 s]*
/proc/loadavg: 4.15 4.20 4.16 6/339 20981
/proc/meminfo: memFree=120152676/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=18930384 memory=108916 CPUtime=0.51 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 8473 0 0 0 47 4 0 0 20 0 18 0 31772327 19384713216 27229 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4732596 27229 5418 1 0 548882 0
[pid=20963/tid=20965] ppid=20960 vsize=18930384 memory=-6000919507049213037 CPUtime=0.26 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 5296 0 0 0 24 2 0 0 20 0 18 0 31772328 19384713216 27229 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 27229 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31772330 19384713216 27229 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108916 KiB

[startup+0.700232 s]
/proc/loadavg: 4.30 4.23 4.17 6/340 20982
/proc/meminfo: memFree=120090608/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=168648 CPUtime=1.27 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 11066 0 0 0 121 6 0 0 20 0 20 0 31772327 19521036288 42162 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 42162 5482 1 0 551262 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=17280 CPUtime=0.61 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 5363 0 0 0 58 3 0 0 20 0 20 0 31772328 19521036288 42162 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 42162 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 42162 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168648 KiB

[startup+1.50024 s]
/proc/loadavg: 4.30 4.23 4.17 6/341 20983
/proc/meminfo: memFree=120090384/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=183348 CPUtime=2.86 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 22446 0 0 0 278 8 0 0 20 0 20 0 31772327 19521036288 45837 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 45837 5482 1 0 554840 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=3328 CPUtime=1.39 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 5913 0 0 0 136 3 0 0 20 0 20 0 31772328 19521036288 45837 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 45837 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 45837 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 45837 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183348 KiB

[startup+3.10568 s]
/proc/loadavg: 4.30 4.23 4.17 5/341 20983
/proc/meminfo: memFree=120071272/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=184108 CPUtime=5.28 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 24608 0 0 0 519 9 0 0 20 0 20 0 31772327 19521036288 46027 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 46027 5514 1 0 554892 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=10752 CPUtime=2.98 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 6865 0 0 0 295 3 0 0 20 0 20 0 31772328 19521036288 46027 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46027 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46027 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 46027 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184108 KiB

[startup+6.30021 s]
/proc/loadavg: 4.36 4.24 4.17 6/341 21050
/proc/meminfo: memFree=122059240/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=178580 CPUtime=8.49 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 24779 0 0 0 840 9 0 0 20 0 20 0 31772327 19521036288 44645 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 44645 5514 1 0 554894 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=0 CPUtime=6.16 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 6977 0 0 0 613 3 0 0 20 0 20 0 31772328 19521036288 44645 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 44645 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 44645 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=280263796089872 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 44645 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178580 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.23 4.17 5/341 21050
/proc/meminfo: memFree=122047396/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=186928 CPUtime=14.98 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 29965 0 0 0 1488 10 0 0 20 0 20 0 31772327 19521036288 46732 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 46732 5514 1 0 554894 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=10752 CPUtime=12.53 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 7894 0 0 0 1250 3 0 0 20 0 20 0 31772328 19521036288 46732 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=186928 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46732 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46732 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=184236 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 46732 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.23 4.17 5/341 21050
/proc/meminfo: memFree=121966036/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=187056 CPUtime=27.81 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 33257 0 0 0 2770 11 0 0 20 0 20 0 31772327 19521036288 46764 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 46764 5514 1 0 554894 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=-6000919477052140397 CPUtime=25.3 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 8715 0 0 0 2526 4 0 0 20 0 20 0 31772328 19521036288 46764 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=186928 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46764 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=184236 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 46764 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 46764 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187056 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.22 4.17 5/341 21050
/proc/meminfo: memFree=121942296/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=199392 CPUtime=53.37 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 34430 0 0 0 5325 12 0 0 20 0 20 0 31772327 19521036288 49848 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 49848 5514 1 0 554894 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=186928 CPUtime=50.81 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 8768 0 0 0 5077 4 0 0 20 0 20 0 31772328 19521036288 49848 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 49848 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=199392 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 49848 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2

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

/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 800 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3218.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1796428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.14 5/342 21752
/proc/meminfo: memFree=123997224/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3278.53 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 71784 0 0 0 327734 119 0 0 20 0 20 0 31772327 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 449107 5546 1 0 557855 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=-6000919507049213037 CPUtime=3272.25 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 26222 0 0 0 327207 18 0 0 20 0 20 0 31772328 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 800 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=2736 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3278.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1796428 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.18 4.14 5/341 21754
/proc/meminfo: memFree=123964608/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3338.37 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 72186 0 0 0 333716 121 0 0 20 0 20 0 31772327 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 449107 5546 1 0 557856 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3332.08 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 26597 0 0 0 333190 18 0 0 20 0 20 0 31772328 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 800 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3338.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1796428 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.27 4.18 5/342 21761
/proc/meminfo: memFree=123657268/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3398.22 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 73213 0 0 0 339699 123 0 0 20 0 20 0 31772327 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 449107 5546 1 0 557857 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3391.91 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 27538 0 0 0 339172 19 0 0 20 0 20 0 31772328 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 828 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3398.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1796428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.23 4.17 5/342 21765
/proc/meminfo: memFree=123656708/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3458.06 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 74048 0 0 0 345683 123 0 0 20 0 20 0 31772327 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 449107 5546 1 0 557858 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3451.73 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 28313 0 0 0 345154 19 0 0 20 0 20 0 31772328 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 828 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 449107 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3458.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1796428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/342 21767
/proc/meminfo: memFree=123544664/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1872292 CPUtime=3518.03 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 74592 0 0 0 351678 125 0 0 20 0 20 0 31772327 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 468073 5546 1 0 557858 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=1796428 CPUtime=3511.46 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 28403 0 0 0 351127 19 0 0 20 0 20 0 31772328 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=1796428 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1872292 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 839 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3518.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1872292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.19 4.17 5/340 21770
/proc/meminfo: memFree=123474164/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1872292 CPUtime=3577.9 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 74716 0 0 0 357663 127 0 0 20 0 20 0 31772327 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 468073 5546 1 0 557858 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=17280 CPUtime=3571.3 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 28487 0 0 0 357111 19 0 0 20 0 20 0 31772328 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=1872292 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=-6000919507049213037 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 839 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3577.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1872292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 4.11 4.18 4.16 5/340 21771
/proc/meminfo: memFree=123347228/131249996 swapFree=33010684/33010684
[pid=20963] ppid=20960 vsize=19063512 memory=1872292 CPUtime=3600.04 cores=0,2
/proc/20963/stat : 20963 (java) S 20960 20963 19460 0 -1 4194304 74873 0 0 0 359877 127 0 0 20 0 20 0 31772327 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
/proc/20963/statm: 4765878 468073 5546 1 0 557858 0
[pid=20963/tid=20965] ppid=20960 vsize=19063512 memory=1872292 CPUtime=3593.44 cores=0,2
/proc/20963/task/20965/stat : 20965 (java) R 20960 20963 19460 0 -1 4194368 28631 0 0 0 359325 19 0 0 20 0 20 0 31772328 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20974] ppid=20960 vsize=19063512 memory=1872292 CPUtime=0 cores=0,2
/proc/20963/task/20974/stat : 20974 (Finalizer) S 20960 20963 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20981] ppid=20960 vsize=19063512 memory=1872292 CPUtime=0 cores=0,2
/proc/20963/task/20981/stat : 20981 (Common-Cleaner) S 20960 20963 19460 0 -1 4194368 839 0 0 0 0 0 0 0 20 0 20 0 31772330 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
[pid=20963/tid=20983] ppid=20960 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/20963/task/20983/stat : 20983 (Timer-0) S 20960 20963 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31772381 19521036288 468073 18446744073709551615 94640350904320 94640350908016 140734419005936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94640350915832 94640350916624 94640356069376 140734419011969 140734419012070 140734419012070 140734419017672 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1872292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.91 s, system=1.29092 s

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

[startup+3604.61 s]*
/proc/loadavg: 4.11 4.18 4.16 5/319 21774
/proc/meminfo: memFree=125175988/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3604.63
CPU time (s): 3600.2
CPU user time (s): 3598.91
CPU system time (s): 1.29092
CPU usage (%): 99.8771
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1872292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 1.29092
maximum resident set size= 1873188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109217
involuntary context switches= 5950


# summary of solver processes directly reported to runsolver:
#   pid: 20963
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.91
#   total CPU system time (s): 1.29092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62827 second user time and 17.2889 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 03:35:46
IDJOB=4501982
IDBENCH=152989
IDSOLVER=3363
FILE ID=nodeC017/4501982-1751160946
RUNJOBID= nodeC017-1751157346-19470
SLURM_JOB_ID= 9587483
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=953311149

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120234148 kB
MemAvailable:   119956604 kB
Buffers:            3280 kB
Cached:           533036 kB
SwapCached:            0 kB
Active:         10172072 kB
Inactive:         279488 kB
Active(anon):    9933324 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   279488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2956 kB
Writeback:             4 kB
AnonPages:       9918320 kB
Mapped:           122628 kB
Shmem:             18080 kB
KReclaimable:      86516 kB
Slab:             170248 kB
SReclaimable:      86516 kB
SUnreclaim:        83732 kB
KernelStack:        5216 kB
PageTables:        23136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11963264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9625600 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

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