Trace number 4484270

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)5 3600.76 3591.06

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
MD5SUM7fa9d6bae1eb6fc87d1fc158a8928861
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.030549
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables435
Total number of constraints501
Number of constraints which are clauses403
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 435
Biggest coefficient in the objective function 282
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1168
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1168
Number of bits of the biggest sum of numbers11
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.09/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.23	c java.vm.version	22.0.1+8-16
0.09/0.23	c java.vm.vendor	Oracle Corporation
0.09/0.23	c sun.arch.data.model	64
0.09/0.23	c java.version		22.0.1
0.09/0.23	c os.name		Linux
0.09/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.23	c os.arch		amd64
0.29/0.25	c Free memory 		2104792832
0.29/0.25	c Max memory 		16282288128
0.29/0.25	c Total memory 		2113929216
0.29/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-4484270-1751290673.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c  objective function found
0.59/0.49	c ... done. Wall clock time 0.113s.
0.59/0.49	c declared #vars     435
0.59/0.49	c #constraints  502
0.59/0.49	c constraints type 
0.59/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 402
0.59/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.59/0.49	c org.sat4j.specs.Constr$1 => 1
0.59/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.59/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.59/0.50	c 502 constraints processed.
0.59/0.52	c objective function length is 435 literals
0.77/0.53	c SATISFIABLE
0.77/0.53	c OPTIMIZING...
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.163
0.77/0.53	o 5
2.71/1.57	c cleaning 2494 clauses out of 5000 with flag 10217/5000
3.65/2.02	c cleaning 4246 clauses out of 8507 with flag 22632/11001
4.03/2.39	c cleaning 5622 clauses out of 11260 with flag 37262/18000
4.54/2.81	c cleaning 6812 clauses out of 13639 with flag 54052/26001
4.95/3.26	c cleaning 7906 clauses out of 15827 with flag 72808/35001
5.45/3.75	c cleaning 8954 clauses out of 17920 with flag 93556/45000
6.10/4.29	c cleaning 9973 clauses out of 19966 with flag 116310/56000
6.80/4.94	c cleaning 10990 clauses out of 21995 with flag 141370/68002
7.51/5.68	c cleaning 11994 clauses out of 24005 with flag 168618/81002
8.32/6.44	c cleaning 12999 clauses out of 26009 with flag 197790/95000
9.12/7.23	c cleaning 13993 clauses out of 28010 with flag 228829/110000
10.14/8.22	c cleaning 15004 clauses out of 30017 with flag 262676/126000
11.10/9.15	c cleaning 15999 clauses out of 32013 with flag 298052/143000
12.25/10.20	c cleaning 16997 clauses out of 34014 with flag 335753/161000
13.65/11.67	c cleaning 18001 clauses out of 36018 with flag 375490/180001
14.74/12.78	c cleaning 18996 clauses out of 38016 with flag 417075/200000
16.05/14.07	c cleaning 19999 clauses out of 40020 with flag 461072/221000
17.37/15.36	c cleaning 21002 clauses out of 42022 with flag 506878/243001
18.78/16.75	c cleaning 21999 clauses out of 44019 with flag 555586/266000
21.37/19.34	c cleaning 23003 clauses out of 46020 with flag 605586/290000
23.18/21.15	c cleaning 24002 clauses out of 48018 with flag 658248/315001
25.00/22.96	c cleaning 24996 clauses out of 50015 with flag 713177/341000
26.70/24.61	c cleaning 26001 clauses out of 52020 with flag 769787/368001
29.51/27.42	c cleaning 27002 clauses out of 54019 with flag 828482/396001
31.50/29.42	c cleaning 27997 clauses out of 56016 with flag 889463/425000
34.71/32.60	c cleaning 29000 clauses out of 58020 with flag 953097/455001
37.01/35.00	c cleaning 30003 clauses out of 60020 with flag 1018845/486001
39.40/37.34	c cleaning 30998 clauses out of 62016 with flag 1086534/518000
41.59/39.51	c cleaning 32000 clauses out of 64019 with flag 1155584/551001
44.33/42.21	c cleaning 32998 clauses out of 66018 with flag 1226408/585000
47.14/45.08	c cleaning 33996 clauses out of 68020 with flag 1299904/620000
49.84/47.71	c cleaning 35001 clauses out of 70025 with flag 1375603/656001
52.63/50.53	c cleaning 36007 clauses out of 72023 with flag 1453226/693000
55.85/53.73	c cleaning 37001 clauses out of 74016 with flag 1532621/731000
58.95/56.88	c cleaning 37998 clauses out of 76015 with flag 1614075/770000
62.29/60.18	c cleaning 38999 clauses out of 78018 with flag 1698158/810001
65.38/63.27	c cleaning 40004 clauses out of 80018 with flag 1783982/851000
69.64/67.45	c cleaning 41002 clauses out of 82015 with flag 1871305/893001
72.53/70.39	c cleaning 41996 clauses out of 84013 with flag 1960636/936001
75.67/73.41	c cleaning 42996 clauses out of 86016 with flag 2052256/980000
79.21/77.01	c cleaning 43999 clauses out of 88021 with flag 2146679/1025001
82.50/80.25	c cleaning 45004 clauses out of 90021 with flag 2242838/1071000
85.90/83.69	c cleaning 45999 clauses out of 92018 with flag 2341138/1118001
90.08/87.84	c cleaning 47001 clauses out of 94018 with flag 2441894/1166000
94.14/91.85	c cleaning 47995 clauses out of 96017 with flag 2544420/1215000
97.53/95.21	c cleaning 49000 clauses out of 98023 with flag 2648688/1265001
101.49/99.20	c cleaning 49997 clauses out of 100022 with flag 2755029/1316000
105.38/103.10	c cleaning 51001 clauses out of 102027 with flag 2864012/1368002
109.16/106.88	c cleaning 52002 clauses out of 104025 with flag 2973847/1421001
113.04/110.79	c cleaning 53004 clauses out of 106023 with flag 3085232/1475001
117.63/115.20	c cleaning 54003 clauses out of 108019 with flag 3199504/1530001
121.82/119.43	c cleaning 54997 clauses out of 110015 with flag 3315146/1586000
125.91/123.59	c cleaning 56000 clauses out of 112018 with flag 3433385/1643000
130.71/128.37	c cleaning 56997 clauses out of 114018 with flag 3553663/1701000
135.68/133.22	c cleaning 58004 clauses out of 116022 with flag 3676268/1760001
140.87/138.46	c cleaning 58997 clauses out of 118017 with flag 3799783/1820000
145.08/142.25	c cleaning 60001 clauses out of 120020 with flag 3944517/1881000
148.28/145.43	c cleaning 60997 clauses out of 122019 with flag 4118304/1943000
151.27/148.47	c cleaning 62003 clauses out of 124022 with flag 4294175/2006000
154.16/151.30	c cleaning 62993 clauses out of 126019 with flag 4470238/2070000
158.35/155.52	c cleaning 63999 clauses out of 128026 with flag 4653565/2135000
161.65/158.82	c cleaning 65012 clauses out of 130027 with flag 4837576/2201000
164.75/161.97	c cleaning 66004 clauses out of 132015 with flag 5025138/2268000
167.85/165.06	c cleaning 67006 clauses out of 134012 with flag 5211901/2336001
171.58/168.77	c cleaning 67993 clauses out of 136005 with flag 5406907/2405000
174.89/172.03	c cleaning 69000 clauses out of 138012 with flag 5603349/2475000
178.47/175.61	c cleaning 69992 clauses out of 140014 with flag 5804330/2546002
181.98/179.13	c cleaning 71006 clauses out of 142020 with flag 6005885/2618000
186.67/183.49	c cleaning 72005 clauses out of 144015 with flag 6208672/2691001
190.66/187.40	c cleaning 72992 clauses out of 146009 with flag 6415737/2765000
194.45/191.27	c cleaning 73998 clauses out of 148017 with flag 6618657/2840000
198.20/194.91	c cleaning 74997 clauses out of 150020 with flag 6825719/2916001
202.10/198.85	c cleaning 76008 clauses out of 152022 with flag 7040947/2993000
205.99/202.71	c cleaning 77007 clauses out of 154014 with flag 7245161/3071000
210.18/206.96	c cleaning 77997 clauses out of 156007 with flag 7453805/3150000
215.68/212.35	c cleaning 79004 clauses out of 158011 with flag 7670689/3230001
220.28/216.97	c cleaning 79998 clauses out of 160006 with flag 7888609/3311000
224.56/221.27	c cleaning 81000 clauses out of 162008 with flag 8120602/3393000
228.76/225.44	c cleaning 82002 clauses out of 164009 with flag 8359786/3476001
234.04/230.65	c cleaning 83000 clauses out of 166006 with flag 8605515/3560000
238.54/235.12	c cleaning 84002 clauses out of 168006 with flag 8845606/3645000
244.12/240.78	c cleaning 84997 clauses out of 170005 with flag 9086971/3731001
250.21/246.75	c cleaning 85984 clauses out of 172007 with flag 9321900/3818000
255.90/252.48	c cleaning 87003 clauses out of 174023 with flag 9575381/3906000
261.39/257.96	c cleaning 88007 clauses out of 176020 with flag 9833143/3995000
266.69/263.26	c cleaning 89003 clauses out of 178014 with flag 10076634/4085001
272.17/268.69	c cleaning 89989 clauses out of 180011 with flag 10324367/4176001
278.36/274.86	c cleaning 90997 clauses out of 182021 with flag 10572100/4268000
284.04/280.52	c cleaning 91994 clauses out of 184024 with flag 10820489/4361000
290.23/286.79	c cleaning 93003 clauses out of 186030 with flag 11125334/4455000
296.92/293.30	c cleaning 93996 clauses out of 188027 with flag 11386768/4550000
304.71/301.18	c cleaning 95002 clauses out of 190031 with flag 11662476/4646000
311.60/308.05	c cleaning 96008 clauses out of 192030 with flag 11939565/4743001
317.59/314.05	c cleaning 97005 clauses out of 194021 with flag 12201570/4841000
325.57/322.01	c cleaning 98003 clauses out of 196016 with flag 12473361/4940000
333.35/329.84	c cleaning 98993 clauses out of 198014 with flag 12753775/5040001
342.33/338.66	c cleaning 100006 clauses out of 200021 with flag 13026531/5141001
349.31/345.68	c cleaning 100998 clauses out of 202015 with flag 13328332/5243001
358.76/353.90	c cleaning 101994 clauses out of 204017 with flag 13614221/5346001
365.64/360.83	c cleaning 103002 clauses out of 206022 with flag 13885327/5450000
373.54/368.75	c cleaning 103999 clauses out of 208022 with flag 14166418/5555002
383.03/378.20	c cleaning 105002 clauses out of 210022 with flag 14476364/5661001
390.83/386.02	c cleaning 106006 clauses out of 212019 with flag 14766583/5768000
399.00/394.29	c cleaning 106997 clauses out of 214013 with flag 15049545/5876000
407.29/402.57	c cleaning 108000 clauses out of 216017 with flag 15345197/5985001
415.96/411.28	c cleaning 108996 clauses out of 218016 with flag 15647715/6095000
424.64/419.90	c cleaning 109997 clauses out of 220020 with flag 15955606/6206000
436.14/431.31	c cleaning 111005 clauses out of 222023 with flag 16267523/6318000
445.22/440.45	c cleaning 112005 clauses out of 224018 with flag 16582384/6431000
455.09/450.31	c cleaning 112992 clauses out of 226013 with flag 16899593/6545000
465.78/461.04	c cleaning 114006 clauses out of 228021 with flag 17220793/6660000
476.04/471.39	c cleaning 114994 clauses out of 230015 with flag 17533617/6776000
486.13/481.31	c cleaning 116000 clauses out of 232021 with flag 17858006/6893000
496.00/491.29	c cleaning 116994 clauses out of 234022 with flag 18179526/7011001
506.79/502.01	c cleaning 118002 clauses out of 236027 with flag 18500450/7130000
517.66/512.91	c cleaning 119001 clauses out of 238025 with flag 18833314/7250000
528.75/524.11	c cleaning 120008 clauses out of 240024 with flag 19161858/7371000
540.92/536.16	c cleaning 121003 clauses out of 242016 with flag 19495462/7493000
551.59/546.87	c cleaning 121999 clauses out of 244013 with flag 19825001/7616000
563.53/558.75	c cleaning 123000 clauses out of 246015 with flag 20158834/7740001
575.10/570.36	c cleaning 123993 clauses out of 248014 with flag 20491056/7865000
585.28/580.54	c cleaning 125008 clauses out of 250021 with flag 20824977/7991000
599.06/594.21	c cleaning 126002 clauses out of 252013 with flag 21172412/8118000
612.03/607.24	c cleaning 126999 clauses out of 254011 with flag 21531539/8246000
623.12/618.35	c cleaning 127989 clauses out of 256013 with flag 21896819/8375001
635.13/630.22	c cleaning 129006 clauses out of 258023 with flag 22247584/8505000
647.92/643.02	c cleaning 129995 clauses out of 260017 with flag 22600103/8636000
659.18/654.36	c cleaning 130996 clauses out of 262025 with flag 22957994/8768003
670.83/665.94	c cleaning 132014 clauses out of 264027 with flag 23327308/8901001
683.11/678.23	c cleaning 133006 clauses out of 266012 with flag 23687587/9035000
697.00/692.14	c cleaning 133985 clauses out of 268008 with flag 24062659/9170002
711.76/705.82	c cleaning 135001 clauses out of 270021 with flag 24434741/9306000
726.84/720.93	c cleaning 136000 clauses out of 272020 with flag 24827465/9443000
742.51/736.63	c cleaning 137002 clauses out of 274020 with flag 25206638/9581000
758.22/752.28	c cleaning 137999 clauses out of 276018 with flag 25579174/9720000
773.60/767.69	c cleaning 138995 clauses out of 278019 with flag 25956476/9860000
790.76/784.82	c cleaning 140002 clauses out of 280024 with flag 26334496/10001000
801.14/795.24	c cleaning 141005 clauses out of 282022 with flag 26729713/10143000
811.98/806.10	c cleaning 142003 clauses out of 284017 with flag 27116989/10286000
822.95/817.04	c cleaning 142990 clauses out of 286014 with flag 27499494/10430000
836.81/830.94	c cleaning 143999 clauses out of 288024 with flag 27901731/10575000
848.28/842.48	c cleaning 145001 clauses out of 290025 with flag 28291836/10721000
860.75/854.88	c cleaning 146003 clauses out of 292025 with flag 28680824/10868001
872.81/866.93	c cleaning 147004 clauses out of 294021 with flag 29077516/11016000
884.39/878.57	c cleaning 147986 clauses out of 296017 with flag 29473107/11165000
896.62/890.63	c cleaning 149005 clauses out of 298033 with flag 29878801/11315002
908.19/902.25	c cleaning 149995 clauses out of 300026 with flag 30280178/11466000
920.27/914.35	c cleaning 151006 clauses out of 302031 with flag 30698088/11618000
934.09/928.04	c cleaning 152005 clauses out of 304025 with flag 31120215/11771000
947.85/941.86	c cleaning 153011 clauses out of 306021 with flag 31543335/11925001
961.03/955.10	c cleaning 153981 clauses out of 308009 with flag 31964420/12080000
976.48/970.50	c cleaning 155004 clauses out of 310028 with flag 32410843/12236000
991.73/985.73	c cleaning 156008 clauses out of 312024 with flag 32828003/12393000
1005.60/999.63	c cleaning 157004 clauses out of 314017 with flag 33246321/12551001
1021.77/1015.81	c cleaning 157994 clauses out of 316012 with flag 33678670/12710000
1035.27/1029.27	c cleaning 159005 clauses out of 318020 with flag 34115779/12870002
1051.44/1045.42	c cleaning 159992 clauses out of 320014 with flag 34545288/13031001
1068.21/1062.27	c cleaning 161004 clauses out of 322021 with flag 34969855/13193000
1081.97/1075.97	c cleaning 162003 clauses out of 324017 with flag 35413520/13356000
1096.93/1090.96	c cleaning 162994 clauses out of 326014 with flag 35871436/13520000
1115.10/1109.17	c cleaning 163994 clauses out of 328020 with flag 36320980/13685000
1131.28/1125.20	c cleaning 164997 clauses out of 330026 with flag 36755971/13851000
1148.75/1142.70	c cleaning 166004 clauses out of 332029 with flag 37200322/14018000
1163.04/1157.06	c cleaning 166995 clauses out of 334025 with flag 37642659/14186000
1180.99/1173.79	c cleaning 168001 clauses out of 336031 with flag 38098987/14355001
1197.05/1189.89	c cleaning 169008 clauses out of 338030 with flag 38557890/14525001
1212.03/1204.84	c cleaning 170005 clauses out of 340021 with flag 39012460/14696000
1229.11/1222.00	c cleaning 171002 clauses out of 342018 with flag 39475975/14868002
1244.98/1237.80	c cleaning 171999 clauses out of 344014 with flag 39932170/15041000
1258.55/1251.50	c cleaning 172993 clauses out of 346015 with flag 40396845/15215000
1274.14/1267.08	c cleaning 173999 clauses out of 348024 with flag 40878814/15390002
1290.97/1283.87	c cleaning 175005 clauses out of 350023 with flag 41401644/15566000
1310.93/1303.87	c cleaning 175996 clauses out of 352018 with flag 41893446/15743000
1332.49/1325.40	c cleaning 177007 clauses out of 354022 with flag 42375930/15921000
1350.34/1343.25	c cleaning 178001 clauses out of 356016 with flag 42858101/16100001
1369.91/1362.88	c cleaning 178986 clauses out of 358014 with flag 43377456/16280000
1387.86/1380.70	c cleaning 179998 clauses out of 360028 with flag 43881926/16461000
1409.92/1402.83	c cleaning 181003 clauses out of 362030 with flag 44382668/16643000
1425.69/1418.68	c cleaning 182007 clauses out of 364027 with flag 44907564/16826000
1441.82/1434.60	c cleaning 182999 clauses out of 366020 with flag 45408535/17010000
1458.88/1451.78	c cleaning 184004 clauses out of 368021 with flag 45925303/17195000
1478.44/1471.39	c cleaning 185004 clauses out of 370018 with flag 46451263/17381001
1496.59/1489.40	c cleaning 185986 clauses out of 372013 with flag 46978050/17568000
1513.36/1506.26	c cleaning 187002 clauses out of 374028 with flag 47502543/17756001
1534.51/1527.42	c cleaning 188002 clauses out of 376025 with flag 48018524/17945000
1553.54/1546.49	c cleaning 189008 clauses out of 378025 with flag 48556520/18135002
1576.39/1569.37	c cleaning 190000 clauses out of 380015 with flag 49075984/18326000
1596.32/1589.24	c cleaning 190993 clauses out of 382015 with flag 49590745/18518000
1613.39/1606.34	c cleaning 191996 clauses out of 384022 with flag 50116671/18711000
1633.18/1626.10	c cleaning 193007 clauses out of 386027 with flag 50650928/18905001
1653.14/1646.07	c cleaning 193999 clauses out of 388019 with flag 51196329/19100000
1674.49/1667.45	c cleaning 195003 clauses out of 390020 with flag 51729423/19296000
1696.83/1689.70	c cleaning 196000 clauses out of 392017 with flag 52261047/19493000
1718.48/1711.45	c cleaning 197000 clauses out of 394017 with flag 52825589/19691000
1739.94/1732.98	c cleaning 197997 clauses out of 396017 with flag 53382552/19890000
1766.62/1759.60	c cleaning 198998 clauses out of 398021 with flag 53963658/20090001
1793.36/1786.39	c cleaning 200007 clauses out of 400023 with flag 54554145/20291001
1818.40/1811.30	c cleaning 201000 clauses out of 402018 with flag 55110996/20493003
1842.06/1835.02	c cleaning 201998 clauses out of 404015 with flag 55671790/20696000
1867.38/1860.36	c cleaning 202999 clauses out of 406018 with flag 56229457/20900001
1891.32/1884.35	c cleaning 204001 clauses out of 408021 with flag 56818125/21105003
1919.80/1911.64	c cleaning 205003 clauses out of 410017 with flag 57400098/21311000
1943.25/1935.18	c cleaning 205999 clauses out of 412016 with flag 57963745/21518002
1966.72/1958.67	c cleaning 207000 clauses out of 414015 with flag 58537739/21726000
1988.76/1980.73	c cleaning 207987 clauses out of 416015 with flag 59094863/21935000
2015.91/2007.98	c cleaning 209002 clauses out of 418028 with flag 59683801/22145000
2043.97/2036.06	c cleaning 210009 clauses out of 420029 with flag 60249457/22356003
2076.69/2068.72	c cleaning 210995 clauses out of 422018 with flag 60827063/22568001
2105.83/2097.99	c cleaning 212004 clauses out of 424023 with flag 61422767/22781001
2135.52/2127.58	c cleaning 212997 clauses out of 426018 with flag 61998679/22995000
2161.08/2153.17	c cleaning 214010 clauses out of 428021 with flag 62583709/23210000
2183.66/2175.62	c cleaning 214992 clauses out of 430011 with flag 63158195/23426000
2206.60/2198.65	c cleaning 215998 clauses out of 432019 with flag 63740666/23643000
2230.22/2222.12	c cleaning 217001 clauses out of 434021 with flag 64324756/23861000
2257.55/2249.52	c cleaning 218000 clauses out of 436020 with flag 64929422/24080000
2284.02/2275.98	c cleaning 219007 clauses out of 438020 with flag 65535055/24300000
2306.09/2298.10	c cleaning 219995 clauses out of 440013 with flag 66128939/24521000
2333.55/2325.44	c cleaning 220993 clauses out of 442018 with flag 66733734/24743000
2359.40/2351.32	c cleaning 222002 clauses out of 444025 with flag 67359174/24966000
2383.97/2374.82	c cleaning 223007 clauses out of 446023 with flag 67956596/25190000
2411.13/2402.10	c cleaning 224001 clauses out of 448016 with flag 68564641/25415000
2440.76/2431.75	c cleaning 224992 clauses out of 450016 with flag 69174662/25641001
2466.83/2457.87	c cleaning 226002 clauses out of 452023 with flag 69765846/25868000
2496.36/2487.45	c cleaning 227001 clauses out of 454022 with flag 70384637/26096001
2519.30/2510.47	c cleaning 228002 clauses out of 456020 with flag 71023692/26325000
2542.54/2533.77	c cleaning 229007 clauses out of 458020 with flag 71653216/26555002
2567.20/2558.31	c cleaning 229997 clauses out of 460014 with flag 72272467/26786003
2593.97/2585.13	c cleaning 231006 clauses out of 462014 with flag 72882867/27018000
2618.61/2609.66	c cleaning 231996 clauses out of 464008 with flag 73498165/27251000
2646.07/2637.13	c cleaning 232990 clauses out of 466012 with flag 74122652/27485000
2675.87/2666.95	c cleaning 234005 clauses out of 468022 with flag 74747276/27720000
2704.32/2695.41	c cleaning 234996 clauses out of 470017 with flag 75373036/27956000
2733.68/2724.74	c cleaning 236011 clauses out of 472021 with flag 75992095/28193000
2763.32/2754.40	c cleaning 236987 clauses out of 474010 with flag 76629206/28431000
2787.48/2778.58	c cleaning 237986 clauses out of 476023 with flag 77305137/28670000
2809.33/2800.46	c cleaning 239010 clauses out of 478038 with flag 77970556/28910001
2835.87/2827.02	c cleaning 240003 clauses out of 480027 with flag 78644358/29151000
2863.69/2854.89	c cleaning 241004 clauses out of 482024 with flag 79314721/29393000
2893.13/2884.38	c cleaning 241998 clauses out of 484020 with flag 79998611/29636000
2923.37/2914.69	c cleaning 242998 clauses out of 486022 with flag 80675518/29880000
2948.48/2939.76	c cleaning 244005 clauses out of 488024 with flag 81359138/30125000
2975.93/2967.26	c cleaning 245005 clauses out of 490020 with flag 82031175/30371001
3005.37/2996.79	c cleaning 245997 clauses out of 492014 with flag 82723846/30618000
3037.90/3029.37	c cleaning 246988 clauses out of 494017 with flag 83417417/30866000
3067.87/3059.29	c cleaning 248005 clauses out of 496029 with flag 84090309/31115000
3097.89/3089.30	c cleaning 249002 clauses out of 498024 with flag 84760282/31365000
3121.55/3113.06	c cleaning 249999 clauses out of 500022 with flag 85433422/31616000
3150.02/3140.23	c cleaning 250999 clauses out of 502026 with flag 86105400/31868003
3178.46/3168.72	c cleaning 252000 clauses out of 504024 with flag 86799601/32121000
3209.71/3200.08	c cleaning 253002 clauses out of 506024 with flag 87484386/32375000
3234.56/3224.98	c cleaning 254001 clauses out of 508022 with flag 88183779/32630000
3264.80/3255.27	c cleaning 255003 clauses out of 510023 with flag 88886785/32886002
3300.33/3290.88	c cleaning 256000 clauses out of 512018 with flag 89589570/33143000
3329.77/3320.36	c cleaning 256999 clauses out of 514019 with flag 90294289/33401001
3359.43/3349.94	c cleaning 257999 clauses out of 516019 with flag 91003431/33660000
3392.37/3382.96	c cleaning 258997 clauses out of 518020 with flag 91706808/33920000
3425.00/3415.68	c cleaning 260004 clauses out of 520023 with flag 92417975/34181000
3451.14/3441.81	c cleaning 261002 clauses out of 522019 with flag 93113590/34443000
3482.87/3473.49	c cleaning 262001 clauses out of 524020 with flag 93818187/34706003
3510.71/3501.37	c cleaning 262990 clauses out of 526016 with flag 94545092/34970000
3544.74/3535.45	c cleaning 263993 clauses out of 528026 with flag 95286114/35235000
3573.44/3564.07	c cleaning 265010 clauses out of 530033 with flag 95991190/35501000
3600.07/3590.72	c starts		: 22792
3600.07/3590.77	c conflicts		: 35768001
3600.07/3590.77	c decisions		: 98534130
3600.07/3590.77	c propagations		: 933895555
3600.07/3590.77	c inspects		: 14888506299
3600.07/3590.77	c shortcuts		: 0
3600.07/3590.77	c learnt literals	: 0
3600.07/3590.77	c learnt binary clauses	: 0
3600.07/3590.77	c learnt ternary clauses	: 0
3600.07/3590.77	c learnt constraints	: 35768001
3600.07/3590.77	c ignored constraints	: 0
3600.07/3590.78	c root simplifications	: 0
3600.07/3590.78	c removed literals (reason simplification)	: 3504670360
3600.07/3590.78	c reason swapping (by a shorter reason)	: 0
3600.07/3590.78	c Calls to reduceDB	: 263
3600.07/3590.78	c Number of update (reduction) of LBD	: 7762872
3600.07/3590.78	c Imported unit clauses	: 0
3600.07/3590.78	c No decision after first conflict	: false
3600.07/3590.78	c number of reductions to clauses (during analyze)	: 0
3600.07/3590.78	c number of learned constraints concerned by reduction	: 0
3600.07/3590.78	c number of learning phase by resolution	: 0
3600.07/3590.79	c number of learning phase by cutting planes	: 0
3600.07/3590.79	c number of rounding to 1 operations	: 0
3600.07/3590.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3590.79	c number of reductions of the coefficients by power 2 	: 0
3600.07/3590.79	c number of right shift for reduction by power 2 	: 0
3600.07/3590.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3590.79	c number of ending skipping 	: 0
3600.07/3590.79	c number of internal skipping 	: 0
3600.07/3590.79	c number of derivation steps 	: 0
3600.28/3590.80	c number of skipped derivation steps 	: 0
3600.28/3590.80	c number of remaining unassigned 	: 0
3600.28/3590.80	c number of remaining assigned 	: 0
3600.28/3590.80	c number of falsified literals weakened from reason	: 0
3600.28/3590.80	c number of falsified literals weakened from conflict	: 0
3600.28/3590.80	c time for arithmetic operations	: 0
3600.28/3590.81	c minimum degree of deleted constraints	: null
3600.28/3590.81	c maximum degree of deleted constraints	: null
3600.28/3590.81	c number of deleted constraints	: 0
3600.28/3590.82	c speed (assignments/second)	: 260116.8080153904
3600.28/3590.82	c non guided choices	: 0
3600.67/3591.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 532024
3600.67/3591.03	s SATISFIABLE
3600.67/3591.03	c Found 1 solution(s)
3600.67/3591.04	v x1 x2 -x3 x4 x5 x6 x7 x8 -x9 -x10 -x11 x12 x13 -x14 x15 x16 -x17 -x18 -x19 x20 -x21 -x22 x23 x24 x25 x26 -x27 x28 x29 x30 -x31 x32 x33 -x34 -x35 -x36 x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 x46 -x47 -x48 x49 x50 -x51 -x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 x74 x75 x76 x77 x78 x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 -x107 -x108 x109 x110 -x111 -x112 x113 x114 x115 x116 x117 x118 -x119 -x120 -x121 x122 x123 x124 -x125 x126 x127 -x128 -x129 -x130 x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 x142 -x143 -x144 x145 x146 x147 x148 x149 x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 x158 x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 x182 x183 x184 x185 -x186 -x187 x188 x189 -x190 -x191 -x192 x193 -x194 -x195 x196 x197 x198 -x199 x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 x210 -x211 x212 x213 x214 -x215 -x216 -x217 x218 x219 -x220 -x221 -x222 x223 -x224 -x225 x226 x227 -x228 -x229 x230 x231 x232 x233 x234 x235 -x236 x237 x238 x239 x240 -x241 -x242 x243 x244 -x245 -x246 x247 x248 x249 -x250 x251 x252 x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 x275 x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 x289 x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 x304 x305 x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 x322 x323 -x324 -x325 x326 x327 -x328 -x329 x330 x331 -x332 -x333 -x334 x335 -x336 -x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 -x347 -x348 x349 x350 -x351 -x352 x353 x354 x355 -x356 x357 x358 x359 x360 -x361 -x362 -x363 x364 -x365 -x366 x367 x368 -x369 -x370 x371 x372 -x373 -x374 x375 x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 x384 x385 -x386 -x387 x388 x389 x390 x391 x392 x393 x394 -x395 -x396 x397 x398 -x399 -x400 x401 x402 -x403 -x404 x405 x406 -x407 -x408 x409 x410 -x411 -x412 x413 x414 x415 -x416 -x417 x418 x419 -x420 -x421 x422 x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 x433 x434 x435 
3600.67/3591.04	c objective function=5
3600.67/3591.04	c Total wall clock time (in seconds): 3590.674

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484270-1751290673/watcher-4484270-1751290673 -o /tmp/evaluation-result-4484270-1751290673/solver-4484270-1751290673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47013 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4484270-1751290673.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100088 s]*
/proc/loadavg: 2.82 3.79 4.00 9/301 47123
/proc/meminfo: memFree=129802656/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18930344 memory=47224 CPUtime=0.09 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 5420 0 75 0 5 4 0 0 20 0 18 0 44746451 19384672256 11806 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4732586 11806 4836 1 0 546695 0
[pid=47064/tid=47074] ppid=47055 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 4552 0 47 0 3 3 0 0 20 0 18 0 44746454 19384672256 11806 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18930344 memory=17127 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44746460 19384672256 11838 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18930344 memory=57394570986489 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 44746461 19384672256 11838 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 47224 KiB

