Trace number 3458245

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 293.967 291.921

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
MD5SUMe7b4c80573ea65996ed7438c7cd24465
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.245961
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458245-1307158458.opb
0.10/0.11	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.093s.
0.25/0.20	c #vars     864
0.25/0.20	c #constraints  1321
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
1.00/0.78	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.69/1.33	c cleaning 4248 clauses out of 8500 with flag 11001/11001
2.19/1.89	c cleaning 5627 clauses out of 11254 with flag 18003/18003
3.10/2.71	c cleaning 6809 clauses out of 13624 with flag 26000/26000
3.94/3.54	c cleaning 7904 clauses out of 15816 with flag 35001/35001
4.76/4.33	c cleaning 8952 clauses out of 17911 with flag 45000/45000
5.75/5.38	c cleaning 9462 clauses out of 18959 with flag 55000/55000
6.75/6.33	c cleaning 9743 clauses out of 19497 with flag 65000/65000
7.85/7.41	c cleaning 9876 clauses out of 19755 with flag 75001/75001
8.75/8.35	c cleaning 9936 clauses out of 19878 with flag 85000/85000
9.65/9.27	c cleaning 9967 clauses out of 19943 with flag 95001/95001
10.46/10.02	c cleaning 9983 clauses out of 19976 with flag 105001/105001
11.26/10.80	c cleaning 9992 clauses out of 19993 with flag 115001/115001
12.06/11.62	c cleaning 9998 clauses out of 20000 with flag 125000/125000
12.78/12.40	c cleaning 9988 clauses out of 20003 with flag 135001/135001
13.59/13.15	c cleaning 9996 clauses out of 20014 with flag 145000/145000
14.38/13.91	c cleaning 10001 clauses out of 20018 with flag 155000/155000
15.08/14.63	c cleaning 9989 clauses out of 20018 with flag 165001/165001
15.90/15.48	c cleaning 10012 clauses out of 20029 with flag 175001/175001
16.90/16.45	c cleaning 9995 clauses out of 20016 with flag 185000/185000
17.89/17.46	c cleaning 10003 clauses out of 20022 with flag 195001/195001
18.79/18.31	c cleaning 10002 clauses out of 20018 with flag 205000/205000
19.59/19.15	c cleaning 10006 clauses out of 20016 with flag 215000/215000
20.62/20.15	c cleaning 10005 clauses out of 20010 with flag 225000/225000
21.97/21.14	c cleaning 9997 clauses out of 20005 with flag 235001/235001
23.25/22.03	c cleaning 9990 clauses out of 20008 with flag 245001/245001
24.04/22.81	c cleaning 10001 clauses out of 20018 with flag 255001/255001
25.15/23.94	c cleaning 10003 clauses out of 20016 with flag 265000/265000
26.25/25.09	c cleaning 9995 clauses out of 20014 with flag 275001/275001
27.25/26.00	c cleaning 10006 clauses out of 20018 with flag 285000/285000
28.55/27.36	c cleaning 10002 clauses out of 20012 with flag 295000/295000
29.55/28.32	c cleaning 10001 clauses out of 20012 with flag 305002/305002
30.66/29.42	c cleaning 10002 clauses out of 20010 with flag 315001/315001
31.87/30.60	c cleaning 10000 clauses out of 20007 with flag 325000/325000
32.97/31.74	c cleaning 9996 clauses out of 20007 with flag 335000/335000
33.97/32.79	c cleaning 10004 clauses out of 20012 with flag 345001/345001
34.78/33.53	c cleaning 9983 clauses out of 20007 with flag 355000/355000
35.48/34.26	c cleaning 10004 clauses out of 20024 with flag 365000/365000
36.59/35.38	c cleaning 10002 clauses out of 20021 with flag 375001/375001
37.69/36.46	c cleaning 10001 clauses out of 20018 with flag 385000/385000
38.89/37.62	c cleaning 10003 clauses out of 20018 with flag 395001/395001
39.99/38.76	c cleaning 9999 clauses out of 20015 with flag 405001/405001
41.09/39.89	c cleaning 10000 clauses out of 20015 with flag 415000/415000
42.29/41.09	c cleaning 10002 clauses out of 20015 with flag 425000/425000
43.50/42.21	c cleaning 9996 clauses out of 20013 with flag 435000/435000
44.30/43.00	c cleaning 10002 clauses out of 20018 with flag 445001/445001
45.31/44.06	c cleaning 10008 clauses out of 20015 with flag 455000/455000
46.51/45.26	c cleaning 10003 clauses out of 20008 with flag 465001/465001
47.31/46.01	c cleaning 9989 clauses out of 20004 with flag 475000/475000
48.01/46.72	c cleaning 9995 clauses out of 20015 with flag 485000/485000
48.71/47.45	c cleaning 9996 clauses out of 20020 with flag 495000/495000
49.63/48.40	c cleaning 10007 clauses out of 20025 with flag 505001/505001
50.83/49.55	c cleaning 10004 clauses out of 20018 with flag 515001/515001
52.02/50.78	c cleaning 10006 clauses out of 20013 with flag 525000/525000
52.82/51.58	c cleaning 9982 clauses out of 20007 with flag 535001/535001
52.93/51.62	c SATISFIABLE
52.93/51.62	c OPTIMIZING...
52.93/51.62	c Got one! Elapsed wall clock time (in seconds):51.513
52.93/51.62	o 129
53.33/52.03	c cleaning 7674 clauses out of 15362 with flag 5000/540338
53.73/52.49	c cleaning 6837 clauses out of 13689 with flag 11001/546339
54.33/53.02	c cleaning 6916 clauses out of 13852 with flag 18001/553339
54.93/53.61	c cleaning 7459 clauses out of 14935 with flag 26000/561338
55.53/54.27	c cleaning 8231 clauses out of 16477 with flag 35001/570339
56.44/55.16	c cleaning 9122 clauses out of 18245 with flag 45000/580338
57.35/56.02	c cleaning 9551 clauses out of 19123 with flag 55000/590338
57.94/56.60	c Got one! Elapsed wall clock time (in seconds):56.495
57.94/56.60	o 9
58.25/56.99	c cleaning 11973 clauses out of 23959 with flag 5001/604725
58.75/57.46	c cleaning 8979 clauses out of 17987 with flag 11002/610726
59.25/57.94	c cleaning 7991 clauses out of 16007 with flag 18001/617725
59.75/58.47	c cleaning 7994 clauses out of 16016 with flag 26001/625725
60.55/59.24	c cleaning 8507 clauses out of 17022 with flag 35001/634725
61.36/60.00	c cleaning 9251 clauses out of 18516 with flag 45002/644726
61.96/60.65	c cleaning 9620 clauses out of 19263 with flag 55000/654724
62.68/61.34	c cleaning 9807 clauses out of 19644 with flag 65001/664725
63.38/62.09	c cleaning 9916 clauses out of 19836 with flag 75000/674724
64.29/62.98	c cleaning 9957 clauses out of 19921 with flag 85001/684725
65.20/63.86	c cleaning 9960 clauses out of 19964 with flag 95001/694725
65.90/64.58	c cleaning 9996 clauses out of 20003 with flag 105000/704724
66.90/65.51	c cleaning 9993 clauses out of 20008 with flag 115001/714725
67.80/66.41	c cleaning 10003 clauses out of 20015 with flag 125001/724725
68.41/67.05	c cleaning 9997 clauses out of 20012 with flag 135001/734725
69.10/67.78	c cleaning 9991 clauses out of 20015 with flag 145001/744725
69.81/68.49	c cleaning 9998 clauses out of 20023 with flag 155000/754724
70.81/69.43	c cleaning 9997 clauses out of 20025 with flag 165000/764724
71.72/70.37	c cleaning 9999 clauses out of 20028 with flag 175000/774724
72.71/71.33	c cleaning 9999 clauses out of 20030 with flag 185001/784725
73.81/72.50	c cleaning 10000 clauses out of 20031 with flag 195001/794725
74.72/73.34	c cleaning 10000 clauses out of 20030 with flag 205000/804724
75.53/74.18	c cleaning 9997 clauses out of 20030 with flag 215000/814724
76.33/74.92	c cleaning 10003 clauses out of 20033 with flag 225000/824724
77.03/75.68	c cleaning 10003 clauses out of 20031 with flag 235001/834725
77.83/76.46	c cleaning 10000 clauses out of 20027 with flag 245000/844724
78.63/77.22	c cleaning 9997 clauses out of 20027 with flag 255000/854724
79.33/77.97	c cleaning 10006 clauses out of 20030 with flag 265000/864724
80.43/79.02	c cleaning 10006 clauses out of 20025 with flag 275001/874725
81.43/80.08	c cleaning 9998 clauses out of 20018 with flag 285000/884724
82.64/81.21	c cleaning 9999 clauses out of 20020 with flag 295000/894724
83.64/82.27	c cleaning 10004 clauses out of 20022 with flag 305001/904725
84.64/83.27	c cleaning 10003 clauses out of 20017 with flag 315000/914724
85.74/84.31	c cleaning 10001 clauses out of 20014 with flag 325000/924724
86.84/85.42	c cleaning 10002 clauses out of 20013 with flag 335000/934724
88.05/86.60	c cleaning 9999 clauses out of 20011 with flag 345000/944724
89.15/87.74	c cleaning 9996 clauses out of 20012 with flag 355000/954724
90.25/88.83	c cleaning 10004 clauses out of 20016 with flag 365000/964724
91.46/90.08	c cleaning 10002 clauses out of 20013 with flag 375001/974725
92.26/90.80	c cleaning 9998 clauses out of 20010 with flag 385000/984724
93.17/91.75	c cleaning 9994 clauses out of 20012 with flag 395000/994724
94.27/92.84	c cleaning 10003 clauses out of 20018 with flag 405000/1004724
95.07/93.66	c cleaning 9992 clauses out of 20015 with flag 415000/1014724
95.88/94.46	c cleaning 9999 clauses out of 20023 with flag 425000/1024724
97.09/95.68	c cleaning 10002 clauses out of 20024 with flag 435000/1034724
98.29/96.85	c cleaning 10002 clauses out of 20023 with flag 445001/1044725
99.39/97.92	c cleaning 10003 clauses out of 20021 with flag 455001/1054725
100.50/99.03	c cleaning 10002 clauses out of 20018 with flag 465001/1064725
101.60/100.17	c cleaning 10004 clauses out of 20016 with flag 475001/1074725
102.70/101.28	c cleaning 10003 clauses out of 20012 with flag 485001/1084725
103.90/102.43	c cleaning 9998 clauses out of 20009 with flag 495001/1094725
105.00/103.57	c cleaning 9999 clauses out of 20011 with flag 505001/1104725
106.20/104.70	c cleaning 10004 clauses out of 20011 with flag 515000/1114724
107.30/105.81	c cleaning 10002 clauses out of 20007 with flag 525000/1124724
108.11/106.67	c cleaning 9996 clauses out of 20004 with flag 535000/1134724
108.80/107.36	c cleaning 9992 clauses out of 20008 with flag 545000/1144724
109.71/108.20	c cleaning 9997 clauses out of 20016 with flag 555000/1154724
110.42/108.98	c cleaning 9996 clauses out of 20020 with flag 565001/1164725
111.21/109.75	c cleaning 10007 clauses out of 20023 with flag 575000/1174724
112.11/110.67	c cleaning 10002 clauses out of 20017 with flag 585001/1184725
112.91/111.49	c cleaning 10000 clauses out of 20014 with flag 595000/1194724
114.01/112.54	c cleaning 9998 clauses out of 20014 with flag 605000/1204724
114.92/113.48	c cleaning 10001 clauses out of 20017 with flag 615001/1214725
115.83/114.38	c cleaning 10003 clauses out of 20015 with flag 625000/1224724
116.82/115.41	c cleaning 10003 clauses out of 20013 with flag 635001/1234725
117.82/116.31	c cleaning 9999 clauses out of 20009 with flag 645000/1244724
118.72/117.25	c cleaning 10001 clauses out of 20010 with flag 655000/1254724
119.72/118.22	c cleaning 10000 clauses out of 20010 with flag 665001/1264725
120.62/119.16	c cleaning 9995 clauses out of 20010 with flag 675001/1274725
121.53/120.06	c cleaning 10001 clauses out of 20015 with flag 685001/1284725
122.44/120.97	c cleaning 10002 clauses out of 20015 with flag 695002/1294726
123.13/121.62	c cleaning 9998 clauses out of 20011 with flag 705000/1304724
123.84/122.32	c cleaning 9998 clauses out of 20014 with flag 715001/1314725
124.44/122.99	c cleaning 9996 clauses out of 20015 with flag 725000/1324724
125.14/123.69	c cleaning 9999 clauses out of 20019 with flag 735000/1334724
125.75/124.31	c cleaning 9997 clauses out of 20020 with flag 745000/1344724
126.44/124.96	c cleaning 10002 clauses out of 20023 with flag 755000/1354724
127.04/125.59	c cleaning 10001 clauses out of 20022 with flag 765001/1364725
127.74/126.20	c cleaning 10001 clauses out of 20021 with flag 775001/1374725
128.34/126.83	c cleaning 9997 clauses out of 20020 with flag 785001/1384725
128.94/127.47	c cleaning 9999 clauses out of 20023 with flag 795001/1394725
129.64/128.14	c cleaning 10002 clauses out of 20023 with flag 805000/1404724
130.26/128.77	c cleaning 9997 clauses out of 20021 with flag 815000/1414724
130.95/129.40	c cleaning 10002 clauses out of 20025 with flag 825001/1424725
131.56/130.08	c cleaning 10002 clauses out of 20023 with flag 835001/1434725
132.26/130.77	c cleaning 10008 clauses out of 20021 with flag 845001/1444725
133.57/132.08	c cleaning 10003 clauses out of 20012 with flag 855000/1454724
134.37/132.83	c cleaning 9996 clauses out of 20009 with flag 865000/1464724
135.17/133.64	c cleaning 9991 clauses out of 20013 with flag 875000/1474724
135.88/134.39	c cleaning 10003 clauses out of 20023 with flag 885001/1484725
136.68/135.17	c cleaning 10000 clauses out of 20019 with flag 895000/1494724
137.48/135.95	c cleaning 10005 clauses out of 20019 with flag 905000/1504724
138.48/136.99	c cleaning 10004 clauses out of 20014 with flag 915000/1514724
139.69/138.14	c cleaning 10001 clauses out of 20012 with flag 925002/1524726
140.49/138.97	c cleaning 9984 clauses out of 20009 with flag 935000/1534724
141.09/139.60	c cleaning 9995 clauses out of 20025 with flag 945000/1544724
142.00/140.45	c cleaning 9997 clauses out of 20030 with flag 955000/1554724
142.70/141.12	c cleaning 10001 clauses out of 20034 with flag 965001/1564725
143.30/141.79	c cleaning 10014 clauses out of 20033 with flag 975001/1574725
144.41/142.84	c cleaning 10004 clauses out of 20019 with flag 985001/1584725
145.51/143.93	c cleaning 10004 clauses out of 20014 with flag 995000/1594724
146.51/144.91	c cleaning 10003 clauses out of 20011 with flag 1005001/1604725
147.51/145.93	c cleaning 9997 clauses out of 20007 with flag 1015000/1614724
148.51/146.94	c cleaning 10002 clauses out of 20011 with flag 1025001/1624725
149.71/148.10	c cleaning 10002 clauses out of 20009 with flag 1035001/1634725
150.82/149.29	c cleaning 9996 clauses out of 20006 with flag 1045000/1644724
152.02/150.41	c cleaning 10000 clauses out of 20010 with flag 1055000/1654724
152.72/151.14	c cleaning 9991 clauses out of 20011 with flag 1065001/1664725
152.83/151.22	c Got one! Elapsed wall clock time (in seconds):151.115
152.83/151.22	o 7
153.13/151.58	c cleaning 7671 clauses out of 15380 with flag 4000/1670085
153.63/152.05	c cleaning 6838 clauses out of 13711 with flag 10002/1676087
154.13/152.58	c cleaning 6920 clauses out of 13872 with flag 17001/1683086
154.73/153.14	c cleaning 7457 clauses out of 14951 with flag 25000/1691085
155.33/153.80	c cleaning 8237 clauses out of 16495 with flag 34001/1700086
156.03/154.48	c cleaning 9114 clauses out of 18259 with flag 44002/1710087
156.83/155.20	c cleaning 9559 clauses out of 19144 with flag 54001/1720086
157.54/155.94	c cleaning 9780 clauses out of 19585 with flag 64001/1730086
158.34/156.78	c cleaning 9889 clauses out of 19804 with flag 74000/1740085
159.15/157.58	c cleaning 9946 clauses out of 19915 with flag 84000/1750085
160.07/158.42	c cleaning 9974 clauses out of 19970 with flag 94001/1760086
160.86/159.28	c cleaning 9991 clauses out of 19995 with flag 104000/1770085
161.96/160.32	c cleaning 9996 clauses out of 20005 with flag 114001/1780086
162.96/161.38	c cleaning 9995 clauses out of 20008 with flag 124000/1790085
164.17/162.57	c cleaning 10003 clauses out of 20013 with flag 134000/1800085
165.27/163.67	c cleaning 9996 clauses out of 20010 with flag 144000/1810085
166.47/164.82	c cleaning 9996 clauses out of 20014 with flag 154000/1820085
167.57/165.96	c cleaning 10001 clauses out of 20019 with flag 164001/1830086
168.68/167.04	c cleaning 9998 clauses out of 20018 with flag 174001/1840086
169.78/168.15	c cleaning 10000 clauses out of 20019 with flag 184000/1850085
170.99/169.39	c cleaning 9999 clauses out of 20020 with flag 194001/1860086
172.28/170.62	c cleaning 10000 clauses out of 20020 with flag 204000/1870085
173.30/171.68	c cleaning 9999 clauses out of 20020 with flag 214000/1880085
174.40/172.73	c cleaning 9997 clauses out of 20021 with flag 224000/1890085
175.42/173.76	c cleaning 10008 clauses out of 20024 with flag 234001/1900086
176.52/174.90	c cleaning 10005 clauses out of 20015 with flag 244000/1910085
177.72/176.09	c cleaning 10003 clauses out of 20010 with flag 254000/1920085
178.91/177.29	c cleaning 10001 clauses out of 20009 with flag 264002/1930087
180.12/178.43	c cleaning 9998 clauses out of 20007 with flag 274001/1940086
181.22/179.53	c cleaning 10002 clauses out of 20008 with flag 284000/1950085
182.42/180.71	c cleaning 9998 clauses out of 20006 with flag 294000/1960085
183.23/181.53	c cleaning 10000 clauses out of 20009 with flag 304001/1970086
184.02/182.38	c cleaning 9997 clauses out of 20009 with flag 314001/1980086
184.92/183.26	c cleaning 9996 clauses out of 20011 with flag 324000/1990085
185.83/184.16	c cleaning 10001 clauses out of 20017 with flag 334002/2000087
186.83/185.11	c cleaning 9999 clauses out of 20014 with flag 344000/2010085
187.64/185.98	c cleaning 10000 clauses out of 20015 with flag 354000/2020085
188.43/186.73	c cleaning 9998 clauses out of 20016 with flag 364001/2030086
189.24/187.50	c cleaning 9992 clauses out of 20018 with flag 374001/2040086
190.04/188.31	c cleaning 10004 clauses out of 20026 with flag 384001/2050086
190.85/189.20	c cleaning 9998 clauses out of 20022 with flag 394001/2060086
191.74/190.02	c cleaning 9999 clauses out of 20026 with flag 404003/2070088
192.65/190.93	c cleaning 9998 clauses out of 20024 with flag 414000/2080085
193.45/191.75	c cleaning 10002 clauses out of 20027 with flag 424001/2090086
194.26/192.59	c cleaning 9998 clauses out of 20024 with flag 434000/2100085
195.15/193.47	c cleaning 10000 clauses out of 20027 with flag 444001/2110086
196.15/194.41	c cleaning 10000 clauses out of 20026 with flag 454000/2120085
197.06/195.35	c cleaning 10003 clauses out of 20029 with flag 464003/2130088
197.96/196.29	c cleaning 9998 clauses out of 20023 with flag 474000/2140085
198.97/197.26	c cleaning 9997 clauses out of 20026 with flag 484001/2150086
199.97/198.23	c cleaning 10005 clauses out of 20028 with flag 494000/2160085
201.07/199.40	c cleaning 10000 clauses out of 20023 with flag 504000/2170085
202.17/200.46	c cleaning 10002 clauses out of 20025 with flag 514002/2180087
203.17/201.49	c cleaning 9997 clauses out of 20022 with flag 524001/2190086
204.19/202.50	c cleaning 10003 clauses out of 20025 with flag 534001/2200086
205.19/203.46	c cleaning 10003 clauses out of 20023 with flag 544002/2210087
206.29/204.59	c cleaning 9999 clauses out of 20018 with flag 554000/2220085
207.39/205.63	c cleaning 9999 clauses out of 20019 with flag 564000/2230085
208.39/206.66	c cleaning 10001 clauses out of 20021 with flag 574001/2240086
209.39/207.69	c cleaning 10001 clauses out of 20019 with flag 584000/2250085
210.49/208.75	c cleaning 10006 clauses out of 20019 with flag 594001/2260086
211.59/209.87	c cleaning 10003 clauses out of 20013 with flag 604001/2270086
212.59/210.87	c cleaning 10001 clauses out of 20010 with flag 614001/2280086
213.70/211.94	c cleaning 9994 clauses out of 20008 with flag 624000/2290085
214.71/212.94	c cleaning 10003 clauses out of 20015 with flag 634001/2300086
215.51/213.75	c cleaning 9996 clauses out of 20012 with flag 644001/2310086
216.22/214.50	c cleaning 10003 clauses out of 20017 with flag 654002/2320087
217.12/215.33	c Got one! Elapsed wall clock time (in seconds):215.218
217.12/215.33	o 3
217.62/215.89	c cleaning 12123 clauses out of 24265 with flag 5007/2334338
218.02/216.29	c cleaning 9049 clauses out of 18136 with flag 11001/2340332
218.54/216.75	c cleaning 8023 clauses out of 16086 with flag 18000/2347331
219.13/217.31	c cleaning 8008 clauses out of 16063 with flag 26000/2355331
219.73/217.93	c cleaning 8517 clauses out of 17056 with flag 35001/2364332
220.64/218.90	c cleaning 9259 clauses out of 18538 with flag 45000/2374331
221.63/219.87	c cleaning 9631 clauses out of 19280 with flag 55001/2384332
222.54/220.78	c cleaning 9814 clauses out of 19648 with flag 65000/2394331
223.54/221.74	c cleaning 9913 clauses out of 19834 with flag 75000/2404331
224.54/222.72	c cleaning 9956 clauses out of 19921 with flag 85000/2414331
225.25/223.47	c cleaning 9971 clauses out of 19966 with flag 95001/2424332
226.05/224.30	c cleaning 9982 clauses out of 19995 with flag 105001/2434332
226.85/225.09	c cleaning 9991 clauses out of 20013 with flag 115001/2444332
227.75/225.97	c cleaning 9998 clauses out of 20021 with flag 125000/2454331
228.65/226.89	c cleaning 9997 clauses out of 20025 with flag 135002/2464333
229.36/227.60	c cleaning 10005 clauses out of 20026 with flag 145000/2474331
230.27/228.48	c cleaning 10006 clauses out of 20022 with flag 155001/2484332
231.38/229.56	c cleaning 9999 clauses out of 20015 with flag 165000/2494331
232.38/230.56	c cleaning 10001 clauses out of 20016 with flag 175000/2504331
233.29/231.49	c cleaning 9997 clauses out of 20016 with flag 185001/2514332
234.39/232.51	c cleaning 10007 clauses out of 20019 with flag 195001/2524332
235.29/233.49	c cleaning 10000 clauses out of 20011 with flag 205000/2534331
236.10/234.25	c cleaning 10000 clauses out of 20012 with flag 215002/2544333
236.90/235.00	c cleaning 9998 clauses out of 20011 with flag 225001/2554332
237.90/236.05	c cleaning 9999 clauses out of 20012 with flag 235000/2564331
238.90/237.03	c cleaning 9995 clauses out of 20013 with flag 245000/2574331
240.00/238.12	c cleaning 10000 clauses out of 20019 with flag 255001/2584332
241.01/239.19	c cleaning 9998 clauses out of 20019 with flag 265001/2594332
242.01/240.15	c cleaning 10005 clauses out of 20021 with flag 275001/2604332
243.01/241.16	c cleaning 10000 clauses out of 20016 with flag 285001/2614332
244.01/242.19	c cleaning 9997 clauses out of 20016 with flag 295001/2624332
245.12/243.30	c cleaning 9998 clauses out of 20018 with flag 305000/2634331
246.03/244.12	c cleaning 10004 clauses out of 20020 with flag 315000/2644331
247.02/245.15	c cleaning 10003 clauses out of 20017 with flag 325001/2654332
248.12/246.23	c cleaning 9998 clauses out of 20013 with flag 335000/2664331
249.02/247.18	c cleaning 10001 clauses out of 20016 with flag 345001/2674332
250.03/248.19	c cleaning 10002 clauses out of 20014 with flag 355000/2684331
250.83/248.99	c cleaning 9998 clauses out of 20012 with flag 365000/2694331
251.83/249.91	c cleaning 10001 clauses out of 20014 with flag 375000/2704331
252.84/250.99	c cleaning 9998 clauses out of 20013 with flag 385000/2714331
253.94/252.00	c cleaning 10001 clauses out of 20017 with flag 395002/2724333
254.85/252.94	c cleaning 10001 clauses out of 20015 with flag 405001/2734332
255.84/253.93	c cleaning 10000 clauses out of 20015 with flag 415002/2744333
256.74/254.81	c cleaning 9999 clauses out of 20014 with flag 425001/2754332
257.64/255.72	c cleaning 9997 clauses out of 20014 with flag 435000/2764331
258.64/256.74	c cleaning 10001 clauses out of 20018 with flag 445001/2774332
259.64/257.76	c cleaning 10002 clauses out of 20017 with flag 455001/2784332
260.55/258.60	c cleaning 10001 clauses out of 20015 with flag 465001/2794332
261.35/259.48	c cleaning 10000 clauses out of 20014 with flag 475001/2804332
262.46/260.52	c cleaning 9999 clauses out of 20014 with flag 485001/2814332
263.36/261.44	c cleaning 9999 clauses out of 20014 with flag 495000/2824331
264.36/262.41	c cleaning 10003 clauses out of 20015 with flag 505000/2834331
265.26/263.33	c cleaning 10001 clauses out of 20012 with flag 515000/2844331
266.17/264.26	c cleaning 9999 clauses out of 20011 with flag 525000/2854331
267.08/265.18	c cleaning 10001 clauses out of 20012 with flag 535000/2864331
267.97/266.10	c cleaning 9998 clauses out of 20011 with flag 545000/2874331
268.87/266.99	c cleaning 10003 clauses out of 20014 with flag 555001/2884332
269.88/267.90	c cleaning 9999 clauses out of 20010 with flag 565000/2894331
270.68/268.76	c cleaning 10003 clauses out of 20011 with flag 575000/2904331
271.58/269.68	c cleaning 10000 clauses out of 20008 with flag 585000/2914331
272.49/270.53	c cleaning 9999 clauses out of 20008 with flag 595000/2924331
273.18/271.29	c cleaning 10000 clauses out of 20010 with flag 605001/2934332
274.29/272.33	c cleaning 9997 clauses out of 20010 with flag 615001/2944332
275.19/273.26	c cleaning 10001 clauses out of 20011 with flag 625000/2954331
276.20/274.22	c cleaning 10000 clauses out of 20010 with flag 635000/2964331
277.20/275.26	c cleaning 10001 clauses out of 20012 with flag 645002/2974333
278.11/276.16	c cleaning 9998 clauses out of 20009 with flag 655000/2984331
279.21/277.21	c cleaning 10000 clauses out of 20012 with flag 665001/2994332
280.22/278.26	c cleaning 10001 clauses out of 20011 with flag 675000/3004331
281.21/279.31	c cleaning 10002 clauses out of 20011 with flag 685001/3014332
282.21/280.26	c cleaning 9999 clauses out of 20008 with flag 695000/3024331
283.21/281.21	c cleaning 10002 clauses out of 20009 with flag 705000/3034331
284.11/282.17	c cleaning 10002 clauses out of 20007 with flag 715000/3044331
285.11/283.15	c cleaning 9999 clauses out of 20006 with flag 725001/3054332
286.22/284.20	c cleaning 10002 clauses out of 20007 with flag 735001/3064332
287.22/285.24	c cleaning 9997 clauses out of 20005 with flag 745001/3074332
288.32/286.34	c cleaning 10000 clauses out of 20008 with flag 755002/3084333
289.32/287.32	c cleaning 10000 clauses out of 20007 with flag 765001/3094332
290.23/288.26	c cleaning 9998 clauses out of 20006 with flag 775000/3104331
291.24/289.29	c cleaning 10001 clauses out of 20007 with flag 785000/3114331
292.23/290.25	c cleaning 10002 clauses out of 20007 with flag 795001/3124332
293.23/291.25	c cleaning 9998 clauses out of 20003 with flag 805000/3134331
293.93/291.91	c starts		: 234
293.93/291.91	c conflicts		: 3141886
293.93/291.91	c decisions		: 3220749
293.93/291.91	c propagations		: 73562295
293.93/291.91	c inspects		: 1946477164
293.93/291.91	c shortcuts		: 0
293.93/291.91	c learnt literals	: 24
293.93/291.91	c learnt binary clauses	: 136
293.93/291.91	c learnt ternary clauses	: 479
293.93/291.91	c learnt constraints	: 3141861
293.93/291.91	c ignored constraints	: 0
293.93/291.91	c root simplifications	: 0
293.93/291.91	c removed literals (reason simplification)	: 123346242
293.93/291.91	c reason swapping (by a shorter reason)	: 0
293.93/291.91	c Calls to reduceDB	: 319
293.93/291.91	c number of reductions to clauses (during analyze)	: 0
293.93/291.91	c number of learned constraints concerned by reduction	: 0
293.93/291.91	c number of learning phase by resolution	: 0
293.93/291.91	c number of learning phase by cutting planes	: 0
293.93/291.91	c speed (assignments/second)	: 960568.997936852
293.93/291.91	c non guided choices	13216
293.93/291.91	c learnt constraints type 
293.93/291.91	c constraints type 
293.93/291.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
293.93/291.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
293.93/291.91	s OPTIMUM FOUND
293.93/291.91	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 
293.93/291.91	c objective function=3
293.93/291.91	c Total wall clock time (in seconds): 291.801

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-3458245-1307158458/watcher-3458245-1307158458 -o /tmp/evaluation-result-3458245-1307158458/solver-3458245-1307158458 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458245-1307158458.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.02 2.00 1.99 2/345 26804
/proc/meminfo: memFree=24050760/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 3292 0 1 0 0 0 0 0 25 0 2 0 906076392 13833195520 2994 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3377245 3006 906 9 0 3368401 0
[pid=26804/tid=26805] ppid=26802 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 2249 0 1 0 0 0 0 0 25 0 2 0 906076392 13833195520 3066 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0584269 s]
/proc/loadavg: 2.02 2.00 1.99 2/345 26804
/proc/meminfo: memFree=24050760/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13549616 CPUtime=0.05 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 14004 0 1 0 4 1 0 0 25 0 13 0 906076392 13874806784 13701 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3387404 13701 1685 9 0 3378152 0
[pid=26804/tid=26805] ppid=26802 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 12856 0 1 0 3 1 0 0 25 0 13 0 906076392 13874806784 13701 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 48009312580108 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13549616

