Trace number 4487675

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)1666 3600.31 3611.44

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM678ded5bf8e4807033dda77c17462616
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 benchmark1567
Best CPU time to get the best result obtained on this benchmark0.008801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4487675-1751338848.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
0.12/0.17	c ... done. Wall clock time 0.029s.
0.12/0.17	c declared #vars     133
0.12/0.17	c #constraints  229
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58
0.12/0.17	c org.sat4j.specs.Constr$1 => 19
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
0.12/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 11
0.12/0.17	c 229 constraints processed.
0.12/0.18	c objective function length is 133 literals
0.12/0.19	c SATISFIABLE
0.12/0.19	c OPTIMIZING...
0.12/0.19	c Got one! Elapsed wall clock time (in seconds):0.051
0.12/0.19	o 1812
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.096
0.30/0.23	o 1789
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.097
0.30/0.23	o 1780
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.122
0.30/0.26	o 1766
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.13
0.30/0.27	o 1757
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.343
0.70/0.48	o 1750
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.353
0.70/0.49	o 1746
0.88/0.51	c Got one! Elapsed wall clock time (in seconds):0.371
0.88/0.51	o 1732
0.88/0.51	c Got one! Elapsed wall clock time (in seconds):0.376
0.88/0.51	o 1723
1.27/0.73	c cleaning 3214 clauses out of 6435 with flag 6764/6435
1.86/1.05	c cleaning 4601 clauses out of 9221 with flag 19896/12435
2.45/1.30	c cleaning 5800 clauses out of 11620 with flag 34806/19435
2.65/1.40	c Got one! Elapsed wall clock time (in seconds):1.259
2.65/1.40	o 1722
2.65/1.43	c Got one! Elapsed wall clock time (in seconds):1.289
2.65/1.43	o 1716
2.65/1.47	c Got one! Elapsed wall clock time (in seconds):1.329
2.65/1.47	o 1715
2.65/1.47	c Got one! Elapsed wall clock time (in seconds):1.334
2.65/1.47	o 1712
2.65/1.48	c Got one! Elapsed wall clock time (in seconds):1.341
2.65/1.48	o 1707
2.65/1.48	c Got one! Elapsed wall clock time (in seconds):1.343
2.65/1.48	o 1698
2.65/1.48	c Got one! Elapsed wall clock time (in seconds):1.345
2.65/1.48	o 1689
2.84/1.53	c cleaning 6312 clauses out of 12636 with flag 2347/26251
3.24/1.70	c cleaning 6153 clauses out of 12324 with flag 15632/32251
3.44/1.88	c cleaning 6580 clauses out of 13171 with flag 30564/39251
3.78/2.07	c cleaning 7291 clauses out of 14592 with flag 47837/47252
4.15/2.27	c cleaning 8142 clauses out of 16300 with flag 67142/56251
4.32/2.35	c Got one! Elapsed wall clock time (in seconds):2.214
4.32/2.35	o 1680
4.47/2.42	c cleaning 6936 clauses out of 13892 with flag 4224/61985
4.58/2.57	c cleaning 6469 clauses out of 12956 with flag 17033/67985
4.78/2.73	c cleaning 6738 clauses out of 13487 with flag 32096/74985
4.78/2.77	c Got one! Elapsed wall clock time (in seconds):2.637
4.78/2.77	o 1671
4.89/2.85	c cleaning 5886 clauses out of 11781 with flag 6697/80017
5.02/2.97	c Got one! Elapsed wall clock time (in seconds):2.835
5.02/2.97	o 1668
5.24/3.11	c cleaning 8248 clauses out of 16505 with flag 11343/90627
5.34/3.24	c cleaning 7123 clauses out of 14256 with flag 25058/96626
5.45/3.30	c Got one! Elapsed wall clock time (in seconds):3.161
5.45/3.30	o 1666
5.45/3.37	c cleaning 6237 clauses out of 12483 with flag 6377/101976
5.56/3.48	c cleaning 6119 clauses out of 12245 with flag 19155/107975
5.79/3.62	c cleaning 6561 clauses out of 13125 with flag 34128/114974
5.89/3.78	c cleaning 7280 clauses out of 14564 with flag 51631/122974
6.11/3.98	c cleaning 8139 clauses out of 16285 with flag 71367/131975
6.41/4.22	c cleaning 9071 clauses out of 18145 with flag 93016/141974
6.71/4.50	c cleaning 10031 clauses out of 20074 with flag 116976/152974
6.92/4.79	c cleaning 11019 clauses out of 22043 with flag 143525/164974
7.32/5.13	c cleaning 12011 clauses out of 24025 with flag 172219/177975
7.62/5.49	c cleaning 13007 clauses out of 26013 with flag 202866/191974
8.11/5.90	c cleaning 13998 clauses out of 28006 with flag 235664/206974
8.55/6.36	c cleaning 15005 clauses out of 30010 with flag 270613/222976
9.16/6.90	c cleaning 16000 clauses out of 32004 with flag 308225/239975
9.57/7.37	c cleaning 17003 clauses out of 34005 with flag 347833/257976
10.17/7.90	c cleaning 18000 clauses out of 36001 with flag 390305/276975
10.76/8.59	c cleaning 18992 clauses out of 38000 with flag 433872/296974
11.47/9.29	c cleaning 19993 clauses out of 40008 with flag 480276/317974
12.27/10.08	c cleaning 21000 clauses out of 42015 with flag 529013/339974
13.06/10.84	c cleaning 22008 clauses out of 44015 with flag 580437/362974
13.97/11.75	c cleaning 23001 clauses out of 46007 with flag 633271/386974
14.87/12.69	c cleaning 24003 clauses out of 48006 with flag 687138/411974
16.06/13.81	c cleaning 24998 clauses out of 50004 with flag 744107/437975
16.96/14.79	c cleaning 26002 clauses out of 52005 with flag 803962/464974
18.07/15.82	c cleaning 27000 clauses out of 54003 with flag 866167/492974
19.06/16.89	c cleaning 27999 clauses out of 56004 with flag 930664/521975
20.36/18.11	c cleaning 29003 clauses out of 58005 with flag 996886/551975
21.75/19.53	c cleaning 29997 clauses out of 60002 with flag 1065629/582975
22.95/20.77	c cleaning 31000 clauses out of 62004 with flag 1136565/614974
24.26/22.02	c cleaning 32002 clauses out of 64004 with flag 1210141/647974
25.55/23.35	c cleaning 32995 clauses out of 66003 with flag 1285864/681975
27.15/24.98	c cleaning 33999 clauses out of 68007 with flag 1363656/716974
28.55/26.38	c cleaning 34997 clauses out of 70008 with flag 1443299/752974
30.15/27.90	c cleaning 36005 clauses out of 72011 with flag 1525516/789974
31.64/29.44	c cleaning 36995 clauses out of 74006 with flag 1609858/827974
33.44/31.21	c cleaning 37999 clauses out of 76011 with flag 1696507/866974
35.38/33.37	c cleaning 39004 clauses out of 78013 with flag 1785256/906975
37.48/35.42	c cleaning 40002 clauses out of 80008 with flag 1876010/947974
39.89/37.80	c cleaning 41003 clauses out of 82006 with flag 1968419/989974
41.98/39.97	c cleaning 42000 clauses out of 84003 with flag 2064541/1032974
44.28/42.27	c cleaning 42998 clauses out of 86004 with flag 2162548/1076975
46.59/44.59	c cleaning 44001 clauses out of 88005 with flag 2264260/1121974
49.08/47.10	c cleaning 45000 clauses out of 90004 with flag 2366676/1167974
51.68/49.64	c cleaning 45992 clauses out of 92005 with flag 2471742/1214975
54.37/52.34	c cleaning 47001 clauses out of 94014 with flag 2578368/1262976
57.47/55.44	c cleaning 48001 clauses out of 96012 with flag 2687165/1311975
60.76/58.75	c cleaning 48998 clauses out of 98011 with flag 2797829/1361975
64.06/62.07	c cleaning 50003 clauses out of 100012 with flag 2910697/1412974
67.49/65.50	c cleaning 50994 clauses out of 102009 with flag 3026487/1464974
69.49/67.52	c cleaning 52002 clauses out of 104015 with flag 3144513/1517974
71.68/69.79	c cleaning 53004 clauses out of 106013 with flag 3265079/1571974
74.39/72.45	c cleaning 54001 clauses out of 108009 with flag 3387316/1626974
76.59/74.68	c cleaning 55003 clauses out of 110009 with flag 3511901/1682975
79.18/77.25	c cleaning 56000 clauses out of 112007 with flag 3639141/1739976
81.99/80.04	c cleaning 56995 clauses out of 114005 with flag 3768726/1797974
84.78/82.82	c cleaning 58003 clauses out of 116012 with flag 3900013/1856976
87.58/85.68	c cleaning 59002 clauses out of 118007 with flag 4034035/1916974
90.68/88.75	c cleaning 59999 clauses out of 120005 with flag 4171864/1977974
93.98/92.05	c cleaning 60996 clauses out of 122007 with flag 4310320/2039975
96.58/94.79	c cleaning 62004 clauses out of 124011 with flag 4451127/2102975
99.57/97.80	c cleaning 62995 clauses out of 126006 with flag 4593587/2166974
102.39/100.58	c cleaning 64004 clauses out of 128012 with flag 4740716/2231975
105.48/103.60	c cleaning 65000 clauses out of 130007 with flag 4893793/2297974
108.78/106.95	c cleaning 65998 clauses out of 132008 with flag 5042253/2364975
112.39/110.53	c cleaning 67003 clauses out of 134009 with flag 5193024/2432974
116.38/114.57	c cleaning 68003 clauses out of 136007 with flag 5347010/2501975
120.29/118.42	c cleaning 69000 clauses out of 138003 with flag 5502981/2571974
124.67/122.89	c cleaning 69997 clauses out of 140003 with flag 5661125/2642974
129.49/127.74	c cleaning 70997 clauses out of 142007 with flag 5821616/2714975
134.48/132.76	c cleaning 71996 clauses out of 144010 with flag 5983087/2787975
139.17/137.44	c cleaning 73001 clauses out of 146014 with flag 6148112/2861975
143.48/141.67	c cleaning 74003 clauses out of 148012 with flag 6315265/2936974
146.88/145.04	c cleaning 74999 clauses out of 150009 with flag 6484632/3012974
150.18/148.36	c cleaning 76002 clauses out of 152011 with flag 6657415/3089975
154.67/152.84	c cleaning 76998 clauses out of 154008 with flag 6829702/3167974
158.31/156.57	c cleaning 78004 clauses out of 156011 with flag 7005367/3246975
163.08/160.86	c cleaning 79003 clauses out of 158006 with flag 7181065/3326974
167.99/165.56	c cleaning 80000 clauses out of 160003 with flag 7360217/3407974
172.90/170.22	c cleaning 80998 clauses out of 162004 with flag 7542152/3489975
178.62/175.94	c cleaning 82003 clauses out of 164005 with flag 7724839/3572974
185.00/182.31	c cleaning 83002 clauses out of 166003 with flag 7909848/3656975
192.30/189.87	c cleaning 84000 clauses out of 168000 with flag 8096994/3741974
198.19/195.76	c cleaning 84993 clauses out of 170001 with flag 8286983/3827975
204.68/202.25	c cleaning 86001 clauses out of 172007 with flag 8481864/3914974
210.97/208.59	c cleaning 86998 clauses out of 174006 with flag 8675908/4002974
218.92/216.59	c cleaning 88001 clauses out of 176008 with flag 8874629/4091974
226.74/224.37	c cleaning 89000 clauses out of 178008 with flag 9075636/4181975
235.52/233.13	c cleaning 90002 clauses out of 180009 with flag 9277597/4272976
243.95/241.57	c cleaning 90996 clauses out of 182006 with flag 9482027/4364975
251.05/248.77	c cleaning 91999 clauses out of 184011 with flag 9689767/4457976
258.08/255.77	c cleaning 92998 clauses out of 186011 with flag 9898170/4551975
265.66/263.36	c cleaning 94005 clauses out of 188013 with flag 10108773/4646975
273.77/271.49	c cleaning 94998 clauses out of 190007 with flag 10322750/4742974
282.91/280.65	c cleaning 95996 clauses out of 192009 with flag 10539441/4839974
292.39/290.15	c cleaning 97007 clauses out of 194013 with flag 10757208/4937974
302.81/300.54	c cleaning 97999 clauses out of 196006 with flag 10977208/5036974
311.81/309.64	c cleaning 98994 clauses out of 198007 with flag 11200039/5136974
319.13/316.93	c cleaning 99998 clauses out of 200014 with flag 11422996/5237975
326.17/323.97	c cleaning 100999 clauses out of 202016 with flag 11648964/5339975
333.76/331.53	c cleaning 102006 clauses out of 204017 with flag 11873892/5442975
341.70/339.56	c cleaning 102999 clauses out of 206011 with flag 12104044/5546975
350.33/348.16	c cleaning 104002 clauses out of 208012 with flag 12335257/5651975
359.30/357.12	c cleaning 105002 clauses out of 210010 with flag 12567918/5757975
369.12/367.00	c cleaning 106004 clauses out of 212008 with flag 12802066/5864975
379.40/377.31	c cleaning 107000 clauses out of 214003 with flag 13037336/5972974
387.92/385.85	c cleaning 107998 clauses out of 216004 with flag 13276342/6081975
397.26/395.15	c cleaning 109002 clauses out of 218006 with flag 13519613/6191975
407.33/405.28	c cleaning 110000 clauses out of 220003 with flag 13762861/6302974
417.26/415.12	c cleaning 110999 clauses out of 222003 with flag 14007623/6414974
427.33/425.22	c cleaning 111996 clauses out of 224005 with flag 14258278/6527975
439.19/438.16	c cleaning 113001 clauses out of 226009 with flag 14512388/6641975
451.00/449.98	c cleaning 114002 clauses out of 228008 with flag 14766709/6756975
464.75/463.97	c cleaning 114997 clauses out of 230005 with flag 15024031/6872974
476.87/476.27	c cleaning 116000 clauses out of 232009 with flag 15281026/6989975
485.31/484.69	c cleaning 116998 clauses out of 234008 with flag 15542314/7107974
492.93/492.25	c cleaning 117996 clauses out of 236010 with flag 15804590/7226974
499.21/498.52	c cleaning 119003 clauses out of 238014 with flag 16073056/7346974
505.43/504.79	c cleaning 119999 clauses out of 240012 with flag 16345943/7467975
511.50/510.82	c cleaning 121000 clauses out of 242012 with flag 16618952/7589974
518.52/517.86	c cleaning 122001 clauses out of 244013 with flag 16894027/7712975
525.20/524.58	c cleaning 122997 clauses out of 246011 with flag 17170983/7836974
530.63/530.00	c cleaning 124000 clauses out of 248014 with flag 17454199/7961974
538.68/538.08	c cleaning 125003 clauses out of 250014 with flag 17737932/8087974
546.48/545.84	c cleaning 125999 clauses out of 252012 with flag 18022788/8214975
554.93/554.28	c cleaning 127001 clauses out of 254013 with flag 18311204/8342975
563.03/562.32	c cleaning 127998 clauses out of 256011 with flag 18598989/8471974
570.18/569.52	c cleaning 128998 clauses out of 258013 with flag 18888770/8601974
578.70/578.10	c cleaning 129997 clauses out of 260015 with flag 19178935/8732974
587.71/587.57	c cleaning 131000 clauses out of 262018 with flag 19474807/8864974
595.01/594.87	c cleaning 132001 clauses out of 264018 with flag 19773514/8997974
603.15/602.98	c cleaning 133001 clauses out of 266018 with flag 20076177/9131975
612.45/612.22	c cleaning 134002 clauses out of 268017 with flag 20377609/9266975
621.34/621.19	c cleaning 135001 clauses out of 270014 with flag 20680584/9402974
632.25/632.07	c cleaning 136002 clauses out of 272014 with flag 20987049/9539975
640.62/640.48	c cleaning 136999 clauses out of 274011 with flag 21298919/9677974
648.62/648.44	c cleaning 138002 clauses out of 276013 with flag 21608619/9816975
657.14/656.90	c cleaning 138995 clauses out of 278010 with flag 21921089/9956974
665.03/664.81	c cleaning 140003 clauses out of 280016 with flag 22235117/10097975
674.45/674.38	c cleaning 141000 clauses out of 282013 with flag 22554212/10239975
684.89/684.73	c cleaning 142004 clauses out of 284013 with flag 22875335/10382975
693.49/693.38	c cleaning 142997 clauses out of 286008 with flag 23198217/10526974
703.09/702.97	c cleaning 144007 clauses out of 288013 with flag 23525955/10671976
713.73/713.64	c cleaning 145000 clauses out of 290004 with flag 23852720/10817974
723.31/723.39	c cleaning 145997 clauses out of 292004 with flag 24186200/10964974
733.30/733.31	c cleaning 147001 clauses out of 294008 with flag 24516294/11112975
742.51/742.58	c cleaning 147994 clauses out of 296006 with flag 24847747/11261974
753.89/753.94	c cleaning 149003 clauses out of 298013 with flag 25182743/11411975
765.72/765.77	c cleaning 149998 clauses out of 300010 with flag 25523437/11562975
778.22/778.21	c cleaning 151003 clauses out of 302013 with flag 25864501/11714976
790.43/790.47	c cleaning 152000 clauses out of 304008 with flag 26209269/11867974
802.08/802.05	c cleaning 152994 clauses out of 306008 with flag 26556789/12021974
815.14/815.17	c cleaning 154003 clauses out of 308016 with flag 26905870/12176976
829.04/829.05	c cleaning 154999 clauses out of 310012 with flag 27260106/12332975
843.85/843.83	c cleaning 156006 clauses out of 312012 with flag 27615400/12489974
855.02/855.40	c cleaning 156995 clauses out of 314006 with flag 27969111/12647974
868.41/868.86	c cleaning 157999 clauses out of 316012 with flag 28323708/12806975
878.68/879.14	c cleaning 158998 clauses out of 318013 with flag 28681622/12966975
891.19/891.62	c cleaning 160003 clauses out of 320015 with flag 29045775/13127975
902.86/903.78	c cleaning 160996 clauses out of 322012 with flag 29409097/13289975
912.98/913.82	c cleaning 162000 clauses out of 324016 with flag 29780907/13452975
922.68/923.45	c cleaning 163003 clauses out of 326016 with flag 30146916/13616975
933.04/933.89	c cleaning 164000 clauses out of 328013 with flag 30523941/13781975
943.37/944.17	c cleaning 165004 clauses out of 330013 with flag 30896552/13947975
952.15/952.93	c cleaning 166004 clauses out of 332011 with flag 31281568/14114977
962.74/963.53	c cleaning 166998 clauses out of 334004 with flag 31669018/14282974
974.00/974.89	c cleaning 168004 clauses out of 336008 with flag 32059658/14451976
984.80/985.65	c cleaning 168993 clauses out of 338003 with flag 32444527/14621975
997.15/998.09	c cleaning 170002 clauses out of 340010 with flag 32833797/14792975
1009.03/1009.94	c cleaning 170998 clauses out of 342009 with flag 33221911/14964976
1020.91/1021.87	c cleaning 171997 clauses out of 344009 with flag 33615623/15137974
1033.68/1034.66	c cleaning 173003 clauses out of 346012 with flag 34010624/15311974
1047.10/1048.03	c cleaning 174003 clauses out of 348009 with flag 34401425/15486974
1060.55/1062.19	c cleaning 174998 clauses out of 350006 with flag 34792707/15662974
1076.71/1078.20	c cleaning 176003 clauses out of 352008 with flag 35189344/15839974
1092.98/1094.52	c cleaning 176997 clauses out of 354006 with flag 35586339/16017975
1112.22/1113.91	c cleaning 178004 clauses out of 356008 with flag 35983929/16196974
1127.44/1129.67	c cleaning 178997 clauses out of 358004 with flag 36389650/16376974
1144.42/1146.74	c cleaning 179998 clauses out of 360007 with flag 36793892/16557974
1160.14/1162.70	c cleaning 180998 clauses out of 362009 with flag 37210351/16739974
1175.77/1178.34	c cleaning 181998 clauses out of 364013 with flag 37636940/16922976
1193.98/1196.67	c cleaning 183004 clauses out of 366013 with flag 38055848/17106974
1215.34/1218.30	c cleaning 183998 clauses out of 368010 with flag 38472941/17291975
1233.62/1236.65	c cleaning 184998 clauses out of 370012 with flag 38906590/17477975
1255.00/1258.18	c cleaning 186001 clauses out of 372013 with flag 39335179/17664974
1277.10/1280.23	c cleaning 187007 clauses out of 374013 with flag 39770764/17852975
1297.01/1300.24	c cleaning 187993 clauses out of 376006 with flag 40204090/18041975
1315.69/1318.91	c cleaning 189007 clauses out of 378013 with flag 40619634/18231975
1336.77/1340.09	c cleaning 189993 clauses out of 380005 with flag 41047293/18422974
1361.41/1364.80	c cleaning 191003 clauses out of 382012 with flag 41479590/18614974
1383.77/1387.37	c cleaning 191998 clauses out of 384009 with flag 41916313/18807974
1407.39/1411.05	c cleaning 193002 clauses out of 386011 with flag 42349359/19001974
1432.21/1435.91	c cleaning 194000 clauses out of 388009 with flag 42783253/19196974
1458.92/1462.90	c cleaning 195004 clauses out of 390009 with flag 43238145/19392974
1492.12/1496.21	c cleaning 195996 clauses out of 392006 with flag 43684519/19589975
1513.88/1517.93	c cleaning 197000 clauses out of 394009 with flag 44128175/19787974
1534.65/1538.75	c cleaning 198002 clauses out of 396009 with flag 44576838/19986974
1548.89/1552.90	c cleaning 198997 clauses out of 398007 with flag 45036939/20186974
1565.11/1569.19	c cleaning 199992 clauses out of 400010 with flag 45492987/20387974
1580.02/1584.37	c cleaning 200996 clauses out of 402018 with flag 45964939/20589974
1596.61/1601.07	c cleaning 202007 clauses out of 404023 with flag 46434400/20792975
1610.30/1614.72	c cleaning 203000 clauses out of 406015 with flag 46921013/20996974
1628.15/1632.62	c cleaning 204002 clauses out of 408015 with flag 47385551/21201974
1650.79/1655.59	c cleaning 204993 clauses out of 410014 with flag 47846765/21407975
1671.81/1676.95	c cleaning 206005 clauses out of 412021 with flag 48311448/21614975
1692.58/1697.76	c cleaning 207001 clauses out of 414015 with flag 48785283/21822974
1716.53/1721.75	c cleaning 208001 clauses out of 416014 with flag 49267205/22031974
1739.67/1744.94	c cleaning 209004 clauses out of 418013 with flag 49739751/22241974
1761.11/1766.41	c cleaning 210004 clauses out of 420009 with flag 50218231/22452974
1784.84/1790.24	c cleaning 210998 clauses out of 422006 with flag 50698468/22664975
1803.91/1809.49	c cleaning 212002 clauses out of 424008 with flag 51184399/22877975
1822.78/1828.41	c cleaning 212997 clauses out of 426005 with flag 51663741/23091974
1845.96/1851.69	c cleaning 214002 clauses out of 428009 with flag 52150555/23306975
1871.90/1877.69	c cleaning 215003 clauses out of 430007 with flag 52645202/23522975
1897.23/1903.08	c cleaning 216002 clauses out of 432003 with flag 53127225/23739974
1926.48/1932.40	c cleaning 216992 clauses out of 434001 with flag 53612096/23957974
1950.80/1956.95	c cleaning 218000 clauses out of 436010 with flag 54107627/24176975
1977.19/1983.34	c cleaning 219001 clauses out of 438009 with flag 54615502/24396974
2006.98/2013.16	c cleaning 220001 clauses out of 440009 with flag 55117075/24617975
2037.10/2043.39	c cleaning 221004 clauses out of 442007 with flag 55621809/24839974
2067.72/2074.05	c cleaning 222000 clauses out of 444004 with flag 56120555/25062975
2099.74/2106.19	c cleaning 223000 clauses out of 446004 with flag 56625691/25286975
2131.03/2137.71	c cleaning 223993 clauses out of 448003 with flag 57147770/25511974
2161.59/2168.30	c cleaning 225000 clauses out of 450011 with flag 57666102/25737975
2199.17/2206.02	c cleaning 226001 clauses out of 452011 with flag 58180783/25964975
2234.46/2241.46	c cleaning 227005 clauses out of 454010 with flag 58689901/26192975
2277.61/2284.74	c cleaning 227998 clauses out of 456004 with flag 59196852/26421974
2310.68/2317.83	c cleaning 228994 clauses out of 458006 with flag 59711113/26651974
2345.49/2352.76	c cleaning 230004 clauses out of 460012 with flag 60226214/26882974
2379.74/2387.06	c cleaning 230989 clauses out of 462008 with flag 60750273/27114974
2416.52/2424.34	c cleaning 232005 clauses out of 464019 with flag 61280904/27347974
2453.29/2461.57	c cleaning 233003 clauses out of 466014 with flag 61819114/27581974
2490.14/2498.57	c cleaning 234005 clauses out of 468012 with flag 62373625/27816975
2528.35/2536.81	c cleaning 235004 clauses out of 470008 with flag 62918835/28052976
2570.46/2579.08	c cleaning 235998 clauses out of 472002 with flag 63469936/28289974
2600.54/2609.18	c cleaning 236997 clauses out of 474005 with flag 64012961/28527975
2627.40/2636.03	c cleaning 237994 clauses out of 476008 with flag 64557323/28766975
2653.74/2662.50	c cleaning 239001 clauses out of 478013 with flag 65109919/29006974
2682.92/2691.68	c cleaning 240005 clauses out of 480012 with flag 65659291/29247974
2722.74/2731.54	c cleaning 240998 clauses out of 482008 with flag 66200385/29489975
2754.45/2763.30	c cleaning 242001 clauses out of 484010 with flag 66755022/29732975
2794.39/2803.34	c cleaning 242998 clauses out of 486008 with flag 67296075/29976974
2835.60/2844.88	c cleaning 243999 clauses out of 488010 with flag 67841614/30221974
2872.51/2882.09	c cleaning 245000 clauses out of 490011 with flag 68398356/30467974
2908.92/2918.58	c cleaning 245999 clauses out of 492012 with flag 68953512/30714975
2946.35/2956.02	c cleaning 247002 clauses out of 494012 with flag 69518961/30962974
2983.14/2992.98	c cleaning 248004 clauses out of 496010 with flag 70089175/31211974
3021.88/3031.74	c cleaning 249001 clauses out of 498007 with flag 70661233/31461975
3062.50/3072.48	c cleaning 250000 clauses out of 500005 with flag 71229286/31712974
3108.18/3118.28	c cleaning 250997 clauses out of 502005 with flag 71800588/31964974
3154.01/3164.36	c cleaning 252000 clauses out of 504009 with flag 72370944/32217975
3202.59/3213.07	c cleaning 252997 clauses out of 506008 with flag 72932189/32471974
3246.27/3256.89	c cleaning 254003 clauses out of 508012 with flag 73501392/32726975
3293.57/3304.21	c cleaning 255004 clauses out of 510009 with flag 74074073/32982975
3338.29/3349.04	c cleaning 255991 clauses out of 512005 with flag 74647108/33239975
3387.71/3398.53	c cleaning 257002 clauses out of 514014 with flag 75226315/33497975
3434.53/3445.49	c cleaning 258004 clauses out of 516011 with flag 75811553/33756974
3487.78/3498.80	c cleaning 259001 clauses out of 518007 with flag 76397640/34016974
3538.57/3549.77	c cleaning 259998 clauses out of 520007 with flag 76982709/34277975
3588.53/3599.70	c cleaning 261003 clauses out of 522008 with flag 77572371/34539974
3600.08/3611.31	c starts		: 59
3600.08/3611.32	c conflicts		: 34630131
3600.08/3611.32	c decisions		: 57776696
3600.08/3611.32	c propagations		: 461313517
3600.08/3611.32	c inspects		: 30799944931
3600.08/3611.32	c shortcuts		: 0
3600.08/3611.32	c learnt literals	: 0
3600.08/3611.32	c learnt binary clauses	: 1
3600.08/3611.32	c learnt ternary clauses	: 2
3600.08/3611.32	c learnt constraints	: 34630131
3600.08/3611.32	c ignored constraints	: 0
3600.08/3611.32	c root simplifications	: 0
3600.08/3611.32	c removed literals (reason simplification)	: 371520148
3600.08/3611.32	c reason swapping (by a shorter reason)	: 0
3600.08/3611.32	c Calls to reduceDB	: 272
3600.08/3611.32	c Number of update (reduction) of LBD	: 2473328
3600.08/3611.33	c Imported unit clauses	: 0
3600.08/3611.33	c No decision after first conflict	: false
3600.08/3611.33	c number of reductions to clauses (during analyze)	: 0
3600.08/3611.33	c number of learned constraints concerned by reduction	: 0
3600.08/3611.33	c number of learning phase by resolution	: 0
3600.08/3611.33	c number of learning phase by cutting planes	: 0
3600.08/3611.33	c number of rounding to 1 operations	: 0
3600.08/3611.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3611.33	c number of reductions of the coefficients by power 2 	: 0
3600.08/3611.33	c number of right shift for reduction by power 2 	: 0
3600.08/3611.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3611.33	c number of ending skipping 	: 0
3600.08/3611.33	c number of internal skipping 	: 0
3600.08/3611.33	c number of derivation steps 	: 0
3600.08/3611.33	c number of skipped derivation steps 	: 0
3600.08/3611.33	c number of remaining unassigned 	: 0
3600.08/3611.33	c number of remaining assigned 	: 0
3600.08/3611.33	c number of falsified literals weakened from reason	: 0
3600.08/3611.33	c number of falsified literals weakened from conflict	: 0
3600.08/3611.33	c time for arithmetic operations	: 0
3600.08/3611.33	c minimum degree of deleted constraints	: null
3600.08/3611.33	c maximum degree of deleted constraints	: null
3600.08/3611.33	c number of deleted constraints	: 0
3600.08/3611.33	c speed (assignments/second)	: 127747.0181928245
3600.08/3611.33	c non guided choices	: 0
3600.08/3611.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 351161
3600.08/3611.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.08/3611.40	s SATISFIABLE
3600.08/3611.40	c Found 20 solution(s)
3600.08/3611.40	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 
3600.28/3611.41	c objective function=1666
3600.28/3611.41	c Total wall clock time (in seconds): 3611.274

