Trace number 4513194

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.22 3604.82

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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 		2106806208
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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4513194-1751213751.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.32/0.27	c ... done. Wall clock time 0.135s.
0.32/0.27	c declared #vars     4128
0.32/0.27	c #constraints  9984
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.32/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.32/0.27	c org.sat4j.specs.Constr$1 => 904
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.32/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.32/0.27	c 9984 constraints processed.
1.67/0.97	c cleaning 2492 clauses out of 4998 with flag 16868/5000
2.27/1.38	c cleaning 4240 clauses out of 8506 with flag 39442/11000
3.01/1.89	c cleaning 5624 clauses out of 11266 with flag 68122/18000
3.62/2.48	c cleaning 6802 clauses out of 13642 with flag 101768/26000
4.33/3.18	c cleaning 7904 clauses out of 15840 with flag 140759/35000
5.12/3.98	c cleaning 8950 clauses out of 17937 with flag 187990/45001
6.03/4.86	c cleaning 9982 clauses out of 19986 with flag 242764/56000
7.13/5.90	c cleaning 10978 clauses out of 22004 with flag 302305/68000
8.23/7.04	c cleaning 11995 clauses out of 24026 with flag 371017/81000
9.43/8.23	c cleaning 13004 clauses out of 26032 with flag 447745/95001
10.64/9.47	c cleaning 14013 clauses out of 28028 with flag 529020/110001
12.04/10.88	c cleaning 14986 clauses out of 30016 with flag 616685/126002
13.66/12.41	c cleaning 16013 clauses out of 32029 with flag 711546/143001
15.28/14.04	c cleaning 17004 clauses out of 34017 with flag 814416/161002
17.08/15.83	c cleaning 17993 clauses out of 36013 with flag 923662/180002
18.97/17.77	c cleaning 18941 clauses out of 38018 with flag 1040193/200000
21.07/19.83	c cleaning 20034 clauses out of 40077 with flag 1164037/221000
23.27/22.06	c cleaning 21000 clauses out of 42044 with flag 1292255/243001
25.56/24.31	c cleaning 22008 clauses out of 44043 with flag 1430849/266000
28.06/26.82	c cleaning 23001 clauses out of 46036 with flag 1573081/290001
30.65/29.50	c cleaning 24001 clauses out of 48034 with flag 1719232/315000
33.35/32.19	c cleaning 25017 clauses out of 50033 with flag 1874472/341000
36.35/35.12	c cleaning 26010 clauses out of 52019 with flag 2035838/368003
39.34/38.14	c cleaning 26992 clauses out of 54008 with flag 2203726/396002
42.64/41.42	c cleaning 27968 clauses out of 56014 with flag 2376790/425000
46.03/44.88	c cleaning 28997 clauses out of 58047 with flag 2561797/455001
49.62/48.44	c cleaning 30001 clauses out of 60049 with flag 2747386/486000
53.41/52.22	c cleaning 31004 clauses out of 62048 with flag 2945342/518000
57.11/55.99	c cleaning 31947 clauses out of 64045 with flag 3151922/551001
61.42/60.23	c cleaning 33039 clauses out of 66098 with flag 3360814/585001
65.81/64.65	c cleaning 34019 clauses out of 68058 with flag 3577319/620000
70.40/69.22	c cleaning 35013 clauses out of 70040 with flag 3801993/656001
75.29/74.11	c cleaning 36004 clauses out of 72026 with flag 4029568/693000
80.50/79.32	c cleaning 37006 clauses out of 74022 with flag 4264362/731000
85.98/84.84	c cleaning 37969 clauses out of 76018 with flag 4507654/770002
91.67/90.57	c cleaning 38979 clauses out of 78047 with flag 4757411/810000
97.68/96.54	c cleaning 40017 clauses out of 80068 with flag 5011629/851000
103.88/102.77	c cleaning 40991 clauses out of 82052 with flag 5273587/893001
110.27/109.12	c cleaning 42014 clauses out of 84060 with flag 5541367/936000
116.78/115.70	c cleaning 42995 clauses out of 86046 with flag 5813683/980000
123.57/122.49	c cleaning 44000 clauses out of 88052 with flag 6093444/1025001
130.65/129.58	c cleaning 45000 clauses out of 90051 with flag 6384166/1071000
138.07/136.98	c cleaning 45997 clauses out of 92051 with flag 6680686/1118000
145.65/144.52	c cleaning 47008 clauses out of 94054 with flag 6983976/1166000
153.54/152.44	c cleaning 47964 clauses out of 96046 with flag 7291856/1215000
161.66/160.60	c cleaning 48987 clauses out of 98082 with flag 7604516/1265000
169.94/168.87	c cleaning 50019 clauses out of 100096 with flag 7922942/1316001
178.73/177.60	c cleaning 51025 clauses out of 102078 with flag 8252190/1368002
187.75/186.68	c cleaning 51996 clauses out of 104051 with flag 8584073/1421000
196.93/195.87	c cleaning 53006 clauses out of 106057 with flag 8927623/1475002
206.35/205.26	c cleaning 54000 clauses out of 108049 with flag 9279762/1530000
216.03/214.94	c cleaning 55007 clauses out of 110049 with flag 9632506/1586000
226.11/225.05	c cleaning 56011 clauses out of 112044 with flag 9994814/1643002
236.40/235.31	c cleaning 56991 clauses out of 114031 with flag 10359111/1701000
247.18/246.11	c cleaning 57993 clauses out of 116040 with flag 10729355/1760000
258.26/257.25	c cleaning 59021 clauses out of 118047 with flag 11107389/1820000
269.78/268.77	c cleaning 59969 clauses out of 120027 with flag 11491518/1881001
281.56/280.53	c cleaning 61007 clauses out of 122057 with flag 11884412/1943000
293.63/292.68	c cleaning 62003 clauses out of 124051 with flag 12278041/2006001
305.91/304.90	c cleaning 62992 clauses out of 126048 with flag 12677456/2070001
318.62/317.66	c cleaning 64013 clauses out of 128056 with flag 13082883/2135001
331.69/330.74	c cleaning 64974 clauses out of 130043 with flag 13493431/2201001
345.07/344.18	c cleaning 65995 clauses out of 132068 with flag 13910174/2268000
359.04/358.19	c cleaning 67016 clauses out of 134075 with flag 14334042/2336002
372.93/372.04	c cleaning 68000 clauses out of 136058 with flag 14768253/2405001
387.20/386.30	c cleaning 69000 clauses out of 138058 with flag 15206761/2475001
401.97/401.16	c cleaning 70002 clauses out of 140057 with flag 15652167/2546000
417.14/416.36	c cleaning 71005 clauses out of 142055 with flag 16099878/2618000
432.86/432.05	c cleaning 71991 clauses out of 144050 with flag 16550834/2691000
448.33/447.57	c cleaning 73006 clauses out of 146060 with flag 17012604/2765001
464.49/463.73	c cleaning 73995 clauses out of 148053 with flag 17479246/2840000
480.95/480.20	c cleaning 75019 clauses out of 150060 with flag 17954283/2916002
498.02/497.33	c cleaning 75977 clauses out of 152039 with flag 18431758/2993000
515.77/515.03	c cleaning 76999 clauses out of 154062 with flag 18911497/3071000
533.32/532.61	c cleaning 77999 clauses out of 156064 with flag 19406770/3150001
551.29/550.63	c cleaning 79027 clauses out of 158064 with flag 19905834/3230000
569.95/569.38	c cleaning 79977 clauses out of 160039 with flag 20412340/3311002
588.81/588.23	c cleaning 80981 clauses out of 162060 with flag 20923114/3393000
608.38/607.82	c cleaning 82021 clauses out of 164080 with flag 21440740/3476001
628.09/627.53	c cleaning 83018 clauses out of 166058 with flag 21965121/3560000
648.44/647.99	c cleaning 83994 clauses out of 168040 with flag 22495627/3645000
669.40/668.90	c cleaning 85018 clauses out of 170048 with flag 23032300/3731002
690.96/690.56	c cleaning 86001 clauses out of 172028 with flag 23572387/3818000
712.71/712.35	c cleaning 87007 clauses out of 174028 with flag 24116198/3906001
735.37/735.09	c cleaning 87964 clauses out of 176021 with flag 24666382/3995001
758.40/758.07	c cleaning 89009 clauses out of 178056 with flag 25224962/4085000
781.74/781.42	c cleaning 89984 clauses out of 180047 with flag 25788812/4176000
805.19/804.94	c cleaning 91003 clauses out of 182063 with flag 26358451/4268000
829.25/829.06	c cleaning 91985 clauses out of 184060 with flag 26933529/4361000
854.09/853.92	c cleaning 93025 clauses out of 186075 with flag 27509776/4455000
878.84/878.79	c cleaning 94018 clauses out of 188051 with flag 28096718/4550001
905.09/904.90	c cleaning 95007 clauses out of 190032 with flag 28691395/4646000
930.74/930.61	c cleaning 95962 clauses out of 192025 with flag 29296897/4743000
957.28/957.24	c cleaning 97031 clauses out of 194063 with flag 29905898/4841000
984.52/984.53	c cleaning 98001 clauses out of 196034 with flag 30518574/4940002
1011.56/1011.68	c cleaning 98960 clauses out of 198031 with flag 31137075/5040000
1039.69/1039.85	c cleaning 100021 clauses out of 200071 with flag 31763232/5141000
1068.02/1068.24	c cleaning 101019 clauses out of 202050 with flag 32396716/5243000
1097.57/1097.73	c cleaning 101988 clauses out of 204031 with flag 33031682/5346000
1126.60/1126.85	c cleaning 102978 clauses out of 206043 with flag 33677055/5450000
1156.15/1156.46	c cleaning 104025 clauses out of 208065 with flag 34324233/5555000
1186.58/1186.93	c cleaning 104976 clauses out of 210042 with flag 34976172/5661002
1217.32/1217.72	c cleaning 105994 clauses out of 212064 with flag 35633800/5768000
1248.56/1249.03	c cleaning 107008 clauses out of 214071 with flag 36299849/5876001
1280.78/1281.21	c cleaning 108002 clauses out of 216064 with flag 36977693/5985002
1313.31/1313.89	c cleaning 109005 clauses out of 218060 with flag 37652832/6095000
1346.25/1346.80	c cleaning 110011 clauses out of 220055 with flag 38340133/6206000
1379.59/1380.21	c cleaning 111008 clauses out of 222045 with flag 39030893/6318001
1413.83/1414.58	c cleaning 111988 clauses out of 224036 with flag 39730859/6431000
1448.46/1449.26	c cleaning 112994 clauses out of 226048 with flag 40434170/6545000
1483.57/1484.45	c cleaning 114006 clauses out of 228054 with flag 41144728/6660000
1519.79/1520.65	c cleaning 115010 clauses out of 230050 with flag 41859708/6776002
1556.23/1557.17	c cleaning 115981 clauses out of 232039 with flag 42582984/6893001
1593.44/1594.46	c cleaning 117015 clauses out of 234057 with flag 43308990/7011000
1630.98/1632.08	c cleaning 117980 clauses out of 236043 with flag 44039098/7130001
1669.59/1670.79	c cleaning 119002 clauses out of 238063 with flag 44775854/7250001
1708.52/1709.73	c cleaning 120008 clauses out of 240061 with flag 45523381/7371001
1747.94/1749.21	c cleaning 120986 clauses out of 242052 with flag 46281187/7493000
1788.19/1789.46	c cleaning 122005 clauses out of 244066 with flag 47038871/7616000
1828.81/1830.15	c cleaning 122992 clauses out of 246061 with flag 47802854/7740000
1869.73/1871.17	c cleaning 124016 clauses out of 248069 with flag 48578030/7865000
1912.12/1913.66	c cleaning 124994 clauses out of 250053 with flag 49355995/7991000
1955.02/1956.61	c cleaning 125970 clauses out of 252059 with flag 50140311/8118000
1999.11/2000.85	c cleaning 127046 clauses out of 254092 with flag 50938008/8246003
2042.81/2044.62	c cleaning 128019 clauses out of 256043 with flag 51730357/8375000
2087.88/2089.48	c cleaning 128979 clauses out of 258024 with flag 52533882/8505000
2132.99/2134.68	c cleaning 130012 clauses out of 260046 with flag 53334973/8636001
2179.20/2180.95	c cleaning 130965 clauses out of 262033 with flag 54145911/8768000
2225.50/2227.33	c cleaning 131997 clauses out of 264068 with flag 54965333/8901000
2272.40/2274.36	c cleaning 133029 clauses out of 266071 with flag 55785910/9035000
2320.20/2322.22	c cleaning 134015 clauses out of 268042 with flag 56611695/9170000
2368.98/2371.19	c cleaning 134982 clauses out of 270027 with flag 57446322/9306000
2419.30/2421.50	c cleaning 135999 clauses out of 272046 with flag 58285858/9443001
2469.49/2471.88	c cleaning 137024 clauses out of 274047 with flag 59129235/9581001
2516.00/2518.41	c cleaning 138005 clauses out of 276022 with flag 59977476/9720000
2562.81/2565.33	c cleaning 138966 clauses out of 278017 with flag 60828377/9860000
2609.83/2612.45	c cleaning 139988 clauses out of 280051 with flag 61693841/10001000
2658.33/2661.05	c cleaning 141012 clauses out of 282063 with flag 62559997/10143000
2707.50/2710.39	c cleaning 142010 clauses out of 284053 with flag 63429964/10286002
2757.59/2760.53	c cleaning 143009 clauses out of 286042 with flag 64312616/10430001
2808.10/2811.05	c cleaning 144005 clauses out of 288032 with flag 65200798/10575000
2859.28/2862.34	c cleaning 145009 clauses out of 290027 with flag 66097985/10721000
2911.56/2914.78	c cleaning 145994 clauses out of 292018 with flag 66989975/10868000
2963.94/2967.22	c cleaning 146993 clauses out of 294024 with flag 67901561/11016000
3015.81/3019.26	c cleaning 148006 clauses out of 296032 with flag 68816478/11165001
3069.69/3073.27	c cleaning 148974 clauses out of 298025 with flag 69736443/11315000
3124.37/3128.07	c cleaning 149991 clauses out of 300052 with flag 70667258/11466001
3179.73/3183.57	c cleaning 151006 clauses out of 302060 with flag 71593636/11618000
3235.71/3239.55	c cleaning 151984 clauses out of 304055 with flag 72528175/11771001
3292.00/3295.93	c cleaning 153003 clauses out of 306070 with flag 73469493/11925000
3349.16/3353.22	c cleaning 154013 clauses out of 308067 with flag 74421121/12080000
3408.03/3412.21	c cleaning 155017 clauses out of 310055 with flag 75374407/12236001
3467.18/3471.52	c cleaning 155996 clauses out of 312037 with flag 76336551/12393000
3527.03/3531.59	c cleaning 157012 clauses out of 314043 with flag 77301790/12551002
3587.39/3592.01	c cleaning 157984 clauses out of 316029 with flag 78274372/12710000
3600.06/3604.71	c timeout
3600.06/3604.71	c starts		: 115132
3600.06/3604.73	c conflicts		: 12752475
3600.06/3604.73	c decisions		: 117808728
3600.06/3604.73	c propagations		: 1700731832
3600.06/3604.73	c inspects		: 38702723555
3600.06/3604.73	c shortcuts		: 0
3600.06/3604.73	c learnt literals	: 2
3600.06/3604.73	c learnt binary clauses	: 59
3600.06/3604.73	c learnt ternary clauses	: 835
3600.06/3604.73	c learnt constraints	: 12752473
3600.06/3604.73	c ignored constraints	: 0
3600.06/3604.73	c root simplifications	: 0
3600.06/3604.73	c removed literals (reason simplification)	: 11528847
3600.06/3604.73	c reason swapping (by a shorter reason)	: 0
3600.06/3604.73	c Calls to reduceDB	: 155
3600.06/3604.73	c Number of update (reduction) of LBD	: 2682268
3600.06/3604.73	c Imported unit clauses	: 0
3600.06/3604.73	c No decision after first conflict	: false
3600.06/3604.73	c number of reductions to clauses (during analyze)	: 0
3600.06/3604.73	c number of learned constraints concerned by reduction	: 0
3600.06/3604.73	c number of learning phase by resolution	: 0
3600.06/3604.73	c number of learning phase by cutting planes	: 0
3600.06/3604.73	c number of rounding to 1 operations	: 0
3600.06/3604.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3604.73	c number of reductions of the coefficients by power 2 	: 0
3600.06/3604.73	c number of right shift for reduction by power 2 	: 0
3600.06/3604.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3604.73	c number of ending skipping 	: 0
3600.06/3604.73	c number of internal skipping 	: 0
3600.06/3604.73	c number of derivation steps 	: 0
3600.06/3604.74	c number of skipped derivation steps 	: 0
3600.06/3604.74	c number of remaining unassigned 	: 0
3600.06/3604.74	c number of remaining assigned 	: 0
3600.06/3604.74	c number of falsified literals weakened from reason	: 0
3600.06/3604.74	c number of falsified literals weakened from conflict	: 0
3600.06/3604.74	c time for arithmetic operations	: 0
3600.06/3604.74	c minimum degree of deleted constraints	: null
3600.06/3604.74	c maximum degree of deleted constraints	: null
3600.06/3604.74	c number of deleted constraints	: 0
3600.06/3604.75	c speed (assignments/second)	: 471841.0812829332
3600.06/3604.75	c non guided choices	: 27853
3600.20/3604.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 200461
3600.20/3604.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 59
3600.20/3604.80	s UNKNOWN
3600.20/3604.80	c Total wall clock time (in seconds): 3604.672

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513194-1751213751/watcher-4513194-1751213751 -o /tmp/evaluation-result-4513194-1751213751/solver-4513194-1751213751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26873 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513194-1751213751.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27668, runsolver pid=27665

