Trace number 4512835

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 VeriPB 2025-06-06? (TO) 3600.31 3603.74

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
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.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4512835-1751208227.opb
0.42/0.37	c reading problem ... 
0.42/0.38	c using VERIPB proof format
0.42/0.38	c  no objective function found
1.31/0.83	c ... done. Wall clock time 0.458s.
1.31/0.83	c declared #vars     4288
1.31/0.83	c #constraints  10848
1.31/0.83	c constraints type 
1.31/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.31/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.31/0.84	c org.sat4j.specs.Constr$1 => 920
1.31/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.31/0.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.31/0.84	c 10848 constraints processed.
3.89/2.13	c cleaning 2492 clauses out of 4999 with flag 15853/5001
5.27/2.85	c cleaning 4241 clauses out of 8508 with flag 38509/11002
6.65/3.58	c cleaning 5629 clauses out of 11265 with flag 68501/18000
8.23/4.34	c cleaning 6816 clauses out of 13639 with flag 104871/26003
9.47/5.16	c cleaning 7900 clauses out of 15823 with flag 145574/35003
10.40/6.04	c cleaning 8918 clauses out of 17920 with flag 193447/45000
11.43/7.07	c cleaning 9969 clauses out of 20002 with flag 248471/56000
12.61/8.22	c cleaning 11003 clauses out of 22035 with flag 306420/68002
13.82/9.41	c cleaning 12004 clauses out of 24030 with flag 373649/81000
15.03/10.70	c cleaning 12982 clauses out of 26026 with flag 447904/95000
16.74/12.31	c cleaning 14003 clauses out of 28045 with flag 527032/110001
18.24/13.86	c cleaning 14986 clauses out of 30041 with flag 612389/126000
20.04/15.55	c cleaning 16009 clauses out of 32057 with flag 705160/143002
22.00/17.46	c cleaning 17019 clauses out of 34046 with flag 805101/161000
24.10/19.54	c cleaning 18001 clauses out of 36027 with flag 908024/180000
26.10/21.59	c cleaning 18996 clauses out of 38026 with flag 1021901/200000
28.39/23.81	c cleaning 20005 clauses out of 40032 with flag 1141450/221002
30.79/26.18	c cleaning 20998 clauses out of 42025 with flag 1268405/243000
33.38/28.75	c cleaning 21984 clauses out of 44027 with flag 1399934/266000
36.07/31.43	c cleaning 22992 clauses out of 46044 with flag 1539770/290001
38.86/34.22	c cleaning 24007 clauses out of 48051 with flag 1685425/315000
41.77/37.15	c cleaning 25001 clauses out of 50045 with flag 1839862/341001
45.04/40.44	c cleaning 25976 clauses out of 52043 with flag 1999519/368000
48.30/43.97	c cleaning 26995 clauses out of 54068 with flag 2162367/396001
51.90/47.53	c cleaning 27988 clauses out of 56076 with flag 2329778/425004
55.68/51.23	c cleaning 28987 clauses out of 58086 with flag 2506463/455002
59.48/55.05	c cleaning 30037 clauses out of 60097 with flag 2691176/486000
63.57/59.16	c cleaning 31012 clauses out of 62060 with flag 2877795/518000
67.75/63.34	c cleaning 31981 clauses out of 64050 with flag 3076588/551002
72.23/67.88	c cleaning 33022 clauses out of 66068 with flag 3277300/585001
76.91/72.69	c cleaning 34017 clauses out of 68045 with flag 3486991/620000
81.78/77.50	c cleaning 34997 clauses out of 70028 with flag 3701242/656000
86.66/82.43	c cleaning 35999 clauses out of 72032 with flag 3924213/693001
91.95/87.70	c cleaning 36999 clauses out of 74033 with flag 4150927/731001
97.44/93.20	c cleaning 37981 clauses out of 76036 with flag 4384680/770003
103.13/98.97	c cleaning 38995 clauses out of 78052 with flag 4627890/810000
108.91/104.84	c cleaning 39984 clauses out of 80057 with flag 4877573/851000
115.21/111.13	c cleaning 41031 clauses out of 82074 with flag 5127062/893001
121.37/117.34	c cleaning 41989 clauses out of 84042 with flag 5388765/936000
127.86/123.89	c cleaning 43018 clauses out of 86054 with flag 5651089/980001
134.54/130.56	c cleaning 44003 clauses out of 88036 with flag 5924303/1025001
142.05/138.19	c cleaning 44998 clauses out of 90034 with flag 6201157/1071002
149.22/145.37	c cleaning 45975 clauses out of 92035 with flag 6484461/1118001
156.62/152.73	c cleaning 47009 clauses out of 94059 with flag 6778939/1166000
164.40/160.51	c cleaning 48015 clauses out of 96051 with flag 7073030/1215001
172.18/168.45	c cleaning 48968 clauses out of 98035 with flag 7377969/1265000
180.89/177.18	c cleaning 50030 clauses out of 100068 with flag 7686356/1316001
189.36/185.68	c cleaning 51003 clauses out of 102037 with flag 7997024/1368000
198.16/194.43	c cleaning 51999 clauses out of 104036 with flag 8310530/1421002
207.22/203.53	c cleaning 53006 clauses out of 106035 with flag 8634827/1475000
216.60/212.97	c cleaning 53989 clauses out of 108030 with flag 8961342/1530001
226.27/222.64	c cleaning 54988 clauses out of 110040 with flag 9293476/1586000
236.10/232.52	c cleaning 56013 clauses out of 112053 with flag 9630855/1643001
246.38/242.89	c cleaning 57007 clauses out of 114039 with flag 9976326/1701000
257.15/253.67	c cleaning 57991 clauses out of 116032 with flag 10328429/1760000
268.21/264.75	c cleaning 58970 clauses out of 118041 with flag 10681865/1820000
280.01/276.55	c cleaning 60009 clauses out of 120071 with flag 11042254/1881000
291.63/288.21	c cleaning 60976 clauses out of 122063 with flag 11414287/1943001
303.70/300.34	c cleaning 62044 clauses out of 124087 with flag 11785935/2006001
316.11/312.79	c cleaning 62995 clauses out of 126042 with flag 12164002/2070000
328.96/325.67	c cleaning 63991 clauses out of 128047 with flag 12546908/2135000
343.57/340.25	c cleaning 65012 clauses out of 130056 with flag 12931479/2201000
357.75/354.45	c cleaning 65993 clauses out of 132045 with flag 13325618/2268001
372.57/369.28	c cleaning 66992 clauses out of 134051 with flag 13732881/2336000
387.50/384.30	c cleaning 67997 clauses out of 136059 with flag 14138712/2405000
402.47/399.25	c cleaning 69015 clauses out of 138064 with flag 14550236/2475002
417.63/414.40	c cleaning 69980 clauses out of 140047 with flag 14967902/2546000
433.90/430.76	c cleaning 70985 clauses out of 142067 with flag 15390389/2618000
450.58/447.47	c cleaning 72034 clauses out of 144082 with flag 15817283/2691000
467.02/463.88	c cleaning 73015 clauses out of 146048 with flag 16251767/2765000
484.12/480.95	c cleaning 73986 clauses out of 148033 with flag 16685565/2840000
501.28/498.06	c cleaning 74979 clauses out of 150047 with flag 17130685/2916000
519.38/516.15	c cleaning 76010 clauses out of 152068 with flag 17585695/2993000
537.72/534.58	c cleaning 76979 clauses out of 154058 with flag 18038817/3071000
556.38/553.13	c cleaning 78007 clauses out of 156079 with flag 18499997/3150000
575.95/572.72	c cleaning 78979 clauses out of 158075 with flag 18965128/3230003
595.45/592.24	c cleaning 79990 clauses out of 160093 with flag 19437686/3311000
616.60/613.49	c cleaning 81041 clauses out of 162103 with flag 19910698/3393000
637.11/634.13	c cleaning 81988 clauses out of 164063 with flag 20393210/3476001
657.69/654.72	c cleaning 83002 clauses out of 166074 with flag 20885724/3560000
678.72/675.78	c cleaning 84024 clauses out of 168072 with flag 21378820/3645000
700.21/697.25	c cleaning 85016 clauses out of 170048 with flag 21877589/3731000
722.47/719.46	c cleaning 86003 clauses out of 172032 with flag 22381443/3818000
744.72/741.61	c cleaning 87000 clauses out of 174029 with flag 22889705/3906000
767.30/764.28	c cleaning 88006 clauses out of 176029 with flag 23402669/3995000
790.98/787.90	c cleaning 88995 clauses out of 178023 with flag 23926042/4085000
814.80/811.80	c cleaning 89996 clauses out of 180031 with flag 24452791/4176003
838.84/835.87	c cleaning 91002 clauses out of 182034 with flag 24984677/4268002
862.50/859.56	c cleaning 91986 clauses out of 184030 with flag 25521805/4361000
887.17/884.20	c cleaning 93004 clauses out of 186045 with flag 26068560/4455001
912.24/909.39	c cleaning 94001 clauses out of 188040 with flag 26620153/4550000
937.67/934.84	c cleaning 95015 clauses out of 190039 with flag 27169279/4646000
963.62/960.87	c cleaning 96000 clauses out of 192024 with flag 27731271/4743000
991.09/988.29	c cleaning 96972 clauses out of 194024 with flag 28289788/4841000
1019.69/1016.88	c cleaning 98006 clauses out of 196052 with flag 28854601/4940000
1048.36/1045.58	c cleaning 99012 clauses out of 198048 with flag 29429231/5040002
1076.60/1073.80	c cleaning 100005 clauses out of 200035 with flag 30013132/5141001
1106.41/1103.75	c cleaning 100990 clauses out of 202034 with flag 30601337/5243005
1135.51/1132.90	c cleaning 102015 clauses out of 204039 with flag 31197399/5346000
1165.07/1162.46	c cleaning 102993 clauses out of 206024 with flag 31797560/5450000
1195.72/1193.13	c cleaning 103972 clauses out of 208031 with flag 32394201/5555000
1226.64/1224.24	c cleaning 105031 clauses out of 210062 with flag 33003971/5661003
1258.24/1255.97	c cleaning 106004 clauses out of 212028 with flag 33618622/5768000
1290.89/1288.69	c cleaning 106994 clauses out of 214024 with flag 34241104/5876000
1323.33/1321.13	c cleaning 107962 clauses out of 216030 with flag 34869831/5985000
1356.41/1354.52	c cleaning 109026 clauses out of 218069 with flag 35503893/6095001
1389.40/1387.67	c cleaning 109992 clauses out of 220042 with flag 36142544/6206000
1424.14/1422.47	c cleaning 111004 clauses out of 222050 with flag 36777773/6318000
1459.23/1457.62	c cleaning 112011 clauses out of 224047 with flag 37421249/6431001
1495.11/1493.53	c cleaning 112958 clauses out of 226035 with flag 38072868/6545000
1530.95/1529.46	c cleaning 114035 clauses out of 228079 with flag 38729806/6660002
1567.87/1566.41	c cleaning 114988 clauses out of 230043 with flag 39390711/6776001
1604.68/1603.39	c cleaning 115983 clauses out of 232055 with flag 40057033/6893001
1642.46/1641.20	c cleaning 116997 clauses out of 234071 with flag 40726006/7011000
1680.80/1679.66	c cleaning 118031 clauses out of 236074 with flag 41400438/7130000
1719.99/1719.01	c cleaning 118984 clauses out of 238043 with flag 42079339/7250000
1758.93/1757.83	c cleaning 120018 clauses out of 240059 with flag 42766663/7371000
1798.63/1797.66	c cleaning 121013 clauses out of 242042 with flag 43456560/7493001
1839.79/1838.59	c cleaning 121969 clauses out of 244028 with flag 44158439/7616000
1882.01/1881.53	c cleaning 123002 clauses out of 246059 with flag 44854375/7740000
1925.32/1924.98	c cleaning 124003 clauses out of 248057 with flag 45559151/7865000
1966.31/1966.05	c cleaning 125008 clauses out of 250056 with flag 46273345/7991002
2008.86/2008.91	c cleaning 126006 clauses out of 252046 with flag 46990167/8118000
2052.30/2052.67	c cleaning 126995 clauses out of 254041 with flag 47711127/8246001
2096.03/2096.42	c cleaning 127959 clauses out of 256045 with flag 48442523/8375000
2140.75/2141.29	c cleaning 129028 clauses out of 258087 with flag 49184063/8505001
2187.37/2188.00	c cleaning 129983 clauses out of 260058 with flag 49918611/8636000
2234.26/2234.94	c cleaning 131013 clauses out of 262076 with flag 50673164/8768001
2282.68/2283.40	c cleaning 131954 clauses out of 264062 with flag 51421159/8901000
2330.93/2331.80	c cleaning 133027 clauses out of 266108 with flag 52178266/9035000
2381.24/2382.22	c cleaning 134021 clauses out of 268081 with flag 52939207/9170000
2431.54/2432.75	c cleaning 135003 clauses out of 270063 with flag 53710074/9306003
2480.37/2481.73	c cleaning 135967 clauses out of 272057 with flag 54488381/9443000
2531.73/2533.14	c cleaning 137046 clauses out of 274091 with flag 55269412/9581001
2583.67/2585.21	c cleaning 137983 clauses out of 276045 with flag 56055026/9720001
2636.87/2638.57	c cleaning 138984 clauses out of 278062 with flag 56841688/9860001
2689.00/2690.82	c cleaning 140030 clauses out of 280079 with flag 57640088/10001002
2742.27/2744.29	c cleaning 141011 clauses out of 282047 with flag 58443574/10143000
2796.85/2798.94	c cleaning 141952 clauses out of 284036 with flag 59248025/10286000
2850.98/2853.13	c cleaning 143011 clauses out of 286084 with flag 60062492/10430000
2905.24/2907.51	c cleaning 144037 clauses out of 288073 with flag 60892414/10575000
2960.01/2962.50	c cleaning 144999 clauses out of 290038 with flag 61716937/10721002
3016.43/3018.98	c cleaning 145973 clauses out of 292038 with flag 62546168/10868001
3073.82/3076.45	c cleaning 147015 clauses out of 294064 with flag 63382752/11016000
3131.42/3134.15	c cleaning 147991 clauses out of 296051 with flag 64228560/11165002
3190.32/3193.09	c cleaning 149009 clauses out of 298058 with flag 65079855/11315000
3251.68/3254.45	c cleaning 149991 clauses out of 300049 with flag 65930461/11466000
3313.30/3316.16	c cleaning 150976 clauses out of 302058 with flag 66786645/11618000
3375.56/3378.61	c cleaning 152002 clauses out of 304082 with flag 67651169/11771000
3438.11/3441.22	c cleaning 153005 clauses out of 306080 with flag 68524611/11925000
3502.93/3506.21	c cleaning 154017 clauses out of 308075 with flag 69400951/12080000
3567.19/3570.69	c cleaning 155029 clauses out of 310059 with flag 70277866/12236001
3600.08/3603.62	c timeout
3600.08/3603.64	c starts		: 98803
3600.08/3603.64	c conflicts		: 12329578
3600.08/3603.64	c decisions		: 102141937
3600.08/3603.64	c propagations		: 1569942583
3600.08/3603.64	c inspects		: 34372464464
3600.08/3603.64	c shortcuts		: 0
3600.08/3603.64	c learnt literals	: 2
3600.08/3603.64	c learnt binary clauses	: 65
3600.08/3603.64	c learnt ternary clauses	: 1004
3600.08/3603.64	c learnt constraints	: 12329576
3600.08/3603.64	c ignored constraints	: 0
3600.08/3603.64	c root simplifications	: 0
3600.08/3603.64	c removed literals (reason simplification)	: 11896782
3600.08/3603.64	c reason swapping (by a shorter reason)	: 0
3600.08/3603.64	c Calls to reduceDB	: 152
3600.08/3603.64	c Number of update (reduction) of LBD	: 2645816
3600.08/3603.64	c Imported unit clauses	: 0
3600.08/3603.64	c No decision after first conflict	: false
3600.08/3603.64	c number of reductions to clauses (during analyze)	: 0
3600.08/3603.64	c number of learned constraints concerned by reduction	: 0
3600.08/3603.64	c number of learning phase by resolution	: 0
3600.08/3603.64	c number of learning phase by cutting planes	: 0
3600.08/3603.64	c number of rounding to 1 operations	: 0
3600.08/3603.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3603.64	c number of reductions of the coefficients by power 2 	: 0
3600.08/3603.64	c number of right shift for reduction by power 2 	: 0
3600.08/3603.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3603.64	c number of ending skipping 	: 0
3600.08/3603.64	c number of internal skipping 	: 0
3600.08/3603.64	c number of derivation steps 	: 0
3600.08/3603.64	c number of skipped derivation steps 	: 0
3600.08/3603.64	c number of remaining unassigned 	: 0
3600.08/3603.64	c number of remaining assigned 	: 0
3600.08/3603.64	c number of falsified literals weakened from reason	: 0
3600.08/3603.64	c number of falsified literals weakened from conflict	: 0
3600.08/3603.64	c time for arithmetic operations	: 0
3600.08/3603.64	c minimum degree of deleted constraints	: null
3600.08/3603.64	c maximum degree of deleted constraints	: null
3600.08/3603.64	c number of deleted constraints	: 0
3600.08/3603.64	c speed (assignments/second)	: 435757.2080208905
3600.08/3603.64	c non guided choices	: 45805
3600.27/3603.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 248542
3600.27/3603.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 65
3600.27/3603.72	s UNKNOWN
3600.27/3603.72	c Total wall clock time (in seconds): 3603.352

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100075 s]*
/proc/loadavg: 0.83 2.76 3.61 10/318 27520
/proc/meminfo: memFree=130179848/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=18930344 memory=45544 CPUtime=0.09 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 5452 0 31 0 6 3 0 0 20 0 18 0 36502098 19384672256 11386 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4732586 11386 4905 1 0 546696 0
[pid=27442/tid=27453] ppid=27433 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) D 27433 27442 27382 0 -1 4194368 4559 0 31 0 4 2 0 0 20 0 18 0 36502101 19384672256 11386 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=18930344 memory=13926 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384672256 11386 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=18930344 memory=57394570986489 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384672256 11386 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45544 KiB

