Trace number 3458240

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 343.6 341.601

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
MD5SUM6dc20e219798a6cc2c39fe76202681b5
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 benchmark7.44187
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 variables216
Total number of constraints17
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 constraints17
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)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/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@13d4c61c
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-3458240-1307158432.opb
0.10/0.11	c reading problem ... 
0.26/0.20	c ... done. Wall clock time 0.093s.
0.26/0.20	c #vars     864
0.26/0.20	c #constraints  1321
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.99/0.79	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.79/1.43	c cleaning 4250 clauses out of 8500 with flag 11001/11001
2.39/2.08	c cleaning 5624 clauses out of 11249 with flag 18000/18000
3.62/3.28	c cleaning 6812 clauses out of 13625 with flag 26000/26000
4.94/4.59	c cleaning 7907 clauses out of 15813 with flag 35000/35000
6.24/5.86	c cleaning 8948 clauses out of 17907 with flag 45001/45001
7.24/6.80	c cleaning 9480 clauses out of 18959 with flag 55001/55001
8.55/8.16	c cleaning 9739 clauses out of 19478 with flag 65000/65000
9.55/9.11	c cleaning 9868 clauses out of 19739 with flag 75000/75000
10.65/10.22	c cleaning 9933 clauses out of 19871 with flag 85000/85000
11.65/11.30	c cleaning 9965 clauses out of 19939 with flag 95001/95001
12.65/12.25	c cleaning 9982 clauses out of 19974 with flag 105001/105001
13.85/13.42	c cleaning 9989 clauses out of 19992 with flag 115001/115001
14.86/14.43	c cleaning 10000 clauses out of 20003 with flag 125001/125001
15.66/15.23	c cleaning 9994 clauses out of 20002 with flag 135000/135000
16.56/16.14	c cleaning 9987 clauses out of 20008 with flag 145000/145000
17.56/17.11	c cleaning 10004 clauses out of 20022 with flag 155001/155001
19.19/18.74	c cleaning 9993 clauses out of 20017 with flag 165000/165000
20.38/19.98	c cleaning 10006 clauses out of 20025 with flag 175001/175001
21.29/20.89	c cleaning 10010 clauses out of 20019 with flag 185001/185001
22.44/21.76	c cleaning 9997 clauses out of 20008 with flag 195000/195000
23.62/22.51	c cleaning 9977 clauses out of 20012 with flag 205001/205001
24.33/23.27	c cleaning 10003 clauses out of 20034 with flag 215000/215000
25.35/24.29	c cleaning 10008 clauses out of 20032 with flag 225001/225001
26.23/25.18	c cleaning 10003 clauses out of 20023 with flag 235000/235000
27.23/26.13	c cleaning 9998 clauses out of 20020 with flag 245000/245000
28.13/27.02	c cleaning 9999 clauses out of 20023 with flag 255001/255001
28.83/27.79	c cleaning 10007 clauses out of 20026 with flag 265003/265003
29.54/28.49	c cleaning 10001 clauses out of 20018 with flag 275002/275002
30.45/29.36	c cleaning 10002 clauses out of 20016 with flag 285001/285001
31.49/30.37	c cleaning 9992 clauses out of 20014 with flag 295001/295001
32.29/31.16	c cleaning 10003 clauses out of 20022 with flag 305001/305001
33.19/32.01	c cleaning 10003 clauses out of 20018 with flag 315000/315000
34.11/32.95	c cleaning 10002 clauses out of 20015 with flag 325000/325000
35.21/34.05	c cleaning 10003 clauses out of 20015 with flag 335002/335002
36.20/35.02	c cleaning 9998 clauses out of 20010 with flag 345000/345000
37.20/36.03	c cleaning 9997 clauses out of 20012 with flag 355000/355000
38.41/37.23	c cleaning 10003 clauses out of 20016 with flag 365001/365001
39.73/38.56	c cleaning 10002 clauses out of 20013 with flag 375001/375001
41.01/39.88	c cleaning 10000 clauses out of 20010 with flag 385000/385000
42.41/41.22	c cleaning 10000 clauses out of 20010 with flag 395000/395000
43.42/42.29	c cleaning 9999 clauses out of 20011 with flag 405001/405001
44.52/43.34	c cleaning 9999 clauses out of 20012 with flag 415001/415001
45.82/44.60	c cleaning 10001 clauses out of 20012 with flag 425000/425000
46.72/45.50	c cleaning 9998 clauses out of 20013 with flag 435002/435002
47.44/46.22	c cleaning 9996 clauses out of 20014 with flag 445001/445001
48.33/47.10	c cleaning 10004 clauses out of 20017 with flag 455000/455000
49.33/48.18	c cleaning 10005 clauses out of 20013 with flag 465000/465000
50.43/49.26	c cleaning 10000 clauses out of 20008 with flag 475000/475000
51.75/50.52	c cleaning 10001 clauses out of 20009 with flag 485001/485001
52.96/51.75	c cleaning 9996 clauses out of 20007 with flag 495000/495000
53.74/52.57	c cleaning 9992 clauses out of 20012 with flag 505001/505001
54.85/53.60	c cleaning 9996 clauses out of 20019 with flag 515000/515000
55.65/54.45	c cleaning 10006 clauses out of 20023 with flag 525000/525000
56.65/55.40	c cleaning 10005 clauses out of 20018 with flag 535001/535001
57.65/56.48	c cleaning 10002 clauses out of 20012 with flag 545000/545000
58.86/57.66	c cleaning 9999 clauses out of 20011 with flag 555001/555001
59.96/58.71	c cleaning 9997 clauses out of 20012 with flag 565001/565001
60.97/59.73	c cleaning 10001 clauses out of 20015 with flag 575001/575001
61.97/60.78	c cleaning 9998 clauses out of 20013 with flag 585000/585000
63.17/61.93	c cleaning 10003 clauses out of 20015 with flag 595000/595000
64.27/63.06	c cleaning 10000 clauses out of 20012 with flag 605000/605000
65.57/64.30	c cleaning 10001 clauses out of 20013 with flag 615001/615001
66.68/65.49	c cleaning 10002 clauses out of 20012 with flag 625001/625001
68.08/66.80	c cleaning 10001 clauses out of 20010 with flag 635001/635001
68.88/67.64	c cleaning 9991 clauses out of 20008 with flag 645000/645000
69.88/68.67	c cleaning 10005 clauses out of 20019 with flag 655002/655002
70.98/69.76	c cleaning 9999 clauses out of 20012 with flag 665000/665000
72.09/70.85	c cleaning 10004 clauses out of 20014 with flag 675001/675001
73.29/72.03	c cleaning 9997 clauses out of 20009 with flag 685000/685000
74.39/73.16	c cleaning 10003 clauses out of 20013 with flag 695001/695001
75.62/74.31	c cleaning 9999 clauses out of 20010 with flag 705001/705001
76.32/75.00	c cleaning 9995 clauses out of 20010 with flag 715000/715000
77.02/75.72	c cleaning 10000 clauses out of 20015 with flag 725000/725000
77.82/76.53	c cleaning 9997 clauses out of 20015 with flag 735000/735000
78.13/76.81	c SATISFIABLE
78.13/76.81	c OPTIMIZING...
78.13/76.81	c Got one! Elapsed wall clock time (in seconds):76.703
78.13/76.81	o 129
78.13/76.87	c cleaning 7833 clauses out of 15680 with flag 1001/740662
78.74/77.42	c cleaning 6919 clauses out of 13847 with flag 7001/746662
79.35/78.04	c cleaning 6963 clauses out of 13929 with flag 14002/753663
80.14/78.85	c cleaning 7475 clauses out of 14964 with flag 22000/761661
81.24/79.93	c cleaning 8240 clauses out of 16490 with flag 31001/770662
82.44/81.12	c cleaning 9117 clauses out of 18249 with flag 41000/780661
83.65/82.34	c cleaning 9561 clauses out of 19133 with flag 51001/790662
84.97/83.62	c cleaning 9778 clauses out of 19571 with flag 61000/800661
85.97/84.69	c cleaning 9894 clauses out of 19793 with flag 71000/810661
87.07/85.75	c cleaning 9945 clauses out of 19900 with flag 81001/820662
88.06/86.71	c cleaning 9969 clauses out of 19953 with flag 91000/830661
88.97/87.63	c cleaning 9981 clauses out of 19984 with flag 101000/840661
89.87/88.59	c cleaning 9994 clauses out of 20003 with flag 111000/850661
90.39/89.05	c Got one! Elapsed wall clock time (in seconds):88.947
90.39/89.05	o 99
90.77/89.48	c cleaning 11358 clauses out of 22734 with flag 5000/863386
91.28/89.99	c cleaning 8678 clauses out of 17377 with flag 11001/869387
91.98/90.60	c cleaning 7835 clauses out of 15698 with flag 18000/876386
92.60/91.29	c cleaning 7919 clauses out of 15864 with flag 26001/884387
93.39/92.03	c cleaning 8459 clauses out of 16944 with flag 35000/893386
94.30/92.95	c cleaning 9232 clauses out of 18489 with flag 45004/903390
95.30/93.99	c cleaning 9616 clauses out of 19253 with flag 55000/913386
96.40/95.05	c cleaning 9807 clauses out of 19637 with flag 65000/923386
97.40/96.07	c cleaning 9903 clauses out of 19832 with flag 75002/933388
98.50/97.11	c cleaning 9951 clauses out of 19927 with flag 85000/943386
99.50/98.13	c cleaning 9973 clauses out of 19976 with flag 95000/953386
100.42/99.08	c cleaning 9998 clauses out of 20004 with flag 105001/963387
101.60/100.24	c cleaning 9999 clauses out of 20007 with flag 115002/973388
102.71/101.39	c cleaning 10000 clauses out of 20007 with flag 125001/983387
103.81/102.45	c cleaning 9997 clauses out of 20006 with flag 135000/993386
105.01/103.62	c cleaning 10002 clauses out of 20009 with flag 145000/1003386
106.01/104.69	c cleaning 10001 clauses out of 20008 with flag 155001/1013387
107.12/105.79	c cleaning 10002 clauses out of 20009 with flag 165003/1023389
108.32/106.91	c cleaning 9998 clauses out of 20004 with flag 175000/1033386
109.14/107.79	c cleaning 9998 clauses out of 20007 with flag 185001/1043387
110.02/108.64	c cleaning 10002 clauses out of 20009 with flag 195001/1053387
111.13/109.73	c cleaning 10002 clauses out of 20007 with flag 205001/1063387
112.23/110.84	c cleaning 10002 clauses out of 20004 with flag 215000/1073386
113.24/111.81	c cleaning 9999 clauses out of 20004 with flag 225002/1083388
114.44/113.08	c cleaning 9995 clauses out of 20004 with flag 235001/1093387
115.55/114.16	c cleaning 9999 clauses out of 20008 with flag 245000/1103386
116.65/115.26	c cleaning 10000 clauses out of 20010 with flag 255001/1113387
117.55/116.18	c cleaning 9996 clauses out of 20009 with flag 265000/1123386
118.35/116.97	c cleaning 9994 clauses out of 20014 with flag 275001/1133387
119.17/117.72	c cleaning 9996 clauses out of 20019 with flag 285000/1143386
119.86/118.49	c cleaning 9998 clauses out of 20024 with flag 295001/1153387
121.16/119.77	c cleaning 10002 clauses out of 20025 with flag 305000/1163386
122.96/121.56	c cleaning 10002 clauses out of 20024 with flag 315001/1173387
123.86/122.44	c cleaning 10012 clauses out of 20023 with flag 325003/1183389
124.69/123.29	c cleaning 9987 clauses out of 20008 with flag 335000/1193386
125.07/123.62	c Got one! Elapsed wall clock time (in seconds):123.513
125.07/123.62	o 3
125.47/124.00	c cleaning 10450 clauses out of 20929 with flag 5000/1204294
125.97/124.56	c cleaning 8224 clauses out of 16479 with flag 11000/1210294
126.57/125.16	c cleaning 7609 clauses out of 15256 with flag 18001/1217295
127.27/125.85	c cleaning 7811 clauses out of 15646 with flag 26000/1225294
128.18/126.70	c cleaning 8404 clauses out of 16836 with flag 35001/1234295
128.88/127.41	c cleaning 9197 clauses out of 18431 with flag 45000/1244294
129.58/128.10	c cleaning 9599 clauses out of 19235 with flag 55001/1254295
130.20/128.79	c cleaning 9797 clauses out of 19635 with flag 65000/1264294
130.99/129.54	c cleaning 9899 clauses out of 19839 with flag 75001/1274295
131.69/130.26	c cleaning 9950 clauses out of 19940 with flag 85001/1284295
132.49/131.01	c cleaning 9972 clauses out of 19989 with flag 95000/1294294
133.19/131.74	c cleaning 10001 clauses out of 20018 with flag 105002/1304296
134.20/132.75	c cleaning 10003 clauses out of 20016 with flag 115001/1314295
135.20/133.76	c cleaning 10003 clauses out of 20013 with flag 125001/1324295
136.30/134.84	c cleaning 9998 clauses out of 20009 with flag 135000/1334294
137.40/135.96	c cleaning 10002 clauses out of 20013 with flag 145002/1344296
138.50/137.09	c cleaning 10000 clauses out of 20009 with flag 155000/1354294
139.60/138.13	c cleaning 9999 clauses out of 20009 with flag 165000/1364294
140.61/139.19	c cleaning 9996 clauses out of 20010 with flag 175000/1374294
141.51/140.08	c cleaning 9993 clauses out of 20014 with flag 185000/1384294
142.33/140.87	c cleaning 9993 clauses out of 20021 with flag 195000/1394294
143.11/141.68	c cleaning 10000 clauses out of 20031 with flag 205003/1404297
143.92/142.49	c cleaning 10009 clauses out of 20028 with flag 215000/1414294
144.73/143.27	c cleaning 10004 clauses out of 20019 with flag 225000/1424294
145.54/144.02	c cleaning 10000 clauses out of 20015 with flag 235000/1434294
146.23/144.79	c cleaning 10000 clauses out of 20016 with flag 245001/1444295
147.33/145.88	c cleaning 10007 clauses out of 20016 with flag 255001/1454295
148.54/147.06	c cleaning 10003 clauses out of 20010 with flag 265002/1464296
149.54/148.08	c cleaning 9990 clauses out of 20005 with flag 275000/1474294
150.44/148.91	c cleaning 9999 clauses out of 20015 with flag 285000/1484294
151.25/149.78	c cleaning 10002 clauses out of 20017 with flag 295001/1494295
152.16/150.65	c cleaning 10002 clauses out of 20014 with flag 305000/1504294
153.05/151.56	c cleaning 10000 clauses out of 20013 with flag 315001/1514295
153.95/152.43	c cleaning 9998 clauses out of 20013 with flag 325001/1524295
154.66/153.17	c cleaning 10002 clauses out of 20015 with flag 335001/1534295
155.58/154.07	c cleaning 9996 clauses out of 20012 with flag 345000/1544294
156.37/154.87	c cleaning 9987 clauses out of 20016 with flag 355000/1554294
157.17/155.61	c cleaning 9995 clauses out of 20029 with flag 365000/1564294
157.87/156.35	c cleaning 10003 clauses out of 20035 with flag 375001/1574295
158.78/157.24	c cleaning 10012 clauses out of 20031 with flag 385000/1584294
159.67/158.19	c cleaning 10004 clauses out of 20020 with flag 395001/1594295
160.58/159.07	c cleaning 9999 clauses out of 20016 with flag 405001/1604295
161.48/159.90	c cleaning 10001 clauses out of 20016 with flag 415000/1614294
162.28/160.73	c cleaning 10001 clauses out of 20015 with flag 425000/1624294
163.30/161.75	c cleaning 9997 clauses out of 20014 with flag 435000/1634294
164.29/162.75	c cleaning 9999 clauses out of 20017 with flag 445000/1644294
165.50/163.96	c cleaning 10000 clauses out of 20019 with flag 455001/1654295
166.79/165.27	c cleaning 9999 clauses out of 20019 with flag 465001/1664295
168.19/166.64	c cleaning 10000 clauses out of 20020 with flag 475001/1674295
169.49/167.95	c cleaning 9996 clauses out of 20019 with flag 485000/1684294
170.49/168.96	c cleaning 9996 clauses out of 20024 with flag 495001/1694295
171.59/170.05	c cleaning 9999 clauses out of 20027 with flag 505000/1704294
172.50/170.99	c cleaning 9996 clauses out of 20029 with flag 515001/1714295
173.60/172.02	c cleaning 10002 clauses out of 20033 with flag 525001/1724295
174.60/173.01	c cleaning 10001 clauses out of 20030 with flag 535000/1734294
175.61/174.01	c cleaning 10011 clauses out of 20029 with flag 545000/1744294
176.53/174.97	c cleaning 9992 clauses out of 20018 with flag 555000/1754294
177.32/175.78	c cleaning 10000 clauses out of 20028 with flag 565002/1764296
178.22/176.60	c cleaning 9995 clauses out of 20026 with flag 575000/1774294
179.02/177.40	c cleaning 10000 clauses out of 20031 with flag 585000/1784294
179.84/178.26	c cleaning 10001 clauses out of 20031 with flag 595000/1794294
180.62/179.03	c cleaning 9997 clauses out of 20030 with flag 605000/1804294
181.32/179.74	c cleaning 10005 clauses out of 20033 with flag 615000/1814294
182.13/180.53	c cleaning 10005 clauses out of 20028 with flag 625000/1824294
183.04/181.44	c cleaning 9998 clauses out of 20024 with flag 635001/1834295
183.83/182.22	c cleaning 10003 clauses out of 20026 with flag 645001/1844295
184.53/182.99	c cleaning 10001 clauses out of 20024 with flag 655002/1854296
185.43/183.89	c cleaning 10000 clauses out of 20021 with flag 665000/1864294
186.35/184.81	c cleaning 10001 clauses out of 20021 with flag 675000/1874294
187.24/185.62	c cleaning 9999 clauses out of 20021 with flag 685001/1884295
188.04/186.45	c cleaning 9994 clauses out of 20021 with flag 695000/1894294
189.44/187.81	c cleaning 9999 clauses out of 20027 with flag 705000/1904294
190.76/189.12	c cleaning 10001 clauses out of 20030 with flag 715002/1914296
191.75/190.14	c cleaning 10003 clauses out of 20029 with flag 725002/1924296
192.75/191.16	c cleaning 9999 clauses out of 20025 with flag 735001/1934295
193.85/192.25	c cleaning 9997 clauses out of 20025 with flag 745000/1944294
194.76/193.14	c cleaning 10010 clauses out of 20028 with flag 755001/1954295
195.57/193.98	c cleaning 10004 clauses out of 20017 with flag 765000/1964294
196.47/194.86	c cleaning 10000 clauses out of 20013 with flag 775000/1974294
197.17/195.56	c cleaning 9992 clauses out of 20014 with flag 785001/1984295
197.87/196.20	c cleaning 9992 clauses out of 20022 with flag 795001/1994295
198.59/196.93	c cleaning 9995 clauses out of 20029 with flag 805000/2004294
199.38/197.71	c cleaning 9999 clauses out of 20034 with flag 815000/2014294
200.18/198.57	c cleaning 9999 clauses out of 20036 with flag 825001/2024295
200.88/199.26	c cleaning 9995 clauses out of 20038 with flag 835002/2034296
201.68/200.00	c cleaning 10001 clauses out of 20041 with flag 845000/2044294
202.39/200.72	c cleaning 10002 clauses out of 20040 with flag 855000/2054294
203.09/201.40	c cleaning 9999 clauses out of 20040 with flag 865002/2064296
203.79/202.14	c cleaning 10001 clauses out of 20039 with flag 875000/2074294
204.49/202.83	c cleaning 10000 clauses out of 20038 with flag 885000/2084294
205.21/203.58	c cleaning 9997 clauses out of 20038 with flag 895000/2094294
205.90/204.25	c cleaning 10000 clauses out of 20042 with flag 905001/2104295
206.60/204.95	c cleaning 10003 clauses out of 20041 with flag 915000/2114294
207.31/205.64	c cleaning 10000 clauses out of 20040 with flag 925002/2124296
208.00/206.34	c cleaning 9999 clauses out of 20038 with flag 935000/2134294
208.70/207.01	c cleaning 9999 clauses out of 20039 with flag 945000/2144294
209.40/207.75	c cleaning 10002 clauses out of 20040 with flag 955000/2154294
210.20/208.54	c cleaning 10001 clauses out of 20039 with flag 965001/2164295
210.90/209.27	c cleaning 10016 clauses out of 20037 with flag 975000/2174294
212.10/210.44	c cleaning 10008 clauses out of 20023 with flag 985002/2184296
213.21/211.59	c cleaning 10001 clauses out of 20014 with flag 995001/2194295
214.41/212.72	c cleaning 10003 clauses out of 20013 with flag 1005001/2204295
215.51/213.87	c cleaning 10001 clauses out of 20009 with flag 1015000/2214294
216.71/215.04	c cleaning 9996 clauses out of 20008 with flag 1025000/2224294
217.91/216.29	c cleaning 10001 clauses out of 20013 with flag 1035001/2234295
219.12/217.41	c cleaning 10001 clauses out of 20012 with flag 1045001/2244295
220.02/218.30	c cleaning 9996 clauses out of 20011 with flag 1055001/2254295
220.65/218.92	c cleaning 9993 clauses out of 20015 with flag 1065001/2264295
221.65/219.92	c cleaning 10004 clauses out of 20022 with flag 1075001/2274295
222.75/221.02	c cleaning 10003 clauses out of 20018 with flag 1085001/2284295
223.65/221.98	c cleaning 10001 clauses out of 20014 with flag 1095000/2294294
224.75/223.00	c cleaning 10001 clauses out of 20014 with flag 1105001/2304295
225.75/224.05	c cleaning 10002 clauses out of 20013 with flag 1115001/2314295
226.86/225.11	c cleaning 10003 clauses out of 20011 with flag 1125001/2324295
227.86/226.10	c cleaning 9998 clauses out of 20007 with flag 1135000/2334294
228.66/226.97	c cleaning 9993 clauses out of 20010 with flag 1145001/2344295
229.48/227.74	c cleaning 9995 clauses out of 20016 with flag 1155000/2354294
230.27/228.53	c cleaning 10003 clauses out of 20021 with flag 1165000/2364294
231.17/229.43	c cleaning 10004 clauses out of 20023 with flag 1175005/2374299
231.97/230.20	c cleaning 10002 clauses out of 20013 with flag 1185000/2384294
232.87/231.13	c cleaning 10000 clauses out of 20012 with flag 1195001/2394295
233.79/232.02	c cleaning 9996 clauses out of 20011 with flag 1205000/2404294
234.68/232.96	c cleaning 10002 clauses out of 20016 with flag 1215001/2414295
235.78/234.02	c cleaning 9997 clauses out of 20014 with flag 1225001/2424295
236.78/235.01	c cleaning 9999 clauses out of 20017 with flag 1235001/2434295
237.68/235.94	c cleaning 10002 clauses out of 20017 with flag 1245000/2444294
238.69/236.92	c cleaning 9997 clauses out of 20015 with flag 1255000/2454294
239.49/237.78	c cleaning 9999 clauses out of 20019 with flag 1265001/2464295
240.40/238.63	c cleaning 10001 clauses out of 20020 with flag 1275001/2474295
241.19/239.47	c cleaning 10003 clauses out of 20018 with flag 1285000/2484294
242.19/240.48	c cleaning 10001 clauses out of 20016 with flag 1295001/2494295
243.10/241.38	c cleaning 9998 clauses out of 20014 with flag 1305000/2504294
244.00/242.25	c cleaning 9998 clauses out of 20016 with flag 1315000/2514294
244.81/243.10	c cleaning 9996 clauses out of 20019 with flag 1325001/2524295
245.60/243.90	c cleaning 9996 clauses out of 20023 with flag 1335001/2534295
246.61/244.83	c cleaning 10006 clauses out of 20025 with flag 1345000/2544294
247.61/245.80	c cleaning 10000 clauses out of 20019 with flag 1355000/2554294
248.51/246.75	c cleaning 9998 clauses out of 20020 with flag 1365001/2564295
249.33/247.54	c cleaning 9993 clauses out of 20021 with flag 1375000/2574294
250.11/248.39	c cleaning 9995 clauses out of 20029 with flag 1385001/2584295
251.11/249.31	c cleaning 9992 clauses out of 20033 with flag 1395000/2594294
252.01/250.21	c cleaning 10013 clauses out of 20041 with flag 1405000/2604294
252.91/251.15	c cleaning 10006 clauses out of 20029 with flag 1415001/2614295
253.73/251.94	c cleaning 10003 clauses out of 20022 with flag 1425000/2624294
254.61/252.86	c cleaning 10002 clauses out of 20019 with flag 1435000/2634294
255.51/253.75	c cleaning 10001 clauses out of 20018 with flag 1445001/2644295
256.32/254.58	c cleaning 10000 clauses out of 20017 with flag 1455001/2654295
257.12/255.37	c cleaning 10000 clauses out of 20017 with flag 1465001/2664295
257.92/256.12	c cleaning 9999 clauses out of 20016 with flag 1475000/2674294
258.72/256.97	c cleaning 10000 clauses out of 20017 with flag 1485000/2684294
259.52/257.76	c cleaning 10001 clauses out of 20017 with flag 1495001/2694295
260.43/258.63	c cleaning 9997 clauses out of 20015 with flag 1505000/2704294
261.23/259.51	c cleaning 10002 clauses out of 20020 with flag 1515002/2714296
262.13/260.39	c cleaning 10002 clauses out of 20018 with flag 1525002/2724296
262.93/261.18	c cleaning 9999 clauses out of 20014 with flag 1535000/2734294
263.83/262.07	c cleaning 10004 clauses out of 20017 with flag 1545002/2744296
264.65/262.90	c cleaning 10003 clauses out of 20014 with flag 1555003/2754297
265.63/263.80	c cleaning 9995 clauses out of 20008 with flag 1565000/2764294
266.54/264.74	c cleaning 9997 clauses out of 20013 with flag 1575000/2774294
267.44/265.68	c cleaning 10001 clauses out of 20016 with flag 1585000/2784294
268.34/266.57	c cleaning 9999 clauses out of 20016 with flag 1595001/2794295
269.24/267.48	c cleaning 9997 clauses out of 20017 with flag 1605001/2804295
270.26/268.49	c cleaning 10001 clauses out of 20019 with flag 1615000/2814294
271.26/269.42	c cleaning 10001 clauses out of 20019 with flag 1625001/2824295
272.15/270.35	c cleaning 9999 clauses out of 20017 with flag 1635000/2834294
273.05/271.28	c cleaning 10001 clauses out of 20018 with flag 1645000/2844294
274.05/272.21	c cleaning 10000 clauses out of 20018 with flag 1655001/2854295
274.95/273.11	c cleaning 10000 clauses out of 20017 with flag 1665000/2864294
275.77/273.93	c cleaning 10003 clauses out of 20018 with flag 1675001/2874295
276.65/274.89	c cleaning 10000 clauses out of 20015 with flag 1685001/2884295
277.66/275.81	c cleaning 9999 clauses out of 20014 with flag 1695000/2894294
278.46/276.68	c cleaning 10003 clauses out of 20016 with flag 1705001/2904295
279.36/277.56	c cleaning 10000 clauses out of 20013 with flag 1715001/2914295
279.96/278.20	c cleaning 10002 clauses out of 20013 with flag 1725001/2924295
281.07/279.28	c cleaning 9999 clauses out of 20010 with flag 1735000/2934294
282.07/280.28	c cleaning 10002 clauses out of 20012 with flag 1745001/2944295
283.07/281.28	c cleaning 10001 clauses out of 20010 with flag 1755001/2954295
284.18/282.32	c cleaning 9999 clauses out of 20008 with flag 1765000/2964294
285.08/283.29	c cleaning 9999 clauses out of 20010 with flag 1775001/2974295
286.08/284.27	c cleaning 10001 clauses out of 20011 with flag 1785001/2984295
287.08/285.22	c cleaning 9999 clauses out of 20010 with flag 1795001/2994295
287.98/286.19	c cleaning 10002 clauses out of 20011 with flag 1805001/3004295
289.00/287.16	c cleaning 10001 clauses out of 20009 with flag 1815001/3014295
290.00/288.17	c cleaning 10000 clauses out of 20007 with flag 1825000/3024294
290.98/289.15	c cleaning 10001 clauses out of 20008 with flag 1835001/3034295
291.99/290.11	c cleaning 9999 clauses out of 20007 with flag 1845001/3044295
292.89/291.07	c cleaning 10002 clauses out of 20007 with flag 1855000/3054294
293.89/292.01	c cleaning 9998 clauses out of 20004 with flag 1865000/3064294
294.89/293.07	c cleaning 10000 clauses out of 20007 with flag 1875001/3074295
295.89/294.03	c cleaning 9998 clauses out of 20008 with flag 1885002/3084296
296.89/295.02	c cleaning 9997 clauses out of 20008 with flag 1895000/3094294
297.81/295.97	c cleaning 9999 clauses out of 20012 with flag 1905001/3104295
298.69/296.82	c cleaning 9997 clauses out of 20012 with flag 1915000/3114294
299.50/297.69	c cleaning 10001 clauses out of 20015 with flag 1925000/3124294
300.40/298.58	c cleaning 9999 clauses out of 20014 with flag 1935000/3134294
301.40/299.56	c cleaning 10003 clauses out of 20015 with flag 1945000/3144294
302.40/300.53	c cleaning 9998 clauses out of 20012 with flag 1955000/3154294
303.32/301.45	c cleaning 9999 clauses out of 20014 with flag 1965000/3164294
304.20/302.37	c cleaning 10001 clauses out of 20015 with flag 1975000/3174294
305.10/303.25	c cleaning 10001 clauses out of 20015 with flag 1985001/3184295
306.00/304.17	c cleaning 9999 clauses out of 20015 with flag 1995002/3194296
306.90/305.02	c cleaning 9999 clauses out of 20016 with flag 2005002/3204296
307.91/306.01	c cleaning 10000 clauses out of 20016 with flag 2015001/3214295
308.73/306.91	c cleaning 10001 clauses out of 20017 with flag 2025002/3224296
309.52/307.60	c cleaning 9999 clauses out of 20014 with flag 2035000/3234294
310.32/308.41	c cleaning 10001 clauses out of 20016 with flag 2045001/3244295
311.22/309.31	c cleaning 10000 clauses out of 20014 with flag 2055000/3254294
312.04/310.16	c cleaning 10000 clauses out of 20017 with flag 2065003/3264297
312.93/311.08	c cleaning 9999 clauses out of 20015 with flag 2075001/3274295
313.73/311.89	c cleaning 9996 clauses out of 20015 with flag 2085000/3284294
314.83/312.98	c cleaning 10004 clauses out of 20019 with flag 2095000/3294294
315.84/313.92	c cleaning 10000 clauses out of 20015 with flag 2105000/3304294
316.74/314.83	c cleaning 9999 clauses out of 20015 with flag 2115000/3314294
317.66/315.73	c cleaning 10000 clauses out of 20017 with flag 2125001/3324295
318.54/316.66	c cleaning 10000 clauses out of 20017 with flag 2135001/3334295
319.44/317.57	c cleaning 10000 clauses out of 20017 with flag 2145001/3344295
320.34/318.45	c cleaning 9998 clauses out of 20016 with flag 2155000/3354294
321.15/319.29	c cleaning 9999 clauses out of 20019 with flag 2165001/3364295
322.07/320.19	c cleaning 10003 clauses out of 20021 with flag 2175002/3374296
322.95/321.04	c cleaning 10000 clauses out of 20016 with flag 2185000/3384294
323.95/322.09	c cleaning 10003 clauses out of 20017 with flag 2195001/3394295
325.27/323.35	c cleaning 10003 clauses out of 20014 with flag 2205001/3404295
326.47/324.53	c cleaning 9999 clauses out of 20010 with flag 2215000/3414294
327.47/325.60	c cleaning 10001 clauses out of 20011 with flag 2225000/3424294
328.68/326.76	c cleaning 9999 clauses out of 20010 with flag 2235000/3434294
329.78/327.87	c cleaning 10004 clauses out of 20012 with flag 2245001/3444295
330.96/329.00	c cleaning 9999 clauses out of 20007 with flag 2255000/3454294
331.98/330.03	c cleaning 10000 clauses out of 20009 with flag 2265001/3464295
332.98/331.06	c cleaning 10000 clauses out of 20008 with flag 2275000/3474294
334.08/332.13	c cleaning 9999 clauses out of 20008 with flag 2285000/3484294
335.07/333.13	c cleaning 10000 clauses out of 20010 with flag 2295001/3494295
335.97/334.07	c cleaning 10002 clauses out of 20012 with flag 2305003/3504297
336.97/335.04	c cleaning 9999 clauses out of 20007 with flag 2315000/3514294
338.07/336.16	c cleaning 10000 clauses out of 20009 with flag 2325001/3524295
339.17/337.28	c cleaning 10000 clauses out of 20007 with flag 2335000/3534294
340.38/338.48	c cleaning 10001 clauses out of 20008 with flag 2345001/3544295
341.49/339.51	c cleaning 10001 clauses out of 20006 with flag 2355000/3554294
342.59/340.66	c cleaning 10000 clauses out of 20004 with flag 2365000/3564294
343.49/341.59	c starts		: 251
343.49/341.59	c conflicts		: 3572808
343.49/341.59	c decisions		: 3642802
343.49/341.59	c propagations		: 81171443
343.49/341.59	c inspects		: 2348315107
343.49/341.59	c shortcuts		: 0
343.49/341.59	c learnt literals	: 21
343.49/341.59	c learnt binary clauses	: 98
343.49/341.59	c learnt ternary clauses	: 313
343.49/341.59	c learnt constraints	: 3572786
343.49/341.59	c ignored constraints	: 0
343.49/341.59	c root simplifications	: 0
343.49/341.59	c removed literals (reason simplification)	: 148953940
343.49/341.59	c reason swapping (by a shorter reason)	: 0
343.49/341.59	c Calls to reduceDB	: 361
343.49/341.59	c number of reductions to clauses (during analyze)	: 0
343.49/341.59	c number of learned constraints concerned by reduction	: 0
343.49/341.59	c number of learning phase by resolution	: 0
343.49/341.59	c number of learning phase by cutting planes	: 0
343.49/341.59	c speed (assignments/second)	: 372400.7331351391
343.49/341.59	c non guided choices	10497
343.49/341.59	c learnt constraints type 
343.49/341.59	c constraints type 
343.49/341.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
343.49/341.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
343.49/341.59	s OPTIMUM FOUND
343.49/341.59	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 x30 x31 -x32 x33 -x34 -x35 -x36 x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 x71 x72 x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 x98 -x99 x100 -x101 x102 x103 -x104 -x105 x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 x201 -x202 x203 x204 x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
343.49/341.59	c objective function=3
343.49/341.59	c Total wall clock time (in seconds): 341.482

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-3458240-1307158432/watcher-3458240-1307158432 -o /tmp/evaluation-result-3458240-1307158432/solver-3458240-1307158432 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458240-1307158432.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.04 2.03 2.00 3/507 27627
/proc/meminfo: memFree=27083140/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 5567 0 1 0 0 0 0 0 25 0 2 0 827441665 13850947584 5269 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3381579 5282 917 9 0 3372735 0
[pid=27627/tid=27628] ppid=27625 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 6865 0 1 0 0 0 0 0 25 0 2 0 827441666 13850947584 7681 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0884081 s]
/proc/loadavg: 2.04 2.03 2.00 3/507 27627
/proc/meminfo: memFree=27083140/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13621556 CPUtime=0.08 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 15173 0 1 0 7 1 0 0 25 0 18 0 827441665 13948473344 14860 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3405429 14873 2018 9 0 3396163 0
[pid=27627/tid=27628] ppid=27625 vsize=13621716 CPUtime=0.07 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 13444 0 1 0 6 1 0 0 18 0 18 0 827441666 13948637184 14890 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13621556

