Trace number 4510011

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 CP VeriPB 2025-06-06? (TO) 3600.17 3599.4

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.opb
MD5SUMd0c8f70b306f746a2531c5dc399515b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark69.8416
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints380
Number of constraints which are clauses380
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4510011-1751202286.opb
0.11/0.16	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.29/0.22	c ... done. Wall clock time 0.051s.
0.29/0.22	c declared #vars     185
0.29/0.22	c #constraints  380
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 380
0.29/0.22	c 380 constraints processed.
1.44/0.84	c cleaning 2497 clauses out of 5000 with flag 0/5000
2.41/1.30	c cleaning 4251 clauses out of 8504 with flag 0/11001
3.41/1.80	c cleaning 5623 clauses out of 11252 with flag 0/18000
4.18/2.25	c cleaning 6808 clauses out of 13630 with flag 0/26001
4.67/2.69	c cleaning 7902 clauses out of 15821 with flag 0/35000
5.38/3.39	c cleaning 8948 clauses out of 17920 with flag 0/45001
6.24/4.12	c cleaning 9975 clauses out of 19971 with flag 0/56000
7.03/4.91	c cleaning 10990 clauses out of 21996 with flag 0/68000
7.81/5.77	c cleaning 11995 clauses out of 24008 with flag 0/81002
8.72/6.65	c cleaning 12999 clauses out of 26011 with flag 0/95000
9.72/7.64	c cleaning 13991 clauses out of 28012 with flag 0/110000
10.82/8.77	c cleaning 15000 clauses out of 30023 with flag 0/126002
12.06/9.94	c cleaning 16001 clauses out of 32022 with flag 0/143001
13.49/11.37	c cleaning 17004 clauses out of 34020 with flag 0/161000
15.00/12.88	c cleaning 17995 clauses out of 36016 with flag 0/180000
16.49/14.39	c cleaning 18998 clauses out of 38021 with flag 0/200000
18.20/16.01	c cleaning 20003 clauses out of 40024 with flag 0/221001
19.99/17.87	c cleaning 21003 clauses out of 42021 with flag 0/243001
22.09/19.99	c cleaning 21999 clauses out of 44017 with flag 0/266000
24.69/22.59	c cleaning 22996 clauses out of 46018 with flag 0/290000
27.09/24.92	c cleaning 24000 clauses out of 48025 with flag 0/315003
29.68/27.53	c cleaning 25001 clauses out of 50023 with flag 0/341001
32.29/30.11	c cleaning 25998 clauses out of 52022 with flag 0/368001
34.68/32.57	c cleaning 26986 clauses out of 54024 with flag 0/396001
37.77/35.64	c cleaning 28006 clauses out of 56037 with flag 0/425000
41.22/39.29	c cleaning 29006 clauses out of 58034 with flag 0/455003
44.92/42.90	c cleaning 29997 clauses out of 60025 with flag 0/486000
48.62/46.62	c cleaning 31006 clauses out of 62029 with flag 0/518001
52.11/50.11	c cleaning 31999 clauses out of 64022 with flag 0/551000
55.50/53.58	c cleaning 33001 clauses out of 66023 with flag 0/585000
59.40/57.44	c cleaning 34003 clauses out of 68023 with flag 0/620001
63.40/61.43	c cleaning 34993 clauses out of 70020 with flag 0/656001
67.70/65.77	c cleaning 36001 clauses out of 72027 with flag 0/693001
72.54/70.69	c cleaning 36995 clauses out of 74026 with flag 0/731001
78.04/76.12	c cleaning 38005 clauses out of 76031 with flag 0/770001
83.43/81.53	c cleaning 39003 clauses out of 78026 with flag 0/810001
88.82/86.97	c cleaning 40005 clauses out of 80022 with flag 0/851000
94.84/92.95	c cleaning 40992 clauses out of 82018 with flag 0/893001
101.18/99.34	c cleaning 42003 clauses out of 84025 with flag 0/936000
107.88/106.06	c cleaning 43001 clauses out of 86023 with flag 0/980001
114.98/113.10	c cleaning 43999 clauses out of 88021 with flag 0/1025000
122.48/120.68	c cleaning 45001 clauses out of 90023 with flag 0/1071001
129.87/128.10	c cleaning 46003 clauses out of 92022 with flag 0/1118001
137.74/135.95	c cleaning 46998 clauses out of 94018 with flag 0/1166000
146.85/145.01	c cleaning 47998 clauses out of 96020 with flag 0/1215000
156.77/154.98	c cleaning 49002 clauses out of 98023 with flag 0/1265001
165.43/163.66	c cleaning 49993 clauses out of 100020 with flag 0/1316000
173.89/172.07	c cleaning 51001 clauses out of 102028 with flag 0/1368001
183.08/181.24	c cleaning 52001 clauses out of 104028 with flag 0/1421002
191.64/189.72	c cleaning 53003 clauses out of 106025 with flag 0/1475000
201.25/199.33	c cleaning 54000 clauses out of 108022 with flag 0/1530000
209.98/208.09	c cleaning 54998 clauses out of 110022 with flag 0/1586000
219.22/217.28	c cleaning 55992 clauses out of 112026 with flag 0/1643002
228.50/226.53	c cleaning 57012 clauses out of 114035 with flag 0/1701003
237.72/235.77	c cleaning 57992 clauses out of 116020 with flag 0/1760000
249.84/247.86	c cleaning 59001 clauses out of 118028 with flag 0/1820000
263.03/261.10	c cleaning 60007 clauses out of 120029 with flag 0/1881002
273.56/271.59	c cleaning 60999 clauses out of 122022 with flag 0/1943002
283.29/281.29	c cleaning 61997 clauses out of 124023 with flag 0/2006002
294.46/292.49	c cleaning 63005 clauses out of 126027 with flag 0/2070003
305.97/304.00	c cleaning 63997 clauses out of 128019 with flag 0/2135000
318.55/316.54	c cleaning 65002 clauses out of 130022 with flag 0/2201000
330.38/328.34	c cleaning 66000 clauses out of 132020 with flag 0/2268000
343.41/341.38	c cleaning 67000 clauses out of 134020 with flag 0/2336000
355.79/353.76	c cleaning 67994 clauses out of 136020 with flag 0/2405000
373.29/371.24	c cleaning 69006 clauses out of 138027 with flag 0/2475001
388.83/386.82	c cleaning 69993 clauses out of 140020 with flag 0/2546000
403.65/401.65	c cleaning 71004 clauses out of 142027 with flag 0/2618000
417.76/415.70	c cleaning 72000 clauses out of 144023 with flag 0/2691000
432.09/430.07	c cleaning 72994 clauses out of 146024 with flag 0/2765001
446.44/444.32	c cleaning 74008 clauses out of 148029 with flag 0/2840000
462.27/460.14	c cleaning 75000 clauses out of 150021 with flag 0/2916000
481.16/479.04	c cleaning 75996 clauses out of 152021 with flag 0/2993000
499.99/497.86	c cleaning 77000 clauses out of 154026 with flag 0/3071001
518.64/516.48	c cleaning 78000 clauses out of 156025 with flag 0/3150000
533.88/531.64	c cleaning 79003 clauses out of 158025 with flag 0/3230000
548.91/546.65	c cleaning 79998 clauses out of 160024 with flag 0/3311002
564.93/562.67	c cleaning 80998 clauses out of 162025 with flag 0/3393001
581.71/579.32	c cleaning 81986 clauses out of 164026 with flag 0/3476000
600.44/598.08	c cleaning 83003 clauses out of 166042 with flag 0/3560002
620.19/617.77	c cleaning 84012 clauses out of 168039 with flag 0/3645002
639.32/636.85	c cleaning 84999 clauses out of 170025 with flag 0/3731000
660.98/658.55	c cleaning 86004 clauses out of 172026 with flag 0/3818000
682.43/679.95	c cleaning 86992 clauses out of 174022 with flag 0/3906000
705.05/702.52	c cleaning 88003 clauses out of 176030 with flag 0/3995000
730.54/728.02	c cleaning 88998 clauses out of 178027 with flag 0/4085000
753.12/750.88	c cleaning 90000 clauses out of 180031 with flag 0/4176002
779.92/777.60	c cleaning 91000 clauses out of 182029 with flag 0/4268000
804.73/802.40	c cleaning 92004 clauses out of 184029 with flag 0/4361000
830.51/828.28	c cleaning 92989 clauses out of 186025 with flag 0/4455000
855.69/853.48	c cleaning 94005 clauses out of 188037 with flag 0/4550001
878.56/876.39	c cleaning 94999 clauses out of 190031 with flag 0/4646000
904.50/902.36	c cleaning 95996 clauses out of 192032 with flag 0/4743000
931.09/928.98	c cleaning 97009 clauses out of 194038 with flag 0/4841002
958.56/956.44	c cleaning 97999 clauses out of 196027 with flag 0/4940000
989.96/987.86	c cleaning 99001 clauses out of 198029 with flag 0/5040001
1025.10/1022.99	c cleaning 99999 clauses out of 200028 with flag 0/5141001
1057.71/1055.52	c cleaning 101002 clauses out of 202028 with flag 0/5243000
1089.26/1087.09	c cleaning 102002 clauses out of 204026 with flag 0/5346000
1123.56/1121.34	c cleaning 103003 clauses out of 206025 with flag 0/5450001
1155.46/1153.29	c cleaning 103990 clauses out of 208021 with flag 0/5555000
1193.41/1191.24	c cleaning 105002 clauses out of 210031 with flag 0/5661000
1225.69/1223.53	c cleaning 106004 clauses out of 212029 with flag 0/5768000
1258.07/1255.97	c cleaning 107001 clauses out of 214025 with flag 0/5876000
1287.84/1285.73	c cleaning 107997 clauses out of 216025 with flag 0/5985001
1321.67/1319.50	c cleaning 108999 clauses out of 218027 with flag 0/6095000
1355.72/1353.68	c cleaning 109999 clauses out of 220028 with flag 0/6206000
1387.73/1385.63	c cleaning 111003 clauses out of 222030 with flag 0/6318001
1423.51/1421.42	c cleaning 112002 clauses out of 224029 with flag 0/6431003
1460.31/1458.23	c cleaning 112992 clauses out of 226024 with flag 0/6545000
1493.62/1491.54	c cleaning 114009 clauses out of 228033 with flag 0/6660001
1522.90/1520.86	c cleaning 114999 clauses out of 230023 with flag 0/6776000
1555.94/1553.90	c cleaning 116003 clauses out of 232024 with flag 0/6893000
1588.54/1586.55	c cleaning 116996 clauses out of 234021 with flag 0/7011000
1628.29/1626.30	c cleaning 118003 clauses out of 236025 with flag 0/7130000
1677.35/1675.47	c cleaning 118998 clauses out of 238022 with flag 0/7250000
1729.20/1727.34	c cleaning 120000 clauses out of 240025 with flag 0/7371001
1764.45/1762.56	c cleaning 121003 clauses out of 242024 with flag 0/7493000
1807.40/1805.55	c cleaning 121996 clauses out of 244022 with flag 0/7616001
1850.35/1848.54	c cleaning 123000 clauses out of 246025 with flag 0/7740000
1893.91/1892.12	c cleaning 124004 clauses out of 248025 with flag 0/7865000
1938.26/1936.53	c cleaning 125001 clauses out of 250022 with flag 0/7991001
1983.98/1982.32	c cleaning 125995 clauses out of 252022 with flag 0/8118002
2035.58/2033.97	c cleaning 127006 clauses out of 254027 with flag 0/8246002
2082.70/2081.04	c cleaning 127993 clauses out of 256020 with flag 0/8375001
2132.12/2130.47	c cleaning 129007 clauses out of 258027 with flag 0/8505001
2175.61/2173.98	c cleaning 129999 clauses out of 260020 with flag 0/8636001
2226.43/2224.71	c cleaning 130989 clauses out of 262020 with flag 0/8768000
2277.91/2276.24	c cleaning 132001 clauses out of 264032 with flag 0/8901001
2327.62/2326.07	c cleaning 133005 clauses out of 266030 with flag 0/9035000
2380.85/2379.22	c cleaning 133999 clauses out of 268025 with flag 0/9170000
2435.54/2433.81	c cleaning 134998 clauses out of 270027 with flag 0/9306001
2482.52/2480.83	c cleaning 136000 clauses out of 272028 with flag 0/9443000
2530.85/2529.29	c cleaning 137001 clauses out of 274030 with flag 0/9581002
2584.92/2583.31	c cleaning 137993 clauses out of 276027 with flag 0/9720000
2634.38/2632.89	c cleaning 139007 clauses out of 278034 with flag 0/9860000
2691.53/2690.04	c cleaning 140002 clauses out of 280028 with flag 0/10001001
2747.82/2746.33	c cleaning 141002 clauses out of 282025 with flag 0/10143000
2801.73/2800.20	c cleaning 141989 clauses out of 284024 with flag 0/10286001
2861.00/2859.60	c cleaning 142997 clauses out of 286034 with flag 0/10430000
2915.24/2913.97	c cleaning 144007 clauses out of 288037 with flag 0/10575000
2969.49/2968.26	c cleaning 145007 clauses out of 290031 with flag 0/10721001
3023.94/3022.72	c cleaning 146002 clauses out of 292025 with flag 0/10868002
3079.71/3078.52	c cleaning 147001 clauses out of 294023 with flag 0/11016002
3138.84/3137.75	c cleaning 147995 clauses out of 296021 with flag 0/11165001
3205.19/3204.15	c cleaning 149003 clauses out of 298027 with flag 0/11315002
3273.76/3272.89	c cleaning 149999 clauses out of 300022 with flag 0/11466000
3340.05/3339.19	c cleaning 151000 clauses out of 302023 with flag 0/11618000
3401.92/3401.09	c cleaning 151996 clauses out of 304024 with flag 0/11771001
3464.49/3463.64	c cleaning 153005 clauses out of 306028 with flag 0/11925001
3540.21/3539.41	c cleaning 153997 clauses out of 308022 with flag 0/12080000
3600.02/3599.31	c starts		: 1
3600.02/3599.31	c conflicts		: 12206441
3600.02/3599.31	c decisions		: 15178708
3600.02/3599.31	c propagations		: 191951829
3600.02/3599.31	c inspects		: 49302434272
3600.02/3599.31	c shortcuts		: 0
3600.02/3599.31	c learnt literals	: 0
3600.02/3599.31	c learnt binary clauses	: 0
3600.02/3599.31	c learnt ternary clauses	: 0
3600.02/3599.31	c learnt constraints	: 12206441
3600.02/3599.31	c ignored constraints	: 0
3600.02/3599.31	c root simplifications	: 0
3600.02/3599.31	c removed literals (reason simplification)	: 0
3600.02/3599.31	c reason swapping (by a shorter reason)	: 0
3600.02/3599.31	c Calls to reduceDB	: 151
3600.02/3599.31	c Number of update (reduction) of LBD	: 16795216
3600.02/3599.31	c Imported unit clauses	: 0
3600.02/3599.31	c No decision after first conflict	: false
3600.02/3599.31	c number of reductions to clauses (during analyze)	: 0
3600.02/3599.31	c number of learned constraints concerned by reduction	: 0
3600.02/3599.31	c number of learning phase by resolution	: 0
3600.02/3599.31	c number of learning phase by cutting planes	: 0
3600.02/3599.31	c number of rounding to 1 operations	: 0
3600.02/3599.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3599.31	c number of reductions of the coefficients by power 2 	: 0
3600.02/3599.31	c number of right shift for reduction by power 2 	: 0
3600.02/3599.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3599.31	c number of ending skipping 	: 0
3600.02/3599.31	c number of internal skipping 	: 0
3600.02/3599.31	c number of derivation steps 	: 118687316
3600.02/3599.31	c number of skipped derivation steps 	: 0
3600.02/3599.31	c number of remaining unassigned 	: 0
3600.02/3599.31	c number of remaining assigned 	: 0
3600.02/3599.31	c number of falsified literals weakened from reason	: 0
3600.02/3599.31	c number of falsified literals weakened from conflict	: 0
3600.02/3599.31	c time for arithmetic operations	: 0
3600.02/3599.32	c minimum degree of deleted constraints	: 1
3600.02/3599.32	c maximum degree of deleted constraints	: 1
3600.02/3599.32	c number of deleted constraints	: 11925975
3600.02/3599.32	c speed (assignments/second)	: 53333.31545848432
3600.02/3599.32	c non guided choices	: 1297
3600.02/3599.33	c timeout
3600.02/3599.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 280466
3600.02/3599.38	s UNKNOWN
3600.02/3599.38	c Total wall clock time (in seconds): 3599.215

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=23302, runsolver pid=23289