[startup+0.100061 s]*
/proc/loadavg: 4.12 4.10 4.09 5/337 27686
/proc/meminfo: memFree=124102208/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18930384 memory=57296 CPUtime=0.13 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 6490 0 0 0 11 2 0 0 20 0 18 0 37052914 19384713216 14324 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4732596 14324 5328 1 0 547620 0
[pid=27668/tid=27670] ppid=27665 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 37052915 19384713216 14324 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37052917 19384713216 14324 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37052918 19384713216 14324 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57296 KiB

[startup+0.205698 s]*
/proc/loadavg: 4.12 4.10 4.09 7/337 27686
/proc/meminfo: memFree=124091520/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18930384 memory=69284 CPUtime=0.32 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 6830 0 0 0 30 2 0 0 20 0 18 0 37052914 19384713216 17321 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4732596 17321 5424 1 0 547891 0
[pid=27668/tid=27670] ppid=27665 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 5270 0 0 0 16 1 0 0 20 0 18 0 37052915 19384713216 17321 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37052917 19384713216 17321 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37052918 19384713216 17321 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69284 KiB

[startup+0.305702 s]*
/proc/loadavg: 4.12 4.10 4.09 8/338 27687
/proc/meminfo: memFree=124071040/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18996948 memory=94992 CPUtime=0.51 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 8590 0 0 0 48 3 0 0 20 0 19 0 37052914 19452874752 23748 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4749237 23748 5424 1 0 549506 0
[pid=27668/tid=27670] ppid=27665 vsize=18996948 memory=-6000919485574571373 CPUtime=0.25 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 5341 0 0 0 24 1 0 0 20 0 19 0 37052915 19452874752 23748 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37052917 19452874752 23748 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37052918 19452874752 23748 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (java) R 27665 27668 26860 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 37052943 19452874752 23748 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94992 KiB

