Trace number 4503321

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.39 3606.57

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
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 benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.17	c Number of processors 	2
0.25/0.26	c Pseudo Boolean Optimization by upper bound
0.25/0.26	c --- Begin Solver configuration ---
0.25/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.26	c Learn all clauses as in MiniSAT
0.25/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.26	c Expensive reason simplification
0.25/0.26	c Glucose 2.1 dynamic restart strategy
0.25/0.26	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.25/0.26	c timeout=2147483s
0.25/0.26	c DB Simplification allowed=false
0.25/0.26	c Listener: none
0.25/0.26	c --- End Solver configuration ---
0.25/0.26	c solving HOME/instance-4503321-1751162092.opb
0.25/0.26	c reading problem ... 
0.25/0.27	c using VERIPB proof format
0.25/0.27	c  no objective function found
3.30/1.85	c ... done. Wall clock time 1.579s.
3.30/1.85	c declared #vars     12587
3.30/1.85	c #constraints  284398
3.30/1.85	c constraints type 
3.30/1.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
3.30/1.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
3.30/1.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
3.30/1.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
3.30/1.85	c 284398 constraints processed.
7.84/4.53	c cleaning 2488 clauses out of 5000 with flag 115049/5000
10.04/6.05	c cleaning 4253 clauses out of 8512 with flag 247511/11000
13.37/9.01	c cleaning 5431 clauses out of 11259 with flag 429888/18000
16.29/11.45	c cleaning 6777 clauses out of 13826 with flag 608770/26001
20.09/14.50	c cleaning 7971 clauses out of 16045 with flag 825388/35002
22.49/16.95	c cleaning 8964 clauses out of 18071 with flag 1014069/45000
24.99/19.41	c cleaning 9882 clauses out of 20107 with flag 1204211/56000
27.94/22.17	c cleaning 11004 clauses out of 22225 with flag 1415738/68000
30.64/24.83	c cleaning 12064 clauses out of 24221 with flag 1638749/81000
32.87/27.02	c cleaning 13024 clauses out of 26157 with flag 1800073/95000
35.35/29.52	c cleaning 13990 clauses out of 28133 with flag 1988428/110000
38.15/32.39	c cleaning 15059 clauses out of 30143 with flag 2199004/126000
41.82/35.98	c cleaning 15915 clauses out of 32086 with flag 2401293/143002
44.60/38.63	c cleaning 17072 clauses out of 34169 with flag 2587049/161000
47.43/41.40	c cleaning 18004 clauses out of 36097 with flag 2799737/180000
50.32/44.31	c cleaning 18991 clauses out of 38093 with flag 3002879/200000
53.12/47.11	c cleaning 19945 clauses out of 40102 with flag 3228784/221000
56.02/50.05	c cleaning 20955 clauses out of 42157 with flag 3441869/243000
58.94/53.01	c cleaning 22058 clauses out of 44203 with flag 3649709/266001
62.73/56.71	c cleaning 23040 clauses out of 46145 with flag 3864526/290001
66.03/60.10	c cleaning 24026 clauses out of 48104 with flag 4103430/315000
69.41/63.48	c cleaning 24998 clauses out of 50078 with flag 4343139/341000
74.28/68.37	c cleaning 25968 clauses out of 52080 with flag 4620573/368000
78.09/72.14	c cleaning 27015 clauses out of 54112 with flag 4909188/396000
82.09/76.11	c cleaning 28001 clauses out of 56096 with flag 5149378/425000
86.26/80.33	c cleaning 28998 clauses out of 58096 with flag 5403936/455002
90.97/85.09	c cleaning 30019 clauses out of 60096 with flag 5682728/486000
95.84/89.90	c cleaning 31011 clauses out of 62077 with flag 5964906/518000
101.06/95.21	c cleaning 31917 clauses out of 64066 with flag 6273380/551000
106.15/100.33	c cleaning 33051 clauses out of 66149 with flag 6577084/585000
112.54/106.73	c cleaning 34010 clauses out of 68098 with flag 6909969/620000
119.26/113.40	c cleaning 34985 clauses out of 70088 with flag 7195529/656000
125.14/119.36	c cleaning 36005 clauses out of 72103 with flag 7569157/693000
131.69/125.94	c cleaning 37019 clauses out of 74099 with flag 7900927/731001
138.28/132.51	c cleaning 38018 clauses out of 76079 with flag 8249373/770000
144.96/139.28	c cleaning 39002 clauses out of 78061 with flag 8570567/810000
151.86/146.18	c cleaning 39960 clauses out of 80059 with flag 8903828/851000
159.95/154.20	c cleaning 41011 clauses out of 82099 with flag 9259740/893000
167.79/162.13	c cleaning 41888 clauses out of 84088 with flag 9673308/936000
174.77/169.16	c cleaning 43075 clauses out of 86201 with flag 10084120/980001
182.24/176.62	c cleaning 43900 clauses out of 88127 with flag 10454529/1025002
189.92/184.37	c cleaning 45074 clauses out of 90225 with flag 10877749/1071000
198.54/193.10	c cleaning 46002 clauses out of 92151 with flag 11269257/1118000
207.36/201.88	c cleaning 47051 clauses out of 94149 with flag 11692411/1166000
216.73/211.22	c cleaning 48029 clauses out of 96101 with flag 12082188/1215003
226.65/221.25	c cleaning 48929 clauses out of 98069 with flag 12521833/1265000
237.44/232.01	c cleaning 50015 clauses out of 100140 with flag 13032577/1316000
246.71/241.37	c cleaning 51030 clauses out of 102126 with flag 13456260/1368001
256.27/250.95	c cleaning 51922 clauses out of 104095 with flag 13886556/1421000
266.85/261.54	c cleaning 53039 clauses out of 106174 with flag 14397751/1475001
277.82/272.54	c cleaning 53966 clauses out of 108134 with flag 14863561/1530000
288.34/283.16	c cleaning 55058 clauses out of 110170 with flag 15375719/1586002
300.67/295.47	c cleaning 56044 clauses out of 112111 with flag 15805810/1643001
312.26/307.04	c cleaning 56978 clauses out of 114067 with flag 16238908/1701001
324.87/319.75	c cleaning 58001 clauses out of 116091 with flag 16900484/1760003
338.26/333.15	c cleaning 58983 clauses out of 118087 with flag 17582054/1820000
352.04/346.90	c cleaning 60030 clauses out of 120105 with flag 18238243/1881001
365.61/360.56	c cleaning 60993 clauses out of 122074 with flag 18820446/1943000
379.55/374.58	c cleaning 62017 clauses out of 124084 with flag 19364017/2006003
392.51/387.40	c cleaning 62941 clauses out of 126064 with flag 19950404/2070000
406.37/401.40	c cleaning 64010 clauses out of 128124 with flag 20494756/2135001
420.02/415.02	c cleaning 64886 clauses out of 130113 with flag 21045527/2201000
433.48/428.57	c cleaning 66033 clauses out of 132227 with flag 21811861/2268000
449.86/444.96	c cleaning 67042 clauses out of 134195 with flag 22436457/2336001
464.63/459.71	c cleaning 68064 clauses out of 136152 with flag 23042011/2405000
478.56/473.76	c cleaning 69013 clauses out of 138088 with flag 23761797/2475000
493.01/488.20	c cleaning 70013 clauses out of 140075 with flag 24511447/2546000
510.11/505.20	c cleaning 71001 clauses out of 142063 with flag 25150362/2618001
525.89/521.04	c cleaning 71994 clauses out of 144061 with flag 25871387/2691000
543.87/539.01	c cleaning 73012 clauses out of 146067 with flag 26482473/2765000
561.03/556.27	c cleaning 74001 clauses out of 148055 with flag 27202487/2840000
578.91/574.13	c cleaning 74988 clauses out of 150055 with flag 27900256/2916001
597.18/592.49	c cleaning 75937 clauses out of 152066 with flag 28685524/2993000
613.76/609.08	c cleaning 76925 clauses out of 154129 with flag 29411641/3071000
630.55/625.83	c cleaning 78034 clauses out of 156204 with flag 30157501/3150000
648.60/643.95	c cleaning 78997 clauses out of 158170 with flag 30793321/3230000
670.12/665.44	c cleaning 80047 clauses out of 160174 with flag 31714134/3311001
689.44/684.82	c cleaning 80801 clauses out of 162126 with flag 32499154/3393000
706.30/701.70	c cleaning 82161 clauses out of 164325 with flag 33180882/3476000
726.42/721.83	c cleaning 83059 clauses out of 166164 with flag 33971947/3560000
744.07/739.54	c cleaning 84020 clauses out of 168105 with flag 34687001/3645000
764.20/759.63	c cleaning 84927 clauses out of 170085 with flag 35440848/3731000
786.41/781.90	c cleaning 86051 clauses out of 172158 with flag 36179813/3818000
806.33/801.92	c cleaning 87022 clauses out of 174108 with flag 37062542/3906001
829.24/824.83	c cleaning 88014 clauses out of 176086 with flag 37805047/3995001
849.38/845.07	c cleaning 88943 clauses out of 178071 with flag 38826848/4085000
869.28/864.91	c cleaning 90036 clauses out of 180128 with flag 39733495/4176000
891.23/886.94	c cleaning 90968 clauses out of 182092 with flag 40467294/4268000
915.64/911.39	c cleaning 91966 clauses out of 184126 with flag 41247751/4361002
940.63/936.48	c cleaning 93026 clauses out of 186158 with flag 41998241/4455000
965.75/961.55	c cleaning 94026 clauses out of 188132 with flag 42746177/4550000
988.22/984.05	c cleaning 94978 clauses out of 190106 with flag 43650405/4646000
1012.74/1008.55	c cleaning 95992 clauses out of 192128 with flag 44366805/4743000
1038.16/1034.07	c cleaning 97005 clauses out of 194136 with flag 45339719/4841000
1062.40/1058.23	c cleaning 98040 clauses out of 196137 with flag 46253809/4940006
1086.62/1082.59	c cleaning 98940 clauses out of 198091 with flag 47140456/5040000
1112.22/1108.08	c cleaning 100023 clauses out of 200151 with flag 48016708/5141000
1140.17/1136.00	c cleaning 100999 clauses out of 202128 with flag 48758003/5243000
1166.19/1162.11	c cleaning 101998 clauses out of 204129 with flag 49613942/5346000
1196.69/1192.51	c cleaning 103049 clauses out of 206132 with flag 50502228/5450001
1223.38/1219.34	c cleaning 104018 clauses out of 208082 with flag 51433546/5555000
1251.94/1247.97	c cleaning 104907 clauses out of 210064 with flag 52358556/5661000
1280.62/1276.71	c cleaning 106049 clauses out of 212157 with flag 53227648/5768000
1306.90/1303.10	c cleaning 107004 clauses out of 214108 with flag 54263855/5876000
1339.77/1335.96	c cleaning 108016 clauses out of 216105 with flag 55111167/5985001
1371.38/1367.63	c cleaning 108897 clauses out of 218088 with flag 56081040/6095000
1401.72/1399.04	c cleaning 110051 clauses out of 220191 with flag 57177423/6206000
1434.06/1431.78	c cleaning 111046 clauses out of 222141 with flag 58135311/6318001
1466.66/1464.44	c cleaning 112019 clauses out of 224094 with flag 59040312/6431000
1498.84/1496.63	c cleaning 112959 clauses out of 226075 with flag 59958798/6545000
1531.51/1529.45	c cleaning 114004 clauses out of 228116 with flag 60860200/6660000
1562.61/1560.59	c cleaning 114897 clauses out of 230112 with flag 61890881/6776000
1591.86/1589.71	c cleaning 116089 clauses out of 232215 with flag 62936597/6893000
1623.52/1621.34	c cleaning 117009 clauses out of 234127 with flag 64005382/7011001
1654.41/1652.38	c cleaning 118018 clauses out of 236118 with flag 65073650/7130001
1687.20/1685.12	c cleaning 119045 clauses out of 238099 with flag 66142674/7250000
1722.55/1720.53	c cleaning 120008 clauses out of 240054 with flag 67156350/7371000
1755.33/1753.82	c cleaning 120979 clauses out of 242046 with flag 68512308/7493000
1789.60/1788.29	c cleaning 121958 clauses out of 244067 with flag 69679192/7616000
1826.37/1825.13	c cleaning 123023 clauses out of 246110 with flag 70642770/7740001
1864.95/1863.77	c cleaning 124017 clauses out of 248086 with flag 71574919/7865000
1905.44/1904.22	c cleaning 125009 clauses out of 250070 with flag 72521011/7991001
1940.23/1939.15	c cleaning 125991 clauses out of 252060 with flag 73566304/8118000
1977.97/1977.10	c cleaning 127010 clauses out of 254069 with flag 74655563/8246000
2016.37/2015.54	c cleaning 127950 clauses out of 256060 with flag 75737491/8375001
2056.45/2055.64	c cleaning 129028 clauses out of 258109 with flag 76742248/8505000
2096.40/2095.71	c cleaning 129968 clauses out of 260081 with flag 77879769/8636000
2133.09/2132.51	c cleaning 130891 clauses out of 262113 with flag 79102063/8768000
2170.59/2170.06	c cleaning 132050 clauses out of 264222 with flag 80401108/8901000
2212.78/2214.24	c cleaning 133006 clauses out of 266172 with flag 81605556/9035000
2252.82/2254.31	c cleaning 134067 clauses out of 268168 with flag 82721167/9170002
2292.32/2294.43	c cleaning 134957 clauses out of 270099 with flag 83860427/9306000
2330.09/2332.21	c cleaning 135986 clauses out of 272142 with flag 85171054/9443000
2369.80/2371.92	c cleaning 136886 clauses out of 274156 with flag 86453413/9581000
2410.50/2412.62	c cleaning 138119 clauses out of 276270 with flag 87539119/9720000
2449.25/2451.54	c cleaning 139041 clauses out of 278151 with flag 88799565/9860000
2491.93/2494.24	c cleaning 139913 clauses out of 280113 with flag 90036269/10001003
2535.63/2539.40	c cleaning 141034 clauses out of 282198 with flag 91338664/10143001
2578.75/2582.51	c cleaning 142064 clauses out of 284164 with flag 92423069/10286001
2624.18/2627.94	c cleaning 143035 clauses out of 286100 with flag 93559666/10430001
2663.14/2667.07	c cleaning 144032 clauses out of 288064 with flag 94716289/10575000
2700.41/2704.33	c cleaning 144944 clauses out of 290034 with flag 95900449/10721002
2744.10/2748.11	c cleaning 146019 clauses out of 292088 with flag 97359800/10868000
2798.19/2802.17	c cleaning 146960 clauses out of 294071 with flag 98628681/11016002
2845.78/2849.79	c cleaning 148024 clauses out of 296109 with flag 99860617/11165000
2898.60/2902.52	c cleaning 149015 clauses out of 298085 with flag 101050317/11315000
2945.21/2949.15	c cleaning 149973 clauses out of 300070 with flag 102302979/11466000
2995.54/2999.57	c cleaning 151024 clauses out of 302097 with flag 103481934/11618000
3043.20/3047.31	c cleaning 152021 clauses out of 304075 with flag 104755299/11771002
3088.71/3092.96	c cleaning 153024 clauses out of 306054 with flag 106004376/11925002
3138.70/3143.09	c cleaning 153998 clauses out of 308028 with flag 107271396/12080000
3189.95/3194.32	c cleaning 155001 clauses out of 310032 with flag 108444903/12236002
3235.76/3240.16	c cleaning 155970 clauses out of 312029 with flag 109713859/12393000
3283.41/3287.89	c cleaning 156960 clauses out of 314059 with flag 110934148/12551000
3326.99/3331.45	c cleaning 158025 clauses out of 316101 with flag 112247115/12710002
3381.45/3385.94	c cleaning 158925 clauses out of 318075 with flag 113486595/12870001
3431.84/3436.58	c cleaning 160057 clauses out of 320151 with flag 114813671/13031002
3484.76/3490.42	c cleaning 160978 clauses out of 322092 with flag 116081649/13193000
3541.77/3547.96	c cleaning 162010 clauses out of 324114 with flag 117459174/13356000
3591.93/3598.12	c cleaning 162981 clauses out of 326104 with flag 118725754/13520000
3600.09/3606.32	c timeout
3600.09/3606.33	c starts		: 46637
3600.09/3606.35	c conflicts		: 13547593
3600.09/3606.35	c decisions		: 87466006
3600.09/3606.35	c propagations		: 2465788247
3600.09/3606.35	c inspects		: 39190447761
3600.09/3606.35	c shortcuts		: 0
3600.09/3606.35	c learnt literals	: 11
3600.09/3606.35	c learnt binary clauses	: 2135
3600.09/3606.36	c learnt ternary clauses	: 11297
3600.09/3606.36	c learnt constraints	: 13547582
3600.09/3606.36	c ignored constraints	: 0
3600.09/3606.36	c root simplifications	: 0
3600.09/3606.36	c removed literals (reason simplification)	: 184268887
3600.09/3606.36	c reason swapping (by a shorter reason)	: 0
3600.09/3606.36	c Calls to reduceDB	: 160
3600.09/3606.36	c Number of update (reduction) of LBD	: 8108487
3600.09/3606.36	c Imported unit clauses	: 0
3600.09/3606.36	c No decision after first conflict	: false
3600.09/3606.36	c number of reductions to clauses (during analyze)	: 0
3600.09/3606.36	c number of learned constraints concerned by reduction	: 0
3600.09/3606.36	c number of learning phase by resolution	: 0
3600.09/3606.36	c number of learning phase by cutting planes	: 0
3600.09/3606.36	c number of rounding to 1 operations	: 0
3600.09/3606.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3606.37	c number of reductions of the coefficients by power 2 	: 0
3600.09/3606.37	c number of right shift for reduction by power 2 	: 0
3600.09/3606.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3606.37	c number of ending skipping 	: 0
3600.09/3606.37	c number of internal skipping 	: 0
3600.09/3606.37	c number of derivation steps 	: 0
3600.09/3606.37	c number of skipped derivation steps 	: 0
3600.09/3606.37	c number of remaining unassigned 	: 0
3600.09/3606.37	c number of remaining assigned 	: 0
3600.09/3606.37	c number of falsified literals weakened from reason	: 0
3600.09/3606.37	c number of falsified literals weakened from conflict	: 0
3600.09/3606.37	c time for arithmetic operations	: 0
3600.09/3606.37	c minimum degree of deleted constraints	: null
3600.09/3606.38	c maximum degree of deleted constraints	: null
3600.09/3606.38	c number of deleted constraints	: 0
3600.09/3606.38	c speed (assignments/second)	: 684082.4662042287
3600.09/3606.38	c non guided choices	: 2510248
3600.33/3606.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 188581
3600.33/3606.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2135
3600.33/3606.52	s UNKNOWN
3600.33/3606.52	c Total wall clock time (in seconds): 3606.258

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=18955, runsolver pid=18952

