Trace number 3453817

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 Res//CP 2.3.0OPT3 612.569 328.759

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
MD5SUM133707692e98c55077a0d19203c18204
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.180972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453817-1307194264.opb
0.10/0.11	c reading problem ... 
0.25/0.21	c ... done. Wall clock time 0.102s.
0.25/0.21	c #vars     648
0.25/0.21	c #constraints  991
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
3.43/1.05	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.73/1.67	c cleaning 4245 clauses out of 8499 with flag 11000/11000
6.34/2.49	c cleaning 5627 clauses out of 11254 with flag 18000/18000
8.17/3.33	c cleaning 6812 clauses out of 13627 with flag 26000/26000
9.72/4.15	c cleaning 7907 clauses out of 15815 with flag 35000/35000
11.49/5.07	c cleaning 8947 clauses out of 17908 with flag 45000/45000
13.26/5.96	c cleaning 9477 clauses out of 18962 with flag 55001/55001
14.82/6.78	c cleaning 9737 clauses out of 19484 with flag 65000/65000
16.60/7.69	c cleaning 9874 clauses out of 19748 with flag 75001/75001
18.13/8.49	c cleaning 9932 clauses out of 19874 with flag 85001/85001
19.89/9.37	c cleaning 9965 clauses out of 19941 with flag 95000/95000
21.45/10.13	c cleaning 9975 clauses out of 19976 with flag 105000/105000
23.02/10.93	c cleaning 9995 clauses out of 20002 with flag 115001/115001
24.73/11.89	c cleaning 10001 clauses out of 20007 with flag 125001/125001
26.48/12.79	c cleaning 9999 clauses out of 20006 with flag 135001/135001
28.03/13.56	c cleaning 9986 clauses out of 20008 with flag 145002/145002
29.96/14.52	c cleaning 10011 clauses out of 20021 with flag 155001/155001
32.33/15.74	c cleaning 10004 clauses out of 20009 with flag 165000/165000
34.50/16.78	c cleaning 10002 clauses out of 20006 with flag 175001/175001
36.86/17.75	c cleaning 9993 clauses out of 20004 with flag 185001/185001
39.38/19.06	c cleaning 9997 clauses out of 20011 with flag 195001/195001
41.33/20.08	c cleaning 9997 clauses out of 20014 with flag 205001/205001
43.11/20.92	c cleaning 9996 clauses out of 20016 with flag 215000/215000
44.61/21.75	c cleaning 10003 clauses out of 20021 with flag 225001/225001
46.13/22.53	c cleaning 10000 clauses out of 20017 with flag 235000/235000
48.06/23.58	c cleaning 10006 clauses out of 20018 with flag 245001/245001
50.20/24.64	c cleaning 9996 clauses out of 20011 with flag 255000/255000
51.73/25.45	c cleaning 10003 clauses out of 20015 with flag 265000/265000
54.24/26.71	c cleaning 9998 clauses out of 20012 with flag 275000/275000
55.97/27.63	c cleaning 9998 clauses out of 20014 with flag 285000/285000
57.10/28.24	c cleaning 0 clauses out of 5001 with flag 0/5001
57.55/28.47	c cleaning 9993 clauses out of 20017 with flag 295001/295001
59.81/29.54	c cleaning 10005 clauses out of 20024 with flag 305001/305001
62.30/30.77	c cleaning 9999 clauses out of 20018 with flag 315000/315000
64.00/31.67	c cleaning 9998 clauses out of 20020 with flag 325001/325001
65.73/32.54	c cleaning 10001 clauses out of 20023 with flag 335002/335002
67.43/33.48	c cleaning 9993 clauses out of 20020 with flag 345000/345000
68.96/34.23	c cleaning 10009 clauses out of 20027 with flag 355000/355000
70.92/35.29	c cleaning 10006 clauses out of 20020 with flag 365002/365002
73.21/36.45	c cleaning 9998 clauses out of 20012 with flag 375000/375000
75.14/37.49	c cleaning 9999 clauses out of 20016 with flag 385002/385002
76.83/38.33	c cleaning 9997 clauses out of 20015 with flag 395000/395000
78.75/39.37	c cleaning 10001 clauses out of 20018 with flag 405000/405000
80.88/40.40	c cleaning 10003 clauses out of 20019 with flag 415002/415002
82.57/41.34	c cleaning 9996 clauses out of 20014 with flag 425000/425000
84.30/42.21	c cleaning 9993 clauses out of 20018 with flag 435000/435000
86.22/43.24	c cleaning 9995 clauses out of 20026 with flag 445001/445001
87.78/44.07	c cleaning 10006 clauses out of 20030 with flag 455000/455000
89.43/44.93	c cleaning 9998 clauses out of 20025 with flag 465001/465001
90.75/45.68	c cleaning 9999 clauses out of 20027 with flag 475001/475001
93.06/46.86	c cleaning 10008 clauses out of 20029 with flag 485002/485002
95.18/47.98	c cleaning 9999 clauses out of 20020 with flag 495001/495001
97.66/49.22	c cleaning 9993 clauses out of 20020 with flag 505000/505000
99.78/50.36	c cleaning 9997 clauses out of 20027 with flag 515000/515000
101.50/51.26	c cleaning 10007 clauses out of 20030 with flag 525000/525000
103.21/52.14	c cleaning 10004 clauses out of 20025 with flag 535002/535002
104.88/53.07	c cleaning 10000 clauses out of 20019 with flag 545000/545000
106.65/53.98	c cleaning 9999 clauses out of 20020 with flag 555001/555001
108.33/54.91	c cleaning 9998 clauses out of 20021 with flag 565001/565001
110.24/55.87	c cleaning 10004 clauses out of 20023 with flag 575001/575001
112.11/56.81	c cleaning 10002 clauses out of 20019 with flag 585001/585001
113.63/57.65	c cleaning 10009 clauses out of 20021 with flag 595005/595005
115.13/58.41	c cleaning 9998 clauses out of 20009 with flag 605002/605002
116.87/59.35	c cleaning 9992 clauses out of 20009 with flag 615000/615000
118.30/60.16	c cleaning 9987 clauses out of 20017 with flag 625000/625000
120.21/61.16	c cleaning 10008 clauses out of 20033 with flag 635003/635003
122.92/62.60	c cleaning 9999 clauses out of 20022 with flag 645000/645000
125.26/63.72	c cleaning 10005 clauses out of 20024 with flag 655001/655001
127.08/64.79	c cleaning 9997 clauses out of 20018 with flag 665000/665000
129.19/65.80	c cleaning 10004 clauses out of 20022 with flag 675001/675001
130.49/66.56	c cleaning 10000 clauses out of 20017 with flag 685000/685000
132.19/67.47	c cleaning 9998 clauses out of 20017 with flag 695000/695000
133.85/68.39	c cleaning 9996 clauses out of 20019 with flag 705000/705000
135.59/69.24	c cleaning 10002 clauses out of 20023 with flag 715000/715000
137.46/70.25	c cleaning 10006 clauses out of 20021 with flag 725000/725000
139.99/71.59	c cleaning 9995 clauses out of 20015 with flag 735000/735000
142.80/73.01	c cleaning 9998 clauses out of 20020 with flag 745000/745000
144.91/74.18	c cleaning 10004 clauses out of 20023 with flag 755001/755001
147.01/75.27	c cleaning 10004 clauses out of 20019 with flag 765001/765001
149.51/76.53	c cleaning 10002 clauses out of 20015 with flag 775001/775001
151.75/77.72	c cleaning 9997 clauses out of 20012 with flag 785000/785000
154.48/79.13	c cleaning 10003 clauses out of 20015 with flag 795000/795000
155.94/79.95	c cleaning 9995 clauses out of 20012 with flag 805000/805000
157.63/80.87	c cleaning 9999 clauses out of 20017 with flag 815000/815000
159.07/81.68	c cleaning 10002 clauses out of 20019 with flag 825001/825001
160.80/82.57	c cleaning 10000 clauses out of 20016 with flag 835000/835000
162.26/83.37	c cleaning 10001 clauses out of 20017 with flag 845001/845001
163.95/84.21	c cleaning 9998 clauses out of 20015 with flag 855000/855000
165.61/85.14	c cleaning 10000 clauses out of 20017 with flag 865000/865000
167.09/85.92	c cleaning 10003 clauses out of 20017 with flag 875000/875000
168.58/86.70	c cleaning 10003 clauses out of 20015 with flag 885001/885001
170.92/87.98	c cleaning 10002 clauses out of 20011 with flag 895001/895001
172.72/88.99	c cleaning 9997 clauses out of 20008 with flag 905000/905000
174.41/89.83	c cleaning 9994 clauses out of 20011 with flag 915000/915000
175.90/90.66	c cleaning 9997 clauses out of 20017 with flag 925000/925000
179.22/92.34	c cleaning 10001 clauses out of 20020 with flag 935000/935000
181.26/93.45	c cleaning 9985 clauses out of 20019 with flag 945000/945000
182.51/94.15	c cleaning 9992 clauses out of 20037 with flag 955003/955003
182.99/94.45	c  And the winner is Resolution
183.16/94.58	c SATISFIABLE
183.16/94.58	c OPTIMIZING...
183.16/94.58	c Got one! Elapsed wall clock time (in seconds):94.47
183.16/94.58	o 3
183.39/94.73	c cleaning 7839 clauses out of 15697 with flag 2001/960655
184.28/95.21	c cleaning 6916 clauses out of 13858 with flag 8001/966655
185.50/95.91	c cleaning 6958 clauses out of 13942 with flag 15001/973655
186.79/96.69	c cleaning 7484 clauses out of 14984 with flag 23001/981655
188.67/97.62	c cleaning 8233 clauses out of 16500 with flag 32001/990655
190.96/98.90	c cleaning 9121 clauses out of 18267 with flag 42001/1000655
193.99/100.41	c cleaning 9566 clauses out of 19145 with flag 52000/1010654
196.70/101.87	c cleaning 9774 clauses out of 19579 with flag 62000/1020654
199.39/103.31	c cleaning 9888 clauses out of 19805 with flag 72000/1030654
201.26/104.24	c cleaning 9951 clauses out of 19918 with flag 82001/1040655
202.90/105.11	c cleaning 9974 clauses out of 19968 with flag 92002/1050656
204.38/105.98	c cleaning 9989 clauses out of 19992 with flag 102000/1060654
206.07/106.84	c cleaning 9993 clauses out of 20003 with flag 112000/1070654
207.55/107.67	c cleaning 10000 clauses out of 20011 with flag 122001/1080655
209.38/108.62	c cleaning 9996 clauses out of 20010 with flag 132000/1090654
210.86/109.44	c cleaning 9993 clauses out of 20014 with flag 142000/1100654
213.14/110.69	c cleaning 9998 clauses out of 20022 with flag 152001/1110655
216.25/112.23	c cleaning 10004 clauses out of 20024 with flag 162001/1120655
219.23/113.82	c cleaning 9998 clauses out of 20019 with flag 172000/1130654
221.71/115.17	c cleaning 10000 clauses out of 20022 with flag 182001/1140655
224.43/116.54	c cleaning 10003 clauses out of 20021 with flag 192000/1150654
226.27/117.56	c cleaning 0 clauses out of 10832 with flag 0/10833
227.11/118.07	c cleaning 9997 clauses out of 20020 with flag 202002/1160656
229.79/119.44	c cleaning 9999 clauses out of 20021 with flag 212000/1170654
232.26/120.73	c cleaning 10001 clauses out of 20022 with flag 222000/1180654
234.77/122.11	c cleaning 10002 clauses out of 20023 with flag 232002/1190656
237.56/123.58	c cleaning 10005 clauses out of 20019 with flag 242000/1200654
240.23/124.93	c cleaning 10000 clauses out of 20015 with flag 252001/1210655
241.50/125.64	c cleaning 10002 clauses out of 20015 with flag 262001/1220655
243.21/126.52	c cleaning 10002 clauses out of 20013 with flag 272001/1230655
244.80/127.47	c cleaning 10000 clauses out of 20012 with flag 282002/1240656
246.47/128.33	c cleaning 9997 clauses out of 20010 with flag 292000/1250654
247.94/129.14	c cleaning 9997 clauses out of 20013 with flag 302000/1260654
249.41/129.95	c cleaning 10001 clauses out of 20016 with flag 312000/1270654
251.07/130.83	c cleaning 9998 clauses out of 20015 with flag 322000/1280654
252.51/131.65	c cleaning 9999 clauses out of 20017 with flag 332000/1290654
253.98/132.49	c cleaning 10004 clauses out of 20019 with flag 342001/1300655
255.65/133.31	c cleaning 10002 clauses out of 20015 with flag 352001/1310655
257.10/134.20	c cleaning 10000 clauses out of 20013 with flag 362001/1320655
258.74/135.06	c cleaning 9998 clauses out of 20013 with flag 372001/1330655
260.21/135.88	c cleaning 9999 clauses out of 20015 with flag 382001/1340655
262.07/136.82	c cleaning 10004 clauses out of 20016 with flag 392001/1350655
264.69/138.23	c cleaning 10006 clauses out of 20012 with flag 402001/1360655
267.40/139.62	c cleaning 9998 clauses out of 20004 with flag 412000/1370654
268.83/140.42	c cleaning 9999 clauses out of 20006 with flag 422000/1380654
270.30/141.20	c cleaning 9996 clauses out of 20009 with flag 432002/1390656
271.91/142.17	c cleaning 9997 clauses out of 20011 with flag 442000/1400654
273.41/142.93	c cleaning 10001 clauses out of 20015 with flag 452001/1410655
275.67/144.14	c cleaning 10000 clauses out of 20014 with flag 462001/1420655
277.89/145.37	c cleaning 9998 clauses out of 20013 with flag 472000/1430654
280.30/146.64	c cleaning 10005 clauses out of 20015 with flag 482000/1440654
282.16/147.62	c cleaning 10001 clauses out of 20011 with flag 492001/1450655
284.42/148.84	c cleaning 9998 clauses out of 20009 with flag 502000/1460654
285.92/149.67	c cleaning 9997 clauses out of 20011 with flag 512000/1470654
287.48/150.61	c cleaning 9998 clauses out of 20014 with flag 522000/1480654
289.78/151.76	c cleaning 9997 clauses out of 20016 with flag 532000/1490654
291.84/152.85	c cleaning 9999 clauses out of 20019 with flag 542000/1500654
293.90/153.96	c cleaning 10002 clauses out of 20020 with flag 552000/1510654
296.11/155.13	c cleaning 10002 clauses out of 20019 with flag 562001/1520655
298.17/156.29	c cleaning 10001 clauses out of 20016 with flag 572000/1530654
300.39/157.45	c cleaning 9999 clauses out of 20017 with flag 582002/1540656
303.06/158.80	c cleaning 10002 clauses out of 20017 with flag 592001/1550655
305.27/160.05	c cleaning 10002 clauses out of 20014 with flag 602000/1560654
307.52/161.29	c cleaning 10002 clauses out of 20013 with flag 612001/1570655
309.78/162.45	c cleaning 10001 clauses out of 20011 with flag 622001/1580655
311.23/163.28	c cleaning 9994 clauses out of 20011 with flag 632002/1590656
313.02/164.20	c cleaning 9995 clauses out of 20015 with flag 642000/1600654
314.52/165.06	c cleaning 10000 clauses out of 20021 with flag 652001/1610655
316.13/165.94	c cleaning 9999 clauses out of 20021 with flag 662001/1620655
317.58/166.76	c cleaning 9999 clauses out of 20021 with flag 672000/1630654
319.17/167.69	c cleaning 10007 clauses out of 20023 with flag 682001/1640655
321.23/168.74	c cleaning 9998 clauses out of 20015 with flag 692000/1650654
323.08/169.80	c cleaning 9998 clauses out of 20018 with flag 702001/1660655
325.32/170.99	c cleaning 10000 clauses out of 20019 with flag 712000/1670654
327.70/172.24	c cleaning 10002 clauses out of 20020 with flag 722001/1680655
329.76/173.36	c cleaning 9998 clauses out of 20018 with flag 732001/1690655
332.02/174.51	c cleaning 9998 clauses out of 20019 with flag 742000/1700654
334.07/175.65	c cleaning 10003 clauses out of 20021 with flag 752000/1710654
336.26/176.86	c cleaning 10000 clauses out of 20019 with flag 762001/1720655
338.31/177.95	c cleaning 10000 clauses out of 20020 with flag 772002/1730656
340.56/179.11	c cleaning 9999 clauses out of 20018 with flag 782000/1740654
342.61/180.22	c cleaning 10001 clauses out of 20019 with flag 792000/1750654
344.60/181.35	c cleaning 10000 clauses out of 20019 with flag 802001/1760655
346.89/182.56	c cleaning 10001 clauses out of 20018 with flag 812000/1770654
349.14/183.79	c cleaning 10001 clauses out of 20017 with flag 822000/1780654
351.19/184.86	c cleaning 9999 clauses out of 20017 with flag 832001/1790655
352.72/185.76	c cleaning 9996 clauses out of 20017 with flag 842000/1800654
354.16/186.59	c cleaning 10000 clauses out of 20021 with flag 852000/1810654
355.80/187.42	c cleaning 9998 clauses out of 20021 with flag 862000/1820654
357.24/188.22	c cleaning 9998 clauses out of 20023 with flag 872000/1830654
358.61/189.07	c cleaning 10004 clauses out of 20026 with flag 882001/1840655
360.25/189.94	c cleaning 10000 clauses out of 20021 with flag 892000/1850654
361.89/190.85	c cleaning 10002 clauses out of 20024 with flag 902003/1860657
363.32/191.67	c cleaning 10004 clauses out of 20021 with flag 912002/1870656
365.10/192.63	c cleaning 9995 clauses out of 20016 with flag 922001/1880655
366.53/193.49	c cleaning 9997 clauses out of 20020 with flag 932000/1890654
368.17/194.37	c cleaning 10003 clauses out of 20023 with flag 942000/1900654
369.81/195.27	c cleaning 9999 clauses out of 20021 with flag 952001/1910655
371.58/196.21	c cleaning 9998 clauses out of 20021 with flag 962000/1920654
372.86/196.98	c cleaning 10002 clauses out of 20023 with flag 972000/1930654
374.46/197.80	c cleaning 10003 clauses out of 20022 with flag 982001/1940655
375.90/198.66	c cleaning 9999 clauses out of 20018 with flag 992000/1950654
377.68/199.64	c cleaning 10003 clauses out of 20020 with flag 1002001/1960655
379.32/200.50	c cleaning 9998 clauses out of 20017 with flag 1012001/1970655
380.80/201.39	c cleaning 9998 clauses out of 20018 with flag 1022000/1980654
382.20/202.18	c cleaning 9999 clauses out of 20020 with flag 1032000/1990654
383.98/203.14	c cleaning 9999 clauses out of 20021 with flag 1042000/2000654
385.42/203.98	c cleaning 10008 clauses out of 20022 with flag 1052000/2010654
387.66/205.11	c cleaning 10004 clauses out of 20015 with flag 1062001/2020655
390.31/206.51	c cleaning 10001 clauses out of 20010 with flag 1072000/2030654
392.92/207.94	c cleaning 10000 clauses out of 20010 with flag 1082001/2040655
395.13/209.12	c cleaning 9996 clauses out of 20009 with flag 1092000/2050654
397.36/210.33	c cleaning 9998 clauses out of 20013 with flag 1102000/2060654
399.80/211.67	c cleaning 10004 clauses out of 20016 with flag 1112001/2070655
402.18/212.95	c cleaning 10001 clauses out of 20012 with flag 1122001/2080655
404.62/214.22	c cleaning 9998 clauses out of 20010 with flag 1132000/2090654
407.09/215.52	c cleaning 10000 clauses out of 20012 with flag 1142000/2100654
409.14/216.64	c cleaning 10002 clauses out of 20013 with flag 1152001/2110655
410.86/217.66	c cleaning 9999 clauses out of 20010 with flag 1162000/2120654
412.50/218.50	c cleaning 9999 clauses out of 20011 with flag 1172000/2130654
413.95/219.38	c cleaning 10000 clauses out of 20012 with flag 1182000/2140654
416.18/220.50	c cleaning 10002 clauses out of 20013 with flag 1192001/2150655
418.16/221.63	c cleaning 9996 clauses out of 20011 with flag 1202001/2160655
420.19/222.73	c cleaning 10001 clauses out of 20014 with flag 1212000/2170654
422.02/223.79	c cleaning 10002 clauses out of 20013 with flag 1222000/2180654
424.06/224.87	c cleaning 9997 clauses out of 20011 with flag 1232000/2190654
426.03/225.96	c cleaning 10004 clauses out of 20015 with flag 1242001/2200655
427.86/226.93	c cleaning 10000 clauses out of 20010 with flag 1252000/2210654
429.90/228.04	c cleaning 9998 clauses out of 20010 with flag 1262000/2220654
431.73/229.09	c cleaning 9998 clauses out of 20012 with flag 1272000/2230654
433.89/230.27	c cleaning 9999 clauses out of 20014 with flag 1282000/2240654
435.92/231.37	c cleaning 10002 clauses out of 20017 with flag 1292002/2250656
437.96/232.47	c cleaning 10000 clauses out of 20014 with flag 1302001/2260655
439.99/233.56	c cleaning 9997 clauses out of 20013 with flag 1312000/2270654
441.94/234.64	c cleaning 9998 clauses out of 20017 with flag 1322001/2280655
443.78/235.67	c cleaning 10002 clauses out of 20019 with flag 1332001/2290655
446.01/236.83	c cleaning 10003 clauses out of 20016 with flag 1342000/2300654
447.64/237.76	c cleaning 10002 clauses out of 20014 with flag 1352001/2310655
449.60/238.86	c cleaning 9999 clauses out of 20012 with flag 1362001/2320655
451.83/240.00	c cleaning 10003 clauses out of 20012 with flag 1372000/2330654
454.06/241.25	c cleaning 9997 clauses out of 20009 with flag 1382000/2340654
456.29/242.46	c cleaning 10000 clauses out of 20013 with flag 1392001/2350655
458.63/243.73	c cleaning 10002 clauses out of 20012 with flag 1402000/2360654
460.86/244.94	c cleaning 10000 clauses out of 20011 with flag 1412001/2370655
463.08/246.11	c cleaning 10002 clauses out of 20011 with flag 1422001/2380655
465.31/247.31	c cleaning 10002 clauses out of 20009 with flag 1432001/2390655
467.49/248.56	c cleaning 9997 clauses out of 20006 with flag 1442000/2400654
469.72/249.74	c cleaning 10002 clauses out of 20009 with flag 1452000/2410654
471.74/250.86	c cleaning 10000 clauses out of 20007 with flag 1462000/2420654
473.93/252.01	c cleaning 10000 clauses out of 20008 with flag 1472001/2430655
476.08/253.23	c cleaning 9997 clauses out of 20007 with flag 1482000/2440654
478.31/254.41	c cleaning 10000 clauses out of 20010 with flag 1492000/2450654
480.53/255.62	c cleaning 10001 clauses out of 20011 with flag 1502001/2460655
482.16/256.57	c cleaning 9996 clauses out of 20010 with flag 1512001/2470655
484.10/257.67	c cleaning 9998 clauses out of 20013 with flag 1522000/2480654
486.12/258.78	c cleaning 9997 clauses out of 20016 with flag 1532001/2490655
487.95/259.78	c cleaning 9999 clauses out of 20018 with flag 1542000/2500654
489.98/260.84	c cleaning 10005 clauses out of 20020 with flag 1552001/2510655
491.92/261.98	c cleaning 9998 clauses out of 20014 with flag 1562000/2520654
493.94/263.09	c cleaning 10001 clauses out of 20017 with flag 1572001/2530655
495.97/264.12	c cleaning 10000 clauses out of 20016 with flag 1582001/2540655
497.99/265.29	c cleaning 9999 clauses out of 20015 with flag 1592000/2550654
500.33/266.55	c cleaning 10001 clauses out of 20016 with flag 1602000/2560654
502.37/267.61	c cleaning 10000 clauses out of 20016 with flag 1612001/2570655
504.39/268.75	c cleaning 9999 clauses out of 20015 with flag 1622000/2580654
506.61/269.90	c cleaning 10003 clauses out of 20016 with flag 1632000/2590654
508.58/271.03	c cleaning 10000 clauses out of 20015 with flag 1642002/2600656
510.80/272.23	c cleaning 10001 clauses out of 20014 with flag 1652001/2610655
512.62/273.24	c cleaning 9997 clauses out of 20013 with flag 1662001/2620655
514.64/274.34	c cleaning 9997 clauses out of 20015 with flag 1672000/2630654
516.61/275.46	c cleaning 9999 clauses out of 20018 with flag 1682000/2640654
518.43/276.49	c cleaning 10000 clauses out of 20019 with flag 1692000/2650654
520.25/277.49	c cleaning 10002 clauses out of 20020 with flag 1702001/2660655
522.27/278.51	c cleaning 9999 clauses out of 20017 with flag 1712000/2670654
523.86/279.48	c cleaning 10000 clauses out of 20018 with flag 1722001/2680655
526.05/280.64	c cleaning 9998 clauses out of 20017 with flag 1732000/2690654
527.90/281.68	c cleaning 9999 clauses out of 20019 with flag 1742000/2700654
530.08/282.81	c cleaning 10001 clauses out of 20020 with flag 1752000/2710654
532.02/283.92	c cleaning 9996 clauses out of 20020 with flag 1762001/2720655
533.88/284.97	c cleaning 10006 clauses out of 20023 with flag 1772000/2730654
535.46/285.89	c cleaning 10001 clauses out of 20018 with flag 1782001/2740655
537.29/286.89	c cleaning 10000 clauses out of 20017 with flag 1792001/2750655
539.24/287.99	c cleaning 10005 clauses out of 20015 with flag 1802000/2760654
541.47/289.20	c cleaning 10001 clauses out of 20011 with flag 1812001/2770655
543.50/290.23	c cleaning 9997 clauses out of 20010 with flag 1822001/2780655
545.76/291.42	c cleaning 10004 clauses out of 20013 with flag 1832001/2790655
547.72/292.53	c cleaning 9998 clauses out of 20008 with flag 1842000/2800654
549.30/293.44	c cleaning 9992 clauses out of 20010 with flag 1852000/2810654
551.53/294.69	c cleaning 10003 clauses out of 20019 with flag 1862001/2820655
553.98/295.95	c cleaning 10002 clauses out of 20015 with flag 1872000/2830654
556.48/297.31	c cleaning 10002 clauses out of 20013 with flag 1882000/2840654
558.51/298.41	c cleaning 9997 clauses out of 20011 with flag 1892000/2850654
560.53/299.59	c cleaning 10001 clauses out of 20015 with flag 1902001/2860655
563.15/300.90	c cleaning 9999 clauses out of 20014 with flag 1912001/2870655
565.51/302.26	c cleaning 10002 clauses out of 20015 with flag 1922001/2880655
567.72/303.47	c cleaning 10000 clauses out of 20012 with flag 1932001/2890655
569.98/304.67	c cleaning 10001 clauses out of 20014 with flag 1942003/2900657
571.77/305.70	c cleaning 10000 clauses out of 20011 with flag 1952001/2910655
573.94/306.84	c cleaning 10000 clauses out of 20011 with flag 1962001/2920655
575.96/307.98	c cleaning 9999 clauses out of 20010 with flag 1972000/2930654
577.74/309.00	c cleaning 10001 clauses out of 20012 with flag 1982001/2940655
580.19/310.28	c cleaning 10002 clauses out of 20009 with flag 1992000/2950654
582.68/311.66	c cleaning 9998 clauses out of 20007 with flag 2002000/2960654
584.69/312.77	c cleaning 10000 clauses out of 20009 with flag 2012000/2970654
586.91/313.95	c cleaning 10000 clauses out of 20010 with flag 2022001/2980655
589.13/315.12	c cleaning 10002 clauses out of 20009 with flag 2032000/2990654
590.10/315.74	c cleaning 0 clauses out of 16829 with flag 0/16830
591.48/316.57	c cleaning 9999 clauses out of 20007 with flag 2042000/3000654
593.70/317.76	c cleaning 10001 clauses out of 20009 with flag 2052001/3010655
595.72/318.88	c cleaning 9999 clauses out of 20008 with flag 2062001/3020655
598.25/320.23	c cleaning 10001 clauses out of 20009 with flag 2072001/3030655
600.47/321.45	c cleaning 9998 clauses out of 20008 with flag 2082001/3040655
602.68/322.64	c cleaning 10001 clauses out of 20010 with flag 2092002/3050656
604.89/323.87	c cleaning 10002 clauses out of 20008 with flag 2102001/3060655
607.22/325.15	c cleaning 9999 clauses out of 20005 with flag 2112000/3070654
609.44/326.32	c cleaning 9999 clauses out of 20005 with flag 2122000/3080654
611.05/327.24	c  And the winner is Resolution
612.50/328.72	c starts		: 232
612.50/328.72	c conflicts		: 3088651
612.50/328.72	c decisions		: 3155670
612.50/328.72	c propagations		: 68962195
612.50/328.72	c inspects		: 2023929707
612.50/328.72	c shortcuts		: 0
612.50/328.72	c learnt literals	: 21
612.50/328.72	c learnt binary clauses	: 135
612.50/328.72	c learnt ternary clauses	: 400
612.50/328.72	c learnt constraints	: 3088629
612.50/328.72	c ignored constraints	: 0
612.50/328.72	c root simplifications	: 0
612.50/328.72	c removed literals (reason simplification)	: 132920456
612.50/328.72	c reason swapping (by a shorter reason)	: 0
612.50/328.72	c Calls to reduceDB	: 311
612.50/328.72	c number of reductions to clauses (during analyze)	: 0
612.50/328.72	c number of learned constraints concerned by reduction	: 0
612.50/328.72	c number of learning phase by resolution	: 0
612.50/328.72	c number of learning phase by cutting planes	: 0
612.50/328.72	c speed (assignments/second)	: 294536.53400985745
612.50/328.72	c non guided choices	8056
612.50/328.72	c learnt constraints type 
612.50/328.72	c constraints type 
612.50/328.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
612.50/328.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
612.50/328.72	c constraints type 
612.50/328.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
612.50/328.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
612.50/328.72	s OPTIMUM FOUND
612.50/328.72	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 
612.50/328.72	c objective function=3
612.50/328.72	c Total wall clock time (in seconds): 328.61

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453817-1307194264/watcher-3453817-1307194264 -o /tmp/evaluation-result-3453817-1307194264/solver-3453817-1307194264 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453817-1307194264.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 3.75 3.69 3/519 28011
/proc/meminfo: memFree=29469264/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 8277 0 1 0 0 1 0 0 25 0 2 0 831027369 10694979584 7979 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2611079 7992 917 9 0 2602235 0
[pid=28011/tid=28012] ppid=28009 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 7225 0 1 0 0 0 0 0 25 0 2 0 831027369 10694979584 8042 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0284351 s]
/proc/loadavg: 3.40 3.75 3.69 3/519 28011
/proc/meminfo: memFree=29469264/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 10741 0 1 0 1 1 0 0 25 0 10 0 831027369 10705932288 10440 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2613753 10442 1515 9 0 2604501 0
[pid=28011/tid=28012] ppid=28009 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 9621 0 1 0 1 1 0 0 25 0 10 0 831027369 10705932288 10443 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 47792973934597 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100429 s]
/proc/loadavg: 3.40 3.75 3.69 3/519 28011
/proc/meminfo: memFree=29469264/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10540204 CPUtime=0.1 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 13095 0 1 0 9 1 0 0 25 0 18 0 831027369 10793168896 12792 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2635051 12794 2092 9 0 2625785 0
[pid=28011/tid=28012] ppid=28009 vsize=10540204 CPUtime=0.08 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 11203 0 1 0 7 1 0 0 25 0 18 0 831027369 10793168896 12794 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270612771873 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540204