[startup+0.700202 s]
/proc/loadavg: 4.12 4.10 4.09 6/338 27687
/proc/meminfo: memFree=124068268/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18996948 memory=105040 CPUtime=1.28 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 13705 0 0 0 123 5 0 0 20 0 19 0 37052914 19452874752 26260 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4749237 26260 5456 1 0 552037 0
[pid=27668/tid=27670] ppid=27665 vsize=18996948 memory=17408 CPUtime=0.62 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 5358 0 0 0 60 2 0 0 20 0 19 0 37052915 19452874752 26260 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37052917 19452874752 26260 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37052918 19452874752 26260 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37052943 19452874752 26260 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105040 KiB

[startup+1.50026 s]
/proc/loadavg: 4.12 4.10 4.09 6/338 27687
/proc/meminfo: memFree=124059764/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18996948 memory=118204 CPUtime=2.63 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 20959 0 0 0 257 6 0 0 20 0 19 0 37052914 19452874752 29551 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4749237 29551 5456 1 0 553173 0
[pid=27668/tid=27670] ppid=27665 vsize=18996948 memory=10752 CPUtime=1.4 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 5725 0 0 0 138 2 0 0 20 0 19 0 37052915 19452874752 29551 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37052917 19452874752 29551 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37052918 19452874752 29551 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37052943 19452874752 29551 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118204 KiB

