Trace number 4484271

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 VeriPB 2025-06-06SAT (TO)5 3600.26 3584.64

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4484271-1751291994.opb
0.10/0.15	c reading problem ... 
0.10/0.16	c using VERIPB proof format
0.10/0.16	c  objective function found
0.10/0.20	c ... done. Wall clock time 0.055s.
0.10/0.20	c declared #vars     435
0.10/0.20	c #constraints  502
0.10/0.20	c constraints type 
0.10/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 402
0.10/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.10/0.20	c org.sat4j.specs.Constr$1 => 1
0.10/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.10/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.10/0.20	c 502 constraints processed.
0.27/0.21	c objective function length is 435 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.083
0.27/0.23	o 5
2.02/1.14	c cleaning 2494 clauses out of 5000 with flag 10217/5000
3.39/1.81	c cleaning 4246 clauses out of 8507 with flag 22632/11001
4.56/2.40	c cleaning 5622 clauses out of 11260 with flag 37262/18000
5.39/3.01	c cleaning 6812 clauses out of 13639 with flag 54052/26001
6.38/3.72	c cleaning 7906 clauses out of 15827 with flag 72808/35001
7.22/4.53	c cleaning 8954 clauses out of 17920 with flag 93556/45000
8.20/5.40	c cleaning 9973 clauses out of 19966 with flag 116310/56000
9.11/6.31	c cleaning 10990 clauses out of 21995 with flag 141370/68002
10.11/7.38	c cleaning 11994 clauses out of 24005 with flag 168618/81002
11.36/8.51	c cleaning 12999 clauses out of 26009 with flag 197790/95000
12.48/9.69	c cleaning 13993 clauses out of 28010 with flag 228829/110000
13.78/10.98	c cleaning 15004 clauses out of 30017 with flag 262676/126000
15.26/12.35	c cleaning 15999 clauses out of 32013 with flag 298052/143000
16.78/13.89	c cleaning 16997 clauses out of 34014 with flag 335753/161000
18.38/15.48	c cleaning 18001 clauses out of 36018 with flag 375490/180001
20.12/17.12	c cleaning 18996 clauses out of 38016 with flag 417075/200000
21.91/18.96	c cleaning 19999 clauses out of 40020 with flag 461072/221000
23.83/20.82	c cleaning 21002 clauses out of 42022 with flag 506878/243001
25.89/22.84	c cleaning 21999 clauses out of 44019 with flag 555586/266000
27.88/24.86	c cleaning 23003 clauses out of 46020 with flag 605586/290000
30.32/27.23	c cleaning 24002 clauses out of 48018 with flag 658248/315001
32.87/29.72	c cleaning 24996 clauses out of 50015 with flag 713177/341000
35.17/32.04	c cleaning 26001 clauses out of 52020 with flag 769787/368001
37.72/34.58	c cleaning 27002 clauses out of 54019 with flag 828482/396001
40.48/37.25	c cleaning 27997 clauses out of 56016 with flag 889463/425000
43.35/40.08	c cleaning 29000 clauses out of 58020 with flag 953097/455001
46.50/43.17	c cleaning 30003 clauses out of 60020 with flag 1018845/486001
49.29/45.94	c cleaning 30998 clauses out of 62016 with flag 1086534/518000
52.32/48.94	c cleaning 32000 clauses out of 64019 with flag 1155584/551001
55.76/52.30	c cleaning 32998 clauses out of 66018 with flag 1226408/585000
59.49/56.08	c cleaning 33996 clauses out of 68020 with flag 1299904/620000
62.92/59.45	c cleaning 35001 clauses out of 70025 with flag 1375603/656001
66.76/63.23	c cleaning 36007 clauses out of 72023 with flag 1453226/693000
70.90/67.36	c cleaning 37001 clauses out of 74016 with flag 1532621/731000
75.37/71.70	c cleaning 37998 clauses out of 76015 with flag 1614075/770000
79.81/76.16	c cleaning 38999 clauses out of 78018 with flag 1698158/810001
84.15/80.44	c cleaning 40004 clauses out of 80018 with flag 1783982/851000
88.41/84.66	c cleaning 41002 clauses out of 82015 with flag 1871305/893001
92.70/88.84	c cleaning 41996 clauses out of 84013 with flag 1960636/936001
96.99/93.02	c cleaning 42996 clauses out of 86016 with flag 2052256/980000
101.61/97.63	c cleaning 43999 clauses out of 88021 with flag 2146679/1025001
106.03/102.07	c cleaning 45004 clauses out of 90021 with flag 2242838/1071000
110.75/106.79	c cleaning 45999 clauses out of 92018 with flag 2341138/1118001
116.21/112.11	c cleaning 47001 clauses out of 94018 with flag 2441894/1166000
121.45/117.37	c cleaning 47995 clauses out of 96017 with flag 2544420/1215000
126.17/122.06	c cleaning 49000 clauses out of 98023 with flag 2648688/1265001
131.49/127.40	c cleaning 49997 clauses out of 100022 with flag 2755029/1316000
137.09/132.82	c cleaning 51001 clauses out of 102027 with flag 2864012/1368002
142.14/137.89	c cleaning 52002 clauses out of 104025 with flag 2973847/1421001
147.48/143.20	c cleaning 53004 clauses out of 106023 with flag 3085232/1475001
153.30/148.93	c cleaning 54003 clauses out of 108019 with flag 3199504/1530001
159.02/154.69	c cleaning 54997 clauses out of 110015 with flag 3315146/1586000
164.80/160.39	c cleaning 56000 clauses out of 112018 with flag 3433385/1643000
171.35/166.89	c cleaning 56997 clauses out of 114018 with flag 3553663/1701000
177.85/173.25	c cleaning 58004 clauses out of 116022 with flag 3676268/1760001
185.03/180.39	c cleaning 58997 clauses out of 118017 with flag 3799783/1820000
190.77/185.63	c cleaning 60001 clauses out of 120020 with flag 3944517/1881000
194.99/189.89	c cleaning 60997 clauses out of 122019 with flag 4118304/1943000
199.20/194.01	c cleaning 62003 clauses out of 124022 with flag 4294175/2006000
203.24/198.04	c cleaning 62993 clauses out of 126019 with flag 4470238/2070000
207.46/202.24	c cleaning 63999 clauses out of 128026 with flag 4653565/2135000
211.87/206.60	c cleaning 65012 clauses out of 130027 with flag 4837576/2201000
216.33/211.01	c cleaning 66004 clauses out of 132015 with flag 5025138/2268000
220.55/215.25	c cleaning 67006 clauses out of 134012 with flag 5211901/2336001
225.47/220.13	c cleaning 67993 clauses out of 136005 with flag 5406907/2405000
230.00/224.63	c cleaning 69000 clauses out of 138012 with flag 5603349/2475000
234.81/229.44	c cleaning 69992 clauses out of 140014 with flag 5804330/2546002
239.76/234.31	c cleaning 71006 clauses out of 142020 with flag 6005885/2618000
244.88/239.43	c cleaning 72005 clauses out of 144015 with flag 6208672/2691001
250.23/244.76	c cleaning 72992 clauses out of 146009 with flag 6415737/2765000
255.45/249.97	c cleaning 73998 clauses out of 148017 with flag 6618657/2840000
260.49/254.91	c cleaning 74997 clauses out of 150020 with flag 6825719/2916001
265.79/260.59	c cleaning 76008 clauses out of 152022 with flag 7040947/2993000
271.25/265.90	c cleaning 77007 clauses out of 154014 with flag 7245161/3071000
276.98/271.63	c cleaning 77997 clauses out of 156007 with flag 7453805/3150000
282.81/277.42	c cleaning 79004 clauses out of 158011 with flag 7670689/3230001
289.10/283.60	c cleaning 79998 clauses out of 160006 with flag 7888609/3311000
295.01/289.84	c cleaning 81000 clauses out of 162008 with flag 8120602/3393000
300.87/295.60	c cleaning 82002 clauses out of 164009 with flag 8359786/3476001
307.58/302.34	c cleaning 83000 clauses out of 166006 with flag 8605515/3560000
313.86/308.39	c cleaning 84002 clauses out of 168006 with flag 8845606/3645000
321.41/315.81	c cleaning 84997 clauses out of 170005 with flag 9086971/3731001
327.87/322.69	c cleaning 85984 clauses out of 172007 with flag 9321900/3818000
335.61/330.33	c cleaning 87003 clauses out of 174023 with flag 9575381/3906000
343.10/337.70	c cleaning 88007 clauses out of 176020 with flag 9833143/3995000
350.24/344.84	c cleaning 89003 clauses out of 178014 with flag 10076634/4085001
357.59/352.37	c cleaning 89989 clauses out of 180011 with flag 10324367/4176001
365.98/360.62	c cleaning 90997 clauses out of 182021 with flag 10572100/4268000
373.60/368.22	c cleaning 91994 clauses out of 184024 with flag 10820489/4361000
382.00/376.61	c cleaning 93003 clauses out of 186030 with flag 11125334/4455000
390.37/385.16	c cleaning 93996 clauses out of 188027 with flag 11386768/4550000
400.40/395.20	c cleaning 95002 clauses out of 190031 with flag 11662476/4646000
409.56/404.22	c cleaning 96008 clauses out of 192030 with flag 11939565/4743001
417.76/412.52	c cleaning 97005 clauses out of 194021 with flag 12201570/4841000
427.93/422.60	c cleaning 98003 clauses out of 196016 with flag 12473361/4940000
437.76/432.44	c cleaning 98993 clauses out of 198014 with flag 12753775/5040001
448.59/443.34	c cleaning 100006 clauses out of 200021 with flag 13026531/5141001
458.41/453.78	c cleaning 100998 clauses out of 202015 with flag 13328332/5243001
479.23/477.48	c cleaning 101994 clauses out of 204017 with flag 13614221/5346001
488.63/486.73	c cleaning 103002 clauses out of 206022 with flag 13885327/5450000
499.06/497.10	c cleaning 103999 clauses out of 208022 with flag 14166418/5555002
509.78/508.06	c cleaning 105002 clauses out of 210022 with flag 14476364/5661001
520.04/518.29	c cleaning 106006 clauses out of 212019 with flag 14766583/5768000
530.88/529.01	c cleaning 106997 clauses out of 214013 with flag 15049545/5876000
541.53/539.80	c cleaning 108000 clauses out of 216017 with flag 15345197/5985001
552.75/551.05	c cleaning 108996 clauses out of 218016 with flag 15647715/6095000
563.99/562.22	c cleaning 109997 clauses out of 220020 with flag 15955606/6206000
576.86/575.21	c cleaning 111005 clauses out of 222023 with flag 16267523/6318000
588.64/586.95	c cleaning 112005 clauses out of 224018 with flag 16582384/6431000
601.06/599.54	c cleaning 112992 clauses out of 226013 with flag 16899593/6545000
614.71/613.15	c cleaning 114006 clauses out of 228021 with flag 17220793/6660000
628.25/626.35	c cleaning 114994 clauses out of 230015 with flag 17533617/6776000
640.72/639.01	c cleaning 116000 clauses out of 232021 with flag 17858006/6893000
653.52/651.82	c cleaning 116994 clauses out of 234022 with flag 18179526/7011001
666.90/665.44	c cleaning 118002 clauses out of 236027 with flag 18500450/7130000
680.75/679.23	c cleaning 119001 clauses out of 238025 with flag 18833314/7250000
694.81/693.47	c cleaning 120008 clauses out of 240024 with flag 19161858/7371000
708.31/706.91	c cleaning 121003 clauses out of 242016 with flag 19495462/7493000
721.59/720.14	c cleaning 121999 clauses out of 244013 with flag 19825001/7616000
736.46/735.34	c cleaning 123000 clauses out of 246015 with flag 20158834/7740001
751.02/749.81	c cleaning 123993 clauses out of 248014 with flag 20491056/7865000
763.89/762.78	c cleaning 125008 clauses out of 250021 with flag 20824977/7991000
780.33/779.15	c cleaning 126002 clauses out of 252013 with flag 21172412/8118000
796.31/795.22	c cleaning 126999 clauses out of 254011 with flag 21531539/8246000
810.62/809.46	c cleaning 127989 clauses out of 256013 with flag 21896819/8375001
825.62/824.54	c cleaning 129006 clauses out of 258023 with flag 22247584/8505000
841.45/840.35	c cleaning 129995 clauses out of 260017 with flag 22600103/8636000
856.01/854.95	c cleaning 130996 clauses out of 262025 with flag 22957994/8768003
870.47/869.35	c cleaning 132014 clauses out of 264027 with flag 23327308/8901001
885.66/884.65	c cleaning 133006 clauses out of 266012 with flag 23687587/9035000
903.16/902.01	c cleaning 133985 clauses out of 268008 with flag 24062659/9170002
920.13/919.08	c cleaning 135001 clauses out of 270021 with flag 24434741/9306000
938.22/937.20	c cleaning 136000 clauses out of 272020 with flag 24827465/9443000
957.25/956.12	c cleaning 137002 clauses out of 274020 with flag 25206638/9581000
976.18/975.10	c cleaning 137999 clauses out of 276018 with flag 25579174/9720000
995.33/993.94	c cleaning 138995 clauses out of 278019 with flag 25956476/9860000
1015.94/1014.80	c cleaning 140002 clauses out of 280024 with flag 26334496/10001000
1029.64/1028.64	c cleaning 141005 clauses out of 282022 with flag 26729713/10143000
1043.67/1042.56	c cleaning 142003 clauses out of 284017 with flag 27116989/10286000
1058.13/1056.98	c cleaning 142990 clauses out of 286014 with flag 27499494/10430000
1075.64/1074.37	c cleaning 143999 clauses out of 288024 with flag 27901731/10575000
1090.38/1089.03	c cleaning 145001 clauses out of 290025 with flag 28291836/10721000
1105.93/1104.51	c cleaning 146003 clauses out of 292025 with flag 28680824/10868001
1121.15/1119.61	c cleaning 147004 clauses out of 294021 with flag 29077516/11016000
1136.14/1134.59	c cleaning 147986 clauses out of 296017 with flag 29473107/11165000
1151.25/1149.57	c cleaning 149005 clauses out of 298033 with flag 29878801/11315002
1166.67/1164.82	c cleaning 149995 clauses out of 300026 with flag 30280178/11466000
1182.03/1180.18	c cleaning 151006 clauses out of 302031 with flag 30698088/11618000
1198.92/1196.91	c cleaning 152005 clauses out of 304025 with flag 31120215/11771000
1215.91/1213.86	c cleaning 153011 clauses out of 306021 with flag 31543335/11925001
1232.93/1230.73	c cleaning 153981 clauses out of 308009 with flag 31964420/12080000
1251.85/1249.57	c cleaning 155004 clauses out of 310028 with flag 32410843/12236000
1269.72/1266.91	c cleaning 156008 clauses out of 312024 with flag 32828003/12393000
1287.31/1284.42	c cleaning 157004 clauses out of 314017 with flag 33246321/12551001
1307.53/1304.71	c cleaning 157994 clauses out of 316012 with flag 33678670/12710000
1324.97/1322.05	c cleaning 159005 clauses out of 318020 with flag 34115779/12870002
1344.84/1341.81	c cleaning 159992 clauses out of 320014 with flag 34545288/13031001
1365.97/1362.98	c cleaning 161004 clauses out of 322021 with flag 34969855/13193000
1383.32/1380.36	c cleaning 162003 clauses out of 324017 with flag 35413520/13356000
1402.27/1399.21	c cleaning 162994 clauses out of 326014 with flag 35871436/13520000
1424.42/1421.34	c cleaning 163994 clauses out of 328020 with flag 36320980/13685000
1443.27/1440.11	c cleaning 164997 clauses out of 330026 with flag 36755971/13851000
1464.61/1461.45	c cleaning 166004 clauses out of 332029 with flag 37200322/14018000
1483.07/1479.76	c cleaning 166995 clauses out of 334025 with flag 37642659/14186000
1503.25/1499.91	c cleaning 168001 clauses out of 336031 with flag 38098987/14355001
1523.69/1520.24	c cleaning 169008 clauses out of 338030 with flag 38557890/14525001
1543.31/1539.36	c cleaning 170005 clauses out of 340021 with flag 39012460/14696000
1563.74/1559.73	c cleaning 171002 clauses out of 342018 with flag 39475975/14868002
1583.86/1579.74	c cleaning 171999 clauses out of 344014 with flag 39932170/15041000
1601.41/1597.28	c cleaning 172993 clauses out of 346015 with flag 40396845/15215000
1621.07/1616.77	c cleaning 173999 clauses out of 348024 with flag 40878814/15390002
1642.15/1637.97	c cleaning 175005 clauses out of 350023 with flag 41401644/15566000
1666.64/1662.37	c cleaning 175996 clauses out of 352018 with flag 41893446/15743000
1692.44/1688.01	c cleaning 177007 clauses out of 354022 with flag 42375930/15921000
1714.85/1710.37	c cleaning 178001 clauses out of 356016 with flag 42858101/16100001
1739.02/1734.59	c cleaning 178986 clauses out of 358014 with flag 43377456/16280000
1761.15/1756.56	c cleaning 179998 clauses out of 360028 with flag 43881926/16461000
1787.71/1783.00	c cleaning 181003 clauses out of 362030 with flag 44382668/16643000
1808.17/1803.33	c cleaning 182007 clauses out of 364027 with flag 44907564/16826000
1828.56/1823.22	c cleaning 182999 clauses out of 366020 with flag 45408535/17010000
1850.08/1844.68	c cleaning 184004 clauses out of 368021 with flag 45925303/17195000
1874.39/1869.06	c cleaning 185004 clauses out of 370018 with flag 46451263/17381001
1897.34/1891.83	c cleaning 185986 clauses out of 372013 with flag 46978050/17568000
1919.29/1913.70	c cleaning 187002 clauses out of 374028 with flag 47502543/17756001
1945.66/1940.18	c cleaning 188002 clauses out of 376025 with flag 48018524/17945000
1970.07/1964.42	c cleaning 189008 clauses out of 378025 with flag 48556520/18135002
1998.96/1993.22	c cleaning 190000 clauses out of 380015 with flag 49075984/18326000
2022.60/2016.84	c cleaning 190993 clauses out of 382015 with flag 49590745/18518000
2044.55/2038.69	c cleaning 191996 clauses out of 384022 with flag 50116671/18711000
2068.46/2062.41	c cleaning 193007 clauses out of 386027 with flag 50650928/18905001
2094.12/2088.12	c cleaning 193999 clauses out of 388019 with flag 51196329/19100000
2121.48/2114.99	c cleaning 195003 clauses out of 390020 with flag 51729423/19296000
2149.65/2143.07	c cleaning 196000 clauses out of 392017 with flag 52261047/19493000
2176.52/2169.88	c cleaning 197000 clauses out of 394017 with flag 52825589/19691000
2204.36/2197.49	c cleaning 197997 clauses out of 396017 with flag 53382552/19890000
2235.98/2229.03	c cleaning 198998 clauses out of 398021 with flag 53963658/20090001
2268.90/2261.82	c cleaning 200007 clauses out of 400023 with flag 54554145/20291001
2298.64/2291.01	c cleaning 201000 clauses out of 402018 with flag 55110996/20493003
2328.16/2320.43	c cleaning 201998 clauses out of 404015 with flag 55671790/20696000
2359.57/2351.77	c cleaning 202999 clauses out of 406018 with flag 56229457/20900001
2389.78/2381.84	c cleaning 204001 clauses out of 408021 with flag 56818125/21105003
2422.64/2414.55	c cleaning 205003 clauses out of 410017 with flag 57400098/21311000
2451.36/2443.13	c cleaning 205999 clauses out of 412016 with flag 57963745/21518002
2479.88/2471.57	c cleaning 207000 clauses out of 414015 with flag 58537739/21726000
2508.00/2499.15	c cleaning 207987 clauses out of 416015 with flag 59094863/21935000
2541.35/2532.35	c cleaning 209002 clauses out of 418028 with flag 59683801/22145000
2575.06/2565.95	c cleaning 210009 clauses out of 420029 with flag 60249457/22356003
2613.09/2603.82	c cleaning 210995 clauses out of 422018 with flag 60827063/22568001
2647.81/2638.52	c cleaning 212004 clauses out of 424023 with flag 61422767/22781001
2683.15/2673.11	c cleaning 212997 clauses out of 426018 with flag 61998679/22995000
2715.17/2705.40	c cleaning 214010 clauses out of 428021 with flag 62583709/23210000
2741.92/2732.13	c cleaning 214992 clauses out of 430011 with flag 63158195/23426000
2770.07/2760.45	c cleaning 215998 clauses out of 432019 with flag 63740666/23643000
2798.28/2788.54	c cleaning 217001 clauses out of 434021 with flag 64324756/23861000
2831.15/2821.23	c cleaning 218000 clauses out of 436020 with flag 64929422/24080000
2863.55/2853.03	c cleaning 219007 clauses out of 438020 with flag 65535055/24300000
2890.41/2879.71	c cleaning 219995 clauses out of 440013 with flag 66128939/24521000
2923.31/2912.55	c cleaning 220993 clauses out of 442018 with flag 66733734/24743000
2955.28/2944.31	c cleaning 222002 clauses out of 444025 with flag 67359174/24966000
2983.90/2972.82	c cleaning 223007 clauses out of 446023 with flag 67956596/25190000
3017.14/3005.96	c cleaning 224001 clauses out of 448016 with flag 68564641/25415000
3052.96/3042.23	c cleaning 224992 clauses out of 450016 with flag 69174662/25641001
3086.07/3074.67	c cleaning 226002 clauses out of 452023 with flag 69765846/25868000
3122.49/3110.97	c cleaning 227001 clauses out of 454022 with flag 70384637/26096001
3150.78/3139.08	c cleaning 228002 clauses out of 456020 with flag 71023692/26325000
3180.08/3168.14	c cleaning 229007 clauses out of 458020 with flag 71653216/26555002
3209.52/3197.48	c cleaning 229997 clauses out of 460014 with flag 72272467/26786003
3242.86/3230.18	c cleaning 231006 clauses out of 462014 with flag 72882867/27018000
3273.05/3260.15	c cleaning 231996 clauses out of 464008 with flag 73498165/27251000
3306.40/3293.37	c cleaning 232990 clauses out of 466012 with flag 74122652/27485000
3342.59/3329.31	c cleaning 234005 clauses out of 468022 with flag 74747276/27720000
3375.58/3361.71	c cleaning 234996 clauses out of 470017 with flag 75373036/27956000
3408.43/3394.31	c cleaning 236011 clauses out of 472021 with flag 75992095/28193000
3442.01/3427.85	c cleaning 236987 clauses out of 474010 with flag 76629206/28431000
3471.42/3456.32	c cleaning 237986 clauses out of 476023 with flag 77305137/28670000
3497.24/3481.99	c cleaning 239010 clauses out of 478038 with flag 77970556/28910001
3528.11/3512.83	c cleaning 240003 clauses out of 480027 with flag 78644358/29151000
3559.30/3544.07	c cleaning 241004 clauses out of 482024 with flag 79314721/29393000
3593.51/3577.99	c cleaning 241998 clauses out of 484020 with flag 79998611/29636000
3600.01/3584.42	c starts		: 22792
3600.01/3584.43	c conflicts		: 29708082
3600.01/3584.43	c decisions		: 81910158
3600.01/3584.43	c propagations		: 767692653
3600.01/3584.43	c inspects		: 11958384284
3600.01/3584.43	c shortcuts		: 0
3600.01/3584.43	c learnt literals	: 0
3600.01/3584.43	c learnt binary clauses	: 0
3600.01/3584.43	c learnt ternary clauses	: 0
3600.01/3584.43	c learnt constraints	: 29708082
3600.01/3584.43	c ignored constraints	: 0
3600.01/3584.43	c root simplifications	: 0
3600.01/3584.43	c removed literals (reason simplification)	: 2902436506
3600.01/3584.43	c reason swapping (by a shorter reason)	: 0
3600.01/3584.43	c Calls to reduceDB	: 239
3600.01/3584.43	c Number of update (reduction) of LBD	: 6382038
3600.01/3584.43	c Imported unit clauses	: 0
3600.01/3584.43	c No decision after first conflict	: false
3600.01/3584.43	c number of reductions to clauses (during analyze)	: 0
3600.01/3584.43	c number of learned constraints concerned by reduction	: 0
3600.01/3584.43	c number of learning phase by resolution	: 0
3600.01/3584.43	c number of learning phase by cutting planes	: 0
3600.01/3584.43	c number of rounding to 1 operations	: 0
3600.01/3584.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3584.43	c number of reductions of the coefficients by power 2 	: 0
3600.01/3584.43	c number of right shift for reduction by power 2 	: 0
3600.01/3584.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3584.43	c number of ending skipping 	: 0
3600.01/3584.43	c number of internal skipping 	: 0
3600.01/3584.43	c number of derivation steps 	: 0
3600.01/3584.43	c number of skipped derivation steps 	: 0
3600.01/3584.44	c number of remaining unassigned 	: 0
3600.01/3584.44	c number of remaining assigned 	: 0
3600.01/3584.44	c number of falsified literals weakened from reason	: 0
3600.01/3584.44	c number of falsified literals weakened from conflict	: 0
3600.01/3584.44	c time for arithmetic operations	: 0
3600.01/3584.44	c minimum degree of deleted constraints	: null
3600.01/3584.44	c maximum degree of deleted constraints	: null
3600.01/3584.44	c number of deleted constraints	: 0
3600.01/3584.44	c speed (assignments/second)	: 214187.22966520124
3600.01/3584.44	c non guided choices	: 0
3600.01/3584.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 314104
3600.01/3584.50	s SATISFIABLE
3600.01/3584.50	c Found 1 solution(s)
3600.21/3584.50	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.21/3584.51	c objective function=5
3600.21/3584.51	c Total wall clock time (in seconds): 3584.366

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 0.73 2.77 3.61 9/332 37940
/proc/meminfo: memFree=129701152/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=18930384 memory=53156 CPUtime=0.1 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 6455 0 0 0 9 1 0 0 20 0 18 0 44876911 19384713216 13289 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4732596 13289 5325 1 0 547532 0
[pid=37875/tid=37903] ppid=37863 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) S 37863 37875 37803 0 -1 4194368 4988 0 0 0 5 1 0 0 20 0 18 0 44876913 19384713216 13289 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44876915 19384713216 13289 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 44876916 19384713216 13289 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53156 KiB