[startup+0.100384 s]
/proc/loadavg: 2.02 2.00 1.99 2/345 26804
/proc/meminfo: memFree=24050760/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13622132 CPUtime=0.1 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 15554 0 1 0 9 1 0 0 25 0 18 0 906076392 13949063168 15215 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3405533 15219 2093 9 0 3396267 0
[pid=26804/tid=26805] ppid=26802 vsize=13622132 CPUtime=0.08 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 13608 0 1 0 7 1 0 0 25 0 18 0 906076392 13949063168 15220 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260020057121 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622132

[startup+0.300501 s]
/proc/loadavg: 2.02 2.00 1.99 2/345 26804
/proc/meminfo: memFree=24050760/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13625992 CPUtime=0.52 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 18497 0 1 0 50 2 0 0 25 0 19 0 906076392 13953015808 17467 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3406498 17467 2216 9 0 3397232 0
[pid=26804/tid=26805] ppid=26802 vsize=13625992 CPUtime=0.28 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 14487 0 1 0 27 1 0 0 25 0 19 0 906076392 13953015808 17467 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 48009313336147 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13625992

[startup+0.700313 s]
/proc/loadavg: 2.02 2.00 1.99 2/345 26804
/proc/meminfo: memFree=24050760/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13625992 CPUtime=1 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 19101 0 1 0 98 2 0 0 25 0 19 0 906076392 13953015808 18071 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3406498 18071 2218 9 0 3397232 0
[pid=26804/tid=26805] ppid=26802 vsize=13625992 CPUtime=0.68 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15065 0 1 0 67 1 0 0 25 0 19 0 906076392 13953015808 18071 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505590816 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13625992