[startup+3.10553 s]
/proc/loadavg: 4.12 4.10 4.09 5/338 27687
/proc/meminfo: memFree=124039988/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18996948 memory=131772 CPUtime=4.33 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 21709 0 0 0 426 7 0 0 20 0 19 0 37052914 19452874752 32943 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4749237 32943 5456 1 0 553460 0
[pid=27668/tid=27670] ppid=27665 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 6006 0 0 0 298 2 0 0 20 0 19 0 37052915 19452874752 32943 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18996948 memory=-6000919485574571373 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37052917 19452874752 32943 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37052918 19452874752 32943 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37052943 19452874752 32943 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131772 KiB

[startup+6.30022 s]
/proc/loadavg: 4.11 4.10 4.09 5/338 27687
/proc/meminfo: memFree=124015412/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=18996948 memory=148408 CPUtime=7.53 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 21901 0 0 0 746 7 0 0 20 0 19 0 37052914 19452874752 37102 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4749237 37102 5488 1 0 553460 0
[pid=27668/tid=27670] ppid=27665 vsize=18996948 memory=0 CPUtime=6.18 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 6116 0 0 0 616 2 0 0 20 0 19 0 37052915 19452874752 37102 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37052917 19452874752 37102 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37052918 19452874752 37102 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=18996948 memory=119484 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37052943 19452874752 37102 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.09 5/339 27688
/proc/meminfo: memFree=123986740/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=171304 CPUtime=13.98 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 26464 0 0 0 1390 8 0 0 20 0 20 0 37052914 19521036288 42826 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 42826 5488 1 0 553749 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=119484 CPUtime=12.56 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 7096 0 0 0 1253 3 0 0 20 0 20 0 37052915 19521036288 42826 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 42826 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=171304 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 42826 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 42826 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171304 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.09 5/339 27688
/proc/meminfo: memFree=123982652/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=177496 CPUtime=26.76 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 27824 0 0 0 2668 8 0 0 20 0 20 0 37052914 19521036288 44374 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 44374 5488 1 0 553749 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=10752 CPUtime=25.32 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 7395 0 0 0 2529 3 0 0 20 0 20 0 37052915 19521036288 44374 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=171304 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 44374 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 44374 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 44374 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 26.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177496 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.10 4.09 5/339 27689
/proc/meminfo: memFree=123974484/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=183668 CPUtime=52.32 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 27924 0 0 0 5223 9 0 0 20 0 20 0 37052914 19521036288 45917 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 45917 5488 1 0 553749 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=183668 CPUtime=50.85 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 7430 0 0 0 5082 3 0 0 20 0 20 0 37052915 19521036288 45917 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/338 28117
/proc/meminfo: memFree=122376116/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3278.43 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 70230 0 0 0 327709 134 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555937 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3272.28 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 27256 0 0 0 327218 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 940 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3278.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/340 28122
/proc/meminfo: memFree=122307140/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3338.29 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 70779 0 0 0 333693 136 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555937 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3332.12 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 27697 0 0 0 333202 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 940 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=19712 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3338.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/340 28124
/proc/meminfo: memFree=122307220/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3398.15 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 71607 0 0 0 339678 137 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555948 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3391.95 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 28379 0 0 0 339185 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 952 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3398.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/340 28132
/proc/meminfo: memFree=121905304/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3458 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 71981 0 0 0 345661 139 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555948 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3451.78 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 28629 0 0 0 345168 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 1026 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3458 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/340 28134
/proc/meminfo: memFree=121901080/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3517.86 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 72079 0 0 0 351646 140 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555948 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3511.62 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 28696 0 0 0 351152 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=-6000919485574571373 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 1026 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3517.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/340 28136
/proc/meminfo: memFree=121749408/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3577.71 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 72618 0 0 0 357630 141 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555948 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=14384 CPUtime=3571.45 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 29206 0 0 0 357135 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 1026 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3577.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 4.12 4.10 4.09 5/340 28137
/proc/meminfo: memFree=121749432/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3600.06 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 73285 0 0 0 359864 142 0 0 20 0 20 0 37052914 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4765878 526931 5488 1 0 555948 0
[pid=27668/tid=27670] ppid=27665 vsize=19063512 memory=2107724 CPUtime=3593.79 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) R 27665 27668 26860 0 -1 4194368 29710 0 0 0 359369 10 0 0 20 0 20 0 37052915 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37052917 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 1026 0 0 0 0 0 0 0 20 0 20 0 37052918 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27687] ppid=27665 vsize=19063512 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27687/stat : 27687 (Timer-0) S 27665 27668 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37052943 19521036288 526931 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2107724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.43641 s

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

