Trace number 3732081

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT62 257.884 144.824

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.065989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3732081-1338739528.opb
0.09/0.11	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.183s.
0.46/0.30	c #vars     648
0.46/0.30	c #constraints  1954
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
0.46/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 384
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1546
0.46/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
2.42/0.80	c cleaning 2482 clauses out of 5000 with flag 5000/5000
3.20/1.04	c cleaning 4256 clauses out of 8519 with flag 11001/11001
3.90/1.28	c cleaning 5623 clauses out of 11262 with flag 18000/18000
4.81/1.62	c cleaning 6809 clauses out of 13640 with flag 26001/26001
5.46/1.98	c cleaning 7912 clauses out of 15831 with flag 35001/35001
6.05/2.29	c cleaning 8956 clauses out of 17920 with flag 45002/45002
7.03/2.70	c cleaning 9475 clauses out of 18963 with flag 55001/55001
7.81/3.14	c cleaning 9733 clauses out of 19488 with flag 65001/65001
8.61/3.59	c cleaning 9875 clauses out of 19757 with flag 75003/75003
9.01/3.72	c And the winner is CuttingPlanes
9.09/4.33	c SATISFIABLE
9.09/4.33	c OPTIMIZING...
9.09/4.33	c Got one! Elapsed wall clock time (in seconds):4.21
9.09/4.33	o 70
9.69/4.66	c cleaning 9933 clauses out of 19879 with flag 85000/85000
10.86/5.23	c cleaning 9964 clauses out of 19948 with flag 95002/95002
11.83/5.76	c cleaning 9982 clauses out of 19982 with flag 105000/105000
12.37/6.03	c And the winner is CuttingPlanes
12.47/6.33	c Got one! Elapsed wall clock time (in seconds):6.213
12.47/6.33	o 68
12.82/6.54	c cleaning 9994 clauses out of 20000 with flag 115000/115000
13.77/7.04	c cleaning 9991 clauses out of 20006 with flag 125000/125000
14.73/7.55	c cleaning 9999 clauses out of 20016 with flag 135001/135001
15.49/7.99	c cleaning 9993 clauses out of 20016 with flag 145000/145000
16.42/8.47	c cleaning 9993 clauses out of 20025 with flag 155002/155002
17.37/8.94	c cleaning 10008 clauses out of 20031 with flag 165001/165001
18.13/9.37	c cleaning 10006 clauses out of 20022 with flag 175000/175000
19.12/9.86	c cleaning 10005 clauses out of 20019 with flag 185003/185003
20.23/10.43	c cleaning 10001 clauses out of 20011 with flag 195000/195000
21.19/10.94	c cleaning 9993 clauses out of 20010 with flag 205000/205000
22.13/11.41	c cleaning 9997 clauses out of 20017 with flag 215000/215000
23.10/11.95	c cleaning 9999 clauses out of 20020 with flag 225000/225000
24.03/12.46	c cleaning 10006 clauses out of 20022 with flag 235001/235001
25.20/13.02	c cleaning 9996 clauses out of 20015 with flag 245000/245000
26.14/13.56	c cleaning 10001 clauses out of 20019 with flag 255000/255000
26.69/13.86	c And the winner is CuttingPlanes
26.85/14.33	c Got one! Elapsed wall clock time (in seconds):14.216
26.85/14.33	o 66
27.19/14.56	c cleaning 10000 clauses out of 20019 with flag 265001/265001
28.30/15.12	c cleaning 10007 clauses out of 20020 with flag 275002/275002
29.04/15.59	c cleaning 10000 clauses out of 20011 with flag 285000/285000
29.97/16.06	c cleaning 9994 clauses out of 20011 with flag 295000/295000
30.93/16.59	c cleaning 10003 clauses out of 20017 with flag 305000/305000
32.02/17.11	c cleaning 9998 clauses out of 20014 with flag 315000/315000
33.15/17.72	c cleaning 10002 clauses out of 20017 with flag 325001/325001
34.29/18.32	c cleaning 9999 clauses out of 20016 with flag 335002/335002
34.84/18.67	c And the winner is CuttingPlanes
34.99/19.39	c Got one! Elapsed wall clock time (in seconds):19.28
34.99/19.39	o 64
35.28/19.57	c cleaning 10005 clauses out of 20018 with flag 345003/345003
36.58/20.26	c cleaning 10000 clauses out of 20012 with flag 355002/355002
37.93/20.96	c cleaning 9997 clauses out of 20010 with flag 365000/365000
39.26/21.65	c cleaning 10001 clauses out of 20015 with flag 375002/375002
40.59/22.31	c cleaning 9998 clauses out of 20012 with flag 385000/385000
41.49/22.84	c cleaning 9998 clauses out of 20014 with flag 395000/395000
42.42/23.39	c cleaning 9992 clauses out of 20016 with flag 405000/405000
43.54/23.93	c cleaning 10006 clauses out of 20025 with flag 415001/415001
44.46/24.49	c cleaning 10006 clauses out of 20019 with flag 425001/425001
45.78/25.16	c cleaning 10002 clauses out of 20013 with flag 435001/435001
46.70/25.68	c cleaning 9998 clauses out of 20011 with flag 445001/445001
47.61/26.16	c cleaning 9999 clauses out of 20012 with flag 455000/455000
48.74/26.71	c cleaning 10003 clauses out of 20015 with flag 465002/465002
49.63/27.21	c cleaning 9999 clauses out of 20010 with flag 475000/475000
50.55/27.74	c cleaning 10000 clauses out of 20011 with flag 485000/485000
51.67/28.32	c cleaning 9995 clauses out of 20012 with flag 495001/495001
52.59/28.86	c cleaning 9996 clauses out of 20016 with flag 505000/505000
53.66/29.47	c cleaning 10006 clauses out of 20020 with flag 515000/515000
54.97/30.19	c cleaning 9998 clauses out of 20016 with flag 525002/525002
56.29/30.87	c cleaning 9975 clauses out of 20016 with flag 535000/535000
57.80/31.65	c cleaning 9991 clauses out of 20041 with flag 545000/545000
59.07/32.36	c cleaning 10022 clauses out of 20052 with flag 555002/555002
60.20/32.93	c cleaning 10006 clauses out of 20028 with flag 565000/565000
61.51/33.63	c cleaning 9987 clauses out of 20022 with flag 575000/575000
62.62/34.21	c cleaning 10018 clauses out of 20035 with flag 585000/585000
63.47/34.70	c cleaning 9999 clauses out of 20017 with flag 595000/595000
64.18/35.11	c cleaning 10005 clauses out of 20019 with flag 605001/605001
64.88/35.57	c cleaning 10002 clauses out of 20014 with flag 615001/615001
65.79/36.02	c cleaning 10002 clauses out of 20011 with flag 625000/625000
66.85/36.63	c cleaning 10000 clauses out of 20012 with flag 635003/635003
67.56/37.10	c cleaning 9995 clauses out of 20009 with flag 645000/645000
68.48/37.52	c cleaning 10002 clauses out of 20015 with flag 655001/655001
69.19/37.98	c cleaning 10004 clauses out of 20014 with flag 665002/665002
70.04/38.45	c cleaning 9998 clauses out of 20009 with flag 675001/675001
70.93/38.92	c cleaning 9999 clauses out of 20011 with flag 685001/685001
71.63/39.36	c cleaning 10001 clauses out of 20013 with flag 695002/695002
72.53/39.81	c cleaning 9998 clauses out of 20010 with flag 705000/705000
73.38/40.31	c cleaning 10002 clauses out of 20013 with flag 715001/715001
74.11/40.76	c cleaning 10001 clauses out of 20011 with flag 725001/725001
75.20/41.32	c cleaning 9994 clauses out of 20010 with flag 735001/735001
76.10/41.89	c cleaning 10002 clauses out of 20015 with flag 745000/745000
77.15/42.47	c cleaning 9999 clauses out of 20015 with flag 755002/755002
78.25/43.00	c cleaning 10000 clauses out of 20018 with flag 765004/765004
79.36/43.60	c cleaning 9982 clauses out of 20014 with flag 775000/775000
80.46/44.21	c cleaning 10011 clauses out of 20033 with flag 785001/785001
81.49/44.81	c cleaning 10006 clauses out of 20024 with flag 795003/795003
82.39/45.35	c cleaning 9997 clauses out of 20016 with flag 805001/805001
83.49/45.93	c cleaning 9982 clauses out of 20018 with flag 815000/815000
84.78/46.62	c cleaning 10008 clauses out of 20036 with flag 825000/825000
86.02/47.35	c cleaning 10006 clauses out of 20028 with flag 835000/835000
87.10/47.91	c cleaning 10004 clauses out of 20022 with flag 845000/845000
88.20/48.59	c cleaning 9993 clauses out of 20020 with flag 855002/855002
89.09/49.07	c cleaning 9994 clauses out of 20025 with flag 865000/865000
90.32/49.75	c cleaning 9981 clauses out of 20031 with flag 875000/875000
91.41/50.31	c cleaning 10022 clauses out of 20050 with flag 885000/885000
92.10/50.73	c cleaning 10011 clauses out of 20029 with flag 895001/895001
92.99/51.22	c cleaning 10001 clauses out of 20018 with flag 905001/905001
94.22/51.91	c cleaning 10005 clauses out of 20018 with flag 915002/915002
94.90/52.36	c cleaning 10001 clauses out of 20012 with flag 925001/925001
95.80/52.88	c cleaning 9998 clauses out of 20011 with flag 935001/935001
96.87/53.42	c cleaning 10000 clauses out of 20012 with flag 945000/945000
97.89/54.03	c cleaning 10000 clauses out of 20013 with flag 955001/955001
98.98/54.63	c cleaning 10001 clauses out of 20012 with flag 965000/965000
99.86/55.13	c cleaning 9998 clauses out of 20012 with flag 975001/975001
100.01/55.29	c cleaning 0 clauses out of 5001 with flag 0/5001
101.23/55.85	c cleaning 10001 clauses out of 20015 with flag 985002/985002
102.11/56.39	c cleaning 9994 clauses out of 20013 with flag 995001/995001
103.40/57.04	c cleaning 10002 clauses out of 20019 with flag 1005001/1005001
104.28/57.57	c cleaning 10000 clauses out of 20016 with flag 1015000/1015000
105.29/58.11	c cleaning 9999 clauses out of 20016 with flag 1025000/1025000
106.18/58.62	c cleaning 10001 clauses out of 20017 with flag 1035000/1035000
107.07/59.16	c cleaning 10003 clauses out of 20016 with flag 1045000/1045000
107.94/59.65	c cleaning 9998 clauses out of 20014 with flag 1055001/1055001
108.94/60.23	c cleaning 9985 clauses out of 20015 with flag 1065000/1065000
110.02/60.85	c cleaning 10008 clauses out of 20030 with flag 1075000/1075000
111.31/61.53	c cleaning 10006 clauses out of 20024 with flag 1085002/1085002
112.38/62.11	c cleaning 9998 clauses out of 20016 with flag 1095000/1095000
113.39/62.77	c cleaning 10001 clauses out of 20018 with flag 1105000/1105000
114.45/63.31	c cleaning 9998 clauses out of 20017 with flag 1115000/1115000
115.33/63.87	c cleaning 10000 clauses out of 20019 with flag 1125000/1125000
116.39/64.41	c cleaning 10006 clauses out of 20021 with flag 1135002/1135002
117.58/65.15	c cleaning 9995 clauses out of 20014 with flag 1145001/1145001
118.44/65.68	c cleaning 10000 clauses out of 20020 with flag 1155002/1155002
119.51/66.22	c cleaning 9999 clauses out of 20018 with flag 1165000/1165000
120.38/66.76	c cleaning 10001 clauses out of 20020 with flag 1175001/1175001
121.77/67.52	c cleaning 9975 clauses out of 20018 with flag 1185000/1185000
123.05/68.24	c cleaning 10004 clauses out of 20044 with flag 1195001/1195001
124.11/68.82	c cleaning 10007 clauses out of 20039 with flag 1205000/1205000
125.37/69.56	c cleaning 9988 clauses out of 20032 with flag 1215000/1215000
127.18/70.58	c cleaning 9993 clauses out of 20046 with flag 1225002/1225002
129.06/71.55	c cleaning 9989 clauses out of 20051 with flag 1235000/1235000
130.29/72.29	c cleaning 10024 clauses out of 20064 with flag 1245002/1245002
131.56/72.94	c cleaning 10006 clauses out of 20038 with flag 1255000/1255000
133.33/73.98	c cleaning 9990 clauses out of 20034 with flag 1265002/1265002
135.01/74.88	c cleaning 9992 clauses out of 20042 with flag 1275000/1275000
136.87/75.83	c cleaning 10013 clauses out of 20051 with flag 1285001/1285001
137.12/76.03	c And the winner is CuttingPlanes
137.21/76.17	c Got one! Elapsed wall clock time (in seconds):76.06
137.21/76.17	o 62
137.65/76.47	c cleaning 10014 clauses out of 20039 with flag 1295002/1295002
138.64/77.09	c cleaning 10003 clauses out of 20023 with flag 1305000/1305000
139.49/77.58	c cleaning 10004 clauses out of 20020 with flag 1315000/1315000
140.76/78.27	c cleaning 10003 clauses out of 20016 with flag 1325000/1325000
142.02/78.92	c cleaning 9978 clauses out of 20014 with flag 1335001/1335001
143.79/79.91	c cleaning 10016 clauses out of 20036 with flag 1345001/1345001
145.05/80.67	c cleaning 10007 clauses out of 20021 with flag 1355002/1355002
146.32/81.37	c cleaning 9991 clauses out of 20012 with flag 1365000/1365000
147.36/81.96	c cleaning 10006 clauses out of 20021 with flag 1375000/1375000
148.73/82.74	c cleaning 9988 clauses out of 20015 with flag 1385000/1385000
150.40/83.63	c cleaning 9988 clauses out of 20028 with flag 1395001/1395001
152.05/84.59	c cleaning 9978 clauses out of 20040 with flag 1405001/1405001
153.89/85.53	c cleaning 9999 clauses out of 20062 with flag 1415001/1415001
155.24/86.33	c cleaning 10027 clauses out of 20065 with flag 1425003/1425003
156.31/86.90	c cleaning 10010 clauses out of 20035 with flag 1435000/1435000
157.35/87.53	c cleaning 10000 clauses out of 20026 with flag 1445001/1445001
158.42/88.19	c cleaning 10006 clauses out of 20026 with flag 1455001/1455001
159.99/89.02	c cleaning 10003 clauses out of 20020 with flag 1465001/1465001
161.23/89.74	c cleaning 9990 clauses out of 20017 with flag 1475001/1475001
162.48/90.44	c cleaning 10007 clauses out of 20027 with flag 1485001/1485001
164.14/91.32	c cleaning 9978 clauses out of 20019 with flag 1495000/1495000
165.69/92.22	c cleaning 10010 clauses out of 20043 with flag 1505002/1505002
167.33/93.14	c cleaning 9975 clauses out of 20032 with flag 1515001/1515001
169.18/94.13	c cleaning 9999 clauses out of 20056 with flag 1525000/1525000
171.05/95.12	c cleaning 9992 clauses out of 20058 with flag 1535001/1535001
172.79/96.17	c cleaning 10002 clauses out of 20067 with flag 1545002/1545002
174.64/97.14	c cleaning 10005 clauses out of 20063 with flag 1555000/1555000
176.09/97.97	c cleaning 10015 clauses out of 20058 with flag 1565000/1565000
177.54/98.74	c cleaning 9988 clauses out of 20044 with flag 1575001/1575001
179.28/99.70	c cleaning 10020 clauses out of 20055 with flag 1585000/1585000
180.53/100.41	c cleaning 10014 clauses out of 20036 with flag 1595001/1595001
181.78/101.10	c cleaning 10004 clauses out of 20022 with flag 1605001/1605001
182.81/101.75	c cleaning 10002 clauses out of 20019 with flag 1615002/1615002
184.37/102.60	c cleaning 9996 clauses out of 20016 with flag 1625001/1625001
185.63/103.31	c cleaning 10003 clauses out of 20019 with flag 1635000/1635000
186.87/104.09	c cleaning 10000 clauses out of 20017 with flag 1645001/1645001
188.33/104.80	c cleaning 9998 clauses out of 20016 with flag 1655000/1655000
189.49/105.54	c cleaning 10002 clauses out of 20018 with flag 1665000/1665000
190.72/106.25	c cleaning 9985 clauses out of 20016 with flag 1675000/1675000
192.17/107.09	c cleaning 9981 clauses out of 20031 with flag 1685000/1685000
193.62/107.89	c cleaning 10014 clauses out of 20050 with flag 1695000/1695000
194.75/108.56	c cleaning 10014 clauses out of 20036 with flag 1705000/1705000
195.99/109.28	c cleaning 10004 clauses out of 20023 with flag 1715001/1715001
197.24/109.92	c cleaning 9998 clauses out of 20018 with flag 1725000/1725000
198.06/110.49	c cleaning 10006 clauses out of 20021 with flag 1735001/1735001
199.40/111.26	c cleaning 10002 clauses out of 20015 with flag 1745001/1745001
200.84/112.03	c cleaning 9978 clauses out of 20012 with flag 1755000/1755000
202.47/112.95	c cleaning 9999 clauses out of 20034 with flag 1765000/1765000
204.11/113.89	c cleaning 9999 clauses out of 20035 with flag 1775000/1775000
206.22/115.01	c cleaning 9978 clauses out of 20036 with flag 1785000/1785000
207.87/115.99	c cleaning 10000 clauses out of 20060 with flag 1795002/1795002
209.70/117.00	c cleaning 9994 clauses out of 20058 with flag 1805000/1805000
211.73/118.08	c cleaning 10000 clauses out of 20064 with flag 1815000/1815000
213.67/119.19	c cleaning 10026 clauses out of 20065 with flag 1825001/1825001
215.70/120.23	c cleaning 10007 clauses out of 20038 with flag 1835000/1835000
217.53/121.25	c cleaning 9993 clauses out of 20031 with flag 1845000/1845000
219.35/122.24	c cleaning 9995 clauses out of 20039 with flag 1855001/1855001
221.28/123.32	c cleaning 9988 clauses out of 20044 with flag 1865001/1865001
223.13/124.36	c cleaning 10008 clauses out of 20056 with flag 1875001/1875001
225.17/125.41	c cleaning 9998 clauses out of 20048 with flag 1885001/1885001
227.01/126.44	c cleaning 10003 clauses out of 20050 with flag 1895001/1895001
228.95/127.60	c cleaning 10001 clauses out of 20046 with flag 1905000/1905000
230.75/128.52	c cleaning 10019 clauses out of 20046 with flag 1915001/1915001
231.99/129.29	c cleaning 9983 clauses out of 20026 with flag 1925001/1925001
234.04/130.31	c cleaning 9996 clauses out of 20043 with flag 1935001/1935001
235.76/131.30	c cleaning 10011 clauses out of 20046 with flag 1945000/1945000
237.39/132.25	c cleaning 10014 clauses out of 20036 with flag 1955001/1955001
239.03/133.17	c cleaning 9981 clauses out of 20022 with flag 1965001/1965001
240.84/134.18	c cleaning 9991 clauses out of 20041 with flag 1975001/1975001
242.94/135.35	c cleaning 10010 clauses out of 20049 with flag 1985000/1985000
244.76/136.36	c cleaning 9998 clauses out of 20041 with flag 1995002/1995002
246.58/137.31	c cleaning 10009 clauses out of 20041 with flag 2005000/2005000
248.20/138.25	c cleaning 9983 clauses out of 20033 with flag 2015001/2015001
250.29/139.41	c cleaning 9979 clauses out of 20049 with flag 2025000/2025000
251.92/140.37	c cleaning 10006 clauses out of 20071 with flag 2035001/2035001
253.95/141.40	c cleaning 10011 clauses out of 20065 with flag 2045001/2045001
255.38/142.30	c cleaning 10024 clauses out of 20055 with flag 2055003/2055003
256.28/142.90	c And the winner is Resolution
257.65/144.81	c starts		: 210
257.65/144.81	c conflicts		: 2061500
257.65/144.81	c decisions		: 2575370
257.65/144.81	c propagations		: 110550493
257.65/144.81	c inspects		: 892603081
257.65/144.81	c learnt literals	: 10
257.65/144.81	c learnt binary clauses	: 250
257.65/144.81	c learnt ternary clauses	: 1306
257.65/144.81	c learnt clauses	: 2061489
257.65/144.81	c ignored clauses	: 0
257.65/144.81	c root simplifications	: 0
257.65/144.81	c removed literals (reason simplification)	: 12427096
257.65/144.81	c reason swapping (by a shorter reason)	: 0
257.65/144.81	c Calls to reduceDB	: 207
257.65/144.81	c number of reductions to clauses (during analyze)	: 0
257.65/144.81	c number of learned constraints concerned by reduction	: 0
257.65/144.81	c number of learning phase by resolution	: 0
257.65/144.81	c number of learning phase by cutting planes	: 0
257.65/144.81	c speed (assignments/second)	: 1610654.501216545
257.65/144.81	c non guided choices	766
257.65/144.81	c learnt constraints type 
257.65/144.81	c constraints type 
257.65/144.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
257.65/144.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
257.65/144.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
257.65/144.81	c constraints type 
257.65/144.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 384
257.65/144.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1546
257.65/144.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
257.65/144.81	s OPTIMUM FOUND
257.65/144.81	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 -x232 -x233 x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 x336 x337 x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 x360 x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
257.65/144.81	c objective function=62
257.65/144.81	c Total wall clock time (in seconds): 144.699