[startup+0.300356 s]
/proc/loadavg: 3.40 3.75 3.69 3/519 28011
/proc/meminfo: memFree=29469264/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10548912 CPUtime=0.6 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 17667 0 1 0 58 2 0 0 25 0 22 0 831027369 10802085888 15829 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2637228 15830 2204 9 0 2627962 0
[pid=28011/tid=28012] ppid=28009 vsize=10548912 CPUtime=0.2 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) S 28009 28011 21775 0 -1 4202560 12068 0 1 0 19 1 0 0 25 0 22 0 831027369 10802085888 15830 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10548912

[startup+0.700287 s]
/proc/loadavg: 3.40 3.75 3.69 3/519 28011
/proc/meminfo: memFree=29469264/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10557652 CPUtime=2.21 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 35941 0 1 0 216 5 0 0 25 0 22 0 831027369 10811035648 30173 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2639413 30177 2223 9 0 2630147 0
[pid=28011/tid=28012] ppid=28009 vsize=10557652 CPUtime=0.2 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) S 28009 28011 21775 0 -1 4202560 12068 0 1 0 19 1 0 0 25 0 22 0 831027369 10811035648 30179 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10557652

[startup+1.50118 s]
/proc/loadavg: 3.40 3.75 3.69 8/541 28033
/proc/meminfo: memFree=29271260/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10556304 CPUtime=4.48 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 79182 0 1 0 438 10 0 0 25 0 22 0 831027369 10809655296 70925 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2639076 70929 2256 9 0 2629810 0
[pid=28011/tid=28012] ppid=28009 vsize=10556304 CPUtime=0.2 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) S 28009 28011 21775 0 -1 4202560 12068 0 1 0 19 1 0 0 15 0 22 0 831027369 10809655296 70933 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70938 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70942 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70946 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70950 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70954 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 443 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70958 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 299 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70962 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 345 0 0 0 0 0 0 0 18 0 22 0 831027371 10809655296 70966 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10556304 CPUtime=0.01 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 1080 0 0 0 1 0 0 0 17 0 22 0 831027372 10809655296 70969 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027372 10809655296 70972 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027372 10809655296 70976 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10809655296 70979 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10556304 CPUtime=0.9 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7248 0 0 0 89 1 0 0 18 0 22 0 831027374 10809655296 70983 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10556304 CPUtime=0.84 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 6989 0 0 0 84 0 0 0 25 0 22 0 831027374 10809655296 70986 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10809655296 70989 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831027374 10809655296 70991 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28030] ppid=28009 vsize=10556304 CPUtime=1.25 cores=1,3,5,7
/proc/28011/task/28030/stat : 28030 (java) R 28009 28011 21775 0 -1 4202560 868 0 0 0 125 0 0 0 25 0 22 0 831027390 10809655296 70993 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505665864 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28031] ppid=28009 vsize=10556304 CPUtime=1.23 cores=1,3,5,7
/proc/28011/task/28031/stat : 28031 (java) R 28009 28011 21775 0 -1 4202560 48750 0 0 0 117 6 0 0 25 0 22 0 831027390 10809655296 70997 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505743839 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027391 10809655296 70999 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28033] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28033/stat : 28033 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027391 10809655296 71000 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 10556304