[startup+0.228933 s]*
/proc/loadavg: 2.82 3.79 4.00 9/319 47141
/proc/meminfo: memFree=129779136/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18930384 memory=54544 CPUtime=0.29 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 6309 0 75 0 25 4 0 0 20 0 18 0 44746451 19384713216 13636 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4732596 13636 5284 1 0 547468 0
[pid=47064/tid=47074] ppid=47055 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 4980 0 47 0 15 3 0 0 20 0 18 0 44746454 19384713216 13636 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44746460 19384713216 13636 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 44746461 19384713216 13636 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54544 KiB

[startup+0.315404 s]*
/proc/loadavg: 2.82 3.79 4.00 10/319 47141
/proc/meminfo: memFree=129757732/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18930384 memory=59424 CPUtime=0.42 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 6546 0 75 0 37 5 0 0 20 0 18 0 44746451 19384713216 14856 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4732596 14856 5284 1 0 547683 0
[pid=47064/tid=47074] ppid=47055 vsize=18930384 memory=-6000919477001807211 CPUtime=0.25 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 5119 0 47 0 21 4 0 0 20 0 18 0 44746454 19384713216 14856 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44746460 19384713216 14856 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 44746461 19384713216 14856 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59424 KiB

[startup+0.700311 s]
/proc/loadavg: 2.82 3.79 4.00 13/320 47142
/proc/meminfo: memFree=129740844/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18996948 memory=68440 CPUtime=1.13 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 8442 0 75 0 106 7 0 0 20 0 19 0 44746451 19452874752 17110 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4749237 17110 5444 1 0 548975 0
[pid=47064/tid=47074] ppid=47055 vsize=18996948 memory=17664 CPUtime=0.57 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 5409 0 47 0 53 4 0 0 20 0 19 0 44746454 19452874752 17110 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44746460 19452874752 17110 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 44746461 19452874752 17110 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68440 KiB