Verifier Data

OK	1666

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (36323 MiB free)
  memory of node 1: 64507 MiB (55184 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=44345, runsolver pid=44342

[startup+0.100058 s]*
/proc/loadavg: 4.27 4.21 4.12 6/344 44363
/proc/meminfo: memFree=93672520/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=18930384 memory=59196 CPUtime=0.12 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 6425 0 0 0 10 2 0 0 20 0 18 0 49564388 19384713216 14799 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4732596 14799 5338 1 0 547573 0
[pid=44345/tid=44347] ppid=44342 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 5010 0 0 0 6 1 0 0 20 0 18 0 49564390 19384713216 14799 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49564392 19384713216 14799 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49564393 19384713216 14799 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59196 KiB

[startup+0.205925 s]*
/proc/loadavg: 4.27 4.21 4.12 7/345 44364
/proc/meminfo: memFree=93666672/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=18996948 memory=65892 CPUtime=0.3 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 6975 0 0 0 28 2 0 0 20 0 19 0 49564388 19452874752 16473 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4749237 16473 5466 1 0 548276 0
[pid=44345/tid=44347] ppid=44342 vsize=18996948 memory=4026663196 CPUtime=0.16 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 5427 0 0 0 15 1 0 0 20 0 19 0 49564390 19452874752 16473 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=18996948 memory=16912 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49564392 19452874752 16473 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49564393 19452874752 16473 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=18996948 memory=150897 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49564407 19452874752 16473 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65892 KiB

[startup+0.305855 s]*
/proc/loadavg: 4.33 4.23 4.13 7/345 44364
/proc/meminfo: memFree=93646256/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=18996948 memory=84688 CPUtime=0.5 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 8840 0 0 0 47 3 0 0 20 0 19 0 49564388 19452874752 21172 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4749237 21172 5498 1 0 549422 0
[pid=44345/tid=44347] ppid=44342 vsize=18996948 memory=-6000919498493225067 CPUtime=0.26 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 5460 0 0 0 24 2 0 0 20 0 19 0 49564390 19452874752 21172 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49564392 19452874752 21172 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49564393 19452874752 21172 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49564407 19452874752 21172 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84688 KiB

[startup+0.700242 s]
/proc/loadavg: 4.33 4.23 4.13 6/345 44364
/proc/meminfo: memFree=93614940/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=18996948 memory=165168 CPUtime=1.27 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 12353 0 0 0 121 6 0 0 20 0 19 0 49564388 19452874752 41292 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4749237 41292 5498 1 0 552008 0
[pid=44345/tid=44347] ppid=44342 vsize=18996948 memory=17792 CPUtime=0.62 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 5502 0 0 0 59 3 0 0 20 0 19 0 49564390 19452874752 41292 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49564392 19452874752 41292 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49564393 19452874752 41292 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49564407 19452874752 41292 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165168 KiB

[startup+1.50024 s]
/proc/loadavg: 4.33 4.23 4.13 6/346 44365
/proc/meminfo: memFree=93553252/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=175408 CPUtime=2.84 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 18755 0 0 0 277 7 0 0 20 0 20 0 49564388 19521036288 43852 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 43852 5498 1 0 552623 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=0 CPUtime=1.38 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 6079 0 0 0 134 4 0 0 20 0 20 0 49564390 19521036288 43852 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 43852 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 43852 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 43852 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175408 KiB

[startup+3.10572 s]
/proc/loadavg: 4.33 4.23 4.13 5/346 44365
/proc/meminfo: memFree=93138356/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=589648 CPUtime=5.24 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 20175 0 0 0 505 19 0 0 20 0 20 0 49564388 19521036288 147412 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 147412 5498 1 0 552628 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=11008 CPUtime=2.96 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 6887 0 0 0 281 15 0 0 20 0 20 0 49564390 19521036288 147412 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=-6000919498493225067 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 147412 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 147412 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 147412 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 589648 KiB

[startup+6.3002 s]
/proc/loadavg: 4.30 4.22 4.13 5/346 44365
/proc/meminfo: memFree=92619168/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=1024552 CPUtime=8.55 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 21002 0 0 0 824 31 0 0 20 0 20 0 49564388 19521036288 256138 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 256138 5498 1 0 552630 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=0 CPUtime=6.14 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 7238 0 0 0 588 26 0 0 20 0 20 0 49564390 19521036288 256138 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 256138 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 256138 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=175408 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 256138 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 8.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1024552 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.22 4.13 8/347 44368
/proc/meminfo: memFree=92271956/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=1307172 CPUtime=14.97 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 22489 0 0 0 1455 42 0 0 20 0 20 0 49564388 19521036288 326793 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 326793 5498 1 0 552630 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=175408 CPUtime=12.52 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 8280 0 0 0 1215 37 0 0 20 0 20 0 49564390 19521036288 326793 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=1307172 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 326793 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 326793 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 326793 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.26 4.14 5/346 44578
/proc/meminfo: memFree=121682808/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=1317424 CPUtime=27.75 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 26639 0 0 0 2726 49 0 0 20 0 20 0 49564388 19521036288 329356 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 329356 5498 1 0 552630 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=1307172 CPUtime=25.25 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 9396 0 0 0 2481 44 0 0 20 0 20 0 49564390 19521036288 329356 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 329356 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 329356 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=-6000919494231746667 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 329356 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 27.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317424 KiB

[startup+51.1058 s]
/proc/loadavg: 4.55 4.30 4.16 5/346 44578
/proc/meminfo: memFree=112301836/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=1323580 CPUtime=53.18 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 28214 0 0 0 5253 65 0 0 20 0 20 0 49564388 19521036288 330895 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0

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

[startup+3282.3 s]
/proc/loadavg: 4.38 4.31 4.43 5/348 44829
/proc/meminfo: memFree=55281328/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3271.7 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 90933 0 0 0 326176 994 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3248.49 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 38773 0 0 0 323968 881 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=2372 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 867 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3271.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.31 4.43 5/348 44831
/proc/meminfo: memFree=53902232/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3331.6 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 92081 0 0 0 332155 1005 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=-6000919498493225067 CPUtime=3308.14 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 39650 0 0 0 329923 891 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=7223003726709038612 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3331.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.29 4.41 4/348 44833
/proc/meminfo: memFree=52604736/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3391.49 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 92642 0 0 0 338134 1015 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=14464 CPUtime=3367.79 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 39949 0 0 0 335879 900 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1010 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3391.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.25 4.39 5/347 44835
/proc/meminfo: memFree=51327384/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3451.4 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 92699 0 0 0 344113 1027 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=14464 CPUtime=3427.47 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 39961 0 0 0 341837 910 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1010 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=2372 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3451.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.23 4.37 5/346 44837
/proc/meminfo: memFree=50161836/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3511.25 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 93731 0 0 0 350088 1037 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=14464 CPUtime=3487.01 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 40781 0 0 0 347783 918 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1010 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3511.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.57 4.34 4.40 5/347 44842
/proc/meminfo: memFree=49136916/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3571.12 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 94425 0 0 0 356065 1047 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3546.75 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 41326 0 0 0 353749 926 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=2372 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1097 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3571.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.45 4.33 4.39 6/347 44910
/proc/meminfo: memFree=86630740/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3600.08 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 95088 0 0 0 358956 1052 0 0 20 0 20 0 49564388 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4765878 541662 5562 1 0 555825 0
[pid=44345/tid=44347] ppid=44342 vsize=19063512 memory=2166648 CPUtime=3575.61 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 41852 0 0 0 356630 931 0 0 20 0 20 0 49564390 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19063512 memory=-6000919498493225067 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49564392 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19063512 memory=2166648 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1185 0 0 0 0 0 0 0 20 0 20 0 49564393 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44364] ppid=44342 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/44345/task/44364/stat : 44364 (Timer-0) S 44342 44345 43887 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49564407 19521036288 541662 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.78 s, system=10.5389 s

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

