Trace number 3458228

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 223.575 221.754

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
MD5SUMd6ad4e57f9bd4d3660efa4691d3e45da
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.221965
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

Quality of the solution as a function of time


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

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3458228-1307158395.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.075s.
0.10/0.18	c #vars     648
0.10/0.18	c #constraints  991
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
1.01/0.78	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.81/1.48	c cleaning 4251 clauses out of 8501 with flag 11001/11001
2.71/2.39	c cleaning 5625 clauses out of 11249 with flag 18000/18000
3.82/3.47	c cleaning 6812 clauses out of 13625 with flag 26001/26001
5.15/4.74	c cleaning 7902 clauses out of 15812 with flag 35000/35000
6.46/6.03	c cleaning 8951 clauses out of 17910 with flag 45000/45000
7.87/7.47	c cleaning 9481 clauses out of 18961 with flag 55002/55002
9.09/8.67	c cleaning 9739 clauses out of 19478 with flag 65000/65000
10.19/9.79	c cleaning 9871 clauses out of 19742 with flag 75003/75003
11.60/11.17	c cleaning 9934 clauses out of 19869 with flag 85001/85001
12.90/12.48	c cleaning 9965 clauses out of 19934 with flag 95000/95000
14.09/13.52	c cleaning 9975 clauses out of 19969 with flag 105000/105000
15.32/14.51	c cleaning 9994 clauses out of 19994 with flag 115000/115000
16.61/15.56	c cleaning 10001 clauses out of 20004 with flag 125004/125004
18.01/16.94	c cleaning 9991 clauses out of 20000 with flag 135001/135001
18.82/17.78	c cleaning 9994 clauses out of 20008 with flag 145000/145000
19.74/18.71	c cleaning 9995 clauses out of 20014 with flag 155000/155000
20.52/19.43	c cleaning 9998 clauses out of 20020 with flag 165001/165001
21.13/20.08	c cleaning 10003 clauses out of 20021 with flag 175000/175000
22.05/20.99	c cleaning 10004 clauses out of 20019 with flag 185001/185001
23.63/22.54	c cleaning 10004 clauses out of 20015 with flag 195001/195001
24.44/23.32	c cleaning 9992 clauses out of 20010 with flag 205000/205000
25.26/24.22	c cleaning 10000 clauses out of 20019 with flag 215001/215001
26.94/25.86	c cleaning 9998 clauses out of 20019 with flag 225001/225001
28.04/26.95	c cleaning 9996 clauses out of 20020 with flag 235000/235000
28.67/27.56	c cleaning 9999 clauses out of 20025 with flag 245001/245001
29.25/28.12	c cleaning 10003 clauses out of 20027 with flag 255002/255002
30.05/28.92	c cleaning 10007 clauses out of 20023 with flag 265001/265001
30.77/29.68	c cleaning 9994 clauses out of 20016 with flag 275001/275001
31.56/30.46	c cleaning 10005 clauses out of 20021 with flag 285000/285000
32.86/31.71	c cleaning 10003 clauses out of 20016 with flag 295000/295000
34.18/33.07	c cleaning 10000 clauses out of 20013 with flag 305000/305000
35.57/34.41	c cleaning 10002 clauses out of 20013 with flag 315000/315000
36.30/35.20	c cleaning 9992 clauses out of 20012 with flag 325001/325001
37.08/35.99	c cleaning 9998 clauses out of 20019 with flag 335000/335000
37.89/36.76	c cleaning 10001 clauses out of 20023 with flag 345002/345002
38.89/37.73	c cleaning 10005 clauses out of 20021 with flag 355001/355001
39.89/38.74	c cleaning 10007 clauses out of 20015 with flag 365000/365000
41.30/40.13	c cleaning 9999 clauses out of 20009 with flag 375001/375001
42.60/41.40	c cleaning 10004 clauses out of 20010 with flag 385001/385001
43.70/42.52	c cleaning 9998 clauses out of 20005 with flag 395000/395000
44.90/43.72	c cleaning 9995 clauses out of 20008 with flag 405001/405001
45.71/44.54	c cleaning 10002 clauses out of 20012 with flag 415000/415000
46.71/45.53	c cleaning 9996 clauses out of 20011 with flag 425001/425001
47.51/46.35	c cleaning 10002 clauses out of 20014 with flag 435000/435000
48.21/47.04	c cleaning 9995 clauses out of 20013 with flag 445001/445001
49.01/47.82	c cleaning 10001 clauses out of 20019 with flag 455002/455002
50.31/49.14	c cleaning 10002 clauses out of 20017 with flag 465001/465001
51.41/50.20	c cleaning 9998 clauses out of 20015 with flag 475001/475001
52.12/50.98	c cleaning 10000 clauses out of 20017 with flag 485001/485001
53.16/51.97	c cleaning 10001 clauses out of 20016 with flag 495001/495001
53.99/52.73	c cleaning 9997 clauses out of 20014 with flag 505000/505000
54.77/53.51	c cleaning 10001 clauses out of 20018 with flag 515001/515001
55.57/54.30	c cleaning 10000 clauses out of 20016 with flag 525000/525000
56.37/55.16	c cleaning 9997 clauses out of 20017 with flag 535001/535001
57.08/55.83	c cleaning 10007 clauses out of 20020 with flag 545001/545001
58.28/57.00	c cleaning 10002 clauses out of 20012 with flag 555000/555000
59.29/58.01	c cleaning 10003 clauses out of 20011 with flag 565001/565001
60.39/59.10	c cleaning 10003 clauses out of 20007 with flag 575000/575000
61.40/60.14	c cleaning 10000 clauses out of 20004 with flag 585000/585000
62.40/61.19	c cleaning 9998 clauses out of 20004 with flag 595000/595000
63.50/62.22	c cleaning 9998 clauses out of 20006 with flag 605000/605000
64.30/63.01	c cleaning 9991 clauses out of 20009 with flag 615001/615001
64.91/63.70	c cleaning 9995 clauses out of 20018 with flag 625001/625001
65.92/64.64	c cleaning 10006 clauses out of 20022 with flag 635000/635000
66.72/65.47	c cleaning 10003 clauses out of 20016 with flag 645000/645000
67.82/66.50	c cleaning 10007 clauses out of 20014 with flag 655001/655001
68.72/67.47	c cleaning 9998 clauses out of 20006 with flag 665000/665000
69.54/68.26	c cleaning 10002 clauses out of 20009 with flag 675001/675001
70.23/68.96	c cleaning 9994 clauses out of 20006 with flag 685000/685000
71.03/69.74	c cleaning 9996 clauses out of 20012 with flag 695000/695000
72.05/70.71	c cleaning 10000 clauses out of 20017 with flag 705001/705001
73.05/71.75	c cleaning 9999 clauses out of 20017 with flag 715001/715001
74.16/72.86	c cleaning 10000 clauses out of 20017 with flag 725000/725000
75.26/73.96	c cleaning 10004 clauses out of 20018 with flag 735001/735001
76.08/74.79	c cleaning 10002 clauses out of 20016 with flag 745003/745003
76.76/75.49	c cleaning 9991 clauses out of 20011 with flag 755000/755000
77.46/76.14	c cleaning 9995 clauses out of 20020 with flag 765000/765000
78.17/76.89	c cleaning 9996 clauses out of 20025 with flag 775000/775000
79.17/77.82	c cleaning 9997 clauses out of 20029 with flag 785000/785000
79.97/78.60	c cleaning 10000 clauses out of 20032 with flag 795000/795000
80.67/79.39	c cleaning 10000 clauses out of 20032 with flag 805000/805000
81.59/80.26	c cleaning 10009 clauses out of 20032 with flag 815001/815001
82.18/80.85	c cleaning 10001 clauses out of 20022 with flag 825000/825000
82.48/81.11	c SATISFIABLE
82.48/81.11	c OPTIMIZING...
82.48/81.11	c Got one! Elapsed wall clock time (in seconds):80.999
82.48/81.11	o 5
82.48/81.17	c cleaning 7792 clauses out of 15613 with flag 1000/830592
83.08/81.74	c cleaning 6898 clauses out of 13821 with flag 7000/836592
83.80/82.45	c cleaning 6948 clauses out of 13924 with flag 14001/843593
84.58/83.27	c cleaning 7473 clauses out of 14975 with flag 22000/851592
85.48/84.15	c cleaning 8240 clauses out of 16505 with flag 31003/860595
86.58/85.30	c cleaning 9117 clauses out of 18264 with flag 41002/870594
87.69/86.38	c cleaning 9557 clauses out of 19145 with flag 51000/880592
88.69/87.36	c cleaning 9781 clauses out of 19588 with flag 61000/890592
89.90/88.53	c cleaning 9894 clauses out of 19808 with flag 71001/900593
91.21/89.84	c cleaning 9940 clauses out of 19914 with flag 81001/910593
92.31/90.93	c cleaning 9973 clauses out of 19973 with flag 91000/920592
93.21/91.89	c cleaning 9998 clauses out of 20001 with flag 101001/930593
94.21/92.86	c cleaning 9999 clauses out of 20005 with flag 111003/940595
95.52/94.10	c cleaning 9997 clauses out of 20004 with flag 121001/950593
96.62/95.29	c cleaning 10000 clauses out of 20007 with flag 131001/960593
97.82/96.42	c cleaning 10001 clauses out of 20007 with flag 141001/970593
98.82/97.48	c cleaning 9999 clauses out of 20006 with flag 151001/980593
100.02/98.62	c cleaning 10001 clauses out of 20007 with flag 161001/990593
100.45/99.07	c Got one! Elapsed wall clock time (in seconds):98.965
100.45/99.07	o 3
100.93/99.59	c cleaning 10550 clauses out of 21133 with flag 5001/1001720
101.63/100.26	c cleaning 8275 clauses out of 16582 with flag 11000/1007719
102.33/100.96	c cleaning 7634 clauses out of 15307 with flag 18000/1014719
103.03/101.64	c cleaning 7824 clauses out of 15675 with flag 26002/1022721
103.84/102.44	c cleaning 8419 clauses out of 16849 with flag 35000/1031719
104.64/103.30	c cleaning 9214 clauses out of 18430 with flag 45000/1041719
105.64/104.27	c cleaning 9600 clauses out of 19216 with flag 55000/1051719
106.54/105.10	c cleaning 9800 clauses out of 19616 with flag 65000/1061719
107.44/106.03	c cleaning 9903 clauses out of 19816 with flag 75000/1071719
108.55/107.15	c cleaning 9950 clauses out of 19914 with flag 85001/1081720
109.85/108.40	c cleaning 9973 clauses out of 19963 with flag 95000/1091719
111.05/109.67	c cleaning 9987 clauses out of 19990 with flag 105000/1101719
112.16/110.74	c cleaning 9992 clauses out of 20004 with flag 115001/1111720
113.26/111.87	c cleaning 9993 clauses out of 20011 with flag 125000/1121719
114.26/112.89	c cleaning 10004 clauses out of 20019 with flag 135001/1131720
115.16/113.77	c cleaning 10003 clauses out of 20016 with flag 145002/1141721
116.27/114.82	c cleaning 9999 clauses out of 20011 with flag 155000/1151719
117.37/115.96	c cleaning 10000 clauses out of 20013 with flag 165001/1161720
118.37/117.00	c cleaning 10001 clauses out of 20014 with flag 175002/1171721
119.47/118.03	c cleaning 10003 clauses out of 20011 with flag 185000/1181719
120.48/119.05	c cleaning 10004 clauses out of 20009 with flag 195001/1191720
121.58/120.17	c cleaning 9999 clauses out of 20006 with flag 205002/1201721
122.78/121.30	c cleaning 10001 clauses out of 20006 with flag 215001/1211720
123.50/122.07	c cleaning 9996 clauses out of 20004 with flag 225000/1221719
124.29/122.85	c cleaning 9997 clauses out of 20008 with flag 235000/1231719
125.09/123.63	c cleaning 9996 clauses out of 20011 with flag 245000/1241719
126.00/124.60	c cleaning 9998 clauses out of 20015 with flag 255000/1251719
127.10/125.61	c cleaning 10004 clauses out of 20018 with flag 265001/1261720
128.10/126.65	c cleaning 10001 clauses out of 20014 with flag 275001/1271720
129.21/127.74	c cleaning 10001 clauses out of 20013 with flag 285001/1281720
130.31/128.83	c cleaning 10000 clauses out of 20012 with flag 295001/1291720
131.42/129.90	c cleaning 9998 clauses out of 20011 with flag 305000/1301719
132.33/130.89	c cleaning 10000 clauses out of 20013 with flag 315000/1311719
133.62/132.11	c cleaning 9999 clauses out of 20013 with flag 325000/1321719
134.64/133.12	c cleaning 10001 clauses out of 20014 with flag 335000/1331719
135.52/134.03	c cleaning 9994 clauses out of 20012 with flag 345000/1341719
136.13/134.65	c cleaning 10000 clauses out of 20018 with flag 355000/1351719
136.75/135.30	c cleaning 9998 clauses out of 20019 with flag 365001/1361720
137.43/135.92	c cleaning 10000 clauses out of 20021 with flag 375001/1371720
138.03/136.52	c cleaning 9999 clauses out of 20020 with flag 385000/1381719
138.83/137.33	c cleaning 10006 clauses out of 20022 with flag 395001/1391720
139.54/138.00	c cleaning 9997 clauses out of 20015 with flag 405000/1401719
140.17/138.64	c cleaning 10005 clauses out of 20021 with flag 415003/1411722
140.85/139.33	c cleaning 9996 clauses out of 20014 with flag 425001/1421720
141.65/140.13	c cleaning 10000 clauses out of 20017 with flag 435000/1431719
142.37/140.83	c cleaning 9999 clauses out of 20017 with flag 445000/1441719
143.05/141.55	c cleaning 10003 clauses out of 20018 with flag 455000/1451719
143.66/142.18	c cleaning 9995 clauses out of 20016 with flag 465001/1461720
144.36/142.86	c cleaning 10003 clauses out of 20021 with flag 475001/1471720
145.06/143.51	c cleaning 10002 clauses out of 20018 with flag 485001/1481720
145.86/144.36	c cleaning 10002 clauses out of 20015 with flag 495001/1491720
146.96/145.44	c cleaning 10000 clauses out of 20013 with flag 505001/1501720
147.78/146.30	c cleaning 9999 clauses out of 20012 with flag 515000/1511719
148.77/147.23	c cleaning 10002 clauses out of 20013 with flag 525000/1521719
149.57/148.04	c cleaning 10000 clauses out of 20012 with flag 535001/1531720
150.47/148.96	c cleaning 9997 clauses out of 20012 with flag 545001/1541720
151.37/149.81	c cleaning 10005 clauses out of 20014 with flag 555000/1551719
152.20/150.62	c cleaning 10000 clauses out of 20010 with flag 565001/1561720
152.98/151.46	c cleaning 9999 clauses out of 20009 with flag 575000/1571719
153.68/152.14	c cleaning 9998 clauses out of 20011 with flag 585001/1581720
154.41/152.86	c cleaning 9998 clauses out of 20013 with flag 595001/1591720
155.09/153.53	c cleaning 9997 clauses out of 20014 with flag 605000/1601719
155.69/154.19	c cleaning 10002 clauses out of 20018 with flag 615001/1611720
156.49/154.95	c cleaning 10004 clauses out of 20016 with flag 625001/1621720
157.49/155.93	c cleaning 10002 clauses out of 20012 with flag 635001/1631720
158.39/156.83	c cleaning 10000 clauses out of 20009 with flag 645000/1641719
159.30/157.74	c cleaning 10005 clauses out of 20009 with flag 655000/1651719
160.20/158.66	c cleaning 10001 clauses out of 20005 with flag 665001/1661720
161.12/159.59	c cleaning 9998 clauses out of 20004 with flag 675001/1671720
162.00/160.50	c cleaning 9999 clauses out of 20006 with flag 685001/1681720
162.82/161.24	c cleaning 9996 clauses out of 20006 with flag 695000/1691719
163.42/161.88	c cleaning 9999 clauses out of 20011 with flag 705001/1701720
164.34/162.80	c cleaning 9999 clauses out of 20011 with flag 715000/1711719
165.23/163.60	c cleaning 10001 clauses out of 20013 with flag 725001/1721720
166.03/164.48	c cleaning 9996 clauses out of 20012 with flag 735001/1731720
166.93/165.31	c cleaning 9999 clauses out of 20016 with flag 745001/1741720
167.53/165.98	c cleaning 9998 clauses out of 20016 with flag 755000/1751719
168.43/166.88	c cleaning 10003 clauses out of 20019 with flag 765001/1761720
169.33/167.71	c cleaning 10003 clauses out of 20015 with flag 775000/1771719
170.03/168.49	c cleaning 10001 clauses out of 20013 with flag 785001/1781720
170.95/169.41	c cleaning 10000 clauses out of 20012 with flag 795001/1791720
171.95/170.31	c cleaning 9998 clauses out of 20012 with flag 805001/1801720
172.65/171.04	c cleaning 10000 clauses out of 20013 with flag 815000/1811719
173.45/171.82	c cleaning 10004 clauses out of 20013 with flag 825000/1821719
174.37/172.72	c cleaning 9997 clauses out of 20010 with flag 835001/1831720
175.15/173.55	c cleaning 9998 clauses out of 20012 with flag 845000/1841719
175.96/174.38	c cleaning 10000 clauses out of 20014 with flag 855000/1851719
176.76/175.14	c cleaning 9998 clauses out of 20015 with flag 865001/1861720
177.46/175.90	c cleaning 10001 clauses out of 20017 with flag 875001/1871720
178.38/176.70	c cleaning 10000 clauses out of 20015 with flag 885000/1881719
179.18/177.52	c cleaning 10003 clauses out of 20017 with flag 895002/1891721
179.89/178.28	c cleaning 10000 clauses out of 20012 with flag 905000/1901719
180.90/179.25	c cleaning 10004 clauses out of 20012 with flag 915000/1911719
181.78/180.11	c cleaning 9998 clauses out of 20008 with flag 925000/1921719
182.68/181.04	c cleaning 10001 clauses out of 20012 with flag 935002/1931721
183.68/182.06	c cleaning 10000 clauses out of 20009 with flag 945000/1941719
184.58/182.97	c cleaning 9998 clauses out of 20009 with flag 955000/1951719
185.41/183.78	c cleaning 9999 clauses out of 20011 with flag 965000/1961719
186.19/184.58	c cleaning 10000 clauses out of 20012 with flag 975000/1971719
187.19/185.59	c cleaning 10000 clauses out of 20013 with flag 985001/1981720
188.20/186.57	c cleaning 9998 clauses out of 20012 with flag 995000/1991719
189.20/187.54	c cleaning 10000 clauses out of 20015 with flag 1005001/2001720
190.10/188.42	c cleaning 10003 clauses out of 20016 with flag 1015002/2011721
190.82/189.13	c cleaning 10000 clauses out of 20013 with flag 1025002/2021721
191.81/190.14	c cleaning 9998 clauses out of 20011 with flag 1035000/2031719
192.71/191.07	c cleaning 9999 clauses out of 20013 with flag 1045000/2041719
193.81/192.13	c cleaning 10003 clauses out of 20016 with flag 1055002/2051721
194.72/193.08	c cleaning 9998 clauses out of 20013 with flag 1065002/2061721
195.62/193.96	c cleaning 10004 clauses out of 20013 with flag 1075000/2071719
196.52/194.87	c cleaning 10000 clauses out of 20010 with flag 1085001/2081720
197.45/195.77	c cleaning 9998 clauses out of 20011 with flag 1095002/2091721
198.33/196.68	c cleaning 9999 clauses out of 20012 with flag 1105001/2101720
199.33/197.67	c cleaning 10000 clauses out of 20012 with flag 1115000/2111719
200.24/198.57	c cleaning 10000 clauses out of 20012 with flag 1125000/2121719
201.24/199.53	c cleaning 9998 clauses out of 20013 with flag 1135001/2131720
202.04/200.38	c cleaning 10000 clauses out of 20014 with flag 1145000/2141719
203.15/201.42	c cleaning 10002 clauses out of 20014 with flag 1155000/2151719
204.25/202.56	c cleaning 10002 clauses out of 20012 with flag 1165001/2161720
205.27/203.56	c cleaning 10000 clauses out of 20010 with flag 1175001/2171720
206.27/204.60	c cleaning 10001 clauses out of 20009 with flag 1185000/2181719
207.38/205.65	c cleaning 10001 clauses out of 20008 with flag 1195000/2191719
208.37/206.61	c cleaning 10000 clauses out of 20007 with flag 1205000/2201719
209.47/207.72	c cleaning 9998 clauses out of 20008 with flag 1215001/2211720
210.47/208.77	c cleaning 10000 clauses out of 20009 with flag 1225000/2221719
211.47/209.72	c cleaning 9998 clauses out of 20010 with flag 1235001/2231720
212.47/210.78	c cleaning 10000 clauses out of 20012 with flag 1245001/2241720
213.47/211.76	c cleaning 10001 clauses out of 20011 with flag 1255000/2251719
214.47/212.72	c cleaning 9998 clauses out of 20010 with flag 1265000/2261719
215.37/213.68	c cleaning 10003 clauses out of 20013 with flag 1275001/2271720
216.30/214.54	c cleaning 10003 clauses out of 20010 with flag 1285001/2281720
217.18/215.50	c cleaning 10000 clauses out of 20007 with flag 1295001/2291720
218.20/216.48	c cleaning 9999 clauses out of 20006 with flag 1305000/2301719
219.20/217.43	c cleaning 10001 clauses out of 20007 with flag 1315000/2311719
220.10/218.37	c cleaning 10001 clauses out of 20006 with flag 1325000/2321719
221.10/219.31	c cleaning 9998 clauses out of 20005 with flag 1335000/2331719
222.00/220.29	c cleaning 10000 clauses out of 20007 with flag 1345001/2341720
223.01/221.24	c cleaning 10000 clauses out of 20005 with flag 1355000/2351719
223.51/221.74	c starts		: 229
223.51/221.74	c conflicts		: 2357548
223.51/221.74	c decisions		: 2404001
223.51/221.74	c propagations		: 54183093
223.51/221.74	c inspects		: 1693057463
223.51/221.74	c shortcuts		: 0
223.51/221.74	c learnt literals	: 18
223.51/221.74	c learnt binary clauses	: 102
223.51/221.74	c learnt ternary clauses	: 339
223.51/221.74	c learnt constraints	: 2357529
223.51/221.74	c ignored constraints	: 0
223.51/221.74	c root simplifications	: 0
223.51/221.74	c removed literals (reason simplification)	: 100270803
223.51/221.74	c reason swapping (by a shorter reason)	: 0
223.51/221.74	c Calls to reduceDB	: 239
223.51/221.74	c number of reductions to clauses (during analyze)	: 0
223.51/221.74	c number of learned constraints concerned by reduction	: 0
223.51/221.74	c number of learning phase by resolution	: 0
223.51/221.74	c number of learning phase by cutting planes	: 0
223.51/221.74	c speed (assignments/second)	: 441708.7969869647
223.51/221.74	c non guided choices	6099
223.51/221.74	c learnt constraints type 
223.51/221.74	c constraints type 
223.51/221.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
223.51/221.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
223.51/221.74	s OPTIMUM FOUND
223.51/221.74	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 
223.51/221.74	c objective function=3
223.51/221.74	c Total wall clock time (in seconds): 221.633

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-3458228-1307158395/watcher-3458228-1307158395 -o /tmp/evaluation-result-3458228-1307158395/solver-3458228-1307158395 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458228-1307158395.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: 2.14 2.10 2.04 4/568 28210
/proc/meminfo: memFree=21088824/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 8781 0 1 0 0 0 0 0 25 0 2 0 827439925 13850947584 8484 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3381579 8498 917 9 0 3372735 0
[pid=28210/tid=28211] ppid=28208 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 7732 0 1 0 0 0 0 0 25 0 2 0 827439926 13850947584 8548 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0675729 s]
/proc/loadavg: 2.14 2.10 2.04 4/568 28210
/proc/meminfo: memFree=21088824/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13554924 CPUtime=0.06 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 14201 0 1 0 5 1 0 0 25 0 18 0 827439925 13880242176 13898 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3388731 13898 1733 9 0 3379472 0
[pid=28210/tid=28211] ppid=28208 vsize=13554924 CPUtime=0.05 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 13027 0 1 0 4 1 0 0 25 0 18 0 827439926 13880242176 13898 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253640855397 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13554924

