Trace number 3458201

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 281.98 280.002

General information on the benchmark

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

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/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-3458201-1307158363.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.075s.
0.10/0.19	c #vars     648
0.10/0.19	c #constraints  991
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
1.01/0.74	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.67/1.37	c cleaning 4245 clauses out of 8499 with flag 11000/11000
2.48/2.18	c cleaning 5627 clauses out of 11254 with flag 18000/18000
3.39/3.01	c cleaning 6812 clauses out of 13627 with flag 26000/26000
4.21/3.80	c cleaning 7907 clauses out of 15815 with flag 35000/35000
5.02/4.69	c cleaning 8947 clauses out of 17908 with flag 45000/45000
5.93/5.56	c cleaning 9477 clauses out of 18962 with flag 55001/55001
6.72/6.35	c cleaning 9737 clauses out of 19484 with flag 65000/65000
7.62/7.21	c cleaning 9874 clauses out of 19748 with flag 75001/75001
8.34/8.00	c cleaning 9932 clauses out of 19874 with flag 85001/85001
9.25/8.84	c cleaning 9965 clauses out of 19941 with flag 95000/95000
9.94/9.57	c cleaning 9975 clauses out of 19976 with flag 105000/105000
10.74/10.33	c cleaning 9995 clauses out of 20002 with flag 115001/115001
11.65/11.24	c cleaning 10001 clauses out of 20007 with flag 125001/125001
12.57/12.11	c cleaning 9999 clauses out of 20006 with flag 135001/135001
13.26/12.85	c cleaning 9986 clauses out of 20008 with flag 145002/145002
14.16/13.75	c cleaning 10011 clauses out of 20021 with flag 155001/155001
15.26/14.88	c cleaning 10004 clauses out of 20009 with flag 165000/165000
16.51/15.84	c cleaning 10002 clauses out of 20006 with flag 175001/175001
17.78/16.78	c cleaning 9993 clauses out of 20004 with flag 185001/185001
19.08/18.03	c cleaning 9997 clauses out of 20011 with flag 195001/195001
20.08/19.00	c cleaning 9997 clauses out of 20014 with flag 205001/205001
20.79/19.79	c cleaning 9996 clauses out of 20016 with flag 215000/215000
21.59/20.57	c cleaning 10003 clauses out of 20021 with flag 225001/225001
22.29/21.28	c cleaning 10000 clauses out of 20017 with flag 235000/235000
23.29/22.28	c cleaning 10006 clauses out of 20018 with flag 245001/245001
24.29/23.29	c cleaning 9996 clauses out of 20011 with flag 255000/255000
25.10/24.05	c cleaning 10003 clauses out of 20015 with flag 265000/265000
26.31/25.23	c cleaning 9998 clauses out of 20012 with flag 275000/275000
27.10/26.07	c cleaning 9998 clauses out of 20014 with flag 285000/285000
27.80/26.75	c cleaning 9993 clauses out of 20017 with flag 295001/295001
28.71/27.68	c cleaning 10005 clauses out of 20024 with flag 305001/305001
29.91/28.81	c cleaning 9999 clauses out of 20018 with flag 315000/315000
30.73/29.64	c cleaning 9998 clauses out of 20020 with flag 325001/325001
31.52/30.44	c cleaning 10001 clauses out of 20023 with flag 335002/335002
32.32/31.29	c cleaning 9993 clauses out of 20020 with flag 345000/345000
33.04/31.97	c cleaning 10009 clauses out of 20027 with flag 355000/355000
34.04/32.95	c cleaning 10006 clauses out of 20020 with flag 365002/365002
35.04/34.01	c cleaning 9998 clauses out of 20012 with flag 375000/375000
36.04/34.93	c cleaning 9999 clauses out of 20016 with flag 385002/385002
36.75/35.69	c cleaning 9997 clauses out of 20015 with flag 395000/395000
37.75/36.66	c cleaning 10001 clauses out of 20018 with flag 405000/405000
38.75/37.60	c cleaning 10003 clauses out of 20019 with flag 415002/415002
39.56/38.45	c cleaning 9996 clauses out of 20014 with flag 425000/425000
40.36/39.25	c cleaning 9993 clauses out of 20018 with flag 435000/435000
41.36/40.20	c cleaning 9995 clauses out of 20026 with flag 445001/445001
42.06/40.95	c cleaning 10006 clauses out of 20030 with flag 455000/455000
42.76/41.70	c cleaning 9998 clauses out of 20025 with flag 465001/465001
43.46/42.38	c cleaning 9999 clauses out of 20027 with flag 475001/475001
44.56/43.48	c cleaning 10008 clauses out of 20029 with flag 485002/485002
45.67/44.51	c cleaning 9999 clauses out of 20020 with flag 495001/495001
46.67/45.59	c cleaning 9993 clauses out of 20020 with flag 505000/505000
47.77/46.62	c cleaning 9997 clauses out of 20027 with flag 515000/515000
48.57/47.43	c cleaning 10007 clauses out of 20030 with flag 525000/525000
49.37/48.23	c cleaning 10004 clauses out of 20025 with flag 535002/535002
50.18/49.03	c cleaning 10000 clauses out of 20019 with flag 545000/545000
50.98/49.86	c cleaning 9999 clauses out of 20020 with flag 555001/555001
51.88/50.70	c cleaning 9998 clauses out of 20021 with flag 565001/565001
52.68/51.58	c cleaning 10004 clauses out of 20023 with flag 575001/575001
53.58/52.40	c cleaning 10002 clauses out of 20019 with flag 585001/585001
54.28/53.15	c cleaning 10009 clauses out of 20021 with flag 595005/595005
55.00/53.81	c cleaning 9998 clauses out of 20009 with flag 605002/605002
55.79/54.67	c cleaning 9992 clauses out of 20009 with flag 615000/615000
56.50/55.35	c cleaning 9987 clauses out of 20017 with flag 625000/625000
57.40/56.26	c cleaning 10008 clauses out of 20033 with flag 635003/635003
58.71/57.60	c cleaning 9999 clauses out of 20022 with flag 645000/645000
59.82/58.62	c cleaning 10005 clauses out of 20024 with flag 655001/655001
60.72/59.53	c cleaning 9997 clauses out of 20018 with flag 665000/665000
61.63/60.42	c cleaning 10004 clauses out of 20022 with flag 675001/675001
62.23/61.08	c cleaning 10000 clauses out of 20017 with flag 685000/685000
63.13/61.90	c cleaning 9998 clauses out of 20017 with flag 695000/695000
63.86/62.68	c cleaning 9996 clauses out of 20019 with flag 705000/705000
64.65/63.44	c cleaning 10002 clauses out of 20023 with flag 715000/715000
65.55/64.33	c cleaning 10006 clauses out of 20021 with flag 725000/725000
66.75/65.53	c cleaning 9995 clauses out of 20015 with flag 735000/735000
67.95/66.78	c cleaning 9998 clauses out of 20020 with flag 745000/745000
69.05/67.84	c cleaning 10004 clauses out of 20023 with flag 755001/755001
70.05/68.80	c cleaning 10004 clauses out of 20019 with flag 765001/765001
71.15/69.94	c cleaning 10002 clauses out of 20015 with flag 775001/775001
72.16/70.97	c cleaning 9997 clauses out of 20012 with flag 785000/785000
73.46/72.27	c cleaning 10003 clauses out of 20015 with flag 795000/795000
74.16/72.99	c cleaning 9995 clauses out of 20012 with flag 805000/805000
74.98/73.79	c cleaning 9999 clauses out of 20017 with flag 815000/815000
75.67/74.46	c cleaning 10002 clauses out of 20019 with flag 825001/825001
76.47/75.24	c cleaning 10000 clauses out of 20016 with flag 835000/835000
77.19/75.95	c cleaning 10001 clauses out of 20017 with flag 845001/845001
77.87/76.69	c cleaning 9998 clauses out of 20015 with flag 855000/855000
78.67/77.48	c cleaning 10000 clauses out of 20017 with flag 865000/865000
79.39/78.16	c cleaning 10003 clauses out of 20017 with flag 875000/875000
80.08/78.83	c cleaning 10003 clauses out of 20015 with flag 885001/885001
81.32/80.01	c cleaning 10002 clauses out of 20011 with flag 895001/895001
82.12/80.86	c cleaning 9997 clauses out of 20008 with flag 905000/905000
82.93/81.60	c cleaning 9994 clauses out of 20011 with flag 915000/915000
83.63/82.31	c cleaning 9997 clauses out of 20017 with flag 925000/925000
85.14/83.86	c cleaning 10001 clauses out of 20020 with flag 935000/935000
86.14/84.81	c cleaning 9985 clauses out of 20019 with flag 945000/945000
86.64/85.39	c cleaning 9992 clauses out of 20037 with flag 955003/955003
86.84/85.59	c SATISFIABLE
86.84/85.59	c OPTIMIZING...
86.84/85.59	c Got one! Elapsed wall clock time (in seconds):85.479
86.84/85.59	o 3
87.05/85.74	c cleaning 7839 clauses out of 15697 with flag 2001/960655
87.45/86.11	c cleaning 6916 clauses out of 13858 with flag 8001/966655
87.96/86.64	c cleaning 6958 clauses out of 13942 with flag 15001/973655
88.66/87.31	c cleaning 7484 clauses out of 14984 with flag 23001/981655
89.46/88.13	c cleaning 8233 clauses out of 16500 with flag 32001/990655
90.57/89.27	c cleaning 9121 clauses out of 18267 with flag 42001/1000655
91.87/90.58	c cleaning 9566 clauses out of 19145 with flag 52000/1010654
93.17/91.89	c cleaning 9774 clauses out of 19579 with flag 62000/1020654
94.48/93.19	c cleaning 9888 clauses out of 19805 with flag 72000/1030654
95.38/94.00	c cleaning 9951 clauses out of 19918 with flag 82001/1040655
96.08/94.70	c cleaning 9974 clauses out of 19968 with flag 92002/1050656
96.78/95.46	c cleaning 9989 clauses out of 19992 with flag 102000/1060654
97.58/96.21	c cleaning 9993 clauses out of 20003 with flag 112000/1070654
98.28/96.92	c cleaning 10000 clauses out of 20011 with flag 122001/1080655
99.08/97.71	c cleaning 9996 clauses out of 20010 with flag 132000/1090654
99.79/98.40	c cleaning 9993 clauses out of 20014 with flag 142000/1100654
100.89/99.50	c cleaning 9998 clauses out of 20022 with flag 152001/1110655
102.19/100.89	c cleaning 10004 clauses out of 20024 with flag 162001/1120655
103.61/102.28	c cleaning 9998 clauses out of 20019 with flag 172000/1130654
104.81/103.50	c cleaning 10000 clauses out of 20022 with flag 182001/1140655
106.10/104.72	c cleaning 10003 clauses out of 20021 with flag 192000/1150654
107.30/105.93	c cleaning 9997 clauses out of 20020 with flag 202002/1160656
108.50/107.15	c cleaning 9999 clauses out of 20021 with flag 212000/1170654
109.70/108.31	c cleaning 10001 clauses out of 20022 with flag 222000/1180654
110.91/109.54	c cleaning 10002 clauses out of 20023 with flag 232002/1190656
112.21/110.82	c cleaning 10005 clauses out of 20019 with flag 242000/1200654
113.41/112.00	c cleaning 10000 clauses out of 20015 with flag 252001/1210655
113.91/112.59	c cleaning 10002 clauses out of 20015 with flag 262001/1220655
114.73/113.34	c cleaning 10002 clauses out of 20013 with flag 272001/1230655
115.52/114.11	c cleaning 10000 clauses out of 20012 with flag 282002/1240656
116.22/114.83	c cleaning 9997 clauses out of 20010 with flag 292000/1250654
116.94/115.51	c cleaning 9997 clauses out of 20013 with flag 302000/1260654
117.52/116.19	c cleaning 10001 clauses out of 20016 with flag 312000/1270654
118.22/116.89	c cleaning 9998 clauses out of 20015 with flag 322000/1280654
118.93/117.58	c cleaning 9999 clauses out of 20017 with flag 332000/1290654
119.63/118.30	c cleaning 10004 clauses out of 20019 with flag 342001/1300655
120.33/118.98	c cleaning 10002 clauses out of 20015 with flag 352001/1310655
121.04/119.69	c cleaning 10000 clauses out of 20013 with flag 362001/1320655
121.84/120.41	c cleaning 9998 clauses out of 20013 with flag 372001/1330655
122.54/121.10	c cleaning 9999 clauses out of 20015 with flag 382001/1340655
123.34/121.90	c cleaning 10004 clauses out of 20016 with flag 392001/1350655
124.45/123.10	c cleaning 10006 clauses out of 20012 with flag 402001/1360655
125.78/124.34	c cleaning 9998 clauses out of 20004 with flag 412000/1370654
126.47/125.01	c cleaning 9999 clauses out of 20006 with flag 422000/1380654
127.07/125.66	c cleaning 9996 clauses out of 20009 with flag 432002/1390656
127.89/126.44	c cleaning 9997 clauses out of 20011 with flag 442000/1400654
128.48/127.07	c cleaning 10001 clauses out of 20015 with flag 452001/1410655
129.58/128.14	c cleaning 10000 clauses out of 20014 with flag 462001/1420655
130.69/129.23	c cleaning 9998 clauses out of 20013 with flag 472000/1430654
131.79/130.30	c cleaning 10005 clauses out of 20015 with flag 482000/1440654
132.59/131.15	c cleaning 10001 clauses out of 20011 with flag 492001/1450655
133.69/132.24	c cleaning 9998 clauses out of 20009 with flag 502000/1460654
134.39/132.93	c cleaning 9997 clauses out of 20011 with flag 512000/1470654
135.10/133.67	c cleaning 9998 clauses out of 20014 with flag 522000/1480654
136.10/134.67	c cleaning 9997 clauses out of 20016 with flag 532000/1490654
137.11/135.62	c cleaning 9999 clauses out of 20019 with flag 542000/1500654
138.01/136.57	c cleaning 10002 clauses out of 20020 with flag 552000/1510654
139.02/137.55	c cleaning 10002 clauses out of 20019 with flag 562001/1520655
140.02/138.55	c cleaning 10001 clauses out of 20016 with flag 572000/1530654
141.02/139.57	c cleaning 9999 clauses out of 20017 with flag 582002/1540656
142.23/140.77	c cleaning 10002 clauses out of 20017 with flag 592001/1550655
143.33/141.82	c cleaning 10002 clauses out of 20014 with flag 602000/1560654
144.43/142.92	c cleaning 10002 clauses out of 20013 with flag 612001/1570655
145.43/143.94	c cleaning 10001 clauses out of 20011 with flag 622001/1580655
146.13/144.63	c cleaning 9994 clauses out of 20011 with flag 632002/1590656
146.84/145.35	c cleaning 9995 clauses out of 20015 with flag 642000/1600654
147.54/146.07	c cleaning 10000 clauses out of 20021 with flag 652001/1610655
148.35/146.82	c cleaning 9999 clauses out of 20021 with flag 662001/1620655
148.96/147.49	c cleaning 9999 clauses out of 20021 with flag 672000/1630654
149.75/148.22	c cleaning 10007 clauses out of 20023 with flag 682001/1640655
150.65/149.14	c cleaning 9998 clauses out of 20015 with flag 692000/1650654
151.56/150.04	c cleaning 9998 clauses out of 20018 with flag 702001/1660655
152.56/151.08	c cleaning 10000 clauses out of 20019 with flag 712000/1670654
153.66/152.11	c cleaning 10002 clauses out of 20020 with flag 722001/1680655
154.56/153.08	c cleaning 9998 clauses out of 20018 with flag 732001/1690655
155.58/154.08	c cleaning 9998 clauses out of 20019 with flag 742000/1700654
156.58/155.06	c cleaning 10003 clauses out of 20021 with flag 752000/1710654
157.57/156.06	c cleaning 10000 clauses out of 20019 with flag 762001/1720655
158.47/156.99	c cleaning 10000 clauses out of 20020 with flag 772002/1730656
159.58/158.00	c cleaning 9999 clauses out of 20018 with flag 782000/1740654
160.48/158.95	c cleaning 10001 clauses out of 20019 with flag 792000/1750654
161.38/159.87	c cleaning 10000 clauses out of 20019 with flag 802001/1760655
162.48/160.93	c cleaning 10001 clauses out of 20018 with flag 812000/1770654
163.59/162.02	c cleaning 10001 clauses out of 20017 with flag 822000/1780654
164.49/162.94	c cleaning 9999 clauses out of 20017 with flag 832001/1790655
165.20/163.61	c cleaning 9996 clauses out of 20017 with flag 842000/1800654
165.80/164.28	c cleaning 10000 clauses out of 20021 with flag 852000/1810654
166.51/164.95	c cleaning 9998 clauses out of 20021 with flag 862000/1820654
167.10/165.58	c cleaning 9998 clauses out of 20023 with flag 872000/1830654
167.81/166.20	c cleaning 10004 clauses out of 20026 with flag 882001/1840655
168.51/166.91	c cleaning 10000 clauses out of 20021 with flag 892000/1850654
169.21/167.66	c cleaning 10002 clauses out of 20024 with flag 902003/1860657
169.93/168.32	c cleaning 10004 clauses out of 20021 with flag 912002/1870656
170.62/169.05	c cleaning 9995 clauses out of 20016 with flag 922001/1880655
171.32/169.75	c cleaning 9997 clauses out of 20020 with flag 932000/1890654
172.03/170.46	c cleaning 10003 clauses out of 20023 with flag 942000/1900654
172.82/171.21	c cleaning 9999 clauses out of 20021 with flag 952001/1910655
173.52/171.91	c cleaning 9998 clauses out of 20021 with flag 962000/1920654
174.12/172.53	c cleaning 10002 clauses out of 20023 with flag 972000/1930654
174.72/173.19	c cleaning 10003 clauses out of 20022 with flag 982001/1940655
175.44/173.89	c cleaning 9999 clauses out of 20018 with flag 992000/1950654
176.22/174.64	c cleaning 10003 clauses out of 20020 with flag 1002001/1960655
176.93/175.33	c cleaning 9998 clauses out of 20017 with flag 1012001/1970655
177.65/176.05	c cleaning 9998 clauses out of 20018 with flag 1022000/1980654
178.23/176.68	c cleaning 9999 clauses out of 20020 with flag 1032000/1990654
179.03/177.41	c cleaning 9999 clauses out of 20021 with flag 1042000/2000654
179.64/178.09	c cleaning 10008 clauses out of 20022 with flag 1052000/2010654
180.64/179.06	c cleaning 10004 clauses out of 20015 with flag 1062001/2020655
181.84/180.30	c cleaning 10001 clauses out of 20010 with flag 1072000/2030654
183.15/181.52	c cleaning 10000 clauses out of 20010 with flag 1082001/2040655
184.15/182.53	c cleaning 9996 clauses out of 20009 with flag 1092000/2050654
185.15/183.60	c cleaning 9998 clauses out of 20013 with flag 1102000/2060654
186.37/184.79	c cleaning 10004 clauses out of 20016 with flag 1112001/2070655
187.47/185.86	c cleaning 10001 clauses out of 20012 with flag 1122001/2080655
188.57/186.96	c cleaning 9998 clauses out of 20010 with flag 1132000/2090654
189.78/188.11	c cleaning 10000 clauses out of 20012 with flag 1142000/2100654
190.67/189.08	c cleaning 10002 clauses out of 20013 with flag 1152001/2110655
191.47/189.85	c cleaning 9999 clauses out of 20010 with flag 1162000/2120654
192.18/190.53	c cleaning 9999 clauses out of 20011 with flag 1172000/2130654
192.88/191.24	c cleaning 10000 clauses out of 20012 with flag 1182000/2140654
193.78/192.19	c cleaning 10002 clauses out of 20013 with flag 1192001/2150655
194.68/193.09	c cleaning 9996 clauses out of 20011 with flag 1202001/2160655
195.68/194.02	c cleaning 10001 clauses out of 20014 with flag 1212000/2170654
196.58/194.92	c cleaning 10002 clauses out of 20013 with flag 1222000/2180654
197.51/195.82	c cleaning 9997 clauses out of 20011 with flag 1232000/2190654
198.30/196.68	c cleaning 10004 clauses out of 20015 with flag 1242001/2200655
199.10/197.49	c cleaning 10000 clauses out of 20010 with flag 1252000/2210654
200.10/198.42	c cleaning 9998 clauses out of 20010 with flag 1262000/2220654
201.00/199.30	c cleaning 9998 clauses out of 20012 with flag 1272000/2230654
201.92/200.25	c cleaning 9999 clauses out of 20014 with flag 1282000/2240654
202.80/201.18	c cleaning 10002 clauses out of 20017 with flag 1292002/2250656
203.81/202.11	c cleaning 10000 clauses out of 20014 with flag 1302001/2260655
204.71/203.04	c cleaning 9997 clauses out of 20013 with flag 1312000/2270654
205.51/203.86	c cleaning 9998 clauses out of 20017 with flag 1322001/2280655
206.41/204.73	c cleaning 10002 clauses out of 20019 with flag 1332001/2290655
207.43/205.72	c cleaning 10003 clauses out of 20016 with flag 1342000/2300654
208.12/206.48	c cleaning 10002 clauses out of 20014 with flag 1352001/2310655
209.02/207.33	c cleaning 9999 clauses out of 20012 with flag 1362001/2320655
209.92/208.28	c cleaning 10003 clauses out of 20012 with flag 1372000/2330654
211.03/209.36	c cleaning 9997 clauses out of 20009 with flag 1382000/2340654
212.03/210.38	c cleaning 10000 clauses out of 20013 with flag 1392001/2350655
213.03/211.39	c cleaning 10002 clauses out of 20012 with flag 1402000/2360654
214.14/212.41	c cleaning 10000 clauses out of 20011 with flag 1412001/2370655
215.05/213.41	c cleaning 10002 clauses out of 20011 with flag 1422001/2380655
216.15/214.43	c cleaning 10002 clauses out of 20009 with flag 1432001/2390655
217.14/215.42	c cleaning 9997 clauses out of 20006 with flag 1442000/2400654
218.15/216.42	c cleaning 10002 clauses out of 20009 with flag 1452000/2410654
219.05/217.36	c cleaning 10000 clauses out of 20007 with flag 1462000/2420654
220.05/218.32	c cleaning 10000 clauses out of 20008 with flag 1472001/2430655
220.95/219.28	c cleaning 9997 clauses out of 20007 with flag 1482000/2440654
221.95/220.28	c cleaning 10000 clauses out of 20010 with flag 1492000/2450654
223.05/221.32	c cleaning 10001 clauses out of 20011 with flag 1502001/2460655
223.75/222.10	c cleaning 9996 clauses out of 20010 with flag 1512001/2470655
224.69/222.94	c cleaning 9998 clauses out of 20013 with flag 1522000/2480654
225.59/223.88	c cleaning 9997 clauses out of 20016 with flag 1532001/2490655
226.49/224.70	c cleaning 9999 clauses out of 20018 with flag 1542000/2500654
227.30/225.59	c cleaning 10005 clauses out of 20020 with flag 1552001/2510655
228.19/226.47	c cleaning 9998 clauses out of 20014 with flag 1562000/2520654
229.10/227.39	c cleaning 10001 clauses out of 20017 with flag 1572001/2530655
230.00/228.25	c cleaning 10000 clauses out of 20016 with flag 1582001/2540655
231.00/229.25	c cleaning 9999 clauses out of 20015 with flag 1592000/2550654
232.00/230.23	c cleaning 10001 clauses out of 20016 with flag 1602000/2560654
232.90/231.11	c cleaning 10000 clauses out of 20016 with flag 1612001/2570655
233.81/232.08	c cleaning 9999 clauses out of 20015 with flag 1622000/2580654
234.81/233.04	c cleaning 10003 clauses out of 20016 with flag 1632000/2590654
235.71/233.94	c cleaning 10000 clauses out of 20015 with flag 1642002/2600656
236.71/234.96	c cleaning 10001 clauses out of 20014 with flag 1652001/2610655
237.61/235.80	c cleaning 9997 clauses out of 20013 with flag 1662001/2620655
238.52/236.71	c cleaning 9997 clauses out of 20015 with flag 1672000/2630654
239.33/237.59	c cleaning 9999 clauses out of 20018 with flag 1682000/2640654
240.22/238.45	c cleaning 10000 clauses out of 20019 with flag 1692000/2650654
241.02/239.26	c cleaning 10002 clauses out of 20020 with flag 1702001/2660655
241.92/240.11	c cleaning 9999 clauses out of 20017 with flag 1712000/2670654
242.64/240.82	c cleaning 10000 clauses out of 20018 with flag 1722001/2680655
243.63/241.80	c cleaning 9998 clauses out of 20017 with flag 1732000/2690654
244.43/242.66	c cleaning 9999 clauses out of 20019 with flag 1742000/2700654
245.43/243.61	c cleaning 10001 clauses out of 20020 with flag 1752000/2710654
246.23/244.45	c cleaning 9996 clauses out of 20020 with flag 1762001/2720655
247.05/245.31	c cleaning 10006 clauses out of 20023 with flag 1772000/2730654
247.84/246.06	c cleaning 10001 clauses out of 20018 with flag 1782001/2740655
248.64/246.84	c cleaning 10000 clauses out of 20017 with flag 1792001/2750655
249.44/247.68	c cleaning 10005 clauses out of 20015 with flag 1802000/2760654
250.56/248.70	c cleaning 10001 clauses out of 20011 with flag 1812001/2770655
251.36/249.55	c cleaning 9997 clauses out of 20010 with flag 1822001/2780655
252.37/250.55	c cleaning 10004 clauses out of 20013 with flag 1832001/2790655
253.27/251.41	c cleaning 9998 clauses out of 20008 with flag 1842000/2800654
253.98/252.14	c cleaning 9992 clauses out of 20010 with flag 1852000/2810654
255.08/253.21	c cleaning 10003 clauses out of 20019 with flag 1862001/2820655
256.08/254.28	c cleaning 10002 clauses out of 20015 with flag 1872000/2830654
257.19/255.37	c cleaning 10002 clauses out of 20013 with flag 1882000/2840654
258.10/256.29	c cleaning 9997 clauses out of 20011 with flag 1892000/2850654
259.09/257.28	c cleaning 10001 clauses out of 20015 with flag 1902001/2860655
260.19/258.40	c cleaning 9999 clauses out of 20014 with flag 1912001/2870655
261.41/259.52	c cleaning 10002 clauses out of 20015 with flag 1922001/2880655
262.41/260.54	c cleaning 10000 clauses out of 20012 with flag 1932001/2890655
263.41/261.56	c cleaning 10001 clauses out of 20014 with flag 1942003/2900657
264.31/262.41	c cleaning 10000 clauses out of 20011 with flag 1952001/2910655
265.12/263.25	c cleaning 10000 clauses out of 20011 with flag 1962001/2920655
266.12/264.20	c cleaning 9999 clauses out of 20010 with flag 1972000/2930654
266.93/265.03	c cleaning 10001 clauses out of 20012 with flag 1982001/2940655
268.05/266.12	c cleaning 10002 clauses out of 20009 with flag 1992000/2950654
269.15/267.22	c cleaning 9998 clauses out of 20007 with flag 2002000/2960654
270.04/268.15	c cleaning 10000 clauses out of 20009 with flag 2012000/2970654
271.04/269.15	c cleaning 10000 clauses out of 20010 with flag 2022001/2980655
272.04/270.14	c cleaning 10002 clauses out of 20009 with flag 2032000/2990654
273.05/271.12	c cleaning 9999 clauses out of 20007 with flag 2042000/3000654
274.05/272.13	c cleaning 10001 clauses out of 20009 with flag 2052001/3010655
274.95/273.07	c cleaning 9999 clauses out of 20008 with flag 2062001/3020655
276.06/274.15	c cleaning 10001 clauses out of 20009 with flag 2072001/3030655
277.06/275.19	c cleaning 9998 clauses out of 20008 with flag 2082001/3040655
278.08/276.18	c cleaning 10001 clauses out of 20010 with flag 2092002/3050656
279.18/277.22	c cleaning 10002 clauses out of 20008 with flag 2102001/3060655
280.18/278.23	c cleaning 9999 clauses out of 20005 with flag 2112000/3070654
281.17/279.22	c cleaning 9999 clauses out of 20005 with flag 2122000/3080654
281.87/279.99	c starts		: 232
281.87/279.99	c conflicts		: 3088651
281.87/279.99	c decisions		: 3155670
281.87/279.99	c propagations		: 68962195
281.87/279.99	c inspects		: 2023929707
281.87/279.99	c shortcuts		: 0
281.87/279.99	c learnt literals	: 21
281.87/279.99	c learnt binary clauses	: 135
281.87/279.99	c learnt ternary clauses	: 400
281.87/279.99	c learnt constraints	: 3088629
281.87/279.99	c ignored constraints	: 0
281.87/279.99	c root simplifications	: 0
281.87/279.99	c removed literals (reason simplification)	: 132920456
281.87/279.99	c reason swapping (by a shorter reason)	: 0
281.87/279.99	c Calls to reduceDB	: 311
281.87/279.99	c number of reductions to clauses (during analyze)	: 0
281.87/279.99	c number of learned constraints concerned by reduction	: 0
281.87/279.99	c number of learning phase by resolution	: 0
281.87/279.99	c number of learning phase by cutting planes	: 0
281.87/279.99	c speed (assignments/second)	: 354751.10084569646
281.87/279.99	c non guided choices	8056
281.87/279.99	c learnt constraints type 
281.87/279.99	c constraints type 
281.87/279.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
281.87/279.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
281.87/279.99	s OPTIMUM FOUND
281.87/279.99	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 
281.87/279.99	c objective function=3
281.87/279.99	c Total wall clock time (in seconds): 279.877

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-3458201-1307158363/watcher-3458201-1307158363 -o /tmp/evaluation-result-3458201-1307158363/solver-3458201-1307158363 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458201-1307158363.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.20 2.11 2.03 2/461 22835
/proc/meminfo: memFree=29772936/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=86844 CPUtime=0 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 1430 0 1 0 0 0 0 0 22 0 2 0 906066994 88928256 1131 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 21711 1141 888 9 0 12867 0
[pid=22835/tid=22836] ppid=22833 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 3946 0 1 0 0 0 0 0 23 0 2 0 906066994 13850947584 4762 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.087981 s]
/proc/loadavg: 2.20 2.11 2.03 2/461 22835
/proc/meminfo: memFree=29772936/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 14494 0 1 0 5 2 0 0 22 0 18 0 906066994 13880410112 14190 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3388772 14192 1755 9 0 3379506 0
[pid=22835/tid=22836] ppid=22833 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 13321 0 1 0 5 2 0 0 25 0 18 0 906066994 13880410112 14192 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 47413083572243 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.100915 s]
/proc/loadavg: 2.20 2.11 2.03 2/461 22835
/proc/meminfo: memFree=29772936/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13622256 CPUtime=0.1 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 15479 0 1 0 8 2 0 0 22 0 18 0 906066994 13949190144 15144 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3405564 15144 2092 9 0 3396298 0
[pid=22835/tid=22836] ppid=22833 vsize=13622256 CPUtime=0.08 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 13545 0 1 0 6 2 0 0 25 0 18 0 906066994 13949190144 15144 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912496218263 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) 13622256