[startup+0.205923 s]*
/proc/loadavg: 0.73 2.77 3.61 13/333 37941
/proc/meminfo: memFree=129676416/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=18930384 memory=62148 CPUtime=0.27 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 7059 0 0 0 25 2 0 0 20 0 18 0 44876911 19384713216 15537 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4732596 15537 5485 1 0 547953 0
[pid=37875/tid=37903] ppid=37863 vsize=18930384 memory=4026663196 CPUtime=0.14 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 5342 0 0 0 13 1 0 0 20 0 18 0 44876913 19384713216 15537 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44876915 19384713216 15537 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 44876916 19384713216 15537 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62148 KiB

[startup+0.305928 s]*
/proc/loadavg: 0.73 2.77 3.61 9/335 37943
/proc/meminfo: memFree=129586072/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=18996948 memory=72692 CPUtime=0.46 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 7773 0 0 0 44 2 0 0 20 0 19 0 44876911 19452874752 18173 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4749237 18173 5485 1 0 548625 0
[pid=37875/tid=37903] ppid=37863 vsize=18996948 memory=-6000919489869407596 CPUtime=0.22 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 5451 0 0 0 21 1 0 0 20 0 19 0 44876913 19452874752 18173 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44876915 19452874752 18173 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 44876916 19452874752 18173 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44876934 19452874752 18173 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72692 KiB