[startup+0.100558 s]
/proc/loadavg: 2.14 2.10 2.04 4/568 28210
/proc/meminfo: memFree=21088824/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13556936 CPUtime=0.1 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 15518 0 1 0 9 1 0 0 25 0 18 0 827439925 13882302464 15180 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3389234 15180 2093 9 0 3379968 0
[pid=28210/tid=28211] ppid=28208 vsize=13556936 CPUtime=0.08 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 13575 0 1 0 7 1 0 0 25 0 18 0 827439926 13882302464 15180 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912496215063 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13556936

[startup+0.300524 s]
/proc/loadavg: 2.14 2.10 2.04 4/568 28210
/proc/meminfo: memFree=21088824/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13627048 CPUtime=0.53 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 18817 0 1 0 51 2 0 0 25 0 19 0 827439925 13954097152 17522 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3406762 17522 2216 9 0 3397496 0
[pid=28210/tid=28211] ppid=28208 vsize=13627048 CPUtime=0.28 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 14378 0 1 0 27 1 0 0 25 0 19 0 827439926 13954097152 17522 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505582905 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13627048

[startup+0.700492 s]
/proc/loadavg: 2.14 2.10 2.04 4/568 28210
/proc/meminfo: memFree=21088824/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13627048 CPUtime=1.01 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 19702 0 1 0 99 2 0 0 25 0 19 0 827439925 13954097152 18002 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3406762 18002 2217 9 0 3397496 0
[pid=28210/tid=28211] ppid=28208 vsize=13627048 CPUtime=0.68 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 14867 0 1 0 67 1 0 0 25 0 19 0 827439926 13954097152 18002 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505533114 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13627048

