Trace number 4440272

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 2024 2024-07-07SAT (TO)176 3600.62 3586.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.12	c See www.sat4j.org for details.
0.15/0.14	c version CUSTOM.v20240707
0.15/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.16	c java.vm.version	22.0.1+8-16
0.15/0.16	c java.vm.vendor	Oracle Corporation
0.15/0.16	c sun.arch.data.model	64
0.15/0.16	c java.version		22.0.1
0.15/0.16	c os.name		Linux
0.15/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.16	c os.arch		amd64
0.15/0.17	c Free memory 		2113181440
0.15/0.17	c Max memory 		16282288128
0.15/0.17	c Total memory 		2122317824
0.15/0.18	c Number of processors 	2
0.30/0.28	--- Begin Solver configuration ---
0.30/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.28	Learn all clauses as in MiniSAT
0.30/0.28	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.28	Expensive reason simplification
0.30/0.28	Glucose 2.1 dynamic restart strategy
0.30/0.28	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.30/0.28	timeout=2147483s
0.30/0.28	DB Simplification allowed=false
0.30/0.28	Listener: none
0.30/0.28	--- End Solver configuration ---
0.30/0.28	c Pseudo Boolean Optimization by upper bound
0.30/0.28	c --- Begin Solver configuration ---
0.30/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.28	c Learn all clauses as in MiniSAT
0.30/0.28	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.28	c Expensive reason simplification
0.30/0.28	c Glucose 2.1 dynamic restart strategy
0.30/0.28	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.30/0.28	c timeout=2147483s
0.30/0.28	c DB Simplification allowed=false
0.30/0.28	c Listener: none
0.30/0.28	c --- End Solver configuration ---
0.30/0.28	c solving HOME/instance-4440272-1721768942.opb
0.30/0.28	c reading problem ... 
0.30/0.28	c using VERIPB proof format
0.30/0.28	c  objective function found
1.20/0.70	c ... done. Wall clock time 0.425s.
1.20/0.71	c declared #vars     1344
1.20/0.71	c #constraints  16376
1.20/0.71	c constraints type 
1.20/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
1.20/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
1.20/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
1.20/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
1.20/0.71	c 16376 constraints processed.
1.20/0.73	c objective function length is 448 literals
1.81/1.08	c SATISFIABLE
1.81/1.08	c OPTIMIZING...
1.81/1.08	c Got one! Elapsed wall clock time (in seconds):0.8
1.81/1.08	o 176
3.18/1.80	c cleaning 2527 clauses out of 5060 with flag 12660/5060
4.18/2.25	c cleaning 4264 clauses out of 8536 with flag 25800/11063
4.94/2.67	c cleaning 5633 clauses out of 11269 with flag 41042/18060
5.54/3.11	c cleaning 6814 clauses out of 13636 with flag 58208/26060
6.23/3.64	c cleaning 7911 clauses out of 15823 with flag 78157/35061
7.09/4.13	c cleaning 8955 clauses out of 17911 with flag 100890/45060
7.87/4.75	c cleaning 9976 clauses out of 19956 with flag 125834/56060
8.78/5.46	c cleaning 10990 clauses out of 21980 with flag 153981/68060
9.59/6.25	c cleaning 11988 clauses out of 23990 with flag 184802/81060
10.38/7.00	c cleaning 12997 clauses out of 26002 with flag 218011/95060
11.19/7.79	c cleaning 14002 clauses out of 28005 with flag 254020/110060
12.10/8.69	c cleaning 15000 clauses out of 30003 with flag 293224/126060
13.25/9.64	c cleaning 15995 clauses out of 32005 with flag 335264/143062
14.57/10.85	c cleaning 17001 clauses out of 34009 with flag 378338/161061
15.78/12.11	c cleaning 17999 clauses out of 36007 with flag 426694/180060
17.26/13.56	c cleaning 19000 clauses out of 38010 with flag 479354/200062
18.66/15.00	c cleaning 19999 clauses out of 40008 with flag 534913/221060
20.26/16.56	c cleaning 20996 clauses out of 42009 with flag 596882/243060
22.15/18.45	c cleaning 22000 clauses out of 44014 with flag 662523/266061
23.87/20.15	c cleaning 23004 clauses out of 46016 with flag 725721/290063
25.45/21.79	c cleaning 23998 clauses out of 48010 with flag 796374/315061
27.25/23.52	c cleaning 25006 clauses out of 50011 with flag 872452/341060
29.15/25.45	c cleaning 26003 clauses out of 52005 with flag 942746/368060
30.77/27.09	c cleaning 26996 clauses out of 54003 with flag 1016517/396061
32.65/28.99	c cleaning 27996 clauses out of 56006 with flag 1096268/425060
34.55/30.89	c cleaning 28999 clauses out of 58012 with flag 1177741/455062
36.57/32.85	c cleaning 30005 clauses out of 60012 with flag 1267733/486061
38.97/35.27	c cleaning 30999 clauses out of 62007 with flag 1358719/518061
41.32/37.95	c cleaning 31998 clauses out of 64007 with flag 1453733/551060
43.91/40.52	c cleaning 33005 clauses out of 66013 with flag 1550330/585064
46.11/42.79	c cleaning 33996 clauses out of 68004 with flag 1646405/620060
48.62/45.26	c cleaning 34997 clauses out of 70009 with flag 1747731/656061
51.71/48.34	c cleaning 36004 clauses out of 72011 with flag 1855488/693060
54.33/50.92	c cleaning 37002 clauses out of 74007 with flag 1966786/731060
57.44/54.09	c cleaning 38003 clauses out of 76005 with flag 2080972/770060
60.11/56.78	c cleaning 38998 clauses out of 78002 with flag 2193614/810060
63.21/59.82	c cleaning 39988 clauses out of 80004 with flag 2307383/851060
66.70/63.32	c cleaning 41003 clauses out of 82016 with flag 2426032/893060
70.15/67.10	c cleaning 41993 clauses out of 84013 with flag 2552263/936060
75.12/72.07	c cleaning 42998 clauses out of 86020 with flag 2682940/980060
78.90/75.85	c cleaning 44001 clauses out of 88022 with flag 2818443/1025060
83.14/80.03	c cleaning 45007 clauses out of 90021 with flag 2951712/1071060
87.23/84.11	c cleaning 46002 clauses out of 92014 with flag 3090823/1118060
91.22/88.15	c cleaning 47004 clauses out of 94016 with flag 3237432/1166064
95.63/92.55	c cleaning 48001 clauses out of 96008 with flag 3385785/1215060
100.02/96.91	c cleaning 49002 clauses out of 98007 with flag 3537812/1265060
104.52/101.66	c cleaning 49996 clauses out of 100006 with flag 3696803/1316061
109.41/106.58	c cleaning 51001 clauses out of 102010 with flag 3857833/1368061
115.30/112.46	c cleaning 51998 clauses out of 104009 with flag 4022535/1421061
120.39/117.56	c cleaning 52997 clauses out of 106010 with flag 4192816/1475060
125.38/122.51	c cleaning 54002 clauses out of 108015 with flag 4365587/1530062
130.15/126.97	c cleaning 54996 clauses out of 110012 with flag 4531912/1586061
134.43/131.32	c cleaning 56005 clauses out of 112017 with flag 4714545/1643062
138.42/135.28	c cleaning 57001 clauses out of 114010 with flag 4935552/1701060
143.53/140.33	c cleaning 58001 clauses out of 116009 with flag 5162734/1760060
149.14/145.94	c cleaning 59000 clauses out of 118008 with flag 5387671/1820060
154.58/151.34	c cleaning 60000 clauses out of 120009 with flag 5610399/1881061
159.31/156.07	c cleaning 61001 clauses out of 122011 with flag 5845457/1943063
163.95/161.01	c cleaning 61994 clauses out of 124007 with flag 6119436/2006060
169.12/165.79	c cleaning 63006 clauses out of 126013 with flag 6310170/2070060
173.93/170.59	c cleaning 64000 clauses out of 128007 with flag 6529041/2135060
179.07/175.61	c cleaning 65002 clauses out of 130011 with flag 6757325/2201064
184.16/180.71	c cleaning 65999 clauses out of 132005 with flag 6978510/2268060
189.47/186.05	c cleaning 66997 clauses out of 134006 with flag 7199502/2336060
196.13/198.98	c cleaning 68005 clauses out of 136010 with flag 7437781/2405061
201.88/204.65	c cleaning 68992 clauses out of 138004 with flag 7691684/2475060
207.10/209.82	c cleaning 70004 clauses out of 140013 with flag 7941812/2546061
212.96/215.65	c cleaning 71000 clauses out of 142008 with flag 8199251/2618060
218.58/221.28	c cleaning 71996 clauses out of 144008 with flag 8463571/2691060
224.45/227.08	c cleaning 73001 clauses out of 146013 with flag 8732269/2765061
230.90/233.42	c cleaning 74007 clauses out of 148013 with flag 8987633/2840062
236.95/239.47	c cleaning 74990 clauses out of 150004 with flag 9249408/2916060
243.01/245.49	c cleaning 76003 clauses out of 152014 with flag 9509878/2993060
249.32/251.78	c cleaning 77000 clauses out of 154012 with flag 9792716/3071061
257.65/259.61	c cleaning 77993 clauses out of 156011 with flag 10162363/3150060
263.48/265.47	c cleaning 79001 clauses out of 158020 with flag 10453628/3230062
269.71/271.64	c cleaning 80003 clauses out of 160018 with flag 10749616/3311061
276.43/278.35	c cleaning 81007 clauses out of 162017 with flag 11043984/3393063
282.90/284.78	c cleaning 82001 clauses out of 164007 with flag 11342781/3476060
289.82/291.95	c cleaning 83001 clauses out of 166006 with flag 11656722/3560060
297.39/299.31	c cleaning 84001 clauses out of 168007 with flag 11974681/3645062
304.37/306.26	c cleaning 84995 clauses out of 170004 with flag 12274022/3731060
311.35/313.16	c cleaning 85998 clauses out of 172010 with flag 12564743/3818061
319.82/321.81	c cleaning 87001 clauses out of 174011 with flag 12846047/3906060
327.57/329.56	c cleaning 87998 clauses out of 176011 with flag 13112136/3995061
336.22/338.14	c cleaning 88998 clauses out of 178012 with flag 13398811/4085060
344.14/346.06	c cleaning 89998 clauses out of 180014 with flag 13688736/4176060
353.43/356.62	c cleaning 91001 clauses out of 182016 with flag 13981622/4268060
361.88/365.10	c cleaning 92001 clauses out of 184015 with flag 14268750/4361060
369.92/372.95	c cleaning 93003 clauses out of 186014 with flag 14567096/4455060
378.86/381.72	c cleaning 94003 clauses out of 188012 with flag 14881541/4550061
389.29/393.20	c cleaning 95002 clauses out of 190009 with flag 15153782/4646061
398.86/402.77	c cleaning 95999 clauses out of 192006 with flag 15475341/4743060
407.72/411.52	c cleaning 97000 clauses out of 194007 with flag 15796525/4841060
417.90/421.93	c cleaning 97996 clauses out of 196007 with flag 16141489/4940060
427.39/431.30	c cleaning 99002 clauses out of 198011 with flag 16549631/5040060
437.08/440.99	c cleaning 99998 clauses out of 200009 with flag 16910020/5141060
446.45/450.35	c cleaning 100997 clauses out of 202012 with flag 17232987/5243061
457.74/461.57	c cleaning 102005 clauses out of 204014 with flag 17582379/5346060
469.17/472.93	c cleaning 102996 clauses out of 206009 with flag 17958862/5450060
480.56/484.90	c cleaning 103999 clauses out of 208013 with flag 18294196/5555060
491.98/496.23	c cleaning 105004 clauses out of 210015 with flag 18609328/5661061
503.34/507.56	c cleaning 105997 clauses out of 212010 with flag 18943773/5768060
514.08/518.34	c cleaning 107002 clauses out of 214015 with flag 19276035/5876062
526.02/530.22	c cleaning 107999 clauses out of 216011 with flag 19641194/5985060
537.45/541.60	c cleaning 109002 clauses out of 218012 with flag 20042142/6095060
548.43/552.53	c cleaning 110002 clauses out of 220011 with flag 20444269/6206061
559.26/563.33	c cleaning 111000 clauses out of 222008 with flag 20893519/6318060
570.79/574.91	c cleaning 112002 clauses out of 224010 with flag 21347219/6431062
583.54/587.68	c cleaning 112993 clauses out of 226006 with flag 21752709/6545060
594.17/598.12	c cleaning 114004 clauses out of 228013 with flag 22097912/6660060
603.41/607.44	c cleaning 115000 clauses out of 230010 with flag 22433067/6776061
613.25/617.14	c cleaning 116000 clauses out of 232009 with flag 22794060/6893060
625.32/629.18	c cleaning 116999 clauses out of 234009 with flag 23150432/7011060
636.26/640.14	c cleaning 117999 clauses out of 236012 with flag 23486504/7130062
648.86/652.72	c cleaning 119002 clauses out of 238012 with flag 23870096/7250061
663.90/668.78	c cleaning 119998 clauses out of 240009 with flag 24289832/7371060
676.27/681.10	c cleaning 120995 clauses out of 242012 with flag 24678198/7493061
688.35/693.02	c cleaning 121996 clauses out of 244016 with flag 25081387/7616060
699.85/704.76	c cleaning 123001 clauses out of 246020 with flag 25457473/7740060
714.02/718.81	c cleaning 124005 clauses out of 248022 with flag 25880969/7865063
727.80/732.66	c cleaning 124998 clauses out of 250014 with flag 26347559/7991060
741.75/746.53	c cleaning 125991 clauses out of 252016 with flag 26805409/8118060
755.05/759.91	c cleaning 127006 clauses out of 254028 with flag 27223464/8246063
770.93/775.83	c cleaning 128004 clauses out of 256020 with flag 27722569/8375061
784.69/789.44	c cleaning 128999 clauses out of 258016 with flag 28176819/8505061
800.85/805.75	c cleaning 130003 clauses out of 260017 with flag 28726642/8636061
815.27/820.18	c cleaning 131001 clauses out of 262014 with flag 29188959/8768061
832.14/836.46	c cleaning 132002 clauses out of 264012 with flag 29665003/8901060
845.26/849.52	c cleaning 133004 clauses out of 266011 with flag 30139314/9035061
862.24/866.62	c cleaning 133996 clauses out of 268006 with flag 30668281/9170060
877.54/881.89	c cleaning 135000 clauses out of 270010 with flag 31160972/9306060
895.95/900.38	c cleaning 135999 clauses out of 272010 with flag 31720877/9443060
911.49/915.97	c cleaning 136997 clauses out of 274011 with flag 32219667/9581060
929.82/934.24	c cleaning 138004 clauses out of 276014 with flag 32727323/9720060
948.25/952.57	c cleaning 139001 clauses out of 278010 with flag 33282619/9860060
963.35/967.53	c cleaning 139998 clauses out of 280009 with flag 33790870/10001060
979.11/983.56	c cleaning 141005 clauses out of 282013 with flag 34282659/10143062
994.52/999.00	c cleaning 141993 clauses out of 284007 with flag 34809162/10286061
1011.78/1016.41	c cleaning 143004 clauses out of 286014 with flag 35398770/10430061
1027.68/1032.29	c cleaning 144002 clauses out of 288009 with flag 35953300/10575060
1046.28/1050.94	c cleaning 145000 clauses out of 290009 with flag 36500253/10721062
1060.66/1065.27	c cleaning 145996 clauses out of 292007 with flag 36993467/10868060
1077.41/1082.20	c cleaning 147002 clauses out of 294011 with flag 37502280/11016060
1094.56/1099.35	c cleaning 148000 clauses out of 296009 with flag 38042686/11165060
1113.46/1118.24	c cleaning 149000 clauses out of 298010 with flag 38590591/11315061
1133.27/1138.21	c cleaning 150003 clauses out of 300010 with flag 39176386/11466061
1150.79/1155.70	c cleaning 150998 clauses out of 302006 with flag 39710479/11618060
1171.15/1175.97	c cleaning 152000 clauses out of 304008 with flag 40256467/11771060
1191.10/1196.02	c cleaning 153002 clauses out of 306009 with flag 40820574/11925061
1209.57/1214.56	c cleaning 154003 clauses out of 308007 with flag 41362437/12080061
1229.02/1234.12	c cleaning 154997 clauses out of 310003 with flag 41895734/12236060
1249.31/1254.42	c cleaning 155994 clauses out of 312006 with flag 42465393/12393060
1268.06/1273.24	c cleaning 157002 clauses out of 314014 with flag 43011718/12551062
1287.56/1292.83	c cleaning 157994 clauses out of 316010 with flag 43573532/12710060
1304.89/1310.14	c cleaning 158999 clauses out of 318016 with flag 44132216/12870060
1322.69/1328.00	c cleaning 160002 clauses out of 320018 with flag 44665915/13031061
1344.86/1350.13	c cleaning 161004 clauses out of 322017 with flag 45253444/13193062
1365.07/1370.21	c cleaning 162001 clauses out of 324013 with flag 45861803/13356062
1384.77/1390.31	c cleaning 163000 clauses out of 326010 with flag 46431846/13520060
1404.62/1410.16	c cleaning 164001 clauses out of 328011 with flag 47014237/13685061
1426.03/1431.94	c cleaning 165003 clauses out of 330011 with flag 47612330/13851062
1446.52/1452.51	c cleaning 165999 clauses out of 332007 with flag 48179550/14018061
1466.51/1472.46	c cleaning 166992 clauses out of 334007 with flag 48739681/14186060
1490.44/1496.65	c cleaning 168003 clauses out of 336017 with flag 49333688/14355062
1511.42/1517.70	c cleaning 169002 clauses out of 338012 with flag 49909772/14525060
1534.50/1541.09	c cleaning 170003 clauses out of 340011 with flag 50507861/14696061
1560.66/1567.34	c cleaning 171003 clauses out of 342010 with flag 51131832/14868063
1584.16/1590.82	c cleaning 171996 clauses out of 344004 with flag 51755304/15041060
1609.84/1616.78	c cleaning 172999 clauses out of 346009 with flag 52412920/15215061
1636.19/1643.20	c cleaning 174002 clauses out of 348011 with flag 53089526/15390062
1659.86/1666.47	c cleaning 174999 clauses out of 350007 with flag 53718743/15566060
1683.90/1690.59	c cleaning 176003 clauses out of 352012 with flag 54381955/15743064
1706.64/1713.29	c cleaning 176996 clauses out of 354005 with flag 55090595/15921060
1731.02/1737.85	c cleaning 177997 clauses out of 356010 with flag 55811281/16100061
1755.40/1762.34	c cleaning 179006 clauses out of 358013 with flag 56488228/16280061
1777.90/1784.95	c cleaning 179993 clauses out of 360007 with flag 57106098/16461061
1801.83/1808.83	c cleaning 181000 clauses out of 362014 with flag 57770427/16643061
1822.94/1830.14	c cleaning 182002 clauses out of 364013 with flag 58417900/16826060
1852.75/1860.15	c cleaning 183001 clauses out of 366011 with flag 59160546/17010060
1875.93/1883.55	c cleaning 183998 clauses out of 368011 with flag 59821616/17195061
1898.45/1906.12	c cleaning 184998 clauses out of 370012 with flag 60496269/17381060
1920.08/1927.79	c cleaning 185998 clauses out of 372014 with flag 61176985/17568060
1941.85/1949.73	c cleaning 187008 clauses out of 374016 with flag 61844007/17756060
1968.54/1976.68	c cleaning 188002 clauses out of 376009 with flag 62551242/17945061
1993.33/2001.55	c cleaning 188997 clauses out of 378006 with flag 63291240/18135060
2012.86/2021.10	c cleaning 190000 clauses out of 380009 with flag 63994484/18326060
2038.02/2046.41	c cleaning 190998 clauses out of 382010 with flag 64716636/18518061
2062.78/2071.37	c cleaning 191998 clauses out of 384013 with flag 65436758/18711062
2090.69/2099.40	c cleaning 193003 clauses out of 386013 with flag 66190465/18905060
2112.68/2122.34	c cleaning 193995 clauses out of 388010 with flag 66939156/19100060
2135.67/2145.19	c cleaning 195003 clauses out of 390016 with flag 67684614/19296061
2166.89/2177.32	c cleaning 196002 clauses out of 392014 with flag 68511820/19493062
2192.14/2202.76	c cleaning 196997 clauses out of 394011 with flag 69292363/19691061
2218.96/2230.01	c cleaning 198004 clauses out of 396014 with flag 70029384/19890061
2248.19/2259.42	c cleaning 198998 clauses out of 398009 with flag 70789593/20090060
2280.66/2291.97	c cleaning 200002 clauses out of 400011 with flag 71559298/20291060
2311.59/2323.01	c cleaning 200999 clauses out of 402009 with flag 72327165/20493060
2338.22/2349.61	c cleaning 202000 clauses out of 404010 with flag 73080010/20696060
2362.76/2374.27	c cleaning 202999 clauses out of 406010 with flag 73811378/20900060
2386.98/2398.68	c cleaning 204001 clauses out of 408012 with flag 74600060/21105061
2409.15/2420.71	c cleaning 205004 clauses out of 410011 with flag 75353738/21311061
2438.64/2450.38	c cleaning 205998 clauses out of 412006 with flag 76123501/21518060
2467.99/2479.02	c cleaning 206998 clauses out of 414009 with flag 76875316/21726061
2498.99/2510.27	c cleaning 208004 clauses out of 416012 with flag 77657475/21935062
2524.58/2536.00	c cleaning 208998 clauses out of 418008 with flag 78438708/22145062
2550.32/2561.88	c cleaning 209998 clauses out of 420009 with flag 79265626/22356061
2575.19/2586.87	c cleaning 211003 clauses out of 422011 with flag 80057064/22568061
2609.65/2620.74	c cleaning 211990 clauses out of 424007 with flag 80943760/22781060
2647.37/2658.53	c cleaning 213004 clauses out of 426017 with flag 81866967/22995060
2676.72/2686.11	c cleaning 214003 clauses out of 428013 with flag 82757694/23210060
2708.57/2716.53	c cleaning 214999 clauses out of 430010 with flag 83665399/23426060
2744.79/2751.42	c cleaning 216000 clauses out of 432011 with flag 84483605/23643060
2776.51/2782.46	c cleaning 217000 clauses out of 434012 with flag 85342159/23861061
2814.48/2818.24	c cleaning 218002 clauses out of 436011 with flag 86225060/24080060
2850.10/2853.27	c cleaning 219002 clauses out of 438009 with flag 87080495/24300060
2880.40/2882.53	c cleaning 219994 clauses out of 440007 with flag 87888305/24521060
2915.54/2916.39	c cleaning 221003 clauses out of 442013 with flag 88663463/24743060
2949.47/2949.71	c cleaning 222001 clauses out of 444012 with flag 89454781/24966062
2989.24/2987.74	c cleaning 223000 clauses out of 446010 with flag 90300015/25190061
3021.11/3018.32	c cleaning 223998 clauses out of 448009 with flag 91189897/25415060
3058.15/3053.10	c cleaning 225001 clauses out of 450011 with flag 92071392/25641060
3091.23/3085.50	c cleaning 226003 clauses out of 452010 with flag 92870816/25868060
3129.82/3123.43	c cleaning 226996 clauses out of 454007 with flag 93715796/26096060
3168.06/3159.48	c cleaning 227996 clauses out of 456012 with flag 94634896/26325061
3207.17/3197.15	c cleaning 229000 clauses out of 458016 with flag 95553040/26555061
3245.85/3234.50	c cleaning 230000 clauses out of 460015 with flag 96437558/26786060
3289.34/3276.76	c cleaning 231004 clauses out of 462015 with flag 97396651/27018060
3324.99/3310.70	c cleaning 232004 clauses out of 464012 with flag 98273333/27251061
3354.82/3340.28	c cleaning 233001 clauses out of 466007 with flag 99109193/27485060
3397.47/3383.01	c cleaning 234003 clauses out of 468007 with flag 100090257/27720061
3436.62/3421.83	c cleaning 234994 clauses out of 470004 with flag 100951436/27956061
3479.79/3465.07	c cleaning 235998 clauses out of 472009 with flag 101930073/28193060
3522.72/3508.49	c cleaning 237000 clauses out of 474011 with flag 102865691/28431060
3569.56/3555.41	c cleaning 237995 clauses out of 476013 with flag 103851257/28670062
3600.05/3585.92	c starts		: 118
3600.05/3585.96	c conflicts		: 28887768
3600.05/3585.96	c decisions		: 32104307
3600.05/3585.96	c propagations		: 430448854
3600.05/3585.96	c inspects		: 21438756086
3600.05/3585.96	c shortcuts		: 0
3600.05/3585.96	c learnt literals	: 0
3600.05/3585.96	c learnt binary clauses	: 0
3600.05/3585.96	c learnt ternary clauses	: 0
3600.05/3585.96	c learnt constraints	: 28887768
3600.05/3585.96	c ignored constraints	: 0
3600.05/3585.96	c root simplifications	: 0
3600.05/3585.96	c removed literals (reason simplification)	: 648138504
3600.05/3585.96	c reason swapping (by a shorter reason)	: 0
3600.05/3585.96	c Calls to reduceDB	: 235
3600.05/3585.96	c Number of update (reduction) of LBD	: 1672360
3600.05/3585.96	c Imported unit clauses	: 0
3600.05/3585.96	c No decision after first conflict	: false
3600.05/3585.96	c number of reductions to clauses (during analyze)	: 0
3600.05/3585.96	c number of learned constraints concerned by reduction	: 0
3600.05/3585.96	c number of learning phase by resolution	: 0
3600.05/3585.96	c number of learning phase by cutting planes	: 0
3600.05/3585.96	c number of rounding to 1 operations	: 0
3600.05/3585.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3585.96	c number of reductions of the coefficients by power 2 	: 0
3600.05/3585.96	c number of right shift for reduction by power 2 	: 0
3600.05/3585.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3585.96	c number of ending skipping 	: 0
3600.05/3585.96	c number of internal skipping 	: 0
3600.05/3585.96	c number of derivation steps 	: 0
3600.05/3585.96	c number of skipped derivation steps 	: 0
3600.05/3585.96	c number of remaining unassigned 	: 0
3600.05/3585.96	c number of remaining assigned 	: 0
3600.05/3585.96	c number of falsified literals weakened from reason	: 0
3600.05/3585.96	c number of falsified literals weakened from conflict	: 0
3600.05/3585.96	c time for arithmetic operations	: 0
3600.05/3585.96	c minimum degree of deleted constraints	: null
3600.05/3585.97	c maximum degree of deleted constraints	: null
3600.05/3585.97	c number of deleted constraints	: 0
3600.05/3585.97	c speed (assignments/second)	: 120061.81310137406
3600.05/3585.97	c non guided choices	: 2014
3600.45/3586.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 455724
3600.45/3586.16	s SATISFIABLE
3600.45/3586.16	c Found 1 solution(s)
3600.45/3586.16	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 x744 -x745 -x746 -x747 -x748 -x749 x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 -x799 -x800 -x801 x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 -x867 -x868 x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 x897 -x898 x899 -x900 -x901 x902 x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 x962 x963 -x964 x965 x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 x975 -x976 -x977 -x978 -x979 -x980 -x981 x982 -x983 -x984 -x985 -x986 -x987 x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 -x1001 -x1002 -x1003 x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 x1015 -x1016 -x1017 -x1018 x1019 -x1020 -x1021 -x1022 -x1023 x1024 x1025 -x1026 x1027 x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 x1046 -x1047 -x1048 -x1049 -x1050 x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 x1085 x1086 x1087 x1088 x1089 -x1090 x1091 -x1092 -x1093 -x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 -x1121 x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 x1152 x1153 x1154 -x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 x1169 -x1170 x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 x1181 -x1182 -x1183 x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 x1195 -x1196 -x1197 -x1198 x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 x1214 x1215 x1216 x1217 x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 -x1239 x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 x1250 -x1251 -x1252 -x1253 -x1254 -x1255 x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 x1273 -x1274 -x1275 -x1276 -x1277 x1278 -x1279 x1280 x1281 -x1282 x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 x1302 -x1303 -x1304 -x1305 -x1306 x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 x1316 -x1317 x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 x1337 x1338 -x1339 x1340 x1341 x1342 -x1343 x1344 
3600.45/3586.16	c objective function=176
3600.45/3586.16	c Total wall clock time (in seconds): 3585.885