[startup+0.700668 s]
/proc/loadavg: 0.73 2.77 3.61 9/337 37945
/proc/meminfo: memFree=129412592/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=171440 CPUtime=1.22 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 13614 0 0 0 117 5 0 0 20 0 20 0 44876911 19521036288 42860 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 42860 5517 1 0 552442 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=17920 CPUtime=0.55 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 5569 0 0 0 53 2 0 0 20 0 20 0 44876913 19521036288 42860 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 42860 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 42860 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 42860 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171440 KiB

[startup+1.50022 s]
/proc/loadavg: 1.39 2.87 3.64 9/340 37948
/proc/meminfo: memFree=129236276/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=178764 CPUtime=2.8 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 22304 0 0 0 274 6 0 0 20 0 20 0 44876911 19521036288 44691 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 44691 5517 1 0 553516 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=0 CPUtime=1.31 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 6062 0 0 0 128 3 0 0 20 0 20 0 44876913 19521036288 44691 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 44691 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 44691 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 44691 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178764 KiB

[startup+3.10716 s]
/proc/loadavg: 1.39 2.87 3.64 7/340 37948
/proc/meminfo: memFree=128324892/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=380280 CPUtime=5.59 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 24511 0 0 0 547 12 0 0 20 0 20 0 44876911 19521036288 95070 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 95070 5517 1 0 553535 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=10752 CPUtime=2.86 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 6589 0 0 0 278 8 0 0 20 0 20 0 44876913 19521036288 95070 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=-6000919494164374892 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 95070 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 95070 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 95070 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 380280 KiB