[startup+1.5013 s]
/proc/loadavg: 2.14 2.10 2.04 3/587 28229
/proc/meminfo: memFree=21020620/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13627048 CPUtime=1.91 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 21394 0 1 0 189 2 0 0 25 0 19 0 827439925 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3406762 19559 2249 9 0 3397496 0
[pid=28210/tid=28211] ppid=28208 vsize=13627048 CPUtime=1.45 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 14926 0 1 0 144 1 0 0 25 0 19 0 827439926 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505657815 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 124 0 0 0 0 0 0 0 16 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 310 0 0 0 0 0 0 0 16 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13627048 CPUtime=0.02 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 670 0 0 0 2 0 0 0 16 0 19 0 827439929 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13627048 CPUtime=0.2 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 1789 0 0 0 20 0 0 0 15 0 19 0 827439932 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13627048 CPUtime=0.2 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 827439932 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439932 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13954097152 19559 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13627048

[startup+3.10102 s]
/proc/loadavg: 2.14 2.10 2.04 3/587 28229
/proc/meminfo: memFree=21017148/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13627048 CPUtime=3.52 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 21636 0 1 0 350 2 0 0 25 0 19 0 827439925 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3406762 19800 2249 9 0 3397496 0
[pid=28210/tid=28211] ppid=28208 vsize=13627048 CPUtime=3.03 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 14927 0 1 0 302 1 0 0 25 0 19 0 827439926 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505640127 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 311 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 827439928 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13627048 CPUtime=0.04 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 897 0 0 0 4 0 0 0 16 0 19 0 827439929 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13627048 CPUtime=0.21 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 1791 0 0 0 21 0 0 0 15 0 19 0 827439932 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13627048 CPUtime=0.2 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 827439932 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827439932 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13627048 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13954097152 19800 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13627048