[startup+1.50028 s]
/proc/loadavg: 2.82 3.79 4.00 10/323 47145
/proc/meminfo: memFree=129579908/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18996948 memory=89164 CPUtime=2.71 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 16840 0 75 0 262 9 0 0 20 0 19 0 44746451 19452874752 22291 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4749237 22291 5444 1 0 552009 0
[pid=47064/tid=47074] ppid=47055 vsize=18996948 memory=3328 CPUtime=1.35 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 5742 0 47 0 131 4 0 0 20 0 19 0 44746454 19452874752 22291 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44746460 19452874752 22291 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 44746461 19452874752 22291 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=18996948 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44746504 19452874752 22291 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89164 KiB

[startup+3.11248 s]
/proc/loadavg: 2.82 3.79 4.00 7/325 47147
/proc/meminfo: memFree=129303160/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=18996948 memory=130792 CPUtime=4.86 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 18786 0 75 0 476 10 0 0 20 0 19 0 44746451 19452874752 32698 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4749237 32698 5444 1 0 552109 0
[pid=47064/tid=47074] ppid=47055 vsize=18996948 memory=14340 CPUtime=2.94 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 6799 0 47 0 288 6 0 0 20 0 19 0 44746454 19452874752 32698 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44746460 19452874752 32698 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 44746461 19452874752 32698 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44746504 19452874752 32698 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130792 KiB