Verifier Data

OK	176

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: 64096 MiB (32265 MiB free)
  memory of node 1: 64473 MiB (59812 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440272-1721768942/watcher-4440272-1721768942 -o /tmp/evaluation-result-4440272-1721768942/solver-4440272-1721768942 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721765591-122976 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440272-1721768942 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440272-1721768942.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=125487, runsolver pid=125484

[startup+0.102441 s]*
/proc/loadavg: 4.54 4.77 4.84 5/339 125505
/proc/meminfo: memFree=94249272/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=18993908 memory=60008 CPUtime=0.15 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 6694 0 0 0 13 2 0 0 20 0 18 0 12884002 19449761792 15002 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4748477 15002 5958 1 0 550973 0
[pid=125487/tid=125489] ppid=125484 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 5588 0 0 0 8 1 0 0 20 0 18 0 12884002 19449761792 15002 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12884006 19449761792 15002 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=18993908 memory=3761975942948682572 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12884007 19449761792 15002 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 60008 KiB

[startup+0.214207 s]*
/proc/loadavg: 4.54 4.77 4.84 7/339 125505
/proc/meminfo: memFree=94239200/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=18993908 memory=68548 CPUtime=0.3 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 7253 0 0 0 28 2 0 0 20 0 18 0 12884002 19449761792 17137 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4748477 17137 5946 1 0 551483 0
[pid=125487/tid=125489] ppid=125484 vsize=18993908 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 5839 0 0 0 17 2 0 0 20 0 18 0 12884002 19449761792 17137 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=18993908 memory=1118598 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12884006 19449761792 17137 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=18993908 memory=3544395815948961836 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12884007 19449761792 17137 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 68548 KiB

[startup+0.318901 s]*
/proc/loadavg: 4.54 4.77 4.84 7/339 125505
/proc/meminfo: memFree=94235620/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=18993908 memory=71300 CPUtime=0.49 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 7489 0 0 0 46 3 0 0 20 0 18 0 12884002 19449761792 17825 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4748477 17825 5974 1 0 551645 0
[pid=125487/tid=125489] ppid=125484 vsize=18993908 memory=-8887122034071216828 CPUtime=0.28 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 1077936192 6007 0 0 0 26 2 0 0 20 0 18 0 12884002 19449761792 17825 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12884006 19449761792 17825 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12884007 19449761792 17825 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 71300 KiB

[startup+0.701539 s]
/proc/loadavg: 4.54 4.77 4.84 7/339 125505
/proc/meminfo: memFree=94213328/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=18993908 memory=148076 CPUtime=1.2 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 9130 0 0 0 115 5 0 0 20 0 18 0 12884002 19449761792 37019 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4748477 37019 6099 1 0 552738 0
[pid=125487/tid=125489] ppid=125484 vsize=18993908 memory=5672 CPUtime=0.61 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) S 125484 125487 122963 0 -1 1077936192 6077 0 0 0 57 4 0 0 20 0 18 0 12884002 19449761792 37019 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=18993908 memory=12312 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12884006 19449761792 37019 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=18993908 memory=5021 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12884007 19449761792 37019 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 148076 KiB