[startup+6.30143 s]
/proc/loadavg: 2.12 2.10 2.04 3/587 28229
/proc/meminfo: memFree=21014576/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13626408 CPUtime=6.77 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 22278 0 1 0 675 2 0 0 25 0 19 0 827439925 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3406602 20280 2250 9 0 3397336 0
[pid=28210/tid=28211] ppid=28208 vsize=13626408 CPUtime=6.18 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 14931 0 1 0 617 1 0 0 25 0 19 0 827439926 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505538983 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 827439928 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13626408 CPUtime=0.09 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 1314 0 0 0 9 0 0 0 16 0 19 0 827439929 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13626408 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13626408 CPUtime=0.26 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 1808 0 0 0 26 0 0 0 15 0 19 0 827439932 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13626408 CPUtime=0.2 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 827439932 13953441792 20280 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0

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

/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 204 0 0 0 14 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 138 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13640600 CPUtime=0.16 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 129 0 0 0 16 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13640600 CPUtime=0.11 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 245 0 0 0 11 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 375 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 145 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 299 0 0 0 13 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13640600 CPUtime=5.35 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 5214 0 0 0 532 3 0 0 16 0 19 0 827439929 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13640600 CPUtime=0.9 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 10749 0 0 0 89 1 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13640600 CPUtime=0.24 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2190 0 0 0 24 0 0 0 16 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 220.9
Current children cumulated vsize (KiB) 13640600

