Trace number 2694270

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong Opt. 601.788 328.785

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUM7333324480eb5267e10bc3c9063685b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark33.4349
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100531
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694270-1277926324.wbo
0.11/0.10	c reading problem ... 
0.53/0.36	c ... done. Wall clock time 0.261s.
0.53/0.36	c #vars     2938
0.53/0.36	c #constraints  2707
0.53/0.36	c constraints type 
0.53/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.53/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
0.53/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.53/0.36	c constraints type 
0.53/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.53/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.53/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.65/0.62	c And the winner is Resolution
2.28/1.37	c SATISFIABLE
2.28/1.37	c OPTIMIZING...
2.28/1.37	c Got one! Elapsed wall clock time (in seconds):1.272
2.28/1.37	o 316
2.37/1.43	c And the winner is Resolution
2.61/2.39	c Got one! Elapsed wall clock time (in seconds):2.287
2.61/2.39	o 293
2.64/2.43	c And the winner is Resolution
2.73/3.40	c Got one! Elapsed wall clock time (in seconds):3.304
2.73/3.40	o 230
2.73/3.43	c And the winner is Resolution
2.90/4.42	c Got one! Elapsed wall clock time (in seconds):4.319
2.90/4.42	o 215
3.15/4.56	c And the winner is Resolution
3.40/5.43	c Got one! Elapsed wall clock time (in seconds):5.334
3.40/5.43	o 168
3.57/5.58	c And the winner is Resolution
3.80/6.44	c Got one! Elapsed wall clock time (in seconds):6.344
3.80/6.44	o 150
4.61/6.82	c And the winner is Resolution
6.07/8.46	c Got one! Elapsed wall clock time (in seconds):8.358
6.07/8.46	o 145
6.17/8.53	c cleaning 2498 clauses out of 5002 with flag 5002/5002
6.83/8.86	c And the winner is Resolution
6.96/9.47	c Got one! Elapsed wall clock time (in seconds):9.37
6.96/9.47	o 120
7.42/9.73	c And the winner is Resolution
7.49/10.48	c Got one! Elapsed wall clock time (in seconds):10.381
7.49/10.48	o 93
8.18/10.88	c cleaning 4248 clauses out of 8502 with flag 11000/11000
8.57/11.03	c And the winner is Resolution
8.91/11.49	c Got one! Elapsed wall clock time (in seconds):11.393
8.91/11.49	o 86
9.71/11.99	c And the winner is Resolution
9.92/12.50	c Got one! Elapsed wall clock time (in seconds):12.404
9.92/12.50	o 79
10.92/13.08	c cleaning 5627 clauses out of 11257 with flag 18003/18003
14.10/14.63	c cleaning 6813 clauses out of 13629 with flag 26002/26002
18.07/16.60	c cleaning 7905 clauses out of 15815 with flag 35001/35001
18.64/16.95	c And the winner is Resolution
21.18/19.53	c Got one! Elapsed wall clock time (in seconds):19.428
21.18/19.53	o 58
22.32/20.15	c And the winner is Resolution
22.44/20.54	c Got one! Elapsed wall clock time (in seconds):20.44
22.44/20.54	o 46
23.55/21.16	c cleaning 8953 clauses out of 17909 with flag 45000/45000
26.14/22.41	c cleaning 9476 clauses out of 18957 with flag 55001/55001
27.31/23.00	c And the winner is Resolution
28.37/24.56	c Got one! Elapsed wall clock time (in seconds):24.458
28.37/24.56	o 40
29.66/25.24	c cleaning 9733 clauses out of 19481 with flag 65001/65001
32.03/26.44	c cleaning 9868 clauses out of 19748 with flag 75001/75001
34.79/27.82	c cleaning 9931 clauses out of 19881 with flag 85002/85002
37.16/29.01	c cleaning 9968 clauses out of 19949 with flag 95001/95001
39.13/30.03	c cleaning 9983 clauses out of 19983 with flag 105003/105003
41.29/31.18	c cleaning 9994 clauses out of 19997 with flag 115000/115000
43.66/32.36	c cleaning 9998 clauses out of 20004 with flag 125001/125001
45.64/33.34	c cleaning 9997 clauses out of 20008 with flag 135003/135003
47.61/34.37	c cleaning 9998 clauses out of 20009 with flag 145001/145001
49.54/35.34	c cleaning 9993 clauses out of 20010 with flag 155000/155000
51.50/36.31	c cleaning 10004 clauses out of 20018 with flag 165001/165001
53.24/37.29	c cleaning 10001 clauses out of 20013 with flag 175000/175000
55.20/38.25	c cleaning 10000 clauses out of 20013 with flag 185001/185001
57.15/39.20	c cleaning 10001 clauses out of 20013 with flag 195001/195001
58.90/40.10	c cleaning 10000 clauses out of 20012 with flag 205001/205001
60.46/40.92	c cleaning 9999 clauses out of 20011 with flag 215000/215000
62.03/41.80	c cleaning 10000 clauses out of 20014 with flag 225002/225002
63.76/42.65	c cleaning 9998 clauses out of 20013 with flag 235001/235001
65.92/43.73	c cleaning 9999 clauses out of 20014 with flag 245000/245000
68.09/44.82	c cleaning 9999 clauses out of 20015 with flag 255000/255000
70.25/45.90	c cleaning 10004 clauses out of 20016 with flag 265000/265000
72.59/47.13	c cleaning 9995 clauses out of 20012 with flag 275000/275000
74.76/48.24	c cleaning 10003 clauses out of 20017 with flag 285000/285000
77.12/49.45	c cleaning 10003 clauses out of 20014 with flag 295000/295000
79.27/50.56	c cleaning 10000 clauses out of 20014 with flag 305003/305003
81.01/51.48	c cleaning 9998 clauses out of 20012 with flag 315001/315001
82.98/52.46	c cleaning 10001 clauses out of 20013 with flag 325000/325000
84.93/53.43	c cleaning 9999 clauses out of 20012 with flag 335000/335000
86.88/54.41	c cleaning 10000 clauses out of 20015 with flag 345002/345002
88.83/55.41	c cleaning 9999 clauses out of 20013 with flag 355000/355000
90.97/56.50	c cleaning 9999 clauses out of 20015 with flag 365001/365001
92.93/57.53	c cleaning 10001 clauses out of 20015 with flag 375000/375000
95.10/58.64	c cleaning 9999 clauses out of 20014 with flag 385000/385000
97.44/59.84	c cleaning 10004 clauses out of 20017 with flag 395002/395002
99.40/60.87	c cleaning 9995 clauses out of 20011 with flag 405000/405000
101.98/62.12	c cleaning 10007 clauses out of 20017 with flag 415001/415001
104.33/63.39	c cleaning 10002 clauses out of 20013 with flag 425004/425004
106.87/64.61	c cleaning 10001 clauses out of 20009 with flag 435002/435002
109.43/65.93	c cleaning 9998 clauses out of 20007 with flag 445001/445001
111.98/67.23	c cleaning 10001 clauses out of 20011 with flag 455003/455003
114.54/68.59	c cleaning 9998 clauses out of 20008 with flag 465001/465001
117.29/69.90	c cleaning 9994 clauses out of 20009 with flag 475000/475000
117.29/69.99	c And the winner is Resolution
117.74/70.75	c Got one! Elapsed wall clock time (in seconds):70.652
117.74/70.75	o 39
119.66/71.77	c cleaning 9996 clauses out of 20015 with flag 485000/485000
121.60/72.75	c cleaning 10002 clauses out of 20019 with flag 495000/495000
123.36/73.66	c cleaning 10002 clauses out of 20017 with flag 505000/505000
125.49/74.77	c cleaning 10003 clauses out of 20018 with flag 515003/515003
128.05/76.03	c cleaning 10001 clauses out of 20012 with flag 525000/525000
130.18/77.19	c cleaning 10002 clauses out of 20011 with flag 535000/535000
132.33/78.22	c cleaning 9999 clauses out of 20010 with flag 545001/545001
134.06/79.19	c cleaning 10002 clauses out of 20011 with flag 555001/555001
136.00/80.13	c cleaning 10003 clauses out of 20008 with flag 565000/565000
137.95/81.11	c cleaning 9997 clauses out of 20005 with flag 575000/575000
139.69/82.09	c cleaning 9992 clauses out of 20008 with flag 585000/585000
141.62/83.09	c cleaning 10001 clauses out of 20017 with flag 595001/595001
143.56/84.06	c cleaning 10005 clauses out of 20017 with flag 605002/605002
145.50/85.05	c cleaning 10003 clauses out of 20011 with flag 615001/615001
147.43/86.07	c cleaning 9998 clauses out of 20007 with flag 625000/625000
149.56/87.12	c cleaning 9999 clauses out of 20009 with flag 635000/635000
151.31/88.06	c cleaning 10000 clauses out of 20011 with flag 645001/645001
153.26/89.03	c cleaning 9999 clauses out of 20010 with flag 655000/655000
155.19/90.10	c cleaning 9999 clauses out of 20011 with flag 665000/665000
157.30/91.11	c cleaning 10001 clauses out of 20012 with flag 675000/675000
159.24/92.20	c cleaning 10002 clauses out of 20012 with flag 685001/685001
161.58/93.30	c cleaning 9998 clauses out of 20009 with flag 695000/695000
163.32/94.29	c cleaning 9997 clauses out of 20011 with flag 705000/705000
165.44/95.33	c cleaning 10004 clauses out of 20015 with flag 715001/715001
167.38/96.33	c cleaning 9999 clauses out of 20011 with flag 725001/725001
169.33/97.32	c cleaning 10001 clauses out of 20011 with flag 735000/735000
171.49/98.45	c cleaning 9999 clauses out of 20011 with flag 745001/745001
173.40/99.46	c cleaning 9999 clauses out of 20011 with flag 755000/755000
175.33/100.40	c cleaning 10002 clauses out of 20014 with flag 765002/765002
177.28/101.41	c cleaning 10003 clauses out of 20011 with flag 775001/775001
179.21/102.40	c cleaning 9998 clauses out of 20007 with flag 785000/785000
181.33/103.50	c cleaning 10001 clauses out of 20012 with flag 795003/795003
183.27/104.56	c cleaning 9996 clauses out of 20009 with flag 805001/805001
184.99/105.45	c cleaning 10001 clauses out of 20012 with flag 815000/815000
187.14/106.56	c cleaning 9995 clauses out of 20012 with flag 825001/825001
189.26/107.61	c cleaning 9998 clauses out of 20016 with flag 835000/835000
190.99/108.56	c cleaning 10000 clauses out of 20018 with flag 845000/845000
192.93/109.55	c cleaning 10001 clauses out of 20019 with flag 855001/855001
195.08/110.62	c cleaning 9996 clauses out of 20018 with flag 865001/865001
197.18/111.75	c cleaning 10002 clauses out of 20022 with flag 875001/875001
199.12/112.71	c cleaning 10002 clauses out of 20019 with flag 885000/885000
201.06/113.72	c cleaning 10005 clauses out of 20021 with flag 895004/895004
202.81/114.66	c cleaning 10001 clauses out of 20012 with flag 905000/905000
204.92/115.70	c cleaning 9996 clauses out of 20012 with flag 915001/915001
206.66/116.66	c cleaning 10002 clauses out of 20017 with flag 925002/925002
208.61/117.64	c cleaning 10001 clauses out of 20013 with flag 935000/935000
210.75/118.76	c cleaning 9998 clauses out of 20013 with flag 945001/945001
212.87/119.85	c cleaning 9998 clauses out of 20014 with flag 955000/955000
215.01/120.94	c cleaning 10002 clauses out of 20016 with flag 965000/965000
217.36/122.14	c cleaning 10003 clauses out of 20014 with flag 975000/975000
219.68/123.39	c cleaning 9997 clauses out of 20012 with flag 985001/985001
222.00/124.57	c cleaning 10001 clauses out of 20015 with flag 995001/995001
223.91/125.56	c cleaning 9998 clauses out of 20014 with flag 1005001/1005001
225.85/126.53	c cleaning 10001 clauses out of 20017 with flag 1015002/1015002
227.78/127.54	c And the winner is Resolution
227.90/128.05	c Got one! Elapsed wall clock time (in seconds):127.954
227.90/128.05	o 12
227.99/128.10	c cleaning 10001 clauses out of 20014 with flag 1025000/1025000
230.08/129.27	c cleaning 10000 clauses out of 20014 with flag 1035001/1035001
232.00/130.23	c cleaning 10000 clauses out of 20014 with flag 1045001/1045001
233.71/131.17	c cleaning 9999 clauses out of 20014 with flag 1055001/1055001
235.64/132.13	c cleaning 9999 clauses out of 20014 with flag 1065000/1065000
237.34/133.08	c cleaning 9998 clauses out of 20015 with flag 1075000/1075000
239.04/133.95	c cleaning 9997 clauses out of 20017 with flag 1085000/1085000
240.77/134.83	c cleaning 10002 clauses out of 20020 with flag 1095000/1095000
242.28/135.67	c cleaning 10007 clauses out of 20020 with flag 1105002/1105002
243.97/136.56	c cleaning 10000 clauses out of 20011 with flag 1115000/1115000
245.48/137.37	c cleaning 10003 clauses out of 20011 with flag 1125000/1125000
247.19/138.24	c cleaning 9998 clauses out of 20009 with flag 1135001/1135001
248.72/139.09	c cleaning 9999 clauses out of 20010 with flag 1145000/1145000
250.40/139.96	c cleaning 9997 clauses out of 20012 with flag 1155001/1155001
251.94/140.77	c cleaning 10001 clauses out of 20014 with flag 1165000/1165000
253.44/141.57	c cleaning 10001 clauses out of 20013 with flag 1175000/1175000
255.16/142.42	c cleaning 9999 clauses out of 20012 with flag 1185000/1185000
256.65/143.29	c cleaning 9997 clauses out of 20013 with flag 1195000/1195000
258.38/144.15	c cleaning 10004 clauses out of 20018 with flag 1205002/1205002
260.34/145.10	c cleaning 9991 clauses out of 20012 with flag 1215000/1215000
261.83/145.98	c cleaning 10001 clauses out of 20021 with flag 1225000/1225000
263.53/146.80	c cleaning 10005 clauses out of 20021 with flag 1235001/1235001
265.42/147.81	c cleaning 10001 clauses out of 20015 with flag 1245000/1245000
266.93/148.64	c cleaning 10001 clauses out of 20014 with flag 1255000/1255000
268.64/149.58	c cleaning 10002 clauses out of 20014 with flag 1265001/1265001
270.53/150.53	c cleaning 9998 clauses out of 20012 with flag 1275001/1275001
272.24/151.41	c cleaning 9997 clauses out of 20013 with flag 1285000/1285000
274.15/152.43	c cleaning 10001 clauses out of 20016 with flag 1295000/1295000
275.88/153.36	c cleaning 10001 clauses out of 20015 with flag 1305000/1305000
277.56/154.28	c cleaning 9999 clauses out of 20014 with flag 1315000/1315000
279.28/155.17	c cleaning 10000 clauses out of 20015 with flag 1325000/1325000
281.39/156.25	c cleaning 10002 clauses out of 20016 with flag 1335001/1335001
283.50/157.33	c cleaning 10004 clauses out of 20013 with flag 1345000/1345000
285.18/158.25	c cleaning 9995 clauses out of 20013 with flag 1355004/1355004
287.08/159.20	c cleaning 9997 clauses out of 20014 with flag 1365000/1365000
288.59/160.05	c cleaning 10002 clauses out of 20019 with flag 1375002/1375002
290.29/160.99	c cleaning 10003 clauses out of 20015 with flag 1385000/1385000
291.97/161.85	c cleaning 10000 clauses out of 20012 with flag 1395000/1395000
293.68/162.74	c cleaning 10001 clauses out of 20012 with flag 1405000/1405000
295.37/163.63	c cleaning 10002 clauses out of 20014 with flag 1415003/1415003
296.86/164.48	c cleaning 9998 clauses out of 20009 with flag 1425000/1425000
298.53/165.35	c cleaning 10000 clauses out of 20011 with flag 1435000/1435000
300.23/166.23	c cleaning 9996 clauses out of 20013 with flag 1445002/1445002
301.72/167.10	c cleaning 10003 clauses out of 20015 with flag 1455000/1455000
303.40/167.99	c cleaning 10003 clauses out of 20013 with flag 1465001/1465001
305.07/168.89	c cleaning 9998 clauses out of 20009 with flag 1475000/1475000
306.76/169.74	c cleaning 9999 clauses out of 20012 with flag 1485001/1485001
308.45/170.62	c cleaning 10001 clauses out of 20012 with flag 1495000/1495000
309.95/171.47	c cleaning 10001 clauses out of 20012 with flag 1505001/1505001
311.80/172.40	c cleaning 10001 clauses out of 20011 with flag 1515001/1515001
313.49/173.40	c cleaning 9994 clauses out of 20009 with flag 1525000/1525000
315.39/174.33	c cleaning 10004 clauses out of 20019 with flag 1535004/1535004
316.88/175.19	c cleaning 9997 clauses out of 20011 with flag 1545000/1545000
318.56/176.08	c cleaning 10001 clauses out of 20017 with flag 1555003/1555003
320.24/176.94	c cleaning 10002 clauses out of 20013 with flag 1565000/1565000
321.93/177.82	c cleaning 9997 clauses out of 20011 with flag 1575000/1575000
323.42/178.65	c cleaning 10004 clauses out of 20016 with flag 1585002/1585002
325.28/179.60	c cleaning 10003 clauses out of 20013 with flag 1595003/1595003
326.97/180.50	c cleaning 9993 clauses out of 20008 with flag 1605001/1605001
328.66/181.43	c cleaning 10002 clauses out of 20014 with flag 1615000/1615000
330.34/182.32	c cleaning 10000 clauses out of 20013 with flag 1625001/1625001
332.00/183.22	c cleaning 10000 clauses out of 20013 with flag 1635001/1635001
333.89/184.22	c cleaning 9995 clauses out of 20014 with flag 1645002/1645002
335.58/185.14	c cleaning 9997 clauses out of 20017 with flag 1655000/1655000
337.26/186.06	c cleaning 10003 clauses out of 20020 with flag 1665000/1665000
339.14/187.01	c cleaning 9997 clauses out of 20017 with flag 1675000/1675000
340.83/187.94	c cleaning 9999 clauses out of 20021 with flag 1685001/1685001
342.73/188.92	c cleaning 10006 clauses out of 20023 with flag 1695002/1695002
344.23/189.80	c cleaning 10000 clauses out of 20016 with flag 1705001/1705001
344.88/190.17	c cleaning 0 clauses out of 5002 with flag 0/5002
346.16/190.78	c cleaning 9999 clauses out of 20016 with flag 1715001/1715001
347.99/191.68	c cleaning 10006 clauses out of 20017 with flag 1725001/1725001
349.69/192.57	c cleaning 9999 clauses out of 20011 with flag 1735001/1735001
351.55/193.51	c cleaning 10001 clauses out of 20015 with flag 1745004/1745004
353.03/194.36	c cleaning 9997 clauses out of 20014 with flag 1755004/1755004
354.92/195.31	c cleaning 9999 clauses out of 20014 with flag 1765001/1765001
356.61/196.23	c cleaning 10000 clauses out of 20014 with flag 1775000/1775000
358.27/197.15	c cleaning 9995 clauses out of 20015 with flag 1785001/1785001
359.77/197.97	c cleaning 10002 clauses out of 20021 with flag 1795002/1795002
361.65/198.92	c cleaning 10000 clauses out of 20018 with flag 1805001/1805001
363.33/199.88	c cleaning 9998 clauses out of 20017 with flag 1815000/1815000
365.21/200.84	c cleaning 10007 clauses out of 20020 with flag 1825001/1825001
366.90/201.70	c cleaning 10002 clauses out of 20014 with flag 1835002/1835002
368.60/202.60	c cleaning 9991 clauses out of 20011 with flag 1845001/1845001
370.10/203.50	c cleaning 10004 clauses out of 20019 with flag 1855000/1855000
371.95/204.41	c cleaning 10005 clauses out of 20017 with flag 1865002/1865002
373.44/205.30	c cleaning 10003 clauses out of 20013 with flag 1875003/1875003
375.15/206.17	c cleaning 9993 clauses out of 20007 with flag 1885000/1885000
376.84/207.06	c cleaning 10003 clauses out of 20015 with flag 1895001/1895001
378.69/208.01	c cleaning 9999 clauses out of 20011 with flag 1905000/1905000
380.39/209.00	c cleaning 10000 clauses out of 20013 with flag 1915001/1915001
382.07/209.87	c cleaning 10001 clauses out of 20014 with flag 1925002/1925002
383.75/210.79	c cleaning 10001 clauses out of 20016 with flag 1935005/1935005
385.41/211.69	c cleaning 9999 clauses out of 20011 with flag 1945001/1945001
387.11/212.55	c cleaning 10001 clauses out of 20012 with flag 1955001/1955001
388.81/213.46	c cleaning 9992 clauses out of 20010 with flag 1965000/1965000
390.49/214.31	c cleaning 10002 clauses out of 20018 with flag 1975000/1975000
391.93/215.16	c cleaning 10003 clauses out of 20017 with flag 1985001/1985001
393.62/216.08	c cleaning 10002 clauses out of 20013 with flag 1995000/1995000
395.32/216.96	c cleaning 9997 clauses out of 20011 with flag 2005000/2005000
397.01/217.88	c cleaning 10003 clauses out of 20016 with flag 2015002/2015002
398.87/218.83	c cleaning 10001 clauses out of 20012 with flag 2025001/2025001
400.54/219.71	c cleaning 9999 clauses out of 20010 with flag 2035000/2035000
402.23/220.68	c cleaning 10001 clauses out of 20011 with flag 2045000/2045000
403.91/221.58	c cleaning 9999 clauses out of 20010 with flag 2055000/2055000
405.77/222.54	c cleaning 10001 clauses out of 20011 with flag 2065000/2065000
407.45/223.44	c cleaning 9998 clauses out of 20012 with flag 2075002/2075002
408.95/224.30	c cleaning 10003 clauses out of 20012 with flag 2085000/2085000
410.83/225.27	c cleaning 10000 clauses out of 20009 with flag 2095000/2095000
412.69/226.24	c cleaning 9994 clauses out of 20010 with flag 2105001/2105001
414.36/227.10	c cleaning 10005 clauses out of 20018 with flag 2115003/2115003
415.84/227.93	c cleaning 9999 clauses out of 20014 with flag 2125004/2125004
417.54/228.82	c cleaning 10000 clauses out of 20012 with flag 2135001/2135001
419.20/229.75	c cleaning 10000 clauses out of 20011 with flag 2145000/2145000
420.87/230.68	c cleaning 10000 clauses out of 20012 with flag 2155001/2155001
422.76/231.66	c cleaning 9998 clauses out of 20012 with flag 2165001/2165001
424.64/232.66	c cleaning 9999 clauses out of 20013 with flag 2175000/2175000
426.30/233.58	c cleaning 10004 clauses out of 20016 with flag 2185002/2185002
427.98/234.45	c cleaning 9993 clauses out of 20011 with flag 2195001/2195001
429.87/235.42	c cleaning 10006 clauses out of 20018 with flag 2205001/2205001
431.55/236.33	c cleaning 10000 clauses out of 20011 with flag 2215000/2215000
433.20/237.27	c cleaning 9997 clauses out of 20011 with flag 2225000/2225000
435.09/238.28	c cleaning 10000 clauses out of 20015 with flag 2235001/2235001
436.97/239.24	c cleaning 10006 clauses out of 20019 with flag 2245005/2245005
438.66/240.17	c cleaning 10002 clauses out of 20010 with flag 2255002/2255002
440.52/241.10	c cleaning 9998 clauses out of 20006 with flag 2265000/2265000
442.02/241.99	c cleaning 9999 clauses out of 20008 with flag 2275000/2275000
443.91/242.92	c cleaning 10001 clauses out of 20009 with flag 2285000/2285000
445.39/243.78	c cleaning 9997 clauses out of 20010 with flag 2295002/2295002
447.03/244.65	c cleaning 9996 clauses out of 20011 with flag 2305000/2305000
448.93/245.64	c cleaning 9999 clauses out of 20016 with flag 2315001/2315001
450.62/246.55	c cleaning 10003 clauses out of 20016 with flag 2325000/2325000
452.30/247.43	c cleaning 10001 clauses out of 20015 with flag 2335002/2335002
453.95/248.37	c cleaning 9997 clauses out of 20012 with flag 2345000/2345000
455.62/249.27	c cleaning 10000 clauses out of 20015 with flag 2355000/2355000
457.31/250.10	c cleaning 10000 clauses out of 20015 with flag 2365000/2365000
458.80/250.93	c cleaning 10002 clauses out of 20015 with flag 2375000/2375000
460.44/251.87	c cleaning 10005 clauses out of 20019 with flag 2385006/2385006
462.31/252.84	c cleaning 10000 clauses out of 20009 with flag 2395001/2395001
463.99/253.75	c cleaning 10001 clauses out of 20010 with flag 2405002/2405002
465.66/254.62	c cleaning 10000 clauses out of 20008 with flag 2415001/2415001
467.32/255.51	c cleaning 10000 clauses out of 20008 with flag 2425001/2425001
468.99/256.43	c cleaning 9999 clauses out of 20007 with flag 2435000/2435000
470.67/257.36	c cleaning 9998 clauses out of 20009 with flag 2445001/2445001
472.35/258.23	c cleaning 10002 clauses out of 20011 with flag 2455001/2455001
474.00/259.19	c cleaning 9997 clauses out of 20009 with flag 2465001/2465001
475.87/260.14	c cleaning 9997 clauses out of 20012 with flag 2475001/2475001
477.75/261.15	c cleaning 10008 clauses out of 20020 with flag 2485006/2485006
479.44/262.00	c cleaning 10002 clauses out of 20009 with flag 2495003/2495003
481.11/262.94	c cleaning 9998 clauses out of 20005 with flag 2505001/2505001
482.77/263.87	c cleaning 9994 clauses out of 20006 with flag 2515000/2515000
484.45/264.78	c cleaning 9995 clauses out of 20014 with flag 2525002/2525002
486.34/265.70	c cleaning 9992 clauses out of 20017 with flag 2535000/2535000
488.00/266.61	c cleaning 10007 clauses out of 20026 with flag 2545001/2545001
489.47/267.46	c cleaning 10006 clauses out of 20019 with flag 2555001/2555001
491.36/268.47	c cleaning 9999 clauses out of 20014 with flag 2565002/2565002
493.03/269.36	c cleaning 10002 clauses out of 20015 with flag 2575002/2575002
494.88/270.34	c cleaning 9999 clauses out of 20011 with flag 2585000/2585000
496.55/271.23	c cleaning 10001 clauses out of 20013 with flag 2595001/2595001
498.43/272.25	c cleaning 9994 clauses out of 20012 with flag 2605001/2605001
500.10/273.15	c cleaning 10001 clauses out of 20021 with flag 2615004/2615004
501.73/274.07	c cleaning 10001 clauses out of 20017 with flag 2625001/2625001
503.43/274.96	c cleaning 9997 clauses out of 20016 with flag 2635001/2635001
504.88/275.80	c cleaning 10003 clauses out of 20019 with flag 2645001/2645001
506.55/276.69	c cleaning 10004 clauses out of 20015 with flag 2655000/2655000
508.42/277.63	c cleaning 9996 clauses out of 20012 with flag 2665001/2665001
510.10/278.50	c cleaning 10005 clauses out of 20016 with flag 2675001/2675001
511.78/279.43	c cleaning 9998 clauses out of 20010 with flag 2685000/2685000
513.44/280.31	c cleaning 9999 clauses out of 20013 with flag 2695001/2695001
515.08/281.28	c cleaning 9999 clauses out of 20013 with flag 2705000/2705000
516.74/282.18	c cleaning 9994 clauses out of 20015 with flag 2715001/2715001
518.62/283.13	c cleaning 10007 clauses out of 20024 with flag 2725004/2725004
520.30/284.03	c cleaning 10002 clauses out of 20017 with flag 2735004/2735004
521.96/284.98	c cleaning 9999 clauses out of 20011 with flag 2745000/2745000
523.83/285.94	c cleaning 9994 clauses out of 20012 with flag 2755000/2755000
525.90/287.02	c cleaning 9996 clauses out of 20020 with flag 2765002/2765002
527.55/287.93	c cleaning 9999 clauses out of 20022 with flag 2775000/2775000
529.21/288.87	c cleaning 10009 clauses out of 20023 with flag 2785000/2785000
531.27/289.91	c cleaning 10001 clauses out of 20015 with flag 2795001/2795001
532.95/290.90	c cleaning 10002 clauses out of 20013 with flag 2805000/2805000
534.83/291.84	c cleaning 9995 clauses out of 20012 with flag 2815001/2815001
536.46/292.79	c cleaning 10004 clauses out of 20016 with flag 2825000/2825000
538.34/293.78	c cleaning 10000 clauses out of 20013 with flag 2835001/2835001
540.22/294.70	c cleaning 10001 clauses out of 20012 with flag 2845000/2845000
542.08/295.72	c cleaning 9999 clauses out of 20011 with flag 2855000/2855000
543.91/296.74	c cleaning 9999 clauses out of 20012 with flag 2865000/2865000
545.79/297.71	c cleaning 9995 clauses out of 20013 with flag 2875000/2875000
547.66/298.79	c cleaning 9998 clauses out of 20023 with flag 2885005/2885005
549.53/299.75	c cleaning 10005 clauses out of 20020 with flag 2895000/2895000
551.34/300.71	c cleaning 10000 clauses out of 20015 with flag 2905000/2905000
553.02/301.69	c cleaning 9997 clauses out of 20015 with flag 2915000/2915000
554.70/302.59	c cleaning 10007 clauses out of 20021 with flag 2925003/2925003
556.56/303.51	c cleaning 10003 clauses out of 20012 with flag 2935001/2935001
558.17/304.49	c cleaning 10001 clauses out of 20012 with flag 2945004/2945004
560.05/305.45	c cleaning 9998 clauses out of 20008 with flag 2955001/2955001
561.71/306.36	c cleaning 9997 clauses out of 20010 with flag 2965001/2965001
563.59/307.34	c cleaning 9997 clauses out of 20013 with flag 2975001/2975001
565.42/308.31	c cleaning 10004 clauses out of 20015 with flag 2985000/2985000
567.10/309.28	c cleaning 10005 clauses out of 20012 with flag 2995001/2995001
569.00/310.21	c cleaning 9994 clauses out of 20006 with flag 3005000/3005000
570.65/311.12	c cleaning 10005 clauses out of 20017 with flag 3015005/3015005
572.47/312.12	c cleaning 9998 clauses out of 20007 with flag 3025000/3025000
574.33/313.15	c cleaning 9997 clauses out of 20011 with flag 3035002/3035002
576.40/314.22	c cleaning 9997 clauses out of 20012 with flag 3045000/3045000
578.27/315.21	c cleaning 10002 clauses out of 20015 with flag 3055000/3055000
579.89/316.19	c cleaning 9998 clauses out of 20013 with flag 3065000/3065000
581.77/317.16	c cleaning 10007 clauses out of 20017 with flag 3075002/3075002
583.64/318.12	c cleaning 9995 clauses out of 20010 with flag 3085002/3085002
585.70/319.20	c cleaning 10003 clauses out of 20012 with flag 3095000/3095000
587.56/320.26	c cleaning 9989 clauses out of 20009 with flag 3105000/3105000
589.45/321.21	c cleaning 10007 clauses out of 20020 with flag 3115000/3115000
591.31/322.27	c cleaning 10001 clauses out of 20016 with flag 3125003/3125003
593.17/323.21	c cleaning 10005 clauses out of 20015 with flag 3135003/3135003
594.99/324.25	c cleaning 10000 clauses out of 20007 with flag 3145000/3145000
596.67/325.14	c cleaning 9995 clauses out of 20007 with flag 3155000/3155000
598.34/326.09	c cleaning 10003 clauses out of 20013 with flag 3165002/3165002
600.41/327.14	c cleaning 9997 clauses out of 20007 with flag 3175000/3175000
600.82/327.42	c And the winner is Resolution
601.73/328.73	c starts		: 263
601.73/328.73	c conflicts		: 3176184
601.73/328.73	c decisions		: 5040681
601.73/328.73	c propagations		: 271677306
601.73/328.73	c inspects		: 1591882329
601.73/328.73	c learnt literals	: 7
601.73/328.73	c learnt binary clauses	: 23
601.73/328.73	c learnt ternary clauses	: 929
601.73/328.73	c learnt clauses	: 3176176
601.73/328.73	c ignored clauses	: 0
601.73/328.73	c root simplifications	: 0
601.73/328.73	c removed literals (reason simplification)	: 15175019
601.73/328.73	c reason swapping (by a shorter reason)	: 0
601.73/328.73	c Calls to reduceDB	: 319
601.73/328.73	c number of reductions to clauses (during analyze)	: 0
601.73/328.73	c number of learned constraints concerned by reduction	: 0
601.73/328.73	c number of learning phase by resolution	: 0
601.73/328.73	c number of learning phase by cutting planes	: 0
601.73/328.73	c speed (assignments/second)	: 1353851.1287187922
601.73/328.73	c non guided choices	3729
601.73/328.73	c learnt constraints type 
601.73/328.73	c constraints type 
601.73/328.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
601.73/328.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
601.73/328.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
601.73/328.73	c constraints type 
601.73/328.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
601.73/328.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
601.73/328.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
601.73/328.73	s OPTIMUM FOUND
601.73/328.73	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 -x217 -x218 x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
601.73/328.73	c objective function=12
601.73/328.73	c Total wall clock time (in seconds): 328.631