[startup+0.100059 s]*
/proc/loadavg: 0.80 2.71 3.56 11/332 23373
/proc/meminfo: memFree=129640588/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=18930384 memory=57108 CPUtime=0.11 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 6208 0 299 0 9 2 0 0 20 0 18 0 35908530 19384713216 14277 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4732596 14277 5323 1 0 547569 0
[pid=23302/tid=23323] ppid=23289 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 4782 0 299 0 5 1 0 0 20 0 18 0 35908532 19384713216 14277 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908534 19384713216 14277 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35908535 19384713216 14277 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57108 KiB

[startup+0.205909 s]*
/proc/loadavg: 0.80 2.71 3.56 12/332 23373
/proc/meminfo: memFree=129613504/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=18930384 memory=63556 CPUtime=0.29 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 6729 0 299 0 26 3 0 0 20 0 18 0 35908530 19384713216 15889 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4732596 15889 5419 1 0 547998 0
[pid=23302/tid=23323] ppid=23289 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 5159 0 299 0 14 2 0 0 20 0 18 0 35908532 19384713216 15889 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908534 19384713216 15889 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35908535 19384713216 15889 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63556 KiB

[startup+0.305925 s]*
/proc/loadavg: 0.80 2.71 3.56 13/336 23377
/proc/meminfo: memFree=129580168/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=18996948 memory=75672 CPUtime=0.48 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 7592 0 299 0 45 3 0 0 20 0 19 0 35908530 19452874752 18918 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4749237 18918 5419 1 0 548725 0
[pid=23302/tid=23323] ppid=23289 vsize=18996948 memory=-6000919472656378221 CPUtime=0.24 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 5225 0 299 0 22 2 0 0 20 0 19 0 35908532 19452874752 18918 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35908534 19452874752 18918 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35908535 19452874752 18918 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35908552 19452874752 18918 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75672 KiB