[startup+0.214894 s]*
/proc/loadavg: 0.83 2.76 3.61 8/318 27520
/proc/meminfo: memFree=130174356/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=18930384 memory=52324 CPUtime=0.26 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 6225 0 31 0 22 4 0 0 20 0 18 0 36502098 19384713216 13081 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4732596 13081 5353 1 0 547338 0
[pid=27442/tid=27453] ppid=27433 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 4973 0 31 0 14 3 0 0 20 0 18 0 36502101 19384713216 13081 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 13081 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 13081 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52324 KiB

[startup+0.315643 s]*
/proc/loadavg: 0.83 2.76 3.61 10/318 27520
/proc/meminfo: memFree=130152764/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=18930384 memory=58068 CPUtime=0.42 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 6658 0 31 0 37 5 0 0 20 0 18 0 36502098 19384713216 14517 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4732596 14517 5353 1 0 547683 0
[pid=27442/tid=27453] ppid=27433 vsize=18930384 memory=-6000919485625034093 CPUtime=0.26 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 5137 0 31 0 23 3 0 0 20 0 18 0 36502101 19384713216 14517 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=18930384 memory=-4421386513394263141 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 14517 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 14517 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58068 KiB

[startup+0.700431 s]
/proc/loadavg: 0.83 2.76 3.61 14/318 27520
/proc/meminfo: memFree=130132664/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=18930384 memory=76416 CPUtime=1.11 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 8572 0 31 0 105 6 0 0 20 0 18 0 36502098 19384713216 19104 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4732596 19104 5417 1 0 548983 0
[pid=27442/tid=27453] ppid=27433 vsize=18930384 memory=17280 CPUtime=0.52 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 5324 0 31 0 48 4 0 0 20 0 18 0 36502101 19384713216 19104 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 19104 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 19104 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76416 KiB