[startup+220.701 s]
/proc/loadavg: 2.16 2.10 2.04 3/587 28465
/proc/meminfo: memFree=20814480/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13640600 CPUtime=222.51 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 36195 0 1 0 22241 10 0 0 25 0 19 0 827439925 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3410150 28492 2251 9 0 3400884 0
[pid=28210/tid=28211] ppid=28208 vsize=13640600 CPUtime=214.77 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 15175 0 1 0 21475 2 0 0 25 0 19 0 827439926 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505657922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13640600 CPUtime=0.14 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 204 0 0 0 14 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 138 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13640600 CPUtime=0.16 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 129 0 0 0 16 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13640600 CPUtime=0.11 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 245 0 0 0 11 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 375 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 145 0 0 0 15 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 299 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13640600 CPUtime=5.4 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 5214 0 0 0 537 3 0 0 16 0 19 0 827439929 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13640600 CPUtime=0.9 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 10749 0 0 0 89 1 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13640600 CPUtime=0.24 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2190 0 0 0 24 0 0 0 16 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (KiB) 13640600

[startup+221.501 s]
/proc/loadavg: 2.16 2.10 2.04 3/587 28465
/proc/meminfo: memFree=20814480/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13640600 CPUtime=223.31 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 36196 0 1 0 22321 10 0 0 25 0 19 0 827439925 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3410150 28492 2251 9 0 3400884 0
[pid=28210/tid=28211] ppid=28208 vsize=13640600 CPUtime=215.55 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 15176 0 1 0 21553 2 0 0 25 0 19 0 827439926 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505510238 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13640600 CPUtime=0.14 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 204 0 0 0 14 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 138 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 169 0 0 0 13 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13640600 CPUtime=0.16 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 129 0 0 0 16 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13640600 CPUtime=0.11 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 245 0 0 0 11 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 375 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 145 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 299 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13640600 CPUtime=5.42 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 5214 0 0 0 539 3 0 0 16 0 19 0 827439929 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13640600 CPUtime=0.9 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 10749 0 0 0 89 1 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13640600 CPUtime=0.24 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2190 0 0 0 24 0 0 0 16 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 223.31
Current children cumulated vsize (KiB) 13640600