[startup+3.10089 s]
/proc/loadavg: 3.40 3.75 3.69 7/541 28033
/proc/meminfo: memFree=29102520/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10556304 CPUtime=7.72 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 123531 0 1 0 757 15 0 0 25 0 22 0 831027369 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2639076 115269 2256 9 0 2629810 0
[pid=28011/tid=28012] ppid=28009 vsize=10556304 CPUtime=0.2 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) S 28009 28011 21775 0 -1 4202560 12068 0 1 0 19 1 0 0 15 0 22 0 831027369 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 319 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 449 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 831027371 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10556304 CPUtime=0.06 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 2587 0 0 0 6 0 0 0 16 0 22 0 831027372 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027372 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027372 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10556304 CPUtime=0.93 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7254 0 0 0 92 1 0 0 15 0 22 0 831027374 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10556304 CPUtime=0.88 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 6991 0 0 0 88 0 0 0 15 0 22 0 831027374 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027374 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28030] ppid=28009 vsize=10556304 CPUtime=2.8 cores=1,3,5,7
/proc/28011/task/28030/stat : 28030 (java) R 28009 28011 21775 0 -1 4202560 870 0 0 0 280 0 0 0 25 0 22 0 831027390 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505665902 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28031] ppid=28009 vsize=10556304 CPUtime=2.78 cores=1,3,5,7
/proc/28011/task/28031/stat : 28031 (java) R 28009 28011 21775 0 -1 4202560 90487 0 0 0 267 11 0 0 25 0 22 0 831027390 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505665902 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027391 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28033] ppid=28009 vsize=10556304 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28033/stat : 28033 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027391 10809655296 115269 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10556304