[startup+1.50026 s]
/proc/loadavg: 4.58 4.77 4.84 6/340 125506
/proc/meminfo: memFree=94144660/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=177388 CPUtime=2.77 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 15302 0 0 0 270 7 0 0 20 0 20 0 12884002 19586084864 44347 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 44347 6169 1 0 555328 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=5021 CPUtime=1.31 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 6525 0 0 0 127 4 0 0 20 0 20 0 12884002 19586084864 44347 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 44347 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 44347 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19586084864 44347 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 177388 KiB

[startup+3.10721 s]
/proc/loadavg: 4.58 4.77 4.84 5/341 125507
/proc/meminfo: memFree=94044048/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=267604 CPUtime=5.54 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 20717 0 0 0 543 11 0 0 20 0 20 0 12884002 19586084864 66901 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 66901 6185 1 0 557129 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=12312 CPUtime=2.9 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 7579 0 0 0 282 8 0 0 20 0 20 0 12884002 19586084864 66901 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 66901 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 66901 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19586084864 66901 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 267604 KiB

[startup+6.30278 s]
/proc/loadavg: 4.53 4.76 4.83 5/341 125509
/proc/meminfo: memFree=93302100/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=796188 CPUtime=9.7 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 21339 0 0 0 945 25 0 0 20 0 20 0 12884002 19586084864 199047 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 199047 6185 1 0 557130 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=0 CPUtime=6.04 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 8094 0 0 0 583 21 0 0 20 0 20 0 12884002 19586084864 199047 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 199047 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=636440 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 199047 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19127036 memory=1118514 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19586084864 199047 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 796188 KiB