[startup+0.100059 s]*
/proc/loadavg: 4.10 4.16 4.16 7/330 18973
/proc/meminfo: memFree=121009216/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=18930384 memory=49176 CPUtime=0.11 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 5961 0 0 0 9 2 0 0 20 0 18 0 31888893 19384713216 12294 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4732596 12294 5339 1 0 547129 0
[pid=18955/tid=18957] ppid=18952 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 4831 0 0 0 6 1 0 0 20 0 18 0 31888895 19384713216 12294 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 12294 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=18930384 memory=57394571004297 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 12294 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49176 KiB

[startup+0.205593 s]*
/proc/loadavg: 4.10 4.16 4.16 6/330 18973
/proc/meminfo: memFree=121007224/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=18930384 memory=57892 CPUtime=0.25 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 6624 0 0 0 22 3 0 0 20 0 18 0 31888893 19384713216 14473 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4732596 14473 5339 1 0 547666 0
[pid=18955/tid=18957] ppid=18952 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) D 18952 18955 16715 0 -1 4456512 5096 0 0 0 16 2 0 0 20 0 18 0 31888895 19384713216 14473 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=18930384 memory=1707 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 14473 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=18930384 memory=56295059358712 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 14473 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57892 KiB

[startup+0.309874 s]*
/proc/loadavg: 4.10 4.16 4.16 6/330 18973
/proc/meminfo: memFree=121006720/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=18930384 memory=61536 CPUtime=0.4 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 6932 0 0 0 37 3 0 0 20 0 18 0 31888893 19384713216 15384 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4732596 15384 5435 1 0 547862 0
[pid=18955/tid=18957] ppid=18952 vsize=18930384 memory=-6000919498476053614 CPUtime=0.27 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 16715 0 -1 4194368 5279 0 0 0 25 2 0 0 20 0 18 0 31888895 19384713216 15384 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 15384 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 15384 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61536 KiB