[startup+1.5003 s]
/proc/loadavg: 0.83 2.76 3.61 12/322 27524
/proc/meminfo: memFree=129979384/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=18996948 memory=130564 CPUtime=2.69 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 16822 0 31 0 258 11 0 0 20 0 19 0 36502098 19452874752 32641 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4749237 32641 5449 1 0 551807 0
[pid=27442/tid=27453] ppid=27433 vsize=18996948 memory=3200 CPUtime=1.17 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 5825 0 31 0 110 7 0 0 20 0 19 0 36502101 19452874752 32641 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36502107 19452874752 32641 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36502108 19452874752 32641 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36502184 19452874752 32641 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130564 KiB

[startup+3.10582 s]
/proc/loadavg: 1.40 2.85 3.64 10/326 27528
/proc/meminfo: memFree=129659284/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=178976 CPUtime=5.87 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 24085 0 31 0 572 15 0 0 20 0 20 0 36502098 19521036288 44744 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 44744 5481 1 0 553962 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=14720 CPUtime=2.68 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 6826 0 31 0 259 9 0 0 20 0 20 0 36502101 19521036288 44744 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 44744 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 44744 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 44744 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178976 KiB

[startup+6.3004 s]
/proc/loadavg: 1.40 2.85 3.64 6/326 27528
/proc/meminfo: memFree=129132496/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=379496 CPUtime=10.71 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 33780 0 31 0 1050 21 0 0 20 0 20 0 36502098 19521036288 94874 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 94874 5513 1 0 554537 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=0 CPUtime=5.83 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 7426 0 31 0 569 14 0 0 20 0 20 0 36502101 19521036288 94874 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 94874 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 94874 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=137404 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 94874 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 10.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379496 KiB