[startup+0.700218 s]
/proc/loadavg: 0.80 2.71 3.56 11/336 23377
/proc/meminfo: memFree=129324040/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=167888 CPUtime=1.24 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 12944 0 299 0 119 5 0 0 20 0 20 0 35908530 19521036288 41972 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 41972 5451 1 0 552465 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=17664 CPUtime=0.59 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 5272 0 299 0 56 3 0 0 20 0 20 0 35908532 19521036288 41972 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 41972 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 41972 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 41972 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167888 KiB

[startup+1.50021 s]
/proc/loadavg: 0.80 2.71 3.56 10/340 23381
/proc/meminfo: memFree=129202772/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=217168 CPUtime=2.82 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 18782 0 299 0 275 7 0 0 20 0 20 0 35908530 19521036288 54292 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 54292 5451 1 0 552943 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=10880 CPUtime=1.35 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 5753 0 299 0 131 4 0 0 20 0 20 0 35908532 19521036288 54292 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 54292 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 54292 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 54292 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217168 KiB

[startup+3.10582 s]
/proc/loadavg: 1.38 2.80 3.58 6/340 23381
/proc/meminfo: memFree=126758584/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=657940 CPUtime=5.18 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 23332 0 299 0 500 18 0 0 20 0 20 0 35908530 19521036288 164485 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 164485 5451 1 0 554919 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=10880 CPUtime=2.93 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 6603 0 299 0 278 15 0 0 20 0 20 0 35908532 19521036288 164485 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=-6000919468361410925 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 164485 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 164485 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 164485 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 657940 KiB