[startup+6.30021 s]
/proc/loadavg: 1.60 2.89 3.64 5/343 37951
/proc/meminfo: memFree=124781696/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=1485240 CPUtime=9.11 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 25811 0 0 0 875 36 0 0 20 0 20 0 44876911 19521036288 371310 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 371310 5517 1 0 672594 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 7360 0 0 0 566 30 0 0 20 0 20 0 44876913 19521036288 371310 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 371310 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 371310 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=178764 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 371310 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1485240 KiB

[startup+12.7002 s]
/proc/loadavg: 1.87 2.93 3.65 6/345 37954
/proc/meminfo: memFree=122119496/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=1518224 CPUtime=15.65 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 26247 0 0 0 1523 42 0 0 20 0 20 0 44876911 19521036288 379556 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 379556 5517 1 0 672595 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=178764 CPUtime=12.25 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 7634 0 0 0 1190 35 0 0 20 0 20 0 44876913 19521036288 379556 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=1518224 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 379556 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 379556 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 379556 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1518224 KiB

[startup+25.5003 s]
/proc/loadavg: 2.20 2.96 3.65 5/345 37954
/proc/meminfo: memFree=119387544/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=1819356 CPUtime=28.64 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 29928 0 0 0 2800 64 0 0 20 0 20 0 44876911 19521036288 454839 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 454839 5517 1 0 672597 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=1518224 CPUtime=24.76 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 9560 0 0 0 2424 52 0 0 20 0 20 0 44876913 19521036288 454839 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 454839 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=1518224 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 454839 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=178764 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 454839 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1819356 KiB

