Trace number 2694942

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. 418.289 223.854

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-66-100-0.wbo
MD5SUMd542ebd8fdf9cdf1064a589ed9ad7045
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark341.652
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 constraints930
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 46532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46531
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/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@2808b3
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@503429
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-2694942-1277910674.wbo
0.11/0.10	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.22s.
0.48/0.32	c #vars     1161
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1621
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 935
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1621
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 935
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.83/0.47	c And the winner is Resolution
1.42/1.33	c SATISFIABLE
1.42/1.33	c OPTIMIZING...
1.42/1.33	c Got one! Elapsed wall clock time (in seconds):1.226
1.42/1.33	o 265
1.67/1.42	c And the winner is Resolution
1.83/2.34	c Got one! Elapsed wall clock time (in seconds):2.236
1.83/2.34	o 260
1.83/2.38	c And the winner is Resolution
2.08/3.35	c Got one! Elapsed wall clock time (in seconds):3.243
2.08/3.35	o 223
2.24/3.41	c And the winner is Resolution
2.29/4.36	c Got one! Elapsed wall clock time (in seconds):4.253
2.29/4.36	o 143
2.89/4.61	c And the winner is Resolution
2.93/5.36	c Got one! Elapsed wall clock time (in seconds):5.258
2.93/5.36	o 137
2.93/5.40	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.02/5.50	c And the winner is Resolution
3.22/6.37	c Got one! Elapsed wall clock time (in seconds):6.264
3.22/6.37	o 133
4.39/6.82	c cleaning 4247 clauses out of 8504 with flag 11000/11000
4.78/7.05	c And the winner is Resolution
4.96/7.37	c Got one! Elapsed wall clock time (in seconds):7.271
4.96/7.37	o 106
5.83/7.83	c cleaning 5620 clauses out of 11257 with flag 18000/18000
7.43/8.62	c cleaning 6816 clauses out of 13641 with flag 26004/26004
9.04/9.48	c cleaning 7907 clauses out of 15821 with flag 35000/35000
11.23/10.52	c cleaning 8954 clauses out of 17915 with flag 45001/45001
13.02/11.50	c cleaning 9477 clauses out of 18962 with flag 55002/55002
15.26/12.52	c cleaning 9734 clauses out of 19485 with flag 65002/65002
17.02/13.45	c cleaning 9868 clauses out of 19749 with flag 75000/75000
19.22/14.57	c cleaning 9932 clauses out of 19884 with flag 85003/85003
21.21/15.55	c cleaning 9970 clauses out of 19949 with flag 95000/95000
23.41/16.63	c cleaning 9990 clauses out of 19983 with flag 105004/105004
25.41/17.63	c cleaning 9990 clauses out of 19990 with flag 115001/115001
27.40/18.69	c cleaning 9991 clauses out of 19999 with flag 125000/125000
28.16/19.06	c And the winner is Resolution
28.34/19.40	c Got one! Elapsed wall clock time (in seconds):19.299
28.34/19.40	o 90
29.53/20.07	c cleaning 9999 clauses out of 20009 with flag 135001/135001
29.72/20.19	c And the winner is Resolution
29.90/20.41	c Got one! Elapsed wall clock time (in seconds):20.305
29.90/20.41	o 37
31.70/21.32	c cleaning 10004 clauses out of 20010 with flag 145001/145001
33.47/22.27	c cleaning 9999 clauses out of 20005 with flag 155000/155000
35.44/23.23	c cleaning 9999 clauses out of 20007 with flag 165001/165001
37.22/24.19	c cleaning 9999 clauses out of 20007 with flag 175000/175000
39.20/25.16	c cleaning 9997 clauses out of 20008 with flag 185000/185000
40.96/26.04	c cleaning 10000 clauses out of 20011 with flag 195000/195000
42.72/26.93	c cleaning 9997 clauses out of 20011 with flag 205000/205000
44.48/27.85	c cleaning 10000 clauses out of 20015 with flag 215001/215001
46.25/28.80	c cleaning 9995 clauses out of 20014 with flag 225000/225000
48.01/29.66	c cleaning 9994 clauses out of 20019 with flag 235000/235000
49.75/30.53	c cleaning 10010 clauses out of 20026 with flag 245001/245001
51.33/31.34	c cleaning 10004 clauses out of 20015 with flag 255000/255000
52.88/32.14	c cleaning 10002 clauses out of 20011 with flag 265000/265000
54.84/33.11	c cleaning 9998 clauses out of 20009 with flag 275000/275000
56.40/33.96	c cleaning 10001 clauses out of 20012 with flag 285001/285001
58.16/34.83	c cleaning 9992 clauses out of 20010 with flag 295000/295000
59.73/35.61	c cleaning 9999 clauses out of 20018 with flag 305000/305000
61.28/36.40	c cleaning 10008 clauses out of 20019 with flag 315000/315000
62.63/37.17	c cleaning 10000 clauses out of 20012 with flag 325001/325001
64.39/38.07	c cleaning 10003 clauses out of 20012 with flag 335001/335001
66.15/38.91	c cleaning 9999 clauses out of 20009 with flag 345001/345001
67.70/39.72	c cleaning 10002 clauses out of 20009 with flag 355000/355000
69.25/40.54	c cleaning 9997 clauses out of 20007 with flag 365000/365000
70.80/41.34	c cleaning 9996 clauses out of 20010 with flag 375000/375000
72.35/42.17	c cleaning 10004 clauses out of 20016 with flag 385002/385002
74.11/43.02	c cleaning 9995 clauses out of 20012 with flag 395002/395002
75.66/43.88	c cleaning 10000 clauses out of 20017 with flag 405002/405002
77.40/44.75	c cleaning 10003 clauses out of 20016 with flag 415001/415001
79.17/45.66	c cleaning 10001 clauses out of 20012 with flag 425000/425000
80.92/46.54	c cleaning 10002 clauses out of 20014 with flag 435003/435003
82.67/47.47	c cleaning 9999 clauses out of 20010 with flag 445001/445001
84.43/48.35	c cleaning 10001 clauses out of 20010 with flag 455000/455000
85.98/49.16	c cleaning 9999 clauses out of 20009 with flag 465000/465000
87.72/50.07	c cleaning 9998 clauses out of 20010 with flag 475000/475000
89.27/50.88	c cleaning 9993 clauses out of 20012 with flag 485000/485000
91.03/51.70	c cleaning 10000 clauses out of 20019 with flag 495000/495000
92.56/52.53	c cleaning 10003 clauses out of 20020 with flag 505001/505001
94.10/53.36	c cleaning 9996 clauses out of 20016 with flag 515000/515000
95.84/54.26	c cleaning 10003 clauses out of 20020 with flag 525000/525000
97.58/55.10	c cleaning 10005 clauses out of 20017 with flag 535000/535000
99.11/55.96	c cleaning 9997 clauses out of 20012 with flag 545000/545000
100.84/56.83	c cleaning 9999 clauses out of 20015 with flag 555000/555000
102.60/57.78	c cleaning 9999 clauses out of 20017 with flag 565001/565001
104.34/58.64	c cleaning 10004 clauses out of 20017 with flag 575000/575000
106.09/59.50	c cleaning 10000 clauses out of 20016 with flag 585003/585003
107.63/60.36	c cleaning 10004 clauses out of 20017 with flag 595004/595004
109.37/61.25	c cleaning 9994 clauses out of 20011 with flag 605002/605002
111.17/62.11	c cleaning 10000 clauses out of 20015 with flag 615000/615000
112.88/62.92	c cleaning 10003 clauses out of 20016 with flag 625001/625001
114.41/63.78	c cleaning 9998 clauses out of 20012 with flag 635000/635000
116.15/64.67	c cleaning 10004 clauses out of 20017 with flag 645003/645003
117.89/65.52	c cleaning 9996 clauses out of 20011 with flag 655001/655001
119.44/66.38	c cleaning 9999 clauses out of 20015 with flag 665001/665001
121.17/67.25	c cleaning 10002 clauses out of 20015 with flag 675000/675000
122.92/68.12	c cleaning 10001 clauses out of 20014 with flag 685001/685001
124.46/68.99	c cleaning 10003 clauses out of 20013 with flag 695001/695001
126.41/69.90	c cleaning 9999 clauses out of 20009 with flag 705000/705000
127.93/70.73	c cleaning 10003 clauses out of 20011 with flag 715001/715001
129.49/71.58	c cleaning 10001 clauses out of 20012 with flag 725005/725005
131.21/72.43	c cleaning 9998 clauses out of 20006 with flag 735000/735000
132.76/73.28	c cleaning 9985 clauses out of 20008 with flag 745000/745000
134.49/74.16	c cleaning 10007 clauses out of 20024 with flag 755001/755001
136.23/75.01	c cleaning 10004 clauses out of 20018 with flag 765002/765002
137.77/75.82	c cleaning 10000 clauses out of 20012 with flag 775000/775000
139.30/76.66	c cleaning 10003 clauses out of 20013 with flag 785001/785001
141.02/77.59	c cleaning 9998 clauses out of 20010 with flag 795001/795001
142.76/78.40	c cleaning 10000 clauses out of 20012 with flag 805001/805001
144.31/79.20	c cleaning 10002 clauses out of 20013 with flag 815002/815002
145.85/80.04	c cleaning 0 clauses out of 5002 with flag 0/5002
146.02/80.18	c cleaning 10000 clauses out of 20009 with flag 825000/825000
147.83/81.03	c cleaning 10000 clauses out of 20011 with flag 835002/835002
149.37/81.88	c cleaning 9999 clauses out of 20011 with flag 845002/845002
151.10/82.74	c cleaning 10000 clauses out of 20013 with flag 855003/855003
152.82/83.61	c cleaning 9992 clauses out of 20010 with flag 865000/865000
154.15/84.40	c cleaning 9998 clauses out of 20019 with flag 875001/875001
155.88/85.22	c cleaning 10004 clauses out of 20020 with flag 885000/885000
157.41/86.08	c cleaning 10006 clauses out of 20017 with flag 895001/895001
159.32/87.03	c cleaning 9997 clauses out of 20010 with flag 905000/905000
160.85/87.90	c cleaning 9999 clauses out of 20013 with flag 915000/915000
162.58/88.71	c cleaning 10004 clauses out of 20014 with flag 925000/925000
164.12/89.57	c cleaning 9995 clauses out of 20011 with flag 935001/935001
165.82/90.42	c cleaning 10003 clauses out of 20015 with flag 945000/945000
167.37/91.29	c cleaning 10003 clauses out of 20013 with flag 955001/955001
169.10/92.17	c cleaning 9994 clauses out of 20009 with flag 965000/965000
170.83/93.03	c cleaning 10004 clauses out of 20015 with flag 975000/975000
172.55/93.95	c cleaning 10004 clauses out of 20012 with flag 985001/985001
174.29/94.83	c cleaning 9998 clauses out of 20008 with flag 995001/995001
176.04/95.72	c cleaning 10000 clauses out of 20010 with flag 1005001/1005001
177.56/96.53	c cleaning 9999 clauses out of 20010 with flag 1015001/1015001
179.08/97.40	c cleaning 10002 clauses out of 20016 with flag 1025006/1025006
180.81/98.20	c cleaning 10000 clauses out of 20009 with flag 1035001/1035001
182.35/99.04	c cleaning 9996 clauses out of 20009 with flag 1045001/1045001
183.88/99.88	c cleaning 10001 clauses out of 20012 with flag 1055000/1055000
185.59/100.80	c cleaning 9999 clauses out of 20012 with flag 1065001/1065001
187.32/101.69	c cleaning 9997 clauses out of 20013 with flag 1075001/1075001
189.05/102.50	c cleaning 10002 clauses out of 20017 with flag 1085002/1085002
190.60/103.32	c cleaning 10002 clauses out of 20013 with flag 1095000/1095000
192.30/104.24	c cleaning 10004 clauses out of 20011 with flag 1105000/1105000
193.84/105.03	c cleaning 10000 clauses out of 20011 with flag 1115004/1115004
195.36/105.84	c cleaning 9997 clauses out of 20008 with flag 1125001/1125001
196.91/106.61	c cleaning 9996 clauses out of 20010 with flag 1135000/1135000
198.41/107.45	c cleaning 10001 clauses out of 20014 with flag 1145000/1145000
200.14/108.38	c cleaning 9995 clauses out of 20013 with flag 1155000/1155000
202.27/109.43	c cleaning 10004 clauses out of 20018 with flag 1165000/1165000
204.21/110.44	c cleaning 10000 clauses out of 20014 with flag 1175000/1175000
205.91/111.30	c cleaning 10002 clauses out of 20016 with flag 1185002/1185002
207.45/112.20	c cleaning 9999 clauses out of 20012 with flag 1195000/1195000
209.16/113.06	c cleaning 10002 clauses out of 20013 with flag 1205000/1205000
210.89/113.96	c cleaning 10004 clauses out of 20014 with flag 1215003/1215003
212.59/114.80	c cleaning 9998 clauses out of 20009 with flag 1225002/1225002
214.13/115.64	c cleaning 9996 clauses out of 20009 with flag 1235000/1235000
215.66/116.49	c cleaning 9996 clauses out of 20014 with flag 1245001/1245001
217.39/117.37	c cleaning 10003 clauses out of 20017 with flag 1255000/1255000
219.10/118.24	c cleaning 9997 clauses out of 20014 with flag 1265000/1265000
220.63/119.08	c cleaning 9999 clauses out of 20017 with flag 1275000/1275000
222.37/119.92	c cleaning 10001 clauses out of 20019 with flag 1285001/1285001
224.08/120.85	c cleaning 10001 clauses out of 20017 with flag 1295000/1295000
226.19/121.92	c cleaning 9992 clauses out of 20017 with flag 1305001/1305001
227.92/122.89	c cleaning 10006 clauses out of 20027 with flag 1315003/1315003
229.85/123.85	c cleaning 10005 clauses out of 20021 with flag 1325003/1325003
231.58/124.78	c cleaning 9997 clauses out of 20013 with flag 1335000/1335000
233.47/125.77	c cleaning 10004 clauses out of 20017 with flag 1345001/1345001
235.20/126.67	c cleaning 10004 clauses out of 20015 with flag 1355003/1355003
236.93/127.60	c cleaning 9998 clauses out of 20010 with flag 1365002/1365002
238.85/128.55	c cleaning 10000 clauses out of 20010 with flag 1375000/1375000
240.35/129.38	c cleaning 10000 clauses out of 20011 with flag 1385001/1385001
242.07/130.27	c cleaning 9996 clauses out of 20010 with flag 1395000/1395000
243.81/131.15	c cleaning 10000 clauses out of 20016 with flag 1405002/1405002
245.34/131.99	c cleaning 10002 clauses out of 20015 with flag 1415001/1415001
247.24/132.90	c cleaning 9997 clauses out of 20012 with flag 1425000/1425000
248.95/133.81	c cleaning 10000 clauses out of 20017 with flag 1435002/1435002
250.67/134.79	c cleaning 10003 clauses out of 20016 with flag 1445001/1445001
252.60/135.70	c cleaning 9999 clauses out of 20012 with flag 1455000/1455000
254.30/136.63	c cleaning 10004 clauses out of 20014 with flag 1465001/1465001
256.02/137.59	c cleaning 9997 clauses out of 20010 with flag 1475001/1475001
257.94/138.52	c cleaning 10003 clauses out of 20013 with flag 1485001/1485001
259.65/139.40	c cleaning 10004 clauses out of 20013 with flag 1495004/1495004
261.35/140.34	c cleaning 9998 clauses out of 20006 with flag 1505001/1505001
263.08/141.20	c cleaning 9996 clauses out of 20007 with flag 1515000/1515000
265.00/142.23	c cleaning 9998 clauses out of 20011 with flag 1525000/1525000
266.54/143.07	c cleaning 10002 clauses out of 20014 with flag 1535001/1535001
268.22/143.94	c cleaning 10000 clauses out of 20012 with flag 1545001/1545001
269.94/144.82	c cleaning 10000 clauses out of 20011 with flag 1555000/1555000
271.66/145.72	c cleaning 10003 clauses out of 20011 with flag 1565000/1565000
273.39/146.61	c cleaning 9989 clauses out of 20009 with flag 1575001/1575001
275.08/147.56	c cleaning 10000 clauses out of 20019 with flag 1585000/1585000
276.81/148.48	c cleaning 10004 clauses out of 20019 with flag 1595000/1595000
278.53/149.36	c cleaning 10001 clauses out of 20015 with flag 1605000/1605000
280.24/150.25	c cleaning 10001 clauses out of 20015 with flag 1615001/1615001
281.94/151.11	c cleaning 10001 clauses out of 20014 with flag 1625001/1625001
283.66/152.02	c cleaning 10002 clauses out of 20015 with flag 1635003/1635003
285.39/152.92	c cleaning 10003 clauses out of 20011 with flag 1645001/1645001
287.11/153.84	c cleaning 9997 clauses out of 20007 with flag 1655000/1655000
288.80/154.75	c cleaning 10004 clauses out of 20013 with flag 1665003/1665003
290.52/155.62	c cleaning 10000 clauses out of 20012 with flag 1675006/1675006
292.23/156.51	c cleaning 9995 clauses out of 20008 with flag 1685002/1685002
293.75/157.37	c cleaning 10003 clauses out of 20013 with flag 1695002/1695002
295.64/158.33	c cleaning 9997 clauses out of 20008 with flag 1705000/1705000
297.56/159.34	c cleaning 10003 clauses out of 20012 with flag 1715001/1715001
299.48/160.30	c cleaning 9999 clauses out of 20009 with flag 1725001/1725001
300.99/161.19	c cleaning 9992 clauses out of 20009 with flag 1735000/1735000
303.08/162.23	c cleaning 10006 clauses out of 20017 with flag 1745000/1745000
304.79/163.18	c cleaning 10002 clauses out of 20011 with flag 1755000/1755000
306.72/164.17	c cleaning 9995 clauses out of 20009 with flag 1765000/1765000
308.63/165.18	c cleaning 9996 clauses out of 20014 with flag 1775000/1775000
310.52/166.14	c cleaning 10001 clauses out of 20018 with flag 1785000/1785000
312.03/166.98	c cleaning 10001 clauses out of 20018 with flag 1795001/1795001
313.95/167.91	c cleaning 9999 clauses out of 20016 with flag 1805000/1805000
315.67/168.83	c cleaning 9996 clauses out of 20018 with flag 1815001/1815001
317.55/169.84	c cleaning 9993 clauses out of 20021 with flag 1825000/1825000
319.07/170.69	c cleaning 10004 clauses out of 20029 with flag 1835001/1835001
320.99/171.61	c cleaning 10008 clauses out of 20025 with flag 1845001/1845001
322.69/172.59	c cleaning 10003 clauses out of 20019 with flag 1855003/1855003
324.99/173.73	c cleaning 10000 clauses out of 20017 with flag 1865004/1865004
326.90/174.72	c cleaning 10000 clauses out of 20013 with flag 1875000/1875000
329.22/175.95	c cleaning 10004 clauses out of 20018 with flag 1885005/1885005
331.13/176.94	c cleaning 10001 clauses out of 20010 with flag 1895001/1895001
333.02/177.90	c cleaning 10000 clauses out of 20008 with flag 1905000/1905000
334.94/178.94	c cleaning 10001 clauses out of 20010 with flag 1915002/1915002
336.84/179.94	c cleaning 9999 clauses out of 20007 with flag 1925000/1925000
338.75/180.91	c cleaning 9999 clauses out of 20008 with flag 1935000/1935000
340.64/181.97	c cleaning 10000 clauses out of 20009 with flag 1945000/1945000
342.36/182.90	c cleaning 9994 clauses out of 20011 with flag 1955002/1955002
344.27/183.88	c cleaning 10001 clauses out of 20015 with flag 1965000/1965000
346.38/184.97	c cleaning 9999 clauses out of 20014 with flag 1975000/1975000
348.49/186.06	c cleaning 10005 clauses out of 20019 with flag 1985004/1985004
350.61/187.16	c cleaning 10003 clauses out of 20014 with flag 1995004/1995004
352.53/188.18	c cleaning 9996 clauses out of 20008 with flag 2005001/2005001
354.42/189.17	c cleaning 9999 clauses out of 20011 with flag 2015000/2015000
356.51/190.20	c cleaning 9999 clauses out of 20015 with flag 2025003/2025003
358.22/191.17	c cleaning 10003 clauses out of 20014 with flag 2035001/2035001
360.13/192.17	c cleaning 9999 clauses out of 20010 with flag 2045000/2045000
362.23/193.25	c cleaning 10003 clauses out of 20011 with flag 2055000/2055000
364.31/194.37	c cleaning 9992 clauses out of 20009 with flag 2065001/2065001
366.21/195.32	c cleaning 9999 clauses out of 20017 with flag 2075001/2075001
368.13/196.35	c cleaning 9998 clauses out of 20017 with flag 2085000/2085000
370.03/197.31	c cleaning 10006 clauses out of 20019 with flag 2095000/2095000
372.12/198.42	c cleaning 9994 clauses out of 20014 with flag 2105001/2105001
374.03/199.45	c cleaning 10005 clauses out of 20021 with flag 2115002/2115002
375.74/200.35	c cleaning 10005 clauses out of 20015 with flag 2125001/2125001
377.65/201.34	c cleaning 10000 clauses out of 20010 with flag 2135001/2135001
379.53/202.35	c cleaning 9999 clauses out of 20013 with flag 2145004/2145004
381.64/203.40	c cleaning 9996 clauses out of 20011 with flag 2155001/2155001
383.33/204.37	c cleaning 10003 clauses out of 20014 with flag 2165000/2165000
385.24/205.36	c cleaning 9997 clauses out of 20011 with flag 2175000/2175000
387.32/206.46	c cleaning 10003 clauses out of 20016 with flag 2185002/2185002
389.24/207.49	c cleaning 9998 clauses out of 20010 with flag 2195000/2195000
391.15/208.46	c cleaning 9998 clauses out of 20012 with flag 2205000/2205000
393.04/209.44	c cleaning 10001 clauses out of 20018 with flag 2215004/2215004
394.91/210.48	c cleaning 10004 clauses out of 20015 with flag 2225002/2225002
396.82/211.48	c cleaning 9997 clauses out of 20009 with flag 2235000/2235000
398.72/212.43	c cleaning 10002 clauses out of 20013 with flag 2245001/2245001
400.63/213.41	c cleaning 10004 clauses out of 20016 with flag 2255006/2255006
402.71/214.58	c cleaning 9997 clauses out of 20006 with flag 2265000/2265000
404.82/215.65	c cleaning 9999 clauses out of 20009 with flag 2275000/2275000
406.93/216.74	c cleaning 10003 clauses out of 20010 with flag 2285000/2285000
408.84/217.79	c cleaning 9997 clauses out of 20008 with flag 2295001/2295001
411.13/218.91	c cleaning 10003 clauses out of 20012 with flag 2305002/2305002
413.04/219.92	c cleaning 9999 clauses out of 20009 with flag 2315002/2315002
414.94/220.98	c cleaning 10001 clauses out of 20010 with flag 2325002/2325002
417.46/222.21	c And the winner is Resolution
418.25/223.82	c starts		: 238
418.25/223.82	c conflicts		: 2334626
418.25/223.82	c decisions		: 3979992
418.25/223.82	c propagations		: 155591022
418.25/223.82	c inspects		: 1266453298
418.25/223.82	c learnt literals	: 3
418.25/223.82	c learnt binary clauses	: 19
418.25/223.82	c learnt ternary clauses	: 837
418.25/223.82	c learnt clauses	: 2334622
418.25/223.82	c ignored clauses	: 0
418.25/223.82	c root simplifications	: 0
418.25/223.82	c removed literals (reason simplification)	: 11884634
418.25/223.82	c reason swapping (by a shorter reason)	: 0
418.25/223.82	c Calls to reduceDB	: 234
418.25/223.82	c number of reductions to clauses (during analyze)	: 0
418.25/223.82	c number of learned constraints concerned by reduction	: 0
418.25/223.82	c number of learning phase by resolution	: 0
418.25/223.82	c number of learning phase by cutting planes	: 0
418.25/223.82	c speed (assignments/second)	: 764920.8585699678
418.25/223.82	c non guided choices	2035
418.25/223.82	c learnt constraints type 
418.25/223.82	c constraints type 
418.25/223.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1621
418.25/223.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 935
418.25/223.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
418.25/223.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
418.25/223.82	c constraints type 
418.25/223.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
418.25/223.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1621
418.25/223.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 935
418.25/223.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
418.25/223.82	s OPTIMUM FOUND
418.25/223.82	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 
418.25/223.82	c objective function=37
418.25/223.82	c Total wall clock time (in seconds): 223.716