[startup+0.700253 s]
/proc/loadavg: 4.10 4.16 4.16 6/330 18973
/proc/meminfo: memFree=120977356/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=18930384 memory=146380 CPUtime=1.13 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 8619 0 0 0 107 6 0 0 20 0 18 0 31888893 19384713216 36595 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4732596 36595 5435 1 0 548957 0
[pid=18955/tid=18957] ppid=18952 vsize=18930384 memory=17152 CPUtime=0.6 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 5336 0 0 0 56 4 0 0 20 0 18 0 31888895 19384713216 36595 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=18930384 memory=10752 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 36595 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31888897 19384713216 36595 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 146380 KiB

[startup+1.50024 s]
/proc/loadavg: 4.10 4.16 4.16 6/331 18974
/proc/meminfo: memFree=120904860/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=18996948 memory=209124 CPUtime=2.7 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 16067 0 0 0 261 9 0 0 20 0 19 0 31888893 19452874752 52281 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4749237 52281 5467 1 0 1080663 0
[pid=18955/tid=18957] ppid=18952 vsize=18996948 memory=3200 CPUtime=1.27 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 5345 0 0 0 122 5 0 0 20 0 19 0 31888895 19452874752 52281 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31888897 19452874752 52281 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31888897 19452874752 52281 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 209124 KiB