[startup+12.7005 s]
/proc/loadavg: 1.77 2.90 3.65 6/329 27531
/proc/meminfo: memFree=127559032/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=676616 CPUtime=17.14 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 35959 0 31 0 1685 29 0 0 20 0 20 0 36502098 19521036288 169154 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 169154 5513 1 0 554537 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=137404 CPUtime=12.05 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 8490 0 31 0 1184 21 0 0 20 0 20 0 36502101 19521036288 169154 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=676616 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 169154 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 169154 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 169154 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 17.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 676616 KiB

[startup+25.5005 s]
/proc/loadavg: 2.35 2.97 3.66 6/329 27531
/proc/meminfo: memFree=124864376/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=1180472 CPUtime=30.18 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 40969 0 31 0 2972 46 0 0 20 0 20 0 36502098 19521036288 295118 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 295118 5513 1 0 554537 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=676616 CPUtime=24.74 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 9920 0 31 0 2439 35 0 0 20 0 20 0 36502101 19521036288 295118 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 295118 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 295118 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=1178424 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 295118 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 30.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1180472 KiB

[startup+51.1142 s]
/proc/loadavg: 2.91 3.06 3.67 6/331 27534
/proc/meminfo: memFree=124353872/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=1317764 CPUtime=55.6 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 45022 0 31 0 5501 59 0 0 20 0 20 0 36502098 19521036288 329441 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 329441 5513 1 0 554537 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=1315688 CPUtime=49.86 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 11184 0 31 0 4940 46 0 0 20 0 20 0 36502101 19521036288 329441 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=676616 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 329441 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 329441 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.19 4.12 6/331 27779
/proc/meminfo: memFree=103962184/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3279.5 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 112136 0 31 0 327032 918 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557992 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3246.51 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 46187 0 31 0 323948 703 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 1780 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3279.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.18 4.12 6/332 27786
/proc/meminfo: memFree=103647948/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3339.39 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 112624 0 31 0 333005 934 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3305.86 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 46343 0 31 0 329870 716 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3339.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.12 6/331 27788
/proc/meminfo: memFree=103320536/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3399.15 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 112955 0 31 0 338967 948 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3365.29 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 46661 0 31 0 335801 728 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3399.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.11 6/330 27790
/proc/meminfo: memFree=103035540/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3459.12 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 114677 0 31 0 344950 962 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3424.54 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 47769 0 31 0 341716 738 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 1955 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3459.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.11 6/330 27792
/proc/meminfo: memFree=102702588/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3518.97 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 116314 0 31 0 350923 974 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3484.07 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 48740 0 31 0 347661 746 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=-6000919494214968685 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3518.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.11 6/329 27794
/proc/meminfo: memFree=102424192/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3578.83 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 116386 0 31 0 356895 988 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=11264 CPUtime=3543.65 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 48742 0 31 0 353609 756 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3578.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.6 s]
/proc/loadavg: 4.14 4.15 4.11 6/329 27795
/proc/meminfo: memFree=102325940/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19063512 memory=2179344 CPUtime=3600.08 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 116390 0 31 0 359015 993 0 0 20 0 20 0 36502098 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4765878 544836 5545 1 0 557993 0
[pid=27442/tid=27453] ppid=27433 vsize=19063512 memory=11264 CPUtime=3564.9 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) R 27433 27442 27382 0 -1 4194368 48744 0 31 0 355729 761 0 0 20 0 20 0 36502101 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27524] ppid=27433 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27524/stat : 27524 (Timer-0) S 27433 27442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502184 19521036288 544836 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.35 s, system=9.96241 s

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