[startup+221.701 s]
/proc/loadavg: 2.16 2.10 2.04 3/587 28465
/proc/meminfo: memFree=20814480/32951124 swapFree=53733252/67111528
[pid=28210] ppid=28208 vsize=13640600 CPUtime=223.51 cores=1,3,5,7
/proc/28210/stat : 28210 (java) S 28208 28210 24519 0 -1 4202496 36196 0 1 0 22341 10 0 0 25 0 19 0 827439925 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28210/statm: 3410150 28492 2251 9 0 3400884 0
[pid=28210/tid=28211] ppid=28208 vsize=13640600 CPUtime=215.75 cores=1,3,5,7
/proc/28210/task/28211/stat : 28211 (java) R 28208 28210 24519 0 -1 4202560 15176 0 1 0 21573 2 0 0 25 0 19 0 827439926 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 46912505550086 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28210/tid=28213] ppid=28208 vsize=13640600 CPUtime=0.14 cores=1,3,5,7
/proc/28210/task/28213/stat : 28213 (java) S 28208 28210 24519 0 -1 4202560 204 0 0 0 14 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28214] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28214/stat : 28214 (java) S 28208 28210 24519 0 -1 4202560 138 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28215] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28215/stat : 28215 (java) S 28208 28210 24519 0 -1 4202560 169 0 0 0 13 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28216] ppid=28208 vsize=13640600 CPUtime=0.16 cores=1,3,5,7
/proc/28210/task/28216/stat : 28216 (java) S 28208 28210 24519 0 -1 4202560 129 0 0 0 16 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28217] ppid=28208 vsize=13640600 CPUtime=0.11 cores=1,3,5,7
/proc/28210/task/28217/stat : 28217 (java) S 28208 28210 24519 0 -1 4202560 245 0 0 0 11 0 0 0 16 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28218] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28218/stat : 28218 (java) S 28208 28210 24519 0 -1 4202560 375 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28219] ppid=28208 vsize=13640600 CPUtime=0.15 cores=1,3,5,7
/proc/28210/task/28219/stat : 28219 (java) S 28208 28210 24519 0 -1 4202560 145 0 0 0 15 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28220] ppid=28208 vsize=13640600 CPUtime=0.13 cores=1,3,5,7
/proc/28210/task/28220/stat : 28220 (java) S 28208 28210 24519 0 -1 4202560 299 0 0 0 13 0 0 0 15 0 19 0 827439928 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28221] ppid=28208 vsize=13640600 CPUtime=5.42 cores=1,3,5,7
/proc/28210/task/28221/stat : 28221 (java) S 28208 28210 24519 0 -1 4202560 5214 0 0 0 539 3 0 0 16 0 19 0 827439929 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 0 0 16800975 18446604458201462720 0 0 -1 1 0 0 0
[pid=28210/tid=28222] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28222/stat : 28222 (java) S 28208 28210 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28223] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28223/stat : 28223 (java) S 28208 28210 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827439930 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28224] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28224/stat : 28224 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652683185 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28225] ppid=28208 vsize=13640600 CPUtime=0.9 cores=1,3,5,7
/proc/28210/task/28225/stat : 28225 (java) S 28208 28210 24519 0 -1 4202560 10749 0 0 0 89 1 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 5 0 0 0
[pid=28210/tid=28226] ppid=28208 vsize=13640600 CPUtime=0.24 cores=1,3,5,7
/proc/28210/task/28226/stat : 28226 (java) S 28208 28210 24519 0 -1 4202560 2190 0 0 0 24 0 0 0 16 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
[pid=28210/tid=28227] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28227/stat : 28227 (java) S 28208 28210 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652675481 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28228] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28228/stat : 28228 (java) S 28208 28210 24519 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 827439932 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 3 0 0 0
[pid=28210/tid=28229] ppid=28208 vsize=13640600 CPUtime=0 cores=1,3,5,7
/proc/28210/task/28229/stat : 28229 (java) S 28208 28210 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827439945 13967974400 28492 33554432000 1073741824 1073778376 140737403756080 18446744073709551615 253652676096 0 4 0 16800975 18446604458201462720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 223.51
Current children cumulated vsize (KiB) 13640600