[startup+3.10553 s]
/proc/loadavg: 4.10 4.16 4.16 5/332 18975
/proc/meminfo: memFree=120643276/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=430224 CPUtime=5.75 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 17647 0 0 0 561 14 0 0 20 0 20 0 31888893 19521036288 107556 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 107556 5499 1 0 1081421 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=10752 CPUtime=2.75 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 5501 0 0 0 266 9 0 0 20 0 20 0 31888895 19521036288 107556 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 107556 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 107556 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 107556 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 430224 KiB

[startup+6.30024 s]
/proc/loadavg: 4.09 4.16 4.16 6/332 18975
/proc/meminfo: memFree=120602332/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=449792 CPUtime=10.63 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 27337 0 0 0 1046 17 0 0 20 0 20 0 31888893 19521036288 112448 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 112448 5499 1 0 1081480 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=0 CPUtime=5.88 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 7245 0 0 0 578 10 0 0 20 0 20 0 31888895 19521036288 112448 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 112448 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=-6000919498476053614 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 112448 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 112448 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 10.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 449792 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.16 4.16 6/332 18975
/proc/meminfo: memFree=120580936/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=464664 CPUtime=18.29 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 35219 0 0 0 1809 20 0 0 20 0 20 0 31888893 19521036288 116166 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 116166 5531 1 0 1081480 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=0 CPUtime=12.19 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 8993 0 0 0 1209 10 0 0 20 0 20 0 31888895 19521036288 116166 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=450048 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 116166 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 116166 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 116166 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 18.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 464664 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.16 4.16 6/331 18976
/proc/meminfo: memFree=120297588/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=659404 CPUtime=31.35 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 39838 0 0 0 3108 27 0 0 20 0 20 0 31888893 19521036288 164851 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 164851 5531 1 0 1081496 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=-6000919498476053614 CPUtime=24.92 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 10096 0 0 0 2477 15 0 0 20 0 20 0 31888895 19521036288 164851 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=3195 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 164851 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=503732 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 164851 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=464664 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 164851 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 31.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 659404 KiB