[startup+0.300932 s]
/proc/loadavg: 2.20 2.11 2.03 2/461 22835
/proc/meminfo: memFree=29772936/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626164 CPUtime=0.51 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 18643 0 1 0 49 2 0 0 22 0 19 0 906066994 13953191936 17480 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406541 17480 2214 9 0 3397275 0
[pid=22835/tid=22836] ppid=22833 vsize=13626164 CPUtime=0.28 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 14433 0 1 0 26 2 0 0 25 0 19 0 906066994 13953191936 17480 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505217341 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13626164

[startup+0.70087 s]
/proc/loadavg: 2.20 2.11 2.03 2/461 22835
/proc/meminfo: memFree=29772936/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626164 CPUtime=1.01 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 19536 0 1 0 99 2 0 0 22 0 19 0 906066994 13953191936 18222 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406541 18222 2220 9 0 3397275 0
[pid=22835/tid=22836] ppid=22833 vsize=13626164 CPUtime=0.68 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15119 0 1 0 66 2 0 0 25 0 19 0 906066994 13953191936 18222 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505539044 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13626164

[startup+1.50072 s]
/proc/loadavg: 2.19 2.11 2.03 3/480 22854
/proc/meminfo: memFree=29702568/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=1.87 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 21494 0 1 0 185 2 0 0 22 0 19 0 906066994 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 20175 2248 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=1.44 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15162 0 1 0 142 2 0 0 25 0 19 0 906066994 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505576289 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 329 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 305 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=0.02 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 854 0 0 0 2 0 0 0 15 0 19 0 906066998 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.21 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 1816 0 0 0 21 0 0 0 17 0 19 0 906067001 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.16 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1482 0 0 0 16 0 0 0 15 0 19 0 906067001 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 20175 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13626308