Verifier Data

OK	62

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732081-1338739528/watcher-3732081-1338739528 -o /tmp/evaluation-result-3732081-1338739528/solver-3732081-1338739528 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732081-1338739528.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.61 3.80 3.79 4/197 9757
/proc/meminfo: memFree=26275320/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/9757/stat : 9757 (java6) R 9755 9757 27000 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 340080117 8192 1 33554432000 0 0 0 140733725410104 219513777591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 2 1 0 0 0 2 0

[startup+0.0802281 s]
/proc/loadavg: 3.61 3.80 3.79 4/197 9757
/proc/meminfo: memFree=26275320/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 3951 0 1 0 5 1 0 0 20 0 18 0 340080117 2764726272 5158 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 674982 5158 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100276 s]
/proc/loadavg: 3.61 3.80 3.79 4/197 9757
/proc/meminfo: memFree=26275320/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 4741 0 1 0 8 1 0 0 20 0 18 0 340080117 2764726272 5936 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 674982 5936 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300269 s]
/proc/loadavg: 3.61 3.80 3.79 4/197 9757
/proc/meminfo: memFree=26275320/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 5793 0 1 0 45 1 0 0 20 0 18 0 340080117 2764726272 8207 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 674982 8207 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700179 s]
/proc/loadavg: 3.61 3.80 3.79 4/197 9757
/proc/meminfo: memFree=26275320/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=2.02 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 15674 0 1 0 198 4 0 0 20 0 22 0 340080117 3037372416 21099 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 21099 2245 9 0 732240 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.61 3.80 3.79 7/219 9779
/proc/meminfo: memFree=26140700/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=4.6 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 24987 0 1 0 452 8 0 0 20 0 22 0 340080117 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 47879 2274 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) S 9755 9757 27000 0 -1 4202560 2851 0 1 0 25 2 0 0 20 0 22 0 340080118 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198404592792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 340080120 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340080121 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340080121 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 10818 0 0 0 99 2 0 0 20 0 22 0 340080123 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 9899 0 0 0 92 2 0 0 20 0 22 0 340080123 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9776] ppid=9755 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/9757/task/9776/stat : 9776 (java) R 9755 9757 27000 0 -1 4202560 30 0 0 0 112 0 0 0 20 0 22 0 340080147 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198175633688 140198277531114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/9757/task/9777/stat : 9777 (java) R 9755 9757 27000 0 -1 4202560 120 0 0 0 109 3 0 0 20 0 22 0 340080147 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198174580456 140198277285836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080149 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080149 3037372416 47879 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.61 3.80 3.79 5/219 9779
/proc/meminfo: memFree=26025208/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=7.81 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 26300 0 1 0 770 11 0 0 20 0 22 0 340080117 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 76079 2274 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) S 9755 9757 27000 0 -1 4202560 2852 0 1 0 25 2 0 0 20 0 22 0 340080118 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198404592792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340080119 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 22 0 340080120 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340080121 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340080121 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 10823 0 0 0 104 2 0 0 20 0 22 0 340080123 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 11136 0 0 0 99 3 0 0 20 0 22 0 340080123 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340080123 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9776] ppid=9755 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/9757/task/9776/stat : 9776 (java) R 9755 9757 27000 0 -1 4202560 32 0 0 0 261 0 0 0 20 0 22 0 340080147 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198175633728 140198277209243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=2966184 CPUtime=2.58 cores=0,2,4,6
/proc/9757/task/9777/stat : 9777 (java) R 9755 9757 27000 0 -1 4202560 170 0 0 0 254 4 0 0 20 0 22 0 340080147 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198174580824 140198277156821 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080149 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340080149 3037372416 76079 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.3007 s]
/proc/loadavg: 3.48 3.77 3.78 5/219 9781
/proc/meminfo: memFree=25926592/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=12.47 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 26646 0 1 0 1231 16 0 0 20 0 20 0 340080117 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 88755 2277 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) S 9755 9757 27000 0 -1 4202560 2853 0 1 0 26 2 0 0 20 0 20 0 340080118 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198404592792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080119 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 40 0 0 0 34 0 0 0 20 0 20 0 340080120 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 10841 0 0 0 117 3 0 0 20 0 20 0 340080123 3037372416 88755 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 56 0 0 0 75 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 63 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 61 0 0 0 68 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 48 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=29.3 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 136 0 0 0 2924 6 0 0 20 0 20 0 340080120 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 13451 0 0 0 154 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 11427 0 0 0 115 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 256.76
Current children cumulated vsize (KiB) 2966184