[startup+6.30132 s]
/proc/loadavg: 3.53 3.77 3.70 7/541 28033
/proc/meminfo: memFree=28965852/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10553824 CPUtime=14.02 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 135245 0 1 0 1385 17 0 0 25 0 22 0 831027369 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2638456 126441 2257 9 0 2629190 0
[pid=28011/tid=28012] ppid=28009 vsize=10553824 CPUtime=0.2 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) S 28009 28011 21775 0 -1 4202560 12068 0 1 0 19 1 0 0 15 0 22 0 831027369 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10553824 CPUtime=0.01 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 467 0 0 0 1 0 0 0 16 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 319 0 0 0 0 0 0 0 15 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 449 0 0 0 0 0 0 0 15 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10553824 CPUtime=0.01 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 313 0 0 0 1 0 0 0 16 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 831027371 10807115776 126441 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0

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

/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 427 0 0 0 66 0 0 0 15 0 22 0 831027371 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 132 0 0 0 70 0 0 0 16 0 22 0 831027371 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10553824 CPUtime=0.72 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 548 0 0 0 72 0 0 0 16 0 22 0 831027371 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10553824 CPUtime=0.67 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 444 0 0 0 67 0 0 0 15 0 22 0 831027371 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 479 0 0 0 70 0 0 0 15 0 22 0 831027371 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10553824 CPUtime=47.54 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 31040 0 0 0 4748 6 0 0 16 0 22 0 831027372 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027372 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027372 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10553824 CPUtime=1.09 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7267 0 0 0 108 1 0 0 15 0 22 0 831027374 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10553824 CPUtime=1.94 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 17798 0 0 0 193 1 0 0 15 0 22 0 831027374 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027374 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 831027374 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027391 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28039] ppid=28009 vsize=10553824 CPUtime=191.57 cores=1,3,5,7
/proc/28011/task/28039/stat : 28039 (java) R 28009 28011 21775 0 -1 4202560 8 0 0 0 19157 0 0 0 16 0 22 0 831036827 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912506671362 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28040] ppid=28009 vsize=10553824 CPUtime=191.6 cores=1,3,5,7
/proc/28011/task/28040/stat : 28040 (java) R 28009 28011 21775 0 -1 4202560 110 0 0 0 19160 0 0 0 16 0 22 0 831036827 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505505923 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28011/tid=28041] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28041/stat : 28041 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831036827 10807115776 224928 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 609.44
Current children cumulated vsize (KiB) 10553824