Verifier Data

OK	37

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694942-1277910674/watcher-2694942-1277910674 -o /tmp/evaluation-result-2694942-1277910674/solver-2694942-1277910674 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694942-1277910674.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: 2.00 2.00 2.00 3/178 12083
/proc/meminfo: memFree=31338240/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=13164 CPUtime=0
/proc/12083/stat : 12083 (java) R 12081 12083 11294 0 -1 4194304 847 0 0 0 0 0 0 0 25 0 1 0 132364623 13479936 382 4089446400 134512640 134550932 4292568080 18446744073709551615 10274437 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12083/statm: 3291 389 144 10 0 1121 0

[startup+0.00787289 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12083
/proc/meminfo: memFree=31338240/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=13508 CPUtime=0
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 1114 0 0 0 0 0 0 0 25 0 2 0 132364623 13832192 584 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 3377 584 267 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13508

[startup+0.100854 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12083
/proc/meminfo: memFree=31338240/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1529468 CPUtime=0.11
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 5210 0 1 0 10 1 0 0 25 0 18 0 132364623 1566175232 4647 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 382367 4647 1346 10 0 379670 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529468

[startup+0.300832 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12083
/proc/meminfo: memFree=31338240/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1532000 CPUtime=0.48
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 8405 0 1 0 47 1 0 0 25 0 18 0 132364623 1568768000 7739 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 383000 7740 1395 10 0 380303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1532000

[startup+0.700793 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12083
/proc/meminfo: memFree=31338240/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1538488 CPUtime=1.42
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 13031 0 1 0 140 2 0 0 25 0 20 0 132364623 1575411712 11009 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 384622 11009 1425 10 0 381925 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1538488

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 12105
/proc/meminfo: memFree=31298224/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1538488 CPUtime=1.83
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 15861 0 1 0 180 3 0 0 25 0 20 0 132364623 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 384622 13838 1433 10 0 381925 0
[pid=12083/tid=12085] ppid=12081 vsize=1538488 CPUtime=0.31
/proc/12083/task/12085/stat : 12085 (java) S 12081 12083 11294 0 -1 4202560 6979 0 1 0 30 1 0 0 19 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1538488 CPUtime=0.5
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 2171 0 0 0 50 0 0 0 15 0 20 0 132364628 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1538488 CPUtime=0.52
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 1904 0 0 0 52 0 0 0 15 0 20 0 132364628 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132364628 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1575411712 13838 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1538488

[startup+3.10133 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 12107
/proc/meminfo: memFree=31281916/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1538488 CPUtime=2.08
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 18435 0 1 0 205 3 0 0 25 0 20 0 132364623 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 384622 16411 1433 10 0 381925 0
[pid=12083/tid=12085] ppid=12081 vsize=1538488 CPUtime=0.31
/proc/12083/task/12085/stat : 12085 (java) S 12081 12083 11294 0 -1 4202560 7082 0 1 0 30 1 0 0 19 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1538488 CPUtime=0.59
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 2182 0 0 0 59 0 0 0 15 0 20 0 132364628 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1538488 CPUtime=0.62
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 1919 0 0 0 62 0 0 0 15 0 20 0 132364628 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132364628 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1575411712 16411 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1538488
heavy processes:

[startup+6.30076 s]
/proc/loadavg: 1.92 1.98 1.99 6/200 12115
/proc/meminfo: memFree=31184808/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1538488 CPUtime=3.22
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 39144 0 1 0 317 5 0 0 25 0 20 0 132364623 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 384622 36965 1451 10 0 381925 0
[pid=12083/tid=12085] ppid=12081 vsize=1538488 CPUtime=0.32
/proc/12083/task/12085/stat : 12085 (java) S 12081 12083 11294 0 -1 4202560 7288 0 1 0 31 1 0 0 19 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 278 0 0 0 0 0 0 0 17 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 400 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 351 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 0 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 200 0 0 0 0 0 0 0 18 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 191 0 0 0 0 0 0 0 16 0 20 0 132364624 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1538488 CPUtime=0.01
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 772 0 0 0 1 0 0 0 16 0 20 0 132364625 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 132364625 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1538488 CPUtime=0.71
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 2203 0 0 0 71 0 0 0 15 0 20 0 132364628 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1538488 CPUtime=0.74
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 1936 0 0 0 74 0 0 0 15 0 20 0 132364628 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132364628 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1538488 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1575411712 36965 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 1538488
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 2.01 2.00 2.00 4/200 12119

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

/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 1770 0 0 0 93 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1450 0 0 0 99 14 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1541824 CPUtime=1
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1585 0 0 0 88 12 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1541824 CPUtime=1.01
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 2503 0 0 0 90 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1541824 CPUtime=21.89
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 5877 0 0 0 2174 15 0 0 15 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1541824 CPUtime=1.04
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 4169 0 0 0 104 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1541824 CPUtime=1.37
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 5298 0 0 0 137 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 417.56
Current children cumulated vsize (KiB) 1541824

[startup+223.501 s]
/proc/loadavg: 2.85 2.44 2.17 3/198 12129
/proc/meminfo: memFree=30770224/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1541824 CPUtime=417.95
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 69723 0 1 0 41674 121 0 0 25 0 20 0 132364623 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 385456 61621 1451 10 0 382759 0
[pid=12083/tid=12085] ppid=12081 vsize=1541824 CPUtime=0.72
/proc/12083/task/12085/stat : 12085 (java) R 12081 12083 11294 0 -1 4202560 7306 0 1 0 71 1 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4109178593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1541824 CPUtime=1.16
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 1730 0 0 0 106 10 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 2 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1541824 CPUtime=1.08
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 2273 0 0 0 95 13 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 1731 0 0 0 102 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 0 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1541824 CPUtime=0.99
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 2244 0 0 0 88 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1541824 CPUtime=1.04
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 1770 0 0 0 93 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1450 0 0 0 99 14 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1541824 CPUtime=1
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1585 0 0 0 88 12 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1541824 CPUtime=1.01
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 2503 0 0 0 90 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1541824 CPUtime=21.89
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 5877 0 0 0 2174 15 0 0 15 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1541824 CPUtime=1.05
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 4169 0 0 0 105 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1541824 CPUtime=1.37
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 5298 0 0 0 137 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 417.95
Current children cumulated vsize (KiB) 1541824

[startup+223.701 s]
/proc/loadavg: 2.85 2.44 2.17 3/198 12129
/proc/meminfo: memFree=30770224/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1541824 CPUtime=418.15
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 69723 0 1 0 41694 121 0 0 25 0 20 0 132364623 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 385456 61621 1451 10 0 382759 0
[pid=12083/tid=12085] ppid=12081 vsize=1541824 CPUtime=0.92
/proc/12083/task/12085/stat : 12085 (java) R 12081 12083 11294 0 -1 4202560 7306 0 1 0 91 1 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4109178547 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1541824 CPUtime=1.16
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 1730 0 0 0 106 10 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 2 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1541824 CPUtime=1.08
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 2273 0 0 0 95 13 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 1731 0 0 0 102 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 0 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1541824 CPUtime=0.99
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 2244 0 0 0 88 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1541824 CPUtime=1.04
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 1770 0 0 0 93 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1450 0 0 0 99 14 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1541824 CPUtime=1
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1585 0 0 0 88 12 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1541824 CPUtime=1.01
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 2503 0 0 0 90 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1541824 CPUtime=21.89
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 5877 0 0 0 2174 15 0 0 15 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1541824 CPUtime=1.05
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 4169 0 0 0 105 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1541824 CPUtime=1.37
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 5298 0 0 0 137 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 418.15
Current children cumulated vsize (KiB) 1541824

[startup+223.801 s]
/proc/loadavg: 2.85 2.44 2.17 3/198 12129
/proc/meminfo: memFree=30770224/32951124 swapFree=67111528/67111528
[pid=12083] ppid=12081 vsize=1541824 CPUtime=418.25
/proc/12083/stat : 12083 (java) S 12081 12083 11294 0 -1 4202496 69723 0 1 0 41704 121 0 0 25 0 20 0 132364623 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12083/statm: 385456 61621 1451 10 0 382759 0
[pid=12083/tid=12085] ppid=12081 vsize=1541824 CPUtime=1.02
/proc/12083/task/12085/stat : 12085 (java) R 12081 12083 11294 0 -1 4202560 7306 0 1 0 101 1 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4109178593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12083/tid=12086] ppid=12081 vsize=1541824 CPUtime=1.16
/proc/12083/task/12086/stat : 12086 (java) S 12081 12083 11294 0 -1 4202560 1730 0 0 0 106 10 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 2 0 0 0
[pid=12083/tid=12087] ppid=12081 vsize=1541824 CPUtime=1.08
/proc/12083/task/12087/stat : 12087 (java) S 12081 12083 11294 0 -1 4202560 2273 0 0 0 95 13 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12088] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12088/stat : 12088 (java) S 12081 12083 11294 0 -1 4202560 1731 0 0 0 102 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 0 0 0 0
[pid=12083/tid=12089] ppid=12081 vsize=1541824 CPUtime=0.99
/proc/12083/task/12089/stat : 12089 (java) S 12081 12083 11294 0 -1 4202560 2244 0 0 0 88 11 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12090] ppid=12081 vsize=1541824 CPUtime=1.04
/proc/12083/task/12090/stat : 12090 (java) S 12081 12083 11294 0 -1 4202560 1770 0 0 0 93 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12091] ppid=12081 vsize=1541824 CPUtime=1.13
/proc/12083/task/12091/stat : 12091 (java) S 12081 12083 11294 0 -1 4202560 1450 0 0 0 99 14 0 0 15 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12092] ppid=12081 vsize=1541824 CPUtime=1
/proc/12083/task/12092/stat : 12092 (java) S 12081 12083 11294 0 -1 4202560 1585 0 0 0 88 12 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12093] ppid=12081 vsize=1541824 CPUtime=1.01
/proc/12083/task/12093/stat : 12093 (java) S 12081 12083 11294 0 -1 4202560 2503 0 0 0 90 11 0 0 16 0 20 0 132364624 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12094] ppid=12081 vsize=1541824 CPUtime=21.89
/proc/12083/task/12094/stat : 12094 (java) S 12081 12083 11294 0 -1 4202560 5877 0 0 0 2174 15 0 0 15 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 0 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12095] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12095/stat : 12095 (java) S 12081 12083 11294 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 5 0 0 0
[pid=12083/tid=12096] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12096/stat : 12096 (java) S 12081 12083 11294 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 132364625 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12097] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12097/stat : 12097 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12098] ppid=12081 vsize=1541824 CPUtime=1.05
/proc/12083/task/12098/stat : 12098 (java) S 12081 12083 11294 0 -1 4202560 4169 0 0 0 105 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 7 0 0 0
[pid=12083/tid=12099] ppid=12081 vsize=1541824 CPUtime=1.37
/proc/12083/task/12099/stat : 12099 (java) S 12081 12083 11294 0 -1 4202560 5298 0 0 0 137 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 4 0 0 0
[pid=12083/tid=12100] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12100/stat : 12100 (java) S 12081 12083 11294 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12101] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12101/stat : 12101 (java) S 12081 12083 11294 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 20 0 132364628 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 3 0 0 0
[pid=12083/tid=12104] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12104/stat : 12104 (java) S 12081 12083 11294 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
[pid=12083/tid=12105] ppid=12081 vsize=1541824 CPUtime=0
/proc/12083/task/12105/stat : 12105 (java) S 12081 12083 11294 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 132364659 1578827776 61621 4089446400 134512640 134550932 4292568080 18446744073709551615 4294960144 0 4 0 16800975 18446604471078619968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 418.25
Current children cumulated vsize (KiB) 1541824

Child status: 30
Real time (s): 223.854
CPU time (s): 418.289
CPU user time (s): 417.066
CPU system time (s): 1.22381
CPU usage (%): 186.858
Max. virtual memory (cumulated for all children) (KiB): 1547592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 417.066
system time used= 1.22381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69733
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= 21295
involuntary context switches= 243361

runsolver used 0.476927 second user time and 0.781881 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 17:11:14
IDJOB=2694942
IDBENCH=78979
IDSOLVER=1207
FILE ID=node108/2694942-1277910674
PBS_JOBID= 11197240
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-66-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-2694942-1277910674/watcher-2694942-1277910674 -o /tmp/evaluation-result-2694942-1277910674/solver-2694942-1277910674 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694942-1277910674.wbo

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

MD5SUM BENCH= d542ebd8fdf9cdf1064a589ed9ad7045
RANDOM SEED=307524306

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31338876 kB
Buffers:        194496 kB
Cached:        1168660 kB
SwapCached:          0 kB
Active:         622968 kB
Inactive:       845356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31338876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3960 kB
Writeback:           0 kB
AnonPages:      105484 kB
Mapped:          16184 kB
Slab:            79148 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249312 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 node108 at 2010-06-30 17:14:58