[startup+51.1133 s]
/proc/loadavg: 4.09 4.15 4.16 5/331 18976
/proc/meminfo: memFree=119803228/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=966772 CPUtime=57.12 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 44550 0 0 0 5671 41 0 0 20 0 20 0 31888893 19521036288 241693 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 241693 5531 1 0 1081496 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=845932 CPUtime=50.31 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 11350 0 0 0 5006 25 0 0 20 0 20 0 31888895 19521036288 241693 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=-6000919498476053614 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 241693 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=841836 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 241693 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=614324 CPUtime=0 cores=0,2

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

Current children cumulated memory: 3650964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.14 4.16 5/332 19423
/proc/meminfo: memFree=105076480/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3650964 CPUtime=3337.83 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 136649 0 0 0 332953 830 0 0 20 0 20 0 31888893 19521036288 912741 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 912741 5531 1 0 1081723 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3650964 CPUtime=3313.22 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 68625 0 0 0 330720 602 0 0 20 0 20 0 31888895 19521036288 912741 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=3650964 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 912741 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2089 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 912741 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 912741 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3337.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3650964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.14 4.16 5/332 19426
/proc/meminfo: memFree=104744556/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3397.77 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 138733 0 0 0 338935 842 0 0 20 0 20 0 31888893 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 917866 5531 1 0 1081724 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3650964 CPUtime=3372.81 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 70550 0 0 0 336671 610 0 0 20 0 20 0 31888895 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2090 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3397.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3671464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/332 19429
/proc/meminfo: memFree=104448484/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3456.73 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 140930 0 0 0 344820 853 0 0 20 0 20 0 31888893 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 917866 5531 1 0 1081724 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3650964 CPUtime=3431.57 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 72063 0 0 0 342538 619 0 0 20 0 20 0 31888895 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2171 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3456.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3671464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/332 19431
/proc/meminfo: memFree=104000176/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3516.25 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 142541 0 0 0 350760 865 0 0 20 0 20 0 31888893 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 917866 5531 1 0 1081724 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3490.85 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 72721 0 0 0 348458 627 0 0 20 0 20 0 31888895 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3516.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3671464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.15 5/333 19438
/proc/meminfo: memFree=103714964/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3576.18 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 142885 0 0 0 356740 878 0 0 20 0 20 0 31888893 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 917866 5531 1 0 1081724 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3550.52 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 73041 0 0 0 354416 636 0 0 20 0 20 0 31888895 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3576.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3671464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.51 4.21 4.18 5/333 19439
/proc/meminfo: memFree=103618200/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19063512 memory=3671464 CPUtime=3600.09 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 143433 0 0 0 359127 882 0 0 20 0 20 0 31888893 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4765878 917866 5531 1 0 1081724 0
[pid=18955/tid=18957] ppid=18952 vsize=19063512 memory=3650964 CPUtime=3574.43 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 16715 0 -1 4194368 73546 0 0 0 356803 640 0 0 20 0 20 0 31888895 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19063512 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2191 0 0 0 0 0 0 0 20 0 20 0 31888897 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18975] ppid=18952 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/18955/task/18975/stat : 18975 (Timer-0) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31889079 19521036288 917866 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3671464 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.53 s, system=8.86044 s

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