[startup+3603.71 s]
/proc/loadavg: 4.14 4.15 4.11 6/329 27795
/proc/meminfo: memFree=102325940/131382112 swapFree=33010684/33010684
[pid=27442] ppid=27433 vsize=19263204 memory=2179984 CPUtime=3600.27 cores=4,6
/proc/27442/stat : 27442 (java) S 27433 27442 27382 0 -1 4194304 118891 0 31 0 359032 995 0 0 20 0 21 0 36502098 19725520896 544996 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
/proc/27442/statm: 4815801 544996 5545 1 0 558916 0
[pid=27442/tid=27453] ppid=27433 vsize=19263204 memory=2179344 CPUtime=3564.92 cores=4,6
/proc/27442/task/27453/stat : 27453 (java) S 27433 27442 27382 0 -1 4194368 49136 0 31 0 355731 761 0 0 20 0 21 0 36502101 19725520896 544996 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27488] ppid=27433 vsize=19263204 memory=11264 CPUtime=0 cores=4,6
/proc/27442/task/27488/stat : 27488 (Finalizer) S 27433 27442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36502107 19725520896 544996 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
[pid=27442/tid=27516] ppid=27433 vsize=19263204 memory=2179344 CPUtime=0 cores=4,6
/proc/27442/task/27516/stat : 27516 (Common-Cleaner) S 27433 27442 27382 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 21 0 36502108 19725520896 544996 18446744073709551615 94213389922304 94213389926000 140720392516208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94213389933816 94213389934608 94213409923072 140720392522032 140720392522214 140720392522214 140720392527816 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2179984 KiB