[startup+3.10143 s]
/proc/loadavg: 2.19 2.11 2.03 3/480 22854
/proc/meminfo: memFree=29698724/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=3.51 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 21994 0 1 0 349 2 0 0 22 0 19 0 906066994 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 20673 2249 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=3.01 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15163 0 1 0 299 2 0 0 25 0 19 0 906066994 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505576430 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 368 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 305 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=0.05 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 1103 0 0 0 5 0 0 0 16 0 19 0 906066998 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.25 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 1832 0 0 0 25 0 0 0 15 0 19 0 906067001 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.17 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 17 0 0 0 15 0 19 0 906067001 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 20673 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 13626308

[startup+6.30082 s]
/proc/loadavg: 2.19 2.11 2.03 3/480 22854
/proc/meminfo: memFree=29693644/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=6.72 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 22702 0 1 0 670 2 0 0 22 0 19 0 906066994 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 21249 2249 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=6.16 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15167 0 1 0 614 2 0 0 25 0 19 0 906066994 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505615122 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 372 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 307 0 0 0 0 0 0 0 16 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 906066997 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=0.1 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 1792 0 0 0 10 0 0 0 16 0 19 0 906066998 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.25 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 1832 0 0 0 25 0 0 0 15 0 19 0 906067001 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.17 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 17 0 0 0 15 0 19 0 906067001 13953339392 21249 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0

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