[startup+6.30038 s]
/proc/loadavg: 3.32 3.88 4.03 6/326 47148
/proc/meminfo: memFree=128753056/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=176956 CPUtime=8.22 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 19779 0 75 0 811 11 0 0 20 0 20 0 44746451 19521036288 44239 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 44239 5476 1 0 552398 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=0 CPUtime=6.08 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 6856 0 47 0 602 6 0 0 20 0 20 0 44746454 19521036288 44239 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 44239 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 44239 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=89616 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 44239 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176956 KiB

[startup+12.7004 s]
/proc/loadavg: 3.53 3.91 4.04 6/327 47149
/proc/meminfo: memFree=127772380/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=209924 CPUtime=14.74 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 22591 0 75 0 1461 13 0 0 20 0 20 0 44746451 19521036288 52481 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 52481 5476 1 0 552398 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=89616 CPUtime=12.31 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 7343 0 47 0 1225 6 0 0 20 0 20 0 44746454 19521036288 52481 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=209924 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 52481 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 52481 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 52481 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209924 KiB

[startup+25.5004 s]
/proc/loadavg: 3.99 4.00 4.07 6/328 47150
/proc/meminfo: memFree=125710244/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=349616 CPUtime=27.6 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 25360 0 75 0 2743 17 0 0 20 0 20 0 44746451 19521036288 87404 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 87404 5476 1 0 552398 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=209924 CPUtime=24.77 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) S 47055 47064 47003 0 -1 4194368 8415 0 47 0 2471 6 0 0 20 0 20 0 44746454 19521036288 87404 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 87404 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 87404 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=331156 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 87404 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 27.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 349616 KiB