[startup+0.100426 s]
/proc/loadavg: 2.04 2.03 2.00 3/507 27627
/proc/meminfo: memFree=27083140/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13622020 CPUtime=0.1 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 15550 0 1 0 9 1 0 0 25 0 18 0 827441665 13948948480 15230 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3405505 15230 2092 9 0 3396239 0
[pid=27627/tid=27628] ppid=27625 vsize=13622020 CPUtime=0.08 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 13611 0 1 0 7 1 0 0 18 0 18 0 827441666 13948948480 15231 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 47479430804227 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) 13622020

[startup+0.300376 s]
/proc/loadavg: 2.04 2.03 2.00 3/507 27627
/proc/meminfo: memFree=27083140/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625196 CPUtime=0.52 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 18493 0 1 0 50 2 0 0 25 0 19 0 827441665 13952200704 17398 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406299 17398 2214 9 0 3397033 0
[pid=27627/tid=27628] ppid=27625 vsize=13625196 CPUtime=0.28 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 14473 0 1 0 27 1 0 0 19 0 19 0 827441666 13952200704 17398 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505600486 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13625196

[startup+0.700317 s]
/proc/loadavg: 2.04 2.03 2.00 3/507 27627
/proc/meminfo: memFree=27083140/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625196 CPUtime=0.99 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 19089 0 1 0 97 2 0 0 25 0 19 0 827441665 13952200704 17994 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406299 17994 2216 9 0 3397033 0
[pid=27627/tid=27628] ppid=27625 vsize=13625196 CPUtime=0.68 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15043 0 1 0 67 1 0 0 19 0 19 0 827441666 13952200704 17994 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505591485 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13625196