[startup+1.50117 s]
/proc/loadavg: 2.10 2.02 2.00 3/364 26824
/proc/meminfo: memFree=23981440/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13625588 CPUtime=1.89 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 21215 0 1 0 187 2 0 0 25 0 19 0 906076392 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3406397 20026 2249 9 0 3397131 0
[pid=26804/tid=26805] ppid=26802 vsize=13625588 CPUtime=1.45 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15163 0 1 0 144 1 0 0 25 0 19 0 906076392 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505652642 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13625588 CPUtime=0.02 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 19 0 906076395 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13625588 CPUtime=0.2 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 1307 0 0 0 20 0 0 0 15 0 19 0 906076398 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13625588 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 1714 0 0 0 18 0 0 0 15 0 19 0 906076398 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076398 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13952602112 20026 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13625588

[startup+3.10087 s]
/proc/loadavg: 2.10 2.02 2.00 3/364 26824
/proc/meminfo: memFree=23976728/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13625588 CPUtime=3.54 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 21936 0 1 0 352 2 0 0 25 0 19 0 906076392 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3406397 20620 2250 9 0 3397131 0
[pid=26804/tid=26805] ppid=26802 vsize=13625588 CPUtime=3.01 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15165 0 1 0 300 1 0 0 25 0 19 0 906076392 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505590923 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 382 0 0 0 0 0 0 0 16 0 19 0 906076394 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13625588 CPUtime=0.06 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 1187 0 0 0 6 0 0 0 16 0 19 0 906076395 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13625588 CPUtime=0.21 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 1307 0 0 0 21 0 0 0 15 0 19 0 906076398 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13625588 CPUtime=0.23 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 1857 0 0 0 23 0 0 0 15 0 19 0 906076398 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906076398 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13952602112 20620 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 13625588