[startup+51.113 s]
/proc/loadavg: 4.15 4.04 4.08 6/328 47151
/proc/meminfo: memFree=122500212/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=705232 CPUtime=53.24 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 26267 0 75 0 5299 25 0 0 20 0 20 0 44746451 19521036288 176308 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 176308 5508 1 0 658917 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=705232 CPUtime=49.78 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 8491 0 47 0 4970 8 0 0 20 0 20 0 44746454 19521036288 176308 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=209924 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 176308 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 176308 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=635532 CPUtime=0 cores=0,2

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

[startup+3342.3 s]
/proc/loadavg: 4.39 4.33 4.28 7/327 47391
/proc/meminfo: memFree=107231656/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3351.85 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 111446 0 75 0 334943 242 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=4760 CPUtime=3322.69 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 56527 0 47 0 332249 20 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1199 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3351.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.31 4.27 8/327 47460
/proc/meminfo: memFree=117358896/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3411.73 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 112175 0 75 0 340928 245 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=4760 CPUtime=3382.54 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 57165 0 47 0 338233 21 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=368 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1199 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=-6000919485591741803 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3411.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.33 4.28 8/327 47462
/proc/meminfo: memFree=113840656/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3471.6 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 112488 0 75 0 346913 247 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=4760 CPUtime=3442.38 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 57404 0 47 0 344217 21 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1267 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3471.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.33 4.28 7/327 47464
/proc/meminfo: memFree=113168652/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3531.67 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 113163 0 75 0 352917 250 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3502.03 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 57883 0 47 0 350182 21 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1267 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3531.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.35 4.29 8/326 47466
/proc/meminfo: memFree=111721116/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3591.69 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 114441 0 75 0 358916 253 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3561.71 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 58736 0 47 0 356150 21 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3591.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.7 s]
/proc/loadavg: 4.39 4.34 4.28 7/326 47466
/proc/meminfo: memFree=111589812/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3600.07 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 114465 0 75 0 359754 253 0 0 20 0 20 0 44746451 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4765878 653337 5540 1 0 665404 0
[pid=47064/tid=47074] ppid=47055 vsize=19063512 memory=2613348 CPUtime=3570.08 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 58754 0 47 0 356987 21 0 0 20 0 20 0 44746454 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44746460 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19063512 memory=-6000919477035099499 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 20 0 44746461 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47143] ppid=47055 vsize=19063512 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47143/stat : 47143 (Timer-0) S 47055 47064 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44746504 19521036288 653337 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2613348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=2.55814 s

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