[startup+51.106 s]
/proc/loadavg: 3.03 3.09 3.68 5/345 37954
/proc/meminfo: memFree=115093104/131250000 swapFree=33010684/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=1969080 CPUtime=54.56 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 34673 0 0 0 5365 91 0 0 20 0 20 0 44876911 19521036288 492270 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 492270 5549 1 0 672597 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=178764 CPUtime=49.85 cores=5,7

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

/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 51116 0 0 0 320981 1800 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1291 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3295.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

[startup+3342.3 s]*
/proc/loadavg: 4.54 4.45 4.34 6/347 38221
/proc/meminfo: memFree=71822392/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3356.08 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 121307 0 0 0 333655 1953 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=-6000919472639665260 CPUtime=3287.13 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 51292 0 0 0 326884 1829 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=17312 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=46336 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1311 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=12800 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3356.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

[startup+3402.3 s]*
/proc/loadavg: 4.40 4.43 4.34 5/346 38223
/proc/meminfo: memFree=69642740/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3416.45 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 121582 0 0 0 339665 1980 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=-6000919472639665260 CPUtime=3346.38 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 51513 0 0 0 332784 1854 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=28228 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1311 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3416.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

[startup+3462.3 s]*
/proc/loadavg: 4.51 4.44 4.35 6/347 38299
/proc/meminfo: memFree=98696168/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3477.43 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 125069 0 0 0 345732 2011 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=-6000919481263088748 CPUtime=3405.7 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 53836 0 0 0 338686 1884 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=4660 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=6900 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1311 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3477.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