[startup+6.30129 s]
/proc/loadavg: 2.10 2.02 2.00 3/364 26824
/proc/meminfo: memFree=23971020/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13625588 CPUtime=6.75 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 23029 0 1 0 673 2 0 0 25 0 19 0 906076392 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3406397 21677 2250 9 0 3397131 0
[pid=26804/tid=26805] ppid=26802 vsize=13625588 CPUtime=6.15 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15169 0 1 0 614 1 0 0 25 0 19 0 906076392 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505528584 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 19 0 906076394 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13625588 CPUtime=0.11 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 2140 0 0 0 11 0 0 0 16 0 19 0 906076395 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13625588 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13625588 CPUtime=0.21 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 1307 0 0 0 21 0 0 0 15 0 19 0 906076398 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13625588 CPUtime=0.23 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 1857 0 0 0 23 0 0 0 15 0 19 0 906076398 13952602112 21677 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0

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

/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 403 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 87 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13635352 CPUtime=0.2 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 219 0 0 0 20 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 62 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13635352 CPUtime=0.19 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 292 0 0 0 19 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 309 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 443 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13635352 CPUtime=7.69 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 6249 0 0 0 764 5 0 0 15 0 19 0 906076395 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13635352 CPUtime=0.93 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 8201 0 0 0 92 1 0 0 15 0 19 0 906076398 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13635352 CPUtime=0.3 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 2689 0 0 0 30 0 0 0 15 0 19 0 906076398 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 906076398 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13962600448 29338 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 291.53
Current children cumulated vsize (KiB) 13635352