[startup+12.7004 s]
/proc/loadavg: 4.49 4.75 4.83 5/338 125509
/proc/meminfo: memFree=92952116/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=1109872 CPUtime=16.47 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 22868 0 0 0 1612 35 0 0 20 0 20 0 12884002 19586084864 277468 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 277468 6217 1 0 557130 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=1060720 CPUtime=12.4 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 9231 0 0 0 1210 30 0 0 20 0 20 0 12884002 19586084864 277468 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=986976 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 277468 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=993124 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 277468 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19586084864 277468 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1109872 KiB

[startup+25.5004 s]
/proc/loadavg: 4.41 4.72 4.82 5/338 125512
/proc/meminfo: memFree=92251024/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=1337308 CPUtime=29.25 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 26276 0 0 0 2880 45 0 0 20 0 20 0 12884002 19586084864 334327 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 334327 6217 1 0 557130 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=993124 CPUtime=25.02 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 10421 0 0 0 2463 39 0 0 20 0 20 0 12884002 19586084864 334327 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=1335252 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 334327 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 334327 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19586084864 334327 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 29.25 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1337308 KiB

[startup+51.1141 s]
/proc/loadavg: 4.66 4.75 4.83 5/334 125515
/proc/meminfo: memFree=91593388/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19127036 memory=1357800 CPUtime=54.54 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 29268 0 0 0 5388 66 0 0 20 0 20 0 12884002 19586084864 339450 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4781759 339450 6217 1 0 557130 0
[pid=125487/tid=125489] ppid=125484 vsize=19127036 memory=1357800 CPUtime=50.01 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 12142 0 0 0 4944 57 0 0 20 0 20 0 12884002 19586084864 339450 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19127036 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19586084864 339450 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 12884007 19586084864 339450 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0

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