Verifier Data

OK	12

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694270-1277926324/watcher-2694270-1277926324 -o /tmp/evaluation-result-2694270-1277926324/solver-2694270-1277926324 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694270-1277926324.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26805
/proc/meminfo: memFree=30928024/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=13164 CPUtime=0
/proc/26805/stat : 26805 (java) R 26803 26805 26780 0 -1 4194304 613 0 0 0 0 0 0 0 22 0 1 0 166272017 13479936 263 4089446400 134512640 134550932 4286800544 18446744073709551615 6592133 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26805/statm: 3291 270 141 10 0 1121 0

[startup+0.0519881 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26805
/proc/meminfo: memFree=30928024/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1528716 CPUtime=0.03
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 4046 0 1 0 3 0 0 0 22 0 18 0 166272017 1565405184 3485 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 382179 3485 1078 10 0 379482 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528716

[startup+0.101014 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26805
/proc/meminfo: memFree=30928024/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1530108 CPUtime=0.11
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 5253 0 1 0 10 1 0 0 22 0 18 0 166272017 1566830592 4690 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 382527 4692 1346 10 0 379830 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530108

[startup+0.300952 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26805
/proc/meminfo: memFree=30928024/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1533204 CPUtime=0.53
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 12969 0 1 0 51 2 0 0 22 0 18 0 166272017 1570000896 11979 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 383301 11984 1403 10 0 380604 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1533204

[startup+0.700878 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26805
/proc/meminfo: memFree=30928024/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1552560 CPUtime=1.95
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 27481 0 1 0 190 5 0 0 22 0 20 0 166272017 1589821440 22970 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 388140 22970 1430 10 0 385443 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1552560

[startup+1.50075 s]
/proc/loadavg: 2.09 2.02 2.01 2/198 26827
/proc/meminfo: memFree=30840452/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1550176 CPUtime=2.61
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 30407 0 1 0 256 5 0 0 22 0 20 0 166272017 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387544 25402 1433 10 0 384847 0
[pid=26805/tid=26807] ppid=26803 vsize=1550176 CPUtime=0.36
/proc/26805/task/26807/stat : 26807 (java) S 26803 26805 26780 0 -1 4202560 14728 0 1 0 34 2 0 0 19 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 166272019 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 166272019 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 20 0 166272019 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1550176 CPUtime=0.78
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 3954 0 0 0 78 0 0 0 16 0 20 0 166272021 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1550176 CPUtime=0.79
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6026 0 0 0 79 0 0 0 15 0 20 0 166272021 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 166272021 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 25402 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1550176

[startup+3.10148 s]
/proc/loadavg: 2.09 2.02 2.01 2/198 26829
/proc/meminfo: memFree=30828548/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1550176 CPUtime=2.73
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 33612 0 1 0 268 5 0 0 22 0 20 0 166272017 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387544 28606 1433 10 0 384847 0
[pid=26805/tid=26807] ppid=26803 vsize=1550176 CPUtime=0.38
/proc/26805/task/26807/stat : 26807 (java) S 26803 26805 26780 0 -1 4202560 15026 0 1 0 36 2 0 0 19 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272018 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 166272019 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 166272019 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 20 0 166272019 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1550176 CPUtime=0.8
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 3956 0 0 0 80 0 0 0 15 0 20 0 166272021 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1550176 CPUtime=0.8
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6027 0 0 0 80 0 0 0 15 0 20 0 166272021 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 166272021 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 28606 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1550176

[startup+6.30094 s]
/proc/loadavg: 2.09 2.02 2.01 2/198 26835
/proc/meminfo: memFree=30782416/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1550176 CPUtime=3.8
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 41963 0 1 0 374 6 0 0 22 0 20 0 166272017 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387544 36386 1442 10 0 384847 0
[pid=26805/tid=26807] ppid=26803 vsize=1550176 CPUtime=0.41
/proc/26805/task/26807/stat : 26807 (java) S 26803 26805 26780 0 -1 4202560 15619 0 1 0 39 2 0 0 19 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 337 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 24 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 223 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 233 0 0 0 0 0 0 0 18 0 20 0 166272018 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 166272019 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 166272019 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 166272019 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1550176 CPUtime=1.01
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 4518 0 0 0 100 1 0 0 15 0 20 0 166272021 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1550176 CPUtime=1.03
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6058 0 0 0 103 0 0 0 15 0 20 0 166272021 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 166272021 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1550176 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1587380224 36386 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1550176
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 2.08 2.02 2.00 3/199 26847
/proc/meminfo: memFree=30712752/32951124 swapFree=67111528/67111528

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

/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 3657 0 0 0 150 25 0 0 15 0 22 0 166272018 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1551200 CPUtime=1.6
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 3257 0 0 0 146 14 0 0 15 0 22 0 166272018 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1551200 CPUtime=39.21
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 3237 0 0 0 3903 18 0 0 16 0 22 0 166272019 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 166272019 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 166272019 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 166272021 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1551200 CPUtime=1.71
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 5599 0 0 0 170 1 0 0 15 0 22 0 166272021 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1551200 CPUtime=1.15
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6072 0 0 0 115 0 0 0 15 0 22 0 166272021 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 166272021 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 166272021 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 166272062 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 166272062 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26860] ppid=26803 vsize=1551200 CPUtime=165.03
/proc/26805/task/26860/stat : 26860 (java) R 26803 26805 26780 0 -1 4202560 158 0 0 0 16503 0 0 0 15 0 22 0 166284823 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4110173165 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26805/tid=26861] ppid=26803 vsize=1551200 CPUtime=165.05
/proc/26805/task/26861/stat : 26861 (java) R 26803 26805 26780 0 -1 4202560 332 0 0 0 16504 1 0 0 15 0 22 0 166284823 1588428800 69437 4089446400 134512640 134550932 4286800544 18446744073709551615 4110245733 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 598.78
Current children cumulated vsize (KiB) 1551200

[startup+327.901 s]
/proc/loadavg: 2.92 2.58 2.25 2/198 26867
/proc/meminfo: memFree=29810896/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1551200 CPUtime=600.94
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 79083 0 1 0 59901 193 0 0 22 0 20 0 166272017 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387800 69513 1451 10 0 385103 0
[pid=26805/tid=26807] ppid=26803 vsize=1551200 CPUtime=0.5
/proc/26805/task/26807/stat : 26807 (java) S 26803 26805 26780 0 -1 4202560 15809 0 1 0 48 2 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 3093 0 0 0 147 17 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 4063 0 0 0 146 18 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1551200 CPUtime=1.67
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 3862 0 0 0 146 21 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 2108 0 0 0 144 20 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1551200 CPUtime=1.77
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 3264 0 0 0 156 21 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1551200 CPUtime=1.66
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 2938 0 0 0 144 22 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 3 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1551200 CPUtime=1.75
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 3657 0 0 0 150 25 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1551200 CPUtime=1.61
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 3274 0 0 0 147 14 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1551200 CPUtime=39.41
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 3237 0 0 0 3923 18 0 0 16 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1551200 CPUtime=1.72
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 5599 0 0 0 171 1 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1551200 CPUtime=1.16
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6072 0 0 0 116 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 600.94
Current children cumulated vsize (KiB) 1551200

[startup+328.301 s]
/proc/loadavg: 2.92 2.58 2.25 2/198 26867
/proc/meminfo: memFree=29810896/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1551200 CPUtime=601.33
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 79083 0 1 0 59940 193 0 0 22 0 20 0 166272017 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387800 69513 1451 10 0 385103 0
[pid=26805/tid=26807] ppid=26803 vsize=1551200 CPUtime=0.89
/proc/26805/task/26807/stat : 26807 (java) R 26803 26805 26780 0 -1 4202560 15809 0 1 0 87 2 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4110588979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 3093 0 0 0 147 17 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 4063 0 0 0 146 18 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1551200 CPUtime=1.67
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 3862 0 0 0 146 21 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 2108 0 0 0 144 20 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1551200 CPUtime=1.77
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 3264 0 0 0 156 21 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1551200 CPUtime=1.66
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 2938 0 0 0 144 22 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 3 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1551200 CPUtime=1.75
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 3657 0 0 0 150 25 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1551200 CPUtime=1.61
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 3274 0 0 0 147 14 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1551200 CPUtime=39.41
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 3237 0 0 0 3923 18 0 0 16 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1551200 CPUtime=1.72
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 5599 0 0 0 171 1 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1551200 CPUtime=1.16
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6072 0 0 0 116 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 601.33
Current children cumulated vsize (KiB) 1551200

[startup+328.701 s]
/proc/loadavg: 2.92 2.58 2.25 2/198 26867
/proc/meminfo: memFree=29810896/32951124 swapFree=67111528/67111528
[pid=26805] ppid=26803 vsize=1551200 CPUtime=601.73
/proc/26805/stat : 26805 (java) S 26803 26805 26780 0 -1 4202496 79084 0 1 0 59980 193 0 0 22 0 20 0 166272017 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 387800 69513 1451 10 0 385103 0
[pid=26805/tid=26807] ppid=26803 vsize=1551200 CPUtime=1.29
/proc/26805/task/26807/stat : 26807 (java) R 26803 26805 26780 0 -1 4202560 15810 0 1 0 127 2 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4109752038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26805/tid=26808] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26808/stat : 26808 (java) S 26803 26805 26780 0 -1 4202560 3093 0 0 0 147 17 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26809] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26809/stat : 26809 (java) S 26803 26805 26780 0 -1 4202560 4063 0 0 0 146 18 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26810] ppid=26803 vsize=1551200 CPUtime=1.67
/proc/26805/task/26810/stat : 26810 (java) S 26803 26805 26780 0 -1 4202560 3862 0 0 0 146 21 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26811] ppid=26803 vsize=1551200 CPUtime=1.64
/proc/26805/task/26811/stat : 26811 (java) S 26803 26805 26780 0 -1 4202560 2108 0 0 0 144 20 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
[pid=26805/tid=26812] ppid=26803 vsize=1551200 CPUtime=1.77
/proc/26805/task/26812/stat : 26812 (java) S 26803 26805 26780 0 -1 4202560 3264 0 0 0 156 21 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26813] ppid=26803 vsize=1551200 CPUtime=1.66
/proc/26805/task/26813/stat : 26813 (java) S 26803 26805 26780 0 -1 4202560 2938 0 0 0 144 22 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 3 0 0 0
[pid=26805/tid=26814] ppid=26803 vsize=1551200 CPUtime=1.75
/proc/26805/task/26814/stat : 26814 (java) S 26803 26805 26780 0 -1 4202560 3657 0 0 0 150 25 0 0 15 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26815] ppid=26803 vsize=1551200 CPUtime=1.61
/proc/26805/task/26815/stat : 26815 (java) S 26803 26805 26780 0 -1 4202560 3274 0 0 0 147 14 0 0 16 0 20 0 166272018 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26816] ppid=26803 vsize=1551200 CPUtime=39.41
/proc/26805/task/26816/stat : 26816 (java) S 26803 26805 26780 0 -1 4202560 3237 0 0 0 3923 18 0 0 15 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 0 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26817] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26817/stat : 26817 (java) S 26803 26805 26780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26818] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26818/stat : 26818 (java) S 26803 26805 26780 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 166272019 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26819] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26819/stat : 26819 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26820] ppid=26803 vsize=1551200 CPUtime=1.72
/proc/26805/task/26820/stat : 26820 (java) S 26803 26805 26780 0 -1 4202560 5599 0 0 0 171 1 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 1 0 0 0
[pid=26805/tid=26821] ppid=26803 vsize=1551200 CPUtime=1.16
/proc/26805/task/26821/stat : 26821 (java) S 26803 26805 26780 0 -1 4202560 6072 0 0 0 116 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 6 0 0 0
[pid=26805/tid=26822] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26822/stat : 26822 (java) S 26803 26805 26780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 4 0 0 0
[pid=26805/tid=26823] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26823/stat : 26823 (java) S 26803 26805 26780 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 20 0 166272021 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 2 0 0 0
[pid=26805/tid=26826] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26826/stat : 26826 (java) S 26803 26805 26780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 5 0 0 0
[pid=26805/tid=26827] ppid=26803 vsize=1551200 CPUtime=0
/proc/26805/task/26827/stat : 26827 (java) S 26803 26805 26780 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 166272062 1588428800 69513 4089446400 134512640 134550932 4286800544 18446744073709551615 4294960144 0 4 0 16800975 18446604453959052160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 601.73
Current children cumulated vsize (KiB) 1551200

Child status: 30
Real time (s): 328.785
CPU time (s): 601.788
CPU user time (s): 599.842
CPU system time (s): 1.9467
CPU usage (%): 183.034
Max. virtual memory (cumulated for all children) (KiB): 1554272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.842
system time used= 1.9467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79090
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= 34450
involuntary context switches= 449148

runsolver used 0.559914 second user time and 1.26781 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 21:32:04
IDJOB=2694270
IDBENCH=79268
IDSOLVER=1207
FILE ID=node118/2694270-1277926324
PBS_JOBID= 11197374
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694270-1277926324/watcher-2694270-1277926324 -o /tmp/evaluation-result-2694270-1277926324/solver-2694270-1277926324 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694270-1277926324.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7333324480eb5267e10bc3c9063685b0
RANDOM SEED=1874483156

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30928412 kB
Buffers:        209696 kB
Cached:        1301256 kB
SwapCached:          0 kB
Active:         840516 kB
Inactive:      1038272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30928412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:      368024 kB
Mapped:          16284 kB
Slab:            80296 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   519848 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= 74208 MiB
End job on node118 at 2010-06-30 21:37:33