[startup+291.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/364 26880
/proc/meminfo: memFree=23773644/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13635352 CPUtime=293.13 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 35700 0 1 0 29301 12 0 0 25 0 19 0 906076392 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3408838 29343 2251 9 0 3399572 0
[pid=26804/tid=26805] ppid=26802 vsize=13635352 CPUtime=282.68 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15490 0 1 0 28266 2 0 0 25 0 19 0 906076392 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505568753 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 403 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 87 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13635352 CPUtime=0.2 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 219 0 0 0 20 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 62 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13635352 CPUtime=0.19 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 292 0 0 0 19 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 309 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 443 0 0 0 16 0 0 0 16 0 19 0 906076394 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13635352 CPUtime=7.72 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 6254 0 0 0 767 5 0 0 15 0 19 0 906076395 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13635352 CPUtime=0.93 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 8201 0 0 0 92 1 0 0 15 0 19 0 906076398 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13635352 CPUtime=0.3 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 2689 0 0 0 30 0 0 0 15 0 19 0 906076398 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 906076398 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13962600448 29343 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 293.13
Current children cumulated vsize (KiB) 13635352

[startup+291.512 s]
/proc/loadavg: 2.01 2.02 2.00 3/364 26880
/proc/meminfo: memFree=23773636/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13635352 CPUtime=293.54 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 35729 0 1 0 29342 12 0 0 25 0 19 0 906076392 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3408838 29371 2251 9 0 3399572 0
[pid=26804/tid=26805] ppid=26802 vsize=13635352 CPUtime=283.06 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15491 0 1 0 28304 2 0 0 25 0 19 0 906076392 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505618613 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 403 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 87 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13635352 CPUtime=0.2 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 219 0 0 0 20 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 68 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13635352 CPUtime=0.19 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 292 0 0 0 19 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 309 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 443 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13635352 CPUtime=7.74 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 6276 0 0 0 769 5 0 0 15 0 19 0 906076395 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13635352 CPUtime=0.93 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 8201 0 0 0 92 1 0 0 15 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13635352 CPUtime=0.3 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 2689 0 0 0 30 0 0 0 15 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 293.54
Current children cumulated vsize (KiB) 13635352

[startup+291.901 s]
/proc/loadavg: 2.01 2.02 2.00 3/364 26880
/proc/meminfo: memFree=23773636/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=13635352 CPUtime=293.93 cores=1,3,5,7
/proc/26804/stat : 26804 (java) S 26802 26804 22016 0 -1 4202496 35730 0 1 0 29381 12 0 0 25 0 19 0 906076392 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26804/statm: 3408838 29371 2251 9 0 3399572 0
[pid=26804/tid=26805] ppid=26802 vsize=13635352 CPUtime=283.45 cores=1,3,5,7
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 22016 0 -1 4202560 15491 0 1 0 28343 2 0 0 25 0 19 0 906076392 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 46912505755444 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 22016 0 -1 4202560 403 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 22016 0 -1 4202560 87 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=13635352 CPUtime=0.2 cores=1,3,5,7
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 22016 0 -1 4202560 219 0 0 0 20 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 22016 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 7 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=13635352 CPUtime=0.18 cores=1,3,5,7
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 22016 0 -1 4202560 68 0 0 0 18 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=13635352 CPUtime=0.19 cores=1,3,5,7
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 22016 0 -1 4202560 292 0 0 0 19 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=13635352 CPUtime=0.17 cores=1,3,5,7
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 22016 0 -1 4202560 309 0 0 0 17 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=13635352 CPUtime=0.16 cores=1,3,5,7
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 22016 0 -1 4202560 443 0 0 0 16 0 0 0 15 0 19 0 906076394 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=13635352 CPUtime=7.74 cores=1,3,5,7
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 22016 0 -1 4202560 6276 0 0 0 769 5 0 0 15 0 19 0 906076395 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 0 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 22016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 22016 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906076396 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032219569 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=13635352 CPUtime=0.93 cores=1,3,5,7
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 22016 0 -1 4202560 8201 0 0 0 92 1 0 0 16 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=13635352 CPUtime=0.3 cores=1,3,5,7
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 22016 0 -1 4202560 2690 0 0 0 30 0 0 0 15 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032211865 0 4 0 16800975 18446604467218590464 0 0 -1 3 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 22016 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 906076398 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 1 0 0 0
[pid=26804/tid=26824] ppid=26802 vsize=13635352 CPUtime=0 cores=1,3,5,7
/proc/26804/task/26824/stat : 26824 (java) S 26802 26804 22016 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906076413 13962600448 29371 33554432000 1073741824 1073778376 140736160259344 18446744073709551615 260032212480 0 4 0 16800975 18446604467218590464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 293.93
Current children cumulated vsize (KiB) 13635352

Child status: 30
Real time (s): 291.921
CPU time (s): 293.967
CPU user time (s): 293.831
CPU system time (s): 0.135979
CPU usage (%): 100.701
Max. virtual memory (cumulated for all children) (KiB): 13646816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.831
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35756
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= 14737
involuntary context switches= 6968

runsolver used 0.958854 second user time and 2.17667 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 05:34:18
IDJOB=3458245
IDBENCH=48065
IDSOLVER=1952
FILE ID=node110/3458245-1307158458
RUNJOBID= node110-1307156485-25653
PBS_JOBID= 13508806
Free space on /tmp= 74044 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=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458245-1307158458/watcher-3458245-1307158458 -o /tmp/evaluation-result-3458245-1307158458/solver-3458245-1307158458 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458245-1307158458.opb

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

MD5SUM BENCH= e7b4c80573ea65996ed7438c7cd24465
RANDOM SEED=991347870

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24051040 kB
Buffers:        297536 kB
Cached:        4572108 kB
SwapCached:       8652 kB
Active:        4103044 kB
Inactive:      4476104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24051040 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             700 kB
Writeback:           0 kB
AnonPages:     3707348 kB
Mapped:          35568 kB
Slab:           229504 kB
PageTables:      27380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89031068 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= 74044 MiB
End job on node110 at 2011-06-04 05:39:10