[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 129 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 371 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 329 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=6.64 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 5099 0 0 0 660 4 0 0 16 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.91 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 11408 0 0 0 90 1 0 0 15 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.2 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 20 0 0 0 16 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 280.28
Current children cumulated vsize (KiB) 13626308

[startup+279.102 s]
/proc/loadavg: 2.02 2.07 2.01 4/480 23046
/proc/meminfo: memFree=29684804/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=281.07 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 36439 0 1 0 28096 11 0 0 22 0 19 0 906066994 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 28586 2250 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=271.77 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15484 0 1 0 27175 2 0 0 25 0 19 0 906066994 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505577021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 426 0 0 0 19 0 0 0 16 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0.16 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 156 0 0 0 16 0 0 0 16 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0.17 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 124 0 0 0 17 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 67 0 0 0 18 0 0 0 16 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 195 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 129 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 371 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 329 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=6.64 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 5099 0 0 0 660 4 0 0 16 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.91 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 11408 0 0 0 90 1 0 0 15 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.2 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 20 0 0 0 16 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 28586 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 13626308

[startup+279.501 s]
/proc/loadavg: 2.02 2.07 2.01 3/480 23046
/proc/meminfo: memFree=29684800/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=281.47 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 36448 0 1 0 28136 11 0 0 22 0 19 0 906066994 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 28594 2250 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=272.14 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15485 0 1 0 27212 2 0 0 25 0 19 0 906066994 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505808679 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 426 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0.16 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 156 0 0 0 16 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0.17 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 124 0 0 0 17 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 67 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 195 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 129 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 371 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 329 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=6.66 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 5107 0 0 0 662 4 0 0 16 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.91 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 11408 0 0 0 90 1 0 0 15 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.2 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 20 0 0 0 16 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 281.47
Current children cumulated vsize (KiB) 13626308

[startup+279.901 s]
/proc/loadavg: 2.02 2.07 2.01 3/480 23046
/proc/meminfo: memFree=29684800/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=13626308 CPUtime=281.87 cores=1,3,5,7
/proc/22835/stat : 22835 (java) S 22833 22835 18266 0 -1 4202496 36448 0 1 0 28176 11 0 0 22 0 19 0 906066994 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 3406577 28594 2250 9 0 3397311 0
[pid=22835/tid=22836] ppid=22833 vsize=13626308 CPUtime=272.54 cores=1,3,5,7
/proc/22835/task/22836/stat : 22836 (java) R 22833 22835 18266 0 -1 4202560 15485 0 1 0 27252 2 0 0 25 0 19 0 906066994 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 46912505561187 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22835/tid=22838] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22838/stat : 22838 (java) S 22833 22835 18266 0 -1 4202560 426 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22839] ppid=22833 vsize=13626308 CPUtime=0.16 cores=1,3,5,7
/proc/22835/task/22839/stat : 22839 (java) S 22833 22835 18266 0 -1 4202560 156 0 0 0 16 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22840] ppid=22833 vsize=13626308 CPUtime=0.17 cores=1,3,5,7
/proc/22835/task/22840/stat : 22840 (java) S 22833 22835 18266 0 -1 4202560 124 0 0 0 17 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22841] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22841/stat : 22841 (java) S 22833 22835 18266 0 -1 4202560 67 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22842] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22842/stat : 22842 (java) S 22833 22835 18266 0 -1 4202560 195 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22843] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22843/stat : 22843 (java) S 22833 22835 18266 0 -1 4202560 129 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 7 0 0 0
[pid=22835/tid=22844] ppid=22833 vsize=13626308 CPUtime=0.18 cores=1,3,5,7
/proc/22835/task/22844/stat : 22844 (java) S 22833 22835 18266 0 -1 4202560 371 0 0 0 18 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22845] ppid=22833 vsize=13626308 CPUtime=0.19 cores=1,3,5,7
/proc/22835/task/22845/stat : 22845 (java) S 22833 22835 18266 0 -1 4202560 329 0 0 0 19 0 0 0 15 0 19 0 906066997 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22846] ppid=22833 vsize=13626308 CPUtime=6.66 cores=1,3,5,7
/proc/22835/task/22846/stat : 22846 (java) S 22833 22835 18266 0 -1 4202560 5107 0 0 0 662 4 0 0 16 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 0 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22847] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22847/stat : 22847 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22848] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22848/stat : 22848 (java) S 22833 22835 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906066998 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22849] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22849/stat : 22849 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907314097 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22850] ppid=22833 vsize=13626308 CPUtime=0.91 cores=1,3,5,7
/proc/22835/task/22850/stat : 22850 (java) S 22833 22835 18266 0 -1 4202560 11408 0 0 0 90 1 0 0 15 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
[pid=22835/tid=22851] ppid=22833 vsize=13626308 CPUtime=0.2 cores=1,3,5,7
/proc/22835/task/22851/stat : 22851 (java) S 22833 22835 18266 0 -1 4202560 1483 0 0 0 20 0 0 0 16 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 1 0 0 0
[pid=22835/tid=22852] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22852/stat : 22852 (java) S 22833 22835 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907306393 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22853] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22853/stat : 22853 (java) S 22833 22835 18266 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 906067001 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 3 0 0 0
[pid=22835/tid=22854] ppid=22833 vsize=13626308 CPUtime=0 cores=1,3,5,7
/proc/22835/task/22854/stat : 22854 (java) S 22833 22835 18266 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906067014 13953339392 28594 33554432000 1073741824 1073778376 140736058472208 18446744073709551615 231907307008 0 4 0 16800975 18446604465786406208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 13626308