[startup+6.30018 s]
/proc/loadavg: 1.38 2.80 3.58 6/342 23383
/proc/meminfo: memFree=124609320/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=1308868 CPUtime=8.42 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 24260 0 299 0 812 30 0 0 20 0 20 0 35908530 19521036288 327217 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 327217 5451 1 0 554921 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=0 CPUtime=6.08 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 7052 0 299 0 582 26 0 0 20 0 20 0 35908532 19521036288 327217 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 327217 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 327217 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 327217 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308868 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 2.84 3.59 6/342 23383
/proc/meminfo: memFree=124546776/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=1313020 CPUtime=14.9 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 24841 0 299 0 1458 32 0 0 20 0 20 0 35908530 19521036288 328255 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 328255 5451 1 0 554921 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=10880 CPUtime=12.44 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 7582 0 299 0 1216 28 0 0 20 0 20 0 35908532 19521036288 328255 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=1313020 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 328255 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 328255 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=-6000919468361410925 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 328255 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313020 KiB

[startup+25.5002 s]
/proc/loadavg: 2.28 2.91 3.61 7/342 23383
/proc/meminfo: memFree=124420284/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=1315072 CPUtime=27.69 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 28575 0 299 0 2735 34 0 0 20 0 20 0 35908530 19521036288 328768 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 328768 5451 1 0 554921 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=1313020 CPUtime=25.18 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 9278 0 299 0 2488 30 0 0 20 0 20 0 35908532 19521036288 328768 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 328768 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=-6000919468361410925 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 328768 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=1308868 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 328768 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 27.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315072 KiB