[startup+3604.81 s]
/proc/loadavg: 4.12 4.10 4.09 5/340 28137
/proc/meminfo: memFree=121749432/131249996 swapFree=33010684/33010684
[pid=27668] ppid=27665 vsize=19263204 memory=2108364 CPUtime=3600.2 cores=5,7
/proc/27668/stat : 27668 (java) S 27665 27668 26860 0 -1 4194304 75474 0 0 0 359878 142 0 0 20 0 21 0 37052914 19725520896 527091 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
/proc/27668/statm: 4815801 527091 5488 1 0 556883 0
[pid=27668/tid=27670] ppid=27665 vsize=19263204 memory=1819692 CPUtime=3593.8 cores=5,7
/proc/27668/task/27670/stat : 27670 (java) S 27665 27668 26860 0 -1 4194368 30013 0 0 0 359370 10 0 0 20 0 21 0 37052915 19725520896 527091 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27679] ppid=27665 vsize=19263204 memory=2107724 CPUtime=0 cores=5,7
/proc/27668/task/27679/stat : 27679 (Finalizer) S 27665 27668 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37052917 19725520896 527091 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
[pid=27668/tid=27686] ppid=27665 vsize=19263204 memory=5632 CPUtime=0 cores=5,7
/proc/27668/task/27686/stat : 27686 (Common-Cleaner) S 27665 27668 26860 0 -1 4194368 1026 0 0 0 0 0 0 0 20 0 21 0 37052918 19725520896 527091 18446744073709551615 94561523941376 94561523945072 140737204810560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94561523952888 94561523953680 94561553125376 140737204812161 140737204812262 140737204812262 140737204817864 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2108364 KiB