Child status: 30
Real time (s): 221.754
CPU time (s): 223.575
CPU user time (s): 223.465
CPU system time (s): 0.109983
CPU usage (%): 100.821
Max. virtual memory (cumulated for all children) (KiB): 13647392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.465
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36223
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= 11887
involuntary context switches= 5173

runsolver used 1.24181 second user time and 2.82757 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 05:33:15
IDJOB=3458228
IDBENCH=48048
IDSOLVER=1952
FILE ID=node106/3458228-1307158395
RUNJOBID= node106-1307156122-27406
PBS_JOBID= 13508810
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458228-1307158395/watcher-3458228-1307158395 -o /tmp/evaluation-result-3458228-1307158395/solver-3458228-1307158395 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458228-1307158395.opb

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

MD5SUM BENCH= d6ad4e57f9bd4d3660efa4691d3e45da
RANDOM SEED=673034351

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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:      21088980 kB
Buffers:        397052 kB
Cached:        5982864 kB
SwapCached:      22744 kB
Active:        5967960 kB
Inactive:      5552408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21088980 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            1180 kB
Writeback:           0 kB
AnonPages:     5136712 kB
Mapped:          34444 kB
Slab:           192412 kB
PageTables:      78272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 180960784 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= 73760 MiB
End job on node106 at 2011-06-04 05:36:57