[startup+3522.3 s]*
/proc/loadavg: 4.23 4.37 4.33 6/346 38303
/proc/meminfo: memFree=90654128/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3537.64 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 125974 0 0 0 351719 2045 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=-6000919481263088748 CPUtime=3464.68 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 54530 0 0 0 344552 1916 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=4138135827954429595 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1317 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=2322640 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3537.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

[startup+3582.3 s]*
/proc/loadavg: 4.32 4.37 4.33 5/345 38305
/proc/meminfo: memFree=82260308/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3597.92 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 127484 0 0 0 357718 2074 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=-6000919481263088748 CPUtime=3523.52 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 55228 0 0 0 350407 1945 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=4138135827954429595 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=8039887049847966114 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1326 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=7100839852556256653 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3597.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.41 s]
/proc/loadavg: 4.32 4.37 4.33 5/345 38305
/proc/meminfo: memFree=82167148/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3600.01 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 127484 0 0 0 357926 2075 0 0 20 0 20 0 44876911 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4765878 580660 5581 1 0 592873 0
[pid=37875/tid=37903] ppid=37863 vsize=19063512 memory=2322640 CPUtime=3525.61 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 55228 0 0 0 350616 1945 0 0 20 0 20 0 44876913 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19063512 memory=2322640 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44876915 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1326 0 0 0 0 0 0 0 20 0 20 0 44876916 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37943] ppid=37863 vsize=19063512 memory=2322640 CPUtime=0 cores=5,7
/proc/37875/task/37943/stat : 37943 (Timer-0) S 37863 37875 37803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44876934 19521036288 580660 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.47 s, system=20.7858 s

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