[startup+3611.41 s]
/proc/loadavg: 4.45 4.33 4.39 6/347 44910
/proc/meminfo: memFree=86630740/131249996 swapFree=33010416/33010684
[pid=44345] ppid=44342 vsize=19263204 memory=2167544 CPUtime=3600.28 cores=1,3
/proc/44345/stat : 44345 (java) S 44342 44345 43887 0 -1 4194304 97392 0 0 0 358976 1052 0 0 20 0 21 0 49564388 19725520896 541886 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
/proc/44345/statm: 4815801 541886 5562 1 0 556766 0
[pid=44345/tid=44347] ppid=44342 vsize=19263204 memory=3200 CPUtime=3575.7 cores=1,3
/proc/44345/task/44347/stat : 44347 (java) R 44342 44345 43887 0 -1 4194368 42042 0 0 0 356639 931 0 0 20 0 21 0 49564390 19725520896 541886 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44356] ppid=44342 vsize=19263204 memory=4764 CPUtime=0 cores=1,3
/proc/44345/task/44356/stat : 44356 (Finalizer) S 44342 44345 43887 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49564392 19725520896 541886 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
[pid=44345/tid=44363] ppid=44342 vsize=19263204 memory=2760 CPUtime=0 cores=1,3
/proc/44345/task/44363/stat : 44363 (Common-Cleaner) S 44342 44345 43887 0 -1 4194368 1185 0 0 0 0 0 0 0 20 0 21 0 49564393 19725520896 541886 18446744073709551615 94417879547904 94417879551600 140734451628096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94417879559416 94417879560208 94417888186368 140734451636528 140734451636710 140734451636710 140734451642312 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2167544 KiB