[startup+1.50119 s]
/proc/loadavg: 2.04 2.03 2.00 3/526 27646
/proc/meminfo: memFree=27014440/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=1.89 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 20931 0 1 0 187 2 0 0 25 0 19 0 827441665 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 19682 2248 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=1.45 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15138 0 1 0 144 1 0 0 20 0 19 0 827441666 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505541483 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=0.02 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 735 0 0 0 2 0 0 0 16 0 19 0 827441669 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.2 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1246 0 0 0 20 0 0 0 15 0 19 0 827441672 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 1824 0 0 0 19 0 0 0 16 0 19 0 827441672 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 19682 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13625064

[startup+3.10091 s]
/proc/loadavg: 2.03 2.03 2.00 3/526 27646
/proc/meminfo: memFree=27009728/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=3.5 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 21259 0 1 0 348 2 0 0 25 0 19 0 827441665 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 20009 2248 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=3.03 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15139 0 1 0 302 1 0 0 25 0 19 0 827441666 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 187 0 0 0 0 0 0 0 16 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 117 0 0 0 0 0 0 0 16 0 19 0 827441668 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=0.04 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 1053 0 0 0 4 0 0 0 16 0 19 0 827441669 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.2 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1246 0 0 0 20 0 0 0 15 0 19 0 827441672 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 827441672 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 20009 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 13625064