[startup+3584.51 s]
/proc/loadavg: 4.32 4.37 4.33 5/345 38305
/proc/meminfo: memFree=82167148/131250000 swapFree=33010672/33010684
[pid=37875] ppid=37863 vsize=19263204 memory=2323408 CPUtime=3600.21 cores=5,7
/proc/37875/stat : 37875 (java) S 37863 37875 37803 0 -1 4194304 128536 0 0 0 357945 2076 0 0 20 0 21 0 44876911 19725520896 580852 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
/proc/37875/statm: 4815801 580852 5581 1 0 593835 0
[pid=37875/tid=37903] ppid=37863 vsize=19263204 memory=25508 CPUtime=3525.68 cores=5,7
/proc/37875/task/37903/stat : 37903 (java) R 37863 37875 37803 0 -1 4194368 55305 0 0 0 350623 1945 0 0 20 0 21 0 44876913 19725520896 580852 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37924] ppid=37863 vsize=19263204 memory=9112 CPUtime=0 cores=5,7
/proc/37875/task/37924/stat : 37924 (Finalizer) S 37863 37875 37803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 44876915 19725520896 580852 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
[pid=37875/tid=37939] ppid=37863 vsize=19263204 memory=6784 CPUtime=0 cores=5,7
/proc/37875/task/37939/stat : 37939 (Common-Cleaner) S 37863 37875 37803 0 -1 4194368 1326 0 0 0 0 0 0 0 20 0 21 0 44876916 19725520896 580852 18446744073709551615 94582733869056 94582733872752 140737068637872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94582733880568 94582733881360 94582747381760 140737068640560 140737068640742 140737068640742 140737068646344 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2323408 KiB