[startup+327.901 s]
/proc/loadavg: 3.92 3.71 3.67 4/538 28108
/proc/meminfo: memFree=28677520/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10553824 CPUtime=611.7 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 244434 0 1 0 61136 34 0 0 25 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2638456 224934 2259 9 0 2629190 0
[pid=28011/tid=28012] ppid=28009 vsize=10553824 CPUtime=0.56 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 12173 0 1 0 55 1 0 0 16 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505771072 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10553824 CPUtime=0.74 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 578 0 0 0 74 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10553824 CPUtime=0.72 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 164 0 0 0 72 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 426 0 0 0 66 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 427 0 0 0 66 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 132 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10553824 CPUtime=0.73 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 552 0 0 0 73 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10553824 CPUtime=0.67 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 444 0 0 0 67 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 480 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10553824 CPUtime=47.74 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 31040 0 0 0 4768 6 0 0 15 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10553824 CPUtime=1.09 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7268 0 0 0 108 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10553824 CPUtime=1.95 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 17798 0 0 0 194 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027391 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 611.7
Current children cumulated vsize (KiB) 10553824

[startup+328.301 s]
/proc/loadavg: 3.92 3.71 3.67 4/538 28108
/proc/meminfo: memFree=28677520/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10553824 CPUtime=612.1 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 244434 0 1 0 61176 34 0 0 25 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2638456 224934 2259 9 0 2629190 0
[pid=28011/tid=28012] ppid=28009 vsize=10553824 CPUtime=0.96 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 12173 0 1 0 95 1 0 0 16 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10553824 CPUtime=0.74 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 578 0 0 0 74 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10553824 CPUtime=0.72 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 164 0 0 0 72 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 426 0 0 0 66 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 427 0 0 0 66 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 132 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10553824 CPUtime=0.73 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 552 0 0 0 73 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10553824 CPUtime=0.67 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 444 0 0 0 67 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 480 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10553824 CPUtime=47.74 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 31040 0 0 0 4768 6 0 0 15 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10553824 CPUtime=1.09 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7268 0 0 0 108 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10553824 CPUtime=1.95 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 17798 0 0 0 194 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027391 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 612.1
Current children cumulated vsize (KiB) 10553824