[startup+6.30138 s]
/proc/loadavg: 2.03 2.03 2.00 3/526 27646
/proc/meminfo: memFree=27008616/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=6.74 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 21722 0 1 0 672 2 0 0 25 0 19 0 827441665 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 20370 2249 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=6.17 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15143 0 1 0 616 1 0 0 25 0 19 0 827441666 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505555341 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 827441668 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=0.09 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 1386 0 0 0 9 0 0 0 16 0 19 0 827441669 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.2 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1246 0 0 0 20 0 0 0 15 0 19 0 827441672 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.23 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 1856 0 0 0 23 0 0 0 15 0 19 0 827441672 13952065536 20370 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0

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

/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 388 0 0 0 21 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 132 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 226 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 109 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 215 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 351 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 298 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 201 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=9.01 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 6692 0 0 0 895 6 0 0 15 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.25 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1252 0 0 0 25 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.9 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 12371 0 0 0 89 1 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 341.09
Current children cumulated vsize (KiB) 13625064

[startup+340.701 s]
/proc/loadavg: 2.23 2.07 2.02 3/526 27701
/proc/meminfo: memFree=26943368/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=342.69 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 38913 0 1 0 34253 16 0 0 25 0 19 0 827441665 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 30470 2250 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=330.84 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15510 0 1 0 33082 2 0 0 25 0 19 0 827441666 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505591057 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0.22 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 388 0 0 0 22 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 132 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 226 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 109 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 215 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 351 0 0 0 17 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 298 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 201 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=9.07 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 6692 0 0 0 901 6 0 0 15 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.25 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1252 0 0 0 25 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.9 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 12371 0 0 0 89 1 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 342.69
Current children cumulated vsize (KiB) 13625064