[startup+3584.6 s]*
/proc/loadavg: 4.32 4.37 4.33 5/327 38308
/proc/meminfo: memFree=84437480/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3584.64
CPU time (s): 3600.26
CPU user time (s): 3579.47
CPU system time (s): 20.7858
CPU usage (%): 100.436
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2643036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.47
system time used= 20.7858
maximum resident set size= 2643036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128641
page faults= 0
swaps= 0
block input operations= 40
block output operations= 44203648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139196
involuntary context switches= 14296


# summary of solver processes directly reported to runsolver:
#   pid: 37875
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3579.47
#   total CPU system time (s): 20.7858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.62053 second user time and 20.5044 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-30 15:59:54
IDJOB=4484271
IDBENCH=146653
IDSOLVER=3364
FILE ID=nodeC019/4484271-1751291994
RUNJOBID= nodeC019-1751291993-37816
SLURM_JOB_ID= 9594257
Free space on /tmp= 433044 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484271-1751291994/watcher-4484271-1751291994 -o /tmp/evaluation-result-4484271-1751291994/solver-4484271-1751291994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751291993-37816 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4484271-1751291994 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4484271-1751291994.opb

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

MD5SUM BENCH= 7fa9d6bae1eb6fc87d1fc158a8928861
RANDOM SEED=1704263412

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129795088 kB
MemAvailable:   129745540 kB
Buffers:            3280 kB
Cached:           758476 kB
SwapCached:            0 kB
Active:           326648 kB
Inactive:         501612 kB
Active(anon):      84568 kB
Inactive(anon):        0 kB
Active(file):     242080 kB
Inactive(file):   501612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3252 kB
Writeback:             0 kB
AnonPages:         69652 kB
Mapped:           103404 kB
Shmem:             18064 kB
KReclaimable:      91996 kB
Slab:             177864 kB
SReclaimable:      91996 kB
SUnreclaim:        85868 kB
KernelStack:        4176 kB
PageTables:         2880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC019 at 2025-06-30 16:59:39