Child status: 143

Real time (s): 3603.74
CPU time (s): 3600.31
CPU user time (s): 3590.35
CPU system time (s): 9.96241
CPU usage (%): 99.905
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2179984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.35
system time used= 9.96241
maximum resident set size= 2179984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119124
page faults= 31
swaps= 0
block input operations= 0
block output operations= 11105944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116212
involuntary context switches= 27042


# summary of solver processes directly reported to runsolver:
#   pid: 27442
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3590.35
#   total CPU system time (s): 9.96241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3707 second user time and 39.597 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 16:43:47
IDJOB=4512835
IDBENCH=162179
IDSOLVER=3364
FILE ID=nodeC005/4512835-1751208227
RUNJOBID= nodeC005-1751208227-27393
SLURM_JOB_ID= 9587639
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512835-1751208227/watcher-4512835-1751208227 -o /tmp/evaluation-result-4512835-1751208227/solver-4512835-1751208227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27393 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512835-1751208227 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512835-1751208227.opb

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=1630807918

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130267044 kB
MemAvailable:   129951292 kB
Buffers:            3280 kB
Cached:           494812 kB
SwapCached:            0 kB
Active:           316376 kB
Inactive:         246940 kB
Active(anon):      83184 kB
Inactive(anon):        0 kB
Active(file):     233192 kB
Inactive(file):   246940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4196 kB
Writeback:             0 kB
AnonPages:         68372 kB
Mapped:           102324 kB
Shmem:             17960 kB
KReclaimable:      87488 kB
Slab:             169020 kB
SReclaimable:      87488 kB
SUnreclaim:        81532 kB
KernelStack:        3840 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149208 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-29 17:43:51