[startup+51.1059 s]
/proc/loadavg: 2.87 3.00 3.62 6/343 23384
/proc/meminfo: memFree=124201944/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=1323272 CPUtime=53.11 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 31771 0 299 0 5271 40 0 0 20 0 20 0 35908530 19521036288 330818 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 330818 5451 1 0 554921 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=1323272 CPUtime=50.45 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 10699 0 299 0 5011 34 0 0 20 0 20 0 35908532 19521036288 330818 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0

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

/proc/meminfo: memFree=110375072/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3283.27 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 86510 0 299 0 327855 472 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3255.94 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 39594 0 299 0 325245 349 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1377 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3283.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.18 6/344 24083
/proc/meminfo: memFree=110247832/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3343.27 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 87811 0 299 0 333848 479 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3315.51 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 40372 0 299 0 331197 354 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3343.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.18 6/345 24097
/proc/meminfo: memFree=109610972/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3403.24 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 88942 0 299 0 339839 485 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3375.08 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 40968 0 299 0 337150 358 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3403.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.17 4.17 6/345 24099
/proc/meminfo: memFree=108947000/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3463.2 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 89021 0 299 0 345829 491 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3434.69 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 40980 0 299 0 343106 363 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=-6000919468361410925 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3463.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.20 4.18 6/344 24101
/proc/meminfo: memFree=108820960/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3523.1 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 89700 0 299 0 351813 497 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3494.37 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 41597 0 299 0 349070 367 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3523.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.21 4.19 5/345 24238
/proc/meminfo: memFree=118453640/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3583.03 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 90945 0 299 0 357800 503 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3554.04 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 42322 0 299 0 355033 371 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3583.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.3 s]
/proc/loadavg: 4.37 4.23 4.19 5/345 24372
/proc/meminfo: memFree=117993424/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3600.02 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 91881 0 299 0 359497 505 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3570.95 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 42804 0 299 0 356723 372 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.1 s, system=5.06946 s

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