[startup+341.101 s]
/proc/loadavg: 2.23 2.07 2.02 3/526 27701
/proc/meminfo: memFree=26943244/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=343.09 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 38913 0 1 0 34293 16 0 0 25 0 19 0 827441665 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 30470 2250 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=331.24 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15510 0 1 0 33122 2 0 0 25 0 19 0 827441666 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505541488 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0.22 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 388 0 0 0 22 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 132 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 226 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 109 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 215 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 351 0 0 0 17 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 298 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 201 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=9.07 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 6692 0 0 0 901 6 0 0 15 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.25 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1252 0 0 0 25 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.9 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 12371 0 0 0 89 1 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 343.09
Current children cumulated vsize (KiB) 13625064

[startup+341.501 s]
/proc/loadavg: 2.23 2.07 2.02 3/526 27701
/proc/meminfo: memFree=26943244/32951124 swapFree=63649284/67111528
[pid=27627] ppid=27625 vsize=13625064 CPUtime=343.49 cores=1,3,5,7
/proc/27627/stat : 27627 (java) S 27625 27627 23523 0 -1 4202496 38913 0 1 0 34333 16 0 0 25 0 19 0 827441665 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27627/statm: 3406266 30470 2250 9 0 3397000 0
[pid=27627/tid=27628] ppid=27625 vsize=13625064 CPUtime=331.64 cores=1,3,5,7
/proc/27627/task/27628/stat : 27628 (java) R 27625 27627 23523 0 -1 4202560 15510 0 1 0 33162 2 0 0 25 0 19 0 827441666 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 46912505555294 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27627/tid=27630] ppid=27625 vsize=13625064 CPUtime=0.22 cores=1,3,5,7
/proc/27627/task/27630/stat : 27630 (java) S 27625 27627 23523 0 -1 4202560 388 0 0 0 22 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27631] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27631/stat : 27631 (java) S 27625 27627 23523 0 -1 4202560 132 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27632] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27632/stat : 27632 (java) S 27625 27627 23523 0 -1 4202560 226 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27633] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27633/stat : 27633 (java) S 27625 27627 23523 0 -1 4202560 109 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27634] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27634/stat : 27634 (java) S 27625 27627 23523 0 -1 4202560 215 0 0 0 19 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27635] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27635/stat : 27635 (java) S 27625 27627 23523 0 -1 4202560 351 0 0 0 17 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27636] ppid=27625 vsize=13625064 CPUtime=0.19 cores=1,3,5,7
/proc/27627/task/27636/stat : 27636 (java) S 27625 27627 23523 0 -1 4202560 298 0 0 0 19 0 0 0 16 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27637] ppid=27625 vsize=13625064 CPUtime=0.17 cores=1,3,5,7
/proc/27627/task/27637/stat : 27637 (java) S 27625 27627 23523 0 -1 4202560 201 0 0 0 17 0 0 0 15 0 19 0 827441668 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 7 0 0 0
[pid=27627/tid=27638] ppid=27625 vsize=13625064 CPUtime=9.07 cores=1,3,5,7
/proc/27627/task/27638/stat : 27638 (java) S 27625 27627 23523 0 -1 4202560 6692 0 0 0 901 6 0 0 15 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 0 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27639] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27639/stat : 27639 (java) S 27625 27627 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27640] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27640/stat : 27640 (java) S 27625 27627 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827441669 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27641] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27641/stat : 27641 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216470961 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27642] ppid=27625 vsize=13625064 CPUtime=0.25 cores=1,3,5,7
/proc/27627/task/27642/stat : 27642 (java) S 27625 27627 23523 0 -1 4202560 1252 0 0 0 25 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
[pid=27627/tid=27643] ppid=27625 vsize=13625064 CPUtime=0.9 cores=1,3,5,7
/proc/27627/task/27643/stat : 27643 (java) S 27625 27627 23523 0 -1 4202560 12371 0 0 0 89 1 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27644] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27644/stat : 27644 (java) S 27625 27627 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463257 0 4 0 16800975 18446604459099870144 0 0 -1 5 0 0 0
[pid=27627/tid=27645] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27645/stat : 27645 (java) S 27625 27627 23523 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 827441672 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 1 0 0 0
[pid=27627/tid=27646] ppid=27625 vsize=13625064 CPUtime=0 cores=1,3,5,7
/proc/27627/task/27646/stat : 27646 (java) S 27625 27627 23523 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827441686 13952065536 30470 33554432000 1073741824 1073778376 140733864516896 18446744073709551615 210216463872 0 4 0 16800975 18446604459099870144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 343.49
Current children cumulated vsize (KiB) 13625064

Child status: 30
Real time (s): 341.601
CPU time (s): 343.6
CPU user time (s): 343.433
CPU system time (s): 0.166974
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 13625196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.433
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38934
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= 16782
involuntary context switches= 8275

runsolver used 1.65775 second user time and 3.9484 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 05:33:52
IDJOB=3458240
IDBENCH=48060
IDSOLVER=1952
FILE ID=node130/3458240-1307158432
RUNJOBID= node130-1307156588-27165
PBS_JOBID= 13508786
Free space on /tmp= 73856 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=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458240-1307158432/watcher-3458240-1307158432 -o /tmp/evaluation-result-3458240-1307158432/solver-3458240-1307158432 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458240-1307158432.opb

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

MD5SUM BENCH= 6dc20e219798a6cc2c39fe76202681b5
RANDOM SEED=1452932292

node130.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.838
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.67
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.838
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	: 5332.83
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.838
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27083296 kB
Buffers:        274740 kB
Cached:         418704 kB
SwapCached:       9700 kB
Active:        5214360 kB
Inactive:       371676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27083296 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:     4890596 kB
Mapped:          38920 kB
Slab:           158304 kB
PageTables:      54032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158546228 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= 73856 MiB
End job on node130 at 2011-06-04 05:39:33