[startup+3590.8 s]
/proc/loadavg: 4.39 4.34 4.28 7/326 47466
/proc/meminfo: memFree=111589812/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19263204 memory=2614116 CPUtime=3600.28 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 116211 0 75 0 359774 254 0 0 20 0 21 0 44746451 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4815801 653529 5540 1 0 666323 0
[pid=47064/tid=47074] ppid=47055 vsize=19263204 memory=6656 CPUtime=3570.19 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 58756 0 47 0 356998 21 0 0 20 0 21 0 44746454 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19263204 memory=2613348 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 44746460 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19263204 memory=7245577201579234449 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 21 0 44746461 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2614116 KiB

[startup+3591 s]*
/proc/loadavg: 4.60 4.39 4.30 8/327 47469
/proc/meminfo: memFree=111589308/131382112 swapFree=33010684/33010684
[pid=47064] ppid=47055 vsize=19263204 memory=2614116 CPUtime=3600.67 cores=0,2
/proc/47064/stat : 47064 (java) S 47055 47064 47003 0 -1 4194304 116316 0 75 0 359813 254 0 0 20 0 21 0 44746451 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
/proc/47064/statm: 4815801 653529 5540 1 0 666323 0
[pid=47064/tid=47074] ppid=47055 vsize=19263204 memory=-6000919477035099499 CPUtime=3570.4 cores=0,2
/proc/47064/task/47074/stat : 47074 (java) R 47055 47064 47003 0 -1 4194368 58756 0 47 0 357019 21 0 0 20 0 21 0 44746454 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47105] ppid=47055 vsize=19263204 memory=5300 CPUtime=0 cores=0,2
/proc/47064/task/47105/stat : 47105 (Finalizer) S 47055 47064 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 44746460 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47123] ppid=47055 vsize=19263204 memory=4916 CPUtime=0 cores=0,2
/proc/47064/task/47123/stat : 47123 (Common-Cleaner) S 47055 47064 47003 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 21 0 44746461 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
[pid=47064/tid=47469] ppid=47055 vsize=19263204 memory=6896 CPUtime=0.14 cores=0,2
/proc/47064/task/47469/stat : 47469 (Thread-0) R 47055 47064 47003 0 -1 4194368 366 0 0 0 14 0 0 0 20 0 21 0 45105523 19725520896 653529 18446744073709551615 94840963469312 94840963473008 140724400844560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94840963480824 94840963481616 94840990380032 140724400851329 140724400851430 140724400851430 140724400857032 0
Current children cumulated CPU time: 3600.67 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2614116 KiB