[startup+3606.4 s]
/proc/loadavg: 4.51 4.21 4.18 5/333 19439
/proc/meminfo: memFree=103618200/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19263204 memory=3672360 CPUtime=3600.23 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 146002 0 0 0 359140 883 0 0 20 0 21 0 31888893 19725520896 918090 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4815801 918090 5531 1 0 1082700 0
[pid=18955/tid=18957] ppid=18952 vsize=19263204 memory=3671464 CPUtime=3574.45 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 16715 0 -1 4194368 73983 0 0 0 356805 640 0 0 20 0 21 0 31888895 19725520896 918090 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19263204 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31888897 19725520896 918090 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19263204 memory=-6000919498476053614 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2191 0 0 0 0 0 0 0 20 0 21 0 31888897 19725520896 918090 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3672360 KiB

[startup+3606.5 s]
/proc/loadavg: 4.51 4.21 4.18 5/333 19439
/proc/meminfo: memFree=103618200/131382112 swapFree=33010684/33010684
[pid=18955] ppid=18952 vsize=19263204 memory=3672488 CPUtime=3600.33 cores=0,2
/proc/18955/stat : 18955 (java) S 18952 18955 16715 0 -1 4194304 146094 0 0 0 359150 883 0 0 20 0 21 0 31888893 19725520896 918122 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
/proc/18955/statm: 4815801 918122 5531 1 0 1082700 0
[pid=18955/tid=18957] ppid=18952 vsize=19263204 memory=3650964 CPUtime=3574.45 cores=0,2
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 16715 0 -1 4194368 73983 0 0 0 356805 640 0 0 20 0 21 0 31888895 19725520896 918122 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18966] ppid=18952 vsize=19263204 memory=0 CPUtime=0 cores=0,2
/proc/18955/task/18966/stat : 18966 (Finalizer) S 18952 18955 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31888897 19725520896 918122 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
[pid=18955/tid=18973] ppid=18952 vsize=19263204 memory=3671464 CPUtime=0 cores=0,2
/proc/18955/task/18973/stat : 18973 (Common-Cleaner) S 18952 18955 16715 0 -1 4194368 2191 0 0 0 0 0 0 0 20 0 21 0 31888897 19725520896 918122 18446744073709551615 94732498198528 94732498202224 140730634819648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94732498210040 94732498210832 94732516712448 140730634823984 140730634824166 140730634824166 140730634829768 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3672488 KiB