/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 335233 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 335233 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=1340932 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 335233 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3295.52 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 1340932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.55 4.36 4.31 5/322 127584
/proc/meminfo: memFree=49607696/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=1757736 CPUtime=3356.93 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 333064 0 0 0 333883 1810 0 0 20 0 20 0 12884002 19653193728 439434 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 439434 6217 1 0 451542 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3249.37 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 149651 0 0 0 323365 1572 0 0 20 0 20 0 12884002 19653193728 439434 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3131 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=48100 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 439434 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2529 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 439434 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=3156 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 439434 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3356.93 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 1757736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.34 4.31 5/318 127595
/proc/meminfo: memFree=48824032/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=1616024 CPUtime=3417.11 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 333517 0 0 0 339877 1834 0 0 20 0 20 0 12884002 19653193728 404006 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 404006 6217 1 0 416046 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3308.13 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 149909 0 0 0 329220 1593 0 0 20 0 20 0 12884002 19653193728 404006 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3159 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=39520 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 404006 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=-8887122034071216828 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2529 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 404006 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=1616024 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 404006 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3417.11 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 1616024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.37 4.32 5/317 127740
/proc/meminfo: memFree=63690584/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=1911460 CPUtime=3477.08 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 334114 0 0 0 345846 1862 0 0 20 0 20 0 12884002 19653193728 477865 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 477865 6217 1 0 491214 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3366.88 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 150301 0 0 0 335070 1618 0 0 20 0 20 0 12884002 19653193728 477865 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3188 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=19008 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 477865 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=1911460 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2529 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 477865 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=-8887122034071216828 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 477865 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3477.08 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 1911460 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.38 4.32 5/321 127768
/proc/meminfo: memFree=59239508/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=2264364 CPUtime=3536.6 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 336679 0 0 0 351766 1894 0 0 20 0 20 0 12884002 19653193728 566091 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 566091 6217 1 0 580998 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3425.45 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 151251 0 0 0 340898 1647 0 0 20 0 20 0 12884002 19653193728 566091 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3233 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=1911460 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 566091 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2574 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 566091 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=2264364 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 566091 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3536.6 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 2264364 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.35 4.32 5/323 128004
/proc/meminfo: memFree=57471152/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=2691236 CPUtime=3596.36 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 337863 0 0 0 357713 1923 0 0 20 0 20 0 12884002 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 672809 6217 1 0 689576 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3484.07 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 151957 0 0 0 346733 1674 0 0 20 0 20 0 12884002 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3270 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=11564 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=2691236 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=2547876 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3596.36 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 2691236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.9 s]
/proc/loadavg: 4.30 4.35 4.32 5/323 128006
/proc/meminfo: memFree=57426704/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19192572 memory=2691236 CPUtime=3600.05 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 337964 0 0 0 358080 1925 0 0 20 0 20 0 12884002 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4798143 672809 6217 1 0 689576 0
[pid=125487/tid=125489] ppid=125484 vsize=19192572 memory=2444656 CPUtime=3487.58 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 151957 0 0 0 347083 1675 0 0 20 0 20 0 12884002 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3270 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19192572 memory=2691236 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12884006 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19192572 memory=2691236 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 20 0 12884007 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125506] ppid=125484 vsize=19192572 memory=2691236 CPUtime=0 cores=5,7
/proc/125487/task/125506/stat : 125506 (Timer-0) S 125484 125487 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12884075 19653193728 672809 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19192572 KiB
Current children cumulated memory: 2691236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.31 s, system=19.3102 s

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