Child status: 143

Real time (s): 3611.44
CPU time (s): 3600.31
CPU user time (s): 3589.78
CPU system time (s): 10.5389
CPU usage (%): 99.692
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2167544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.78
system time used= 10.5389
maximum resident set size= 2167672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97563
page faults= 0
swaps= 0
block input operations= 40
block output operations= 12002672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116773
involuntary context switches= 9660


# summary of solver processes directly reported to runsolver:
#   pid: 44345
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3589.78
#   total CPU system time (s): 10.5389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59936 second user time and 17.9358 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 05:00:48
IDJOB=4487675
IDBENCH=147214
IDSOLVER=3364
FILE ID=nodeC030/4487675-1751338848
RUNJOBID= nodeC030-1751335254-43899
SLURM_JOB_ID= 9594379
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487675-1751338848/watcher-4487675-1751338848 -o /tmp/evaluation-result-4487675-1751338848/solver-4487675-1751338848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751335254-43899 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487675-1751338848 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487675-1751338848.opb

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

MD5SUM BENCH= 678ded5bf8e4807033dda77c17462616
RANDOM SEED=1978728542

nodeC030 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.338
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	: 7000.62
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		: 3601.223
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	: 7000.62
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		: 3600.265
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	: 7000.62
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		: 3600.328
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	: 7000.62
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		: 3600.322
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	: 7000.62
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		: 3600.324
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	: 7000.62
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		: 3599.515
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	: 7000.62
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		: 3700.000
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        93703924 kB
MemAvailable:   124497080 kB
Buffers:            2564 kB
Cached:         31559872 kB
SwapCached:           16 kB
Active:          5669236 kB
Inactive:       31208408 kB
Active(anon):    5328724 kB
Inactive(anon):     4660 kB
Active(file):     340512 kB
Inactive(file): 31203748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50516 kB
Writeback:             0 kB
AnonPages:       5316780 kB
Mapped:           123392 kB
Shmem:             18048 kB
KReclaimable:     175872 kB
Slab:             266680 kB
SReclaimable:     175872 kB
SUnreclaim:        90808 kB
KernelStack:        5344 kB
PageTables:        13996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5874124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5070848 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-07-01 06:01:00