Child status: 143

Real time (s): 3591.06
CPU time (s): 3600.76
CPU user time (s): 3598.21
CPU system time (s): 2.55814
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2614116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 2.55814
maximum resident set size= 2614116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116553
page faults= 75
swaps= 0
block input operations= 0
block output operations= 4816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108037
involuntary context switches= 10319


# summary of solver processes directly reported to runsolver:
#   pid: 47064
#   total CPU time (s): 3600.76
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 2.55814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0004 second user time and 34.1362 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 15:37:53
IDJOB=4484270
IDBENCH=146653
IDSOLVER=3363
FILE ID=nodeC007/4484270-1751290673
RUNJOBID= nodeC007-1751290673-47013
SLURM_JOB_ID= 9594243
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484270-1751290673/watcher-4484270-1751290673 -o /tmp/evaluation-result-4484270-1751290673/solver-4484270-1751290673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47013 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4484270-1751290673.opb

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

MD5SUM BENCH= 7fa9d6bae1eb6fc87d1fc158a8928861
RANDOM SEED=1571213270

nodeC007 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.203
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.68
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.189
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.68
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.708
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.68
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.176
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.68
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.409
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.68
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.456
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.68
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.206
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.68
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.192
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129866252 kB
MemAvailable:   129932952 kB
Buffers:            3280 kB
Cached:           874464 kB
SwapCached:            0 kB
Active:           316428 kB
Inactive:         628104 kB
Active(anon):      84748 kB
Inactive(anon):        0 kB
Active(file):     231680 kB
Inactive(file):   628104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:         69840 kB
Mapped:           102140 kB
Shmem:             17960 kB
KReclaimable:      93088 kB
Slab:             176432 kB
SReclaimable:      93088 kB
SUnreclaim:        83344 kB
KernelStack:        3716 kB
PageTables:         2684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC007 at 2025-06-30 16:37:44