[startup+3586.01 s]*
/proc/loadavg: 4.30 4.35 4.32 6/324 128009
/proc/meminfo: memFree=57411480/131655788 swapFree=131069936/131071996
[pid=125487] ppid=125484 vsize=19392264 memory=2691872 CPUtime=3600.27 cores=5,7
/proc/125487/stat : 125487 (java) S 125484 125487 122963 0 -1 1077936128 340735 0 0 0 358102 1925 0 0 20 0 21 0 12884002 19857678336 672968 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
/proc/125487/statm: 4848066 672968 6216 1 0 690514 0
[pid=125487/tid=125489] ppid=125484 vsize=19392264 memory=-9033204239859229372 CPUtime=3487.69 cores=5,7
/proc/125487/task/125489/stat : 125489 (java) R 125484 125487 122963 0 -1 4194368 152201 0 0 0 347094 1675 0 0 20 0 21 0 12884002 19857678336 672968 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3270 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125498] ppid=125484 vsize=19392264 memory=-7234046156037381495 CPUtime=0 cores=5,7
/proc/125487/task/125498/stat : 125498 (Finalizer) S 125484 125487 122963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 12884006 19857678336 672968 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=125505] ppid=125484 vsize=19392264 memory=-3547329456323894588 CPUtime=0 cores=5,7
/proc/125487/task/125505/stat : 125505 (Common-Cleaner) S 125484 125487 122963 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 21 0 12884007 19857678336 672968 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
[pid=125487/tid=128008] ppid=125484 vsize=19392264 memory=6933690279252828305 CPUtime=0.06 cores=5,7
/proc/125487/task/128008/stat : 128008 (Thread-0) R 125484 125487 122963 0 -1 4194368 269 0 0 0 6 0 0 0 20 0 21 0 13242593 19857678336 672968 134679101440 94651497328640 94651497332336 140725590067360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651497340152 94651497340944 94651518169088 140725590070191 140725590070373 140725590070373 140725590077384 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19392264 KiB
Current children cumulated memory: 2691872 KiB