Child status: 143

Real time (s): 3604.82
CPU time (s): 3600.22
CPU user time (s): 3598.79
CPU system time (s): 1.43641
CPU usage (%): 99.8725
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2108364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.43641
maximum resident set size= 2108748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103126
involuntary context switches= 2959


# summary of solver processes directly reported to runsolver:
#   pid: 27668
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.43641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.79395 second user time and 18.0718 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 18:15:52
IDJOB=4513194
IDBENCH=162289
IDSOLVER=3363
FILE ID=nodeC022/4513194-1751213751
RUNJOBID= nodeC022-1751208407-26873
SLURM_JOB_ID= 9587640
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513194-1751213751/watcher-4513194-1751213751 -o /tmp/evaluation-result-4513194-1751213751/solver-4513194-1751213751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26873 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513194-1751213751.opb

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=632847199

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124131500 kB
MemAvailable:   124786112 kB
Buffers:            3280 kB
Cached:          1459252 kB
SwapCached:            0 kB
Active:          5331940 kB
Inactive:        1210888 kB
Active(anon):    5098360 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1210888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       5083376 kB
Mapped:           122208 kB
Shmem:             18060 kB
KReclaimable:      98368 kB
Slab:             185580 kB
SReclaimable:      98368 kB
SUnreclaim:        87212 kB
KernelStack:        5184 kB
PageTables:        13620 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7086368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4835328 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 19:15:57