Child status: 143

Real time (s): 3606.57
CPU time (s): 3600.39
CPU user time (s): 3591.53
CPU system time (s): 8.86044
CPU usage (%): 99.8289
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3672488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.53
system time used= 8.86044
maximum resident set size= 3672616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9565304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110912
involuntary context switches= 10838


# summary of solver processes directly reported to runsolver:
#   pid: 18955
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3591.53
#   total CPU system time (s): 8.86044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4367 second user time and 37.7965 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 03:54:52
IDJOB=4503321
IDBENCH=155421
IDSOLVER=3364
FILE ID=nodeC012/4503321-1751162092
RUNJOBID= nodeC012-1751157286-16725
SLURM_JOB_ID= 9587482
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503321-1751162092/watcher-4503321-1751162092 -o /tmp/evaluation-result-4503321-1751162092/solver-4503321-1751162092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16725 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503321-1751162092 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503321-1751162092.opb

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=84818775

nodeC012 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		: 1196.596
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.39
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		: 3591.442
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.39
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		: 3491.668
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.39
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.153
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.39
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		: 3591.438
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.39
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		: 2992.876
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.39
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.300
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.39
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.788
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121030888 kB
MemAvailable:   125273344 kB
Buffers:            3280 kB
Cached:          5048968 kB
SwapCached:            0 kB
Active:          5000016 kB
Inactive:        4816144 kB
Active(anon):    4781948 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file):  4816144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36668 kB
Writeback:             0 kB
AnonPages:       4767380 kB
Mapped:           122108 kB
Shmem:             17960 kB
KReclaimable:      95356 kB
Slab:             178100 kB
SReclaimable:      95356 kB
SUnreclaim:        82744 kB
KernelStack:        5056 kB
PageTables:        12960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7077604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4548608 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC012 at 2025-06-29 04:54:59