[startup+280.001 s]
/proc/loadavg: 2.02 2.07 2.01 3/480 23046
/proc/meminfo: memFree=29684800/32950928 swapFree=52246700/67111528
[pid=22835] ppid=22833 vsize=0 CPUtime=281.97 cores=1,3,5,7
/proc/22835/stat : 22835 (java) R 22833 22835 18266 0 -1 4203524 36475 0 1 0 28186 11 0 0 18 0 1 0 906066994 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 280.002
CPU time (s): 281.98
CPU user time (s): 281.86
CPU system time (s): 0.119981
CPU usage (%): 100.706
Max. virtual memory (cumulated for all children) (KiB): 13626308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.86
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36475
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= 15135
involuntary context switches= 5513

runsolver used 1.2888 second user time and 2.80357 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 05:32:43
IDJOB=3458201
IDBENCH=48021
IDSOLVER=1952
FILE ID=node114/3458201-1307158363
RUNJOBID= node114-1307156093-21563
PBS_JOBID= 13508802
Free space on /tmp= 73940 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=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458201-1307158363/watcher-3458201-1307158363 -o /tmp/evaluation-result-3458201-1307158363/solver-3458201-1307158363 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458201-1307158363.opb

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

MD5SUM BENCH= 133707692e98c55077a0d19203c18204
RANDOM SEED=531036823

node114.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29772968 kB
Buffers:        310060 kB
Cached:         456076 kB
SwapCached:      10712 kB
Active:        2428176 kB
Inactive:       477112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29772968 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:             960 kB
Writeback:           0 kB
AnonPages:     2136100 kB
Mapped:          29468 kB
Slab:           141852 kB
PageTables:      62312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 121625028 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= 73940 MiB
End job on node114 at 2011-06-04 05:37:23