[startup+144.301 s]
/proc/loadavg: 3.71 3.77 3.77 4/217 9790
/proc/meminfo: memFree=25691348/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=257.16 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 30003 0 1 0 25678 38 0 0 20 0 20 0 340080117 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 134264 2278 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) R 9755 9757 27000 0 -1 4202560 2868 0 1 0 77 2 0 0 20 0 20 0 340080118 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198404592328 140198276810658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 54 0 0 0 72 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 65 0 0 0 66 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 40 0 0 0 63 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 50 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 56 0 0 0 75 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 63 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 61 0 0 0 68 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 48 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=29.3 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 136 0 0 0 2924 6 0 0 20 0 20 0 340080120 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 13451 0 0 0 154 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 11427 0 0 0 115 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 257.16
Current children cumulated vsize (KiB) 2966184

[startup+144.701 s]
/proc/loadavg: 3.71 3.77 3.77 4/217 9790
/proc/meminfo: memFree=25691348/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=257.55 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 30003 0 1 0 25717 38 0 0 20 0 20 0 340080117 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 134264 2278 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) R 9755 9757 27000 0 -1 4202560 2868 0 1 0 117 2 0 0 20 0 20 0 340080118 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198404590424 140198276810658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 54 0 0 0 72 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 65 0 0 0 66 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 40 0 0 0 63 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 50 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 56 0 0 0 75 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 63 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 61 0 0 0 68 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 48 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=29.3 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 136 0 0 0 2924 6 0 0 20 0 20 0 340080120 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 13451 0 0 0 154 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 11427 0 0 0 115 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 257.55
Current children cumulated vsize (KiB) 2966184