[startup+3599.3 s]
/proc/loadavg: 4.37 4.23 4.19 5/345 24372
/proc/meminfo: memFree=117993424/131250000 swapFree=33010684/33010684
[pid=23302] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3600.02 cores=5,7
/proc/23302/stat : 23302 (java) S 23289 23302 23236 0 -1 4194304 91881 0 299 0 359497 505 0 0 20 0 20 0 35908530 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
/proc/23302/statm: 4765878 543295 5483 1 0 556449 0
[pid=23302/tid=23323] ppid=23289 vsize=19063512 memory=2173180 CPUtime=3570.95 cores=5,7
/proc/23302/task/23323/stat : 23323 (java) R 23289 23302 23236 0 -1 4194368 42804 0 299 0 356723 372 0 0 20 0 20 0 35908532 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23359] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23359/stat : 23359 (Finalizer) S 23289 23302 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23372] ppid=23289 vsize=19063512 memory=2173180 CPUtime=0 cores=5,7
/proc/23302/task/23372/stat : 23372 (Common-Cleaner) S 23289 23302 23236 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
[pid=23302/tid=23375] ppid=23289 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/23302/task/23375/stat : 23375 (Timer-0) S 23289 23302 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 543295 18446744073709551615 94161793355776 94161793359472 140728662919744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161793367288 94161793368080 94161812385792 140728662923565 140728662923750 140728662923750 140728662929352 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173180 KiB