[startup+328.701 s]
/proc/loadavg: 3.92 3.71 3.67 4/538 28108
/proc/meminfo: memFree=28677520/32951124 swapFree=53876548/67111528
[pid=28011] ppid=28009 vsize=10553824 CPUtime=612.5 cores=1,3,5,7
/proc/28011/stat : 28011 (java) S 28009 28011 21775 0 -1 4202496 244434 0 1 0 61216 34 0 0 25 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28011/statm: 2638456 224934 2259 9 0 2629190 0
[pid=28011/tid=28012] ppid=28009 vsize=10553824 CPUtime=1.36 cores=1,3,5,7
/proc/28011/task/28012/stat : 28012 (java) R 28009 28011 21775 0 -1 4202560 12173 0 1 0 135 1 0 0 17 0 19 0 831027369 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 46912505771135 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28011/tid=28014] ppid=28009 vsize=10553824 CPUtime=0.74 cores=1,3,5,7
/proc/28011/task/28014/stat : 28014 (java) S 28009 28011 21775 0 -1 4202560 578 0 0 0 74 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28015] ppid=28009 vsize=10553824 CPUtime=0.72 cores=1,3,5,7
/proc/28011/task/28015/stat : 28015 (java) S 28009 28011 21775 0 -1 4202560 164 0 0 0 72 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28016] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28016/stat : 28016 (java) S 28009 28011 21775 0 -1 4202560 426 0 0 0 66 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28017] ppid=28009 vsize=10553824 CPUtime=0.66 cores=1,3,5,7
/proc/28011/task/28017/stat : 28017 (java) S 28009 28011 21775 0 -1 4202560 427 0 0 0 66 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28018] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28018/stat : 28018 (java) S 28009 28011 21775 0 -1 4202560 132 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
[pid=28011/tid=28019] ppid=28009 vsize=10553824 CPUtime=0.73 cores=1,3,5,7
/proc/28011/task/28019/stat : 28019 (java) S 28009 28011 21775 0 -1 4202560 552 0 0 0 73 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28020] ppid=28009 vsize=10553824 CPUtime=0.67 cores=1,3,5,7
/proc/28011/task/28020/stat : 28020 (java) S 28009 28011 21775 0 -1 4202560 444 0 0 0 67 0 0 0 15 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 3 0 0 0
[pid=28011/tid=28021] ppid=28009 vsize=10553824 CPUtime=0.7 cores=1,3,5,7
/proc/28011/task/28021/stat : 28021 (java) S 28009 28011 21775 0 -1 4202560 480 0 0 0 70 0 0 0 16 0 19 0 831027371 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28022] ppid=28009 vsize=10553824 CPUtime=47.74 cores=1,3,5,7
/proc/28011/task/28022/stat : 28022 (java) S 28009 28011 21775 0 -1 4202560 31040 0 0 0 4768 6 0 0 15 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 0 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28023] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28023/stat : 28023 (java) S 28009 28011 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28024] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28024/stat : 28024 (java) S 28009 28011 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831027372 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28025] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28025/stat : 28025 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624934321 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28026] ppid=28009 vsize=10553824 CPUtime=1.09 cores=1,3,5,7
/proc/28011/task/28026/stat : 28026 (java) S 28009 28011 21775 0 -1 4202560 7268 0 0 0 108 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28027] ppid=28009 vsize=10553824 CPUtime=1.95 cores=1,3,5,7
/proc/28011/task/28027/stat : 28027 (java) S 28009 28011 21775 0 -1 4202560 17798 0 0 0 194 1 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28028] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28028/stat : 28028 (java) S 28009 28011 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624926617 0 4 0 16800975 18446604464954334016 0 0 -1 5 0 0 0
[pid=28011/tid=28029] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28029/stat : 28029 (java) S 28009 28011 21775 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831027374 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 1 0 0 0
[pid=28011/tid=28032] ppid=28009 vsize=10553824 CPUtime=0 cores=1,3,5,7
/proc/28011/task/28032/stat : 28032 (java) S 28009 28011 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027391 10807115776 224934 33554432000 1073741824 1073778376 140735599756128 18446744073709551615 270624927232 0 4 0 16800975 18446604464954334016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 612.5
Current children cumulated vsize (KiB) 10553824

Child status: 30
Real time (s): 328.759
CPU time (s): 612.569
CPU user time (s): 612.183
CPU system time (s): 0.385941
CPU usage (%): 186.328
Max. virtual memory (cumulated for all children) (KiB): 10557652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 612.183
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244446
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16457
involuntary context switches= 7301

runsolver used 1.71974 second user time and 3.99739 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-04 15:31:04
IDJOB=3453817
IDBENCH=48021
IDSOLVER=1950
FILE ID=node108/3453817-1307194264
RUNJOBID= node108-1307194200-27233
PBS_JOBID= 13508826
Free space on /tmp= 73836 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453817-1307194264/watcher-3453817-1307194264 -o /tmp/evaluation-result-3453817-1307194264/solver-3453817-1307194264 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453817-1307194264.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 133707692e98c55077a0d19203c18204
RANDOM SEED=709215897

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29469420 kB
Buffers:        326732 kB
Cached:        1052064 kB
SwapCached:      13540 kB
Active:        2213772 kB
Inactive:       979728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29469420 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:     1811932 kB
Mapped:          20904 kB
Slab:           151072 kB
PageTables:      67368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144936760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73836 MiB
End job on node108 at 2011-06-04 15:36:33