[startup+144.801 s]
/proc/loadavg: 3.71 3.77 3.77 4/217 9790
/proc/meminfo: memFree=25691348/32873648 swapFree=7120/7120
[pid=9757] ppid=9755 vsize=2966184 CPUtime=257.65 cores=0,2,4,6
/proc/9757/stat : 9757 (java) S 9755 9757 27000 0 -1 4202496 30003 0 1 0 25727 38 0 0 20 0 20 0 340080117 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140733944446912 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9757/statm: 741546 134264 2278 9 0 732240 0
[pid=9757/tid=9759] ppid=9755 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/9757/task/9759/stat : 9759 (java) R 9755 9757 27000 0 -1 4202560 2868 0 1 0 127 2 0 0 20 0 20 0 340080118 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198404590424 140198277788467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 27000 0 -1 4202560 54 0 0 0 72 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198270970280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 27000 0 -1 4202560 65 0 0 0 66 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198269917736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 27000 0 -1 4202560 40 0 0 0 63 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198201518248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 27000 0 -1 4202560 50 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198200465704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 27000 0 -1 4202560 56 0 0 0 75 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198199413672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 27000 0 -1 4202560 63 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198198361128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 27000 0 -1 4202560 61 0 0 0 68 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198197308072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 27000 0 -1 4202560 48 0 0 0 69 0 0 0 20 0 20 0 340080119 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198196255528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9768] ppid=9755 vsize=2966184 CPUtime=29.3 cores=0,2,4,6
/proc/9757/task/9768/stat : 9768 (java) S 9755 9757 27000 0 -1 4202560 136 0 0 0 2924 6 0 0 20 0 20 0 340080120 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198184057192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9769] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9769/stat : 9769 (java) S 9755 9757 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198183003512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9770] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9770/stat : 9770 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340080121 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198181950344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9771] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9771/stat : 9771 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198180899088 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9772] ppid=9755 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/9757/task/9772/stat : 9772 (java) S 9755 9757 27000 0 -1 4202560 13451 0 0 0 154 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198179846968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 27000 0 -1 4202560 11427 0 0 0 115 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198178794424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9774] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9774/stat : 9774 (java) S 9755 9757 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198177741560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 27000 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340080123 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198176689224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9757/tid=9778] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9778/stat : 9778 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198173528872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9757/tid=9779] ppid=9755 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9757/task/9779/stat : 9779 (java) S 9755 9757 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340080149 3037372416 134264 33554432000 1073741824 1073778376 140733944455776 140198172476328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 257.65
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 144.824
CPU time (s): 257.884
CPU user time (s): 257.384
CPU system time (s): 0.499924
CPU usage (%): 178.067
Max. virtual memory (cumulated for all children) (KiB): 2967396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.384
system time used= 0.499924
maximum resident set size= 537084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30012
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9574
involuntary context switches= 12045

runsolver used 0.724889 second user time and 1.51977 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 18:05:28
IDJOB=3732081
IDBENCH=2025
IDSOLVER=2324
FILE ID=node114/3732081-1338739528
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70136 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732081-1338739528/watcher-3732081-1338739528 -o /tmp/evaluation-result-3732081-1338739528/solver-3732081-1338739528 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732081-1338739528.opb

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

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=641554851

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26275592 kB
Buffers:         1057308 kB
Cached:          3636052 kB
SwapCached:         2244 kB
Active:          3778184 kB
Inactive:        1790216 kB
Active(anon):     860936 kB
Inactive(anon):     9112 kB
Active(file):    2917248 kB
Inactive(file):  1781104 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:                52 kB
Writeback:             0 kB
AnonPages:        897456 kB
Mapped:            19104 kB
Shmem:               100 kB
Slab:             865348 kB
SReclaimable:     309020 kB
SUnreclaim:       556328 kB
KernelStack:        1624 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70136 MiB
End job on node114 at 2012-06-03 18:07:52