Child status: 143

Real time (s): 3599.4
CPU time (s): 3600.17
CPU user time (s): 3595.1
CPU system time (s): 5.06946
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2173180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.1
system time used= 5.06945
maximum resident set size= 2174332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94484
page faults= 299
swaps= 0
block input operations= 0
block output operations= 2845888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126459
involuntary context switches= 10735


# summary of solver processes directly reported to runsolver:
#   pid: 23302
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3595.1
#   total CPU system time (s): 5.06946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.17389 second user time and 16.2628 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 15:04:46
IDJOB=4510011
IDBENCH=159423
IDSOLVER=3362
FILE ID=nodeC027/4510011-1751202286
RUNJOBID= nodeC027-1751202286-23249
SLURM_JOB_ID= 9587612
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510011-1751202286/watcher-4510011-1751202286 -o /tmp/evaluation-result-4510011-1751202286/solver-4510011-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23249 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510011-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510011-1751202286.opb

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

MD5SUM BENCH= d0c8f70b306f746a2531c5dc399515b9
RANDOM SEED=264074300

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129701596 kB
MemAvailable:   129705924 kB
Buffers:            3280 kB
Cached:           809820 kB
SwapCached:            0 kB
Active:           328968 kB
Inactive:         555964 kB
Active(anon):      89900 kB
Inactive(anon):        0 kB
Active(file):     239068 kB
Inactive(file):   555964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:         74912 kB
Mapped:           102412 kB
Shmem:             18068 kB
KReclaimable:      96672 kB
Slab:             182364 kB
SReclaimable:      96672 kB
SUnreclaim:        85692 kB
KernelStack:        4040 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 16:04:46