[startup+3586.2 s]*
/proc/loadavg: 4.30 4.35 4.32 5/305 128009
/proc/meminfo: memFree=60081040/131655788 swapFree=131069936/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3586.31
CPU time (s): 3600.62
CPU user time (s): 3581.31
CPU system time (s): 19.3102
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 19392264
Max. memory (cumulated for all children) (KiB): 3664076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.31
system time used= 19.3102
maximum resident set size= 3664080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341243
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34816488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134164
involuntary context switches= 14951


# summary of solver processes directly reported to runsolver:
#   pid: 125487
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3581.31
#   total CPU system time (s): 19.3102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0818 second user time and 37.5154 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 23:09:02
IDJOB=4440272
IDBENCH=147017
IDSOLVER=3079
FILE ID=nodeC011/4440272-1721768942
RUNJOBID= nodeC011-1721765591-122976
SLURM_JOB_ID= 7770664
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440272-1721768942/watcher-4440272-1721768942 -o /tmp/evaluation-result-4440272-1721768942/solver-4440272-1721768942 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721765591-122976 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440272-1721768942 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440272-1721768942.opb

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=1181315123

nodeC011.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3672.998
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3653.961
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.521
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.386
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3670.711
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2195.092
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.411
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2594.207
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        94288192 kB
MemAvailable:   109340188 kB
Buffers:          173628 kB
Cached:         15682580 kB
SwapCached:          200 kB
Active:           880400 kB
Inactive:       35855432 kB
Active(anon):       1840 kB
Inactive(anon): 20922992 kB
Active(file):     878560 kB
Inactive(file): 14932440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131069936 kB
Dirty:            240052 kB
Writeback:             0 kB
AnonPages:      20877516 kB
Mapped:           115308 kB
Shmem:             45132 kB
KReclaimable:     162388 kB
Slab:             267136 kB
SReclaimable:     162388 kB
SUnreclaim:       104748 kB
KernelStack:        5168 kB
PageTables:        51156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   26400368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19104 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20303872 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262984 kB
DirectMap2M:    22710272 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC011 at 2024-07-24 00:08:48