Trace number 3455061

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT60 387.915 220.012

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
MD5SUM1aa6e41099a7aa87ffa226b4eaa264d0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.05399
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables720
Total number of constraints2168
Number of constraints which are clauses2144
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 constraint30
Number of terms in the objective function 720
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 720
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 720
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3455061-1307188586.opb
0.09/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.205s.
0.46/0.33	c #vars     720
0.46/0.33	c #constraints  2168
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.46/0.80	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.48/1.03	c cleaning 4248 clauses out of 8503 with flag 11000/11000
4.06/1.32	c cleaning 5619 clauses out of 11255 with flag 18000/18000
4.48/1.61	c cleaning 6810 clauses out of 13636 with flag 26000/26000
5.29/1.94	c cleaning 7905 clauses out of 15827 with flag 35001/35001
5.87/2.29	c cleaning 8949 clauses out of 17921 with flag 45000/45000
6.71/2.68	c cleaning 9476 clauses out of 18972 with flag 55000/55000
7.46/3.07	c cleaning 9741 clauses out of 19497 with flag 65001/65001
8.24/3.42	c  And the winner is CuttingPlanes
8.29/3.86	c SATISFIABLE
8.29/3.86	c OPTIMIZING...
8.29/3.86	c Got one! Elapsed wall clock time (in seconds):3.736
8.29/3.86	o 66
8.57/4.09	c cleaning 11774 clauses out of 23554 with flag 5001/78799
9.13/4.35	c cleaning 8889 clauses out of 17780 with flag 11001/84799
9.69/4.63	c cleaning 7940 clauses out of 15890 with flag 18000/91798
10.28/4.97	c cleaning 7965 clauses out of 15950 with flag 26000/99798
10.99/5.33	c cleaning 8483 clauses out of 16987 with flag 35002/108800
11.75/5.76	c cleaning 9249 clauses out of 18503 with flag 45001/118799
12.52/6.14	c cleaning 9617 clauses out of 19253 with flag 55000/128798
13.28/6.50	c cleaning 9814 clauses out of 19638 with flag 65002/138800
14.01/6.96	c cleaning 9908 clauses out of 19822 with flag 75000/148798
14.76/7.36	c cleaning 9954 clauses out of 19917 with flag 85003/158801
15.53/7.79	c cleaning 9973 clauses out of 19960 with flag 95000/168798
16.55/8.27	c cleaning 9989 clauses out of 19990 with flag 105003/178801
17.44/8.73	c cleaning 9994 clauses out of 19998 with flag 115000/188798
18.19/9.18	c cleaning 10001 clauses out of 20005 with flag 125001/198799
18.93/9.58	c cleaning 9999 clauses out of 20004 with flag 135001/208799
19.88/10.02	c cleaning 9996 clauses out of 20005 with flag 145001/218799
20.80/10.50	c cleaning 9998 clauses out of 20008 with flag 155000/228798
21.54/10.99	c cleaning 9996 clauses out of 20011 with flag 165001/238799
22.72/11.52	c cleaning 9998 clauses out of 20014 with flag 175000/248798
23.42/11.93	c cleaning 9995 clauses out of 20016 with flag 185000/258798
24.33/12.46	c cleaning 10005 clauses out of 20022 with flag 195001/268799
25.08/12.85	c cleaning 10000 clauses out of 20018 with flag 205002/278800
26.01/13.34	c cleaning 10000 clauses out of 20016 with flag 215000/288798
26.94/13.80	c cleaning 10003 clauses out of 20017 with flag 225001/298799
27.65/14.24	c cleaning 9994 clauses out of 20013 with flag 235000/308798
28.60/14.75	c cleaning 10000 clauses out of 20021 with flag 245002/318800
29.50/15.26	c cleaning 10005 clauses out of 20019 with flag 255000/328798
30.43/15.72	c cleaning 9999 clauses out of 20014 with flag 265000/338798
31.32/16.24	c cleaning 10005 clauses out of 20015 with flag 275000/348798
32.24/16.72	c cleaning 10004 clauses out of 20010 with flag 285000/358798
33.16/17.23	c cleaning 9989 clauses out of 20007 with flag 295001/368799
33.88/17.68	c cleaning 9999 clauses out of 20017 with flag 305000/378798
34.81/18.17	c cleaning 9998 clauses out of 20020 with flag 315002/388800
35.69/18.66	c cleaning 10003 clauses out of 20020 with flag 325000/398798
36.64/19.19	c cleaning 9999 clauses out of 20018 with flag 335001/408799
37.73/19.74	c cleaning 10004 clauses out of 20018 with flag 345000/418798
38.64/20.26	c cleaning 9996 clauses out of 20014 with flag 355000/428798
39.74/20.82	c cleaning 10005 clauses out of 20019 with flag 365001/438799
40.68/21.32	c cleaning 9996 clauses out of 20013 with flag 375000/448798
41.58/21.85	c cleaning 10005 clauses out of 20019 with flag 385002/458800
42.46/22.39	c cleaning 9996 clauses out of 20014 with flag 395002/468800
43.37/22.84	c cleaning 9995 clauses out of 20016 with flag 405000/478798
44.29/23.31	c cleaning 10004 clauses out of 20022 with flag 415001/488799
45.20/23.83	c cleaning 10007 clauses out of 20019 with flag 425002/498800
46.09/24.33	c cleaning 9999 clauses out of 20010 with flag 435000/508798
47.41/25.03	c cleaning 9999 clauses out of 20011 with flag 445000/518798
48.33/25.57	c cleaning 10001 clauses out of 20013 with flag 455001/528799
49.26/26.07	c cleaning 9994 clauses out of 20011 with flag 465000/538798
50.34/26.62	c cleaning 10000 clauses out of 20017 with flag 475000/548798
51.25/27.15	c cleaning 9996 clauses out of 20017 with flag 485000/558798
52.36/27.70	c cleaning 9999 clauses out of 20021 with flag 495000/568798
53.27/28.26	c cleaning 10005 clauses out of 20023 with flag 505001/578799
54.34/28.86	c cleaning 10002 clauses out of 20017 with flag 515000/588798
55.43/29.46	c cleaning 10005 clauses out of 20018 with flag 525003/598801
56.53/30.07	c cleaning 10000 clauses out of 20011 with flag 535001/608799
57.64/30.66	c cleaning 9999 clauses out of 20010 with flag 545000/618798
58.73/31.30	c cleaning 9990 clauses out of 20011 with flag 555000/628798
59.81/31.88	c cleaning 10001 clauses out of 20021 with flag 565000/638798
60.96/32.44	c cleaning 10000 clauses out of 20020 with flag 575000/648798
62.02/33.01	c cleaning 10000 clauses out of 20020 with flag 585000/658798
62.92/33.52	c cleaning 10011 clauses out of 20024 with flag 595004/668802
63.59/33.98	c cleaning 10002 clauses out of 20010 with flag 605001/678799
64.68/34.53	c cleaning 10000 clauses out of 20007 with flag 615000/688798
65.75/35.10	c cleaning 9997 clauses out of 20007 with flag 625000/698798
66.61/35.71	c cleaning 9996 clauses out of 20011 with flag 635001/708799
67.68/36.25	c cleaning 10004 clauses out of 20015 with flag 645001/718799
68.59/36.74	c cleaning 10004 clauses out of 20014 with flag 655004/728802
69.46/37.25	c cleaning 9994 clauses out of 20006 with flag 665000/738798
70.74/37.92	c cleaning 10002 clauses out of 20012 with flag 675000/748798
71.79/38.54	c cleaning 9998 clauses out of 20010 with flag 685000/758798
72.87/39.17	c cleaning 9996 clauses out of 20014 with flag 695002/768800
73.96/39.78	c cleaning 10006 clauses out of 20018 with flag 705002/778800
75.20/40.43	c cleaning 10001 clauses out of 20011 with flag 715001/788799
76.28/41.03	c cleaning 9998 clauses out of 20010 with flag 725001/798799
77.37/41.69	c cleaning 10002 clauses out of 20013 with flag 735002/808800
78.47/42.27	c cleaning 9997 clauses out of 20009 with flag 745000/818798
79.67/42.93	c cleaning 10004 clauses out of 20013 with flag 755001/828799
80.75/43.50	c cleaning 9999 clauses out of 20009 with flag 765001/838799
81.84/44.14	c cleaning 9971 clauses out of 20009 with flag 775000/848798
82.93/44.77	c cleaning 10015 clauses out of 20039 with flag 785001/858799
84.17/45.41	c cleaning 10004 clauses out of 20023 with flag 795000/868798
85.04/45.93	c cleaning 10002 clauses out of 20019 with flag 805000/878798
86.12/46.50	c cleaning 10002 clauses out of 20018 with flag 815001/888799
87.21/47.16	c cleaning 9998 clauses out of 20015 with flag 825000/898798
88.27/47.80	c cleaning 9999 clauses out of 20018 with flag 835001/908799
89.33/48.32	c cleaning 10002 clauses out of 20018 with flag 845000/918798
90.23/48.91	c cleaning 9998 clauses out of 20016 with flag 855000/928798
91.29/49.44	c cleaning 10002 clauses out of 20020 with flag 865002/938800
92.51/50.12	c cleaning 10002 clauses out of 20019 with flag 875003/948801
93.40/50.63	c cleaning 10001 clauses out of 20014 with flag 885000/958798
94.31/51.14	c cleaning 10001 clauses out of 20014 with flag 895001/968799
95.35/51.72	c cleaning 9989 clauses out of 20012 with flag 905000/978798
96.37/52.37	c cleaning 10002 clauses out of 20024 with flag 915001/988799
97.44/52.91	c cleaning 10001 clauses out of 20022 with flag 925001/998799
98.51/53.54	c cleaning 10004 clauses out of 20021 with flag 935001/1008799
99.59/54.15	c cleaning 9998 clauses out of 20016 with flag 945000/1018798
100.80/54.85	c cleaning 10002 clauses out of 20018 with flag 955000/1028798
101.89/55.47	c cleaning 9993 clauses out of 20016 with flag 965000/1038798
102.94/56.09	c cleaning 10005 clauses out of 20024 with flag 975001/1048799
104.20/56.72	c cleaning 10004 clauses out of 20019 with flag 985001/1058799
105.41/57.45	c cleaning 10000 clauses out of 20015 with flag 995001/1068799
106.49/58.02	c cleaning 10002 clauses out of 20017 with flag 1005003/1078801
107.36/58.57	c cleaning 9999 clauses out of 20012 with flag 1015000/1088798
108.42/59.16	c cleaning 9988 clauses out of 20014 with flag 1025001/1098799
109.86/59.93	c cleaning 10006 clauses out of 20026 with flag 1035001/1108799
110.89/60.54	c cleaning 9999 clauses out of 20019 with flag 1045000/1118798
111.95/61.14	c cleaning 9994 clauses out of 20021 with flag 1055001/1128799
113.21/61.83	c cleaning 10000 clauses out of 20026 with flag 1065000/1138798
114.41/62.56	c cleaning 10005 clauses out of 20026 with flag 1075000/1148798
115.48/63.14	c cleaning 10006 clauses out of 20021 with flag 1085000/1158798
116.72/63.84	c cleaning 10004 clauses out of 20015 with flag 1095000/1168798
118.18/64.68	c cleaning 9996 clauses out of 20011 with flag 1105000/1178798
118.97/65.16	c  And the winner is Resolution
119.15/65.40	c Got one! Elapsed wall clock time (in seconds):65.276
119.15/65.40	o 64
119.18/65.44	c cleaning 7752 clauses out of 15523 with flag 1002/1184306
119.99/65.92	c cleaning 6868 clauses out of 13771 with flag 7002/1190306
120.65/66.34	c cleaning 6932 clauses out of 13902 with flag 14001/1197305
121.54/66.84	c cleaning 7479 clauses out of 14970 with flag 22001/1205305
122.73/67.57	c cleaning 8233 clauses out of 16490 with flag 31000/1214304
124.36/68.44	c cleaning 9108 clauses out of 18257 with flag 41000/1224304
125.81/69.26	c cleaning 9553 clauses out of 19149 with flag 51000/1234304
127.66/70.24	c cleaning 9777 clauses out of 19597 with flag 61001/1244305
129.25/71.19	c cleaning 9901 clauses out of 19820 with flag 71001/1254305
130.30/71.72	c cleaning 9949 clauses out of 19918 with flag 81000/1264304
131.35/72.36	c cleaning 9971 clauses out of 19969 with flag 91000/1274304
132.40/72.94	c cleaning 9990 clauses out of 19998 with flag 101000/1284304
133.38/73.56	c cleaning 9996 clauses out of 20008 with flag 111000/1294304
135.02/74.42	c cleaning 10001 clauses out of 20016 with flag 121004/1304308
136.07/75.09	c cleaning 9985 clauses out of 20012 with flag 131001/1314305
137.71/75.97	c cleaning 10004 clauses out of 20026 with flag 141000/1324304
139.27/76.82	c cleaning 9996 clauses out of 20023 with flag 151001/1334305
140.34/77.48	c cleaning 9989 clauses out of 20027 with flag 161001/1344305
141.75/78.27	c cleaning 10008 clauses out of 20037 with flag 171000/1354304
142.22/78.58	c  And the winner is Resolution
142.42/78.95	c Got one! Elapsed wall clock time (in seconds):78.815
142.42/78.95	o 62
142.58/79.04	c cleaning 7919 clauses out of 15859 with flag 2001/1360134
143.57/79.64	c cleaning 6955 clauses out of 13940 with flag 8001/1366134
144.38/80.18	c cleaning 6976 clauses out of 13984 with flag 15000/1373133
145.64/80.84	c cleaning 7474 clauses out of 15009 with flag 23001/1381134
146.83/81.59	c cleaning 8250 clauses out of 16534 with flag 32000/1390133
148.37/82.46	c cleaning 9130 clauses out of 18284 with flag 42000/1400133
150.19/83.49	c cleaning 9552 clauses out of 19154 with flag 52000/1410133
152.22/84.54	c cleaning 9791 clauses out of 19603 with flag 62001/1420134
154.24/85.66	c cleaning 9895 clauses out of 19812 with flag 72001/1430134
156.38/86.84	c cleaning 9931 clauses out of 19917 with flag 82001/1440134
158.20/87.85	c cleaning 9972 clauses out of 19985 with flag 92000/1450133
160.41/89.09	c cleaning 9981 clauses out of 20014 with flag 102001/1460134
162.03/89.96	c cleaning 9992 clauses out of 20032 with flag 112000/1470133
163.56/90.88	c cleaning 10004 clauses out of 20041 with flag 122001/1480134
164.99/91.68	c cleaning 10010 clauses out of 20037 with flag 132001/1490134
166.40/92.42	c cleaning 10006 clauses out of 20028 with flag 142002/1500135
167.63/93.17	c cleaning 10006 clauses out of 20020 with flag 152000/1510133
168.97/93.97	c cleaning 10002 clauses out of 20014 with flag 162000/1520133
170.18/94.65	c cleaning 9999 clauses out of 20012 with flag 172000/1530133
171.20/95.27	c cleaning 9996 clauses out of 20013 with flag 182000/1540133
172.63/96.10	c cleaning 10004 clauses out of 20018 with flag 192001/1550134
173.95/96.85	c cleaning 10003 clauses out of 20014 with flag 202001/1560134
174.98/97.45	c cleaning 9999 clauses out of 20010 with flag 212000/1570133
176.21/98.12	c cleaning 9992 clauses out of 20011 with flag 222000/1580133
177.24/98.79	c cleaning 10004 clauses out of 20019 with flag 232000/1590133
178.62/99.53	c cleaning 10003 clauses out of 20015 with flag 242000/1600133
179.60/100.15	c cleaning 9993 clauses out of 20012 with flag 252000/1610133
181.02/100.99	c cleaning 9974 clauses out of 20020 with flag 262001/1620134
182.48/101.74	c cleaning 10017 clauses out of 20045 with flag 272000/1630133
183.59/102.45	c cleaning 10011 clauses out of 20028 with flag 282000/1640133
184.82/103.10	c cleaning 9996 clauses out of 20017 with flag 292000/1650133
185.84/103.77	c cleaning 10005 clauses out of 20022 with flag 302001/1660134
186.86/104.39	c cleaning 10002 clauses out of 20016 with flag 312000/1670133
188.19/105.12	c cleaning 10004 clauses out of 20015 with flag 322001/1680134
189.41/105.82	c cleaning 10001 clauses out of 20012 with flag 332002/1690135
190.83/106.61	c cleaning 10002 clauses out of 20011 with flag 342002/1700135
191.67/107.21	c cleaning 9997 clauses out of 20008 with flag 352001/1710134
192.96/107.99	c cleaning 10000 clauses out of 20012 with flag 362002/1720135
194.38/108.76	c cleaning 9975 clauses out of 20010 with flag 372000/1730133
195.99/109.63	c  And the winner is Resolution
195.99/109.69	c Got one! Elapsed wall clock time (in seconds):109.566
195.99/109.69	o 60
196.72/110.03	c cleaning 11154 clauses out of 22338 with flag 5000/1742436
197.72/110.62	c cleaning 8580 clauses out of 17185 with flag 11001/1748437
198.86/111.32	c cleaning 7763 clauses out of 15604 with flag 18000/1755436
199.87/111.97	c cleaning 7913 clauses out of 15841 with flag 26000/1763436
201.33/112.74	c cleaning 8449 clauses out of 16928 with flag 35000/1772436
202.51/113.42	c cleaning 9228 clauses out of 18479 with flag 45000/1782436
203.63/114.17	c cleaning 9618 clauses out of 19251 with flag 55000/1792436
204.86/114.86	c cleaning 9811 clauses out of 19633 with flag 65000/1802436
206.05/115.57	c cleaning 9904 clauses out of 19823 with flag 75001/1812437
207.25/116.22	c cleaning 9946 clauses out of 19918 with flag 85000/1822436
208.37/116.99	c cleaning 9979 clauses out of 19972 with flag 95000/1832436
209.58/117.69	c cleaning 9989 clauses out of 19994 with flag 105001/1842437
210.98/118.40	c cleaning 9991 clauses out of 20004 with flag 115000/1852436
212.41/119.29	c cleaning 10001 clauses out of 20014 with flag 125001/1862437
213.87/120.11	c cleaning 10002 clauses out of 20013 with flag 135001/1872437
215.06/120.82	c cleaning 9995 clauses out of 20012 with flag 145002/1882438
216.29/121.55	c cleaning 9978 clauses out of 20015 with flag 155000/1892436
217.64/122.38	c cleaning 10006 clauses out of 20038 with flag 165001/1902437
219.33/123.35	c cleaning 9990 clauses out of 20031 with flag 175000/1912436
220.93/124.22	c cleaning 9997 clauses out of 20041 with flag 185000/1922436
222.53/125.15	c cleaning 10016 clauses out of 20047 with flag 195003/1932439
223.96/125.95	c cleaning 10005 clauses out of 20028 with flag 205000/1942436
225.43/126.89	c cleaning 9991 clauses out of 20023 with flag 215000/1952436
227.44/127.91	c cleaning 9994 clauses out of 20032 with flag 225000/1962436
228.83/128.71	c cleaning 10011 clauses out of 20041 with flag 235003/1972439
230.02/129.46	c cleaning 10007 clauses out of 20028 with flag 245001/1982437
231.34/130.31	c cleaning 10006 clauses out of 20021 with flag 255001/1992437
232.51/130.98	c cleaning 10001 clauses out of 20015 with flag 265001/2002437
234.30/131.94	c cleaning 10000 clauses out of 20013 with flag 275000/2012436
235.69/132.72	c cleaning 9999 clauses out of 20014 with flag 285001/2022437
237.58/133.81	c cleaning 9981 clauses out of 20014 with flag 295000/2032436
238.99/134.65	c cleaning 10009 clauses out of 20033 with flag 305000/2042436
240.76/135.61	c cleaning 9987 clauses out of 20025 with flag 315001/2052437
242.54/136.61	c cleaning 9988 clauses out of 20037 with flag 325000/2062436
244.43/137.80	c cleaning 10006 clauses out of 20050 with flag 335001/2072437
246.62/138.98	c cleaning 9979 clauses out of 20043 with flag 345000/2082436
248.83/140.12	c cleaning 10019 clauses out of 20065 with flag 355001/2092437
250.81/141.29	c cleaning 10008 clauses out of 20046 with flag 365001/2102437
253.26/142.64	c cleaning 9984 clauses out of 20037 with flag 375000/2112436
254.66/143.43	c cleaning 10020 clauses out of 20053 with flag 385000/2122436
256.42/144.45	c cleaning 9974 clauses out of 20033 with flag 395000/2132436
258.00/145.31	c cleaning 10023 clauses out of 20059 with flag 405000/2142436
259.88/146.49	c cleaning 10017 clauses out of 20038 with flag 415002/2152438
262.05/147.67	c cleaning 9989 clauses out of 20019 with flag 425000/2162436
263.83/148.65	c cleaning 10012 clauses out of 20032 with flag 435002/2172438
265.79/149.74	c cleaning 9971 clauses out of 20019 with flag 445001/2182437
267.66/150.85	c cleaning 10019 clauses out of 20048 with flag 455001/2192437
269.63/151.97	c cleaning 9986 clauses out of 20029 with flag 465001/2202437
271.20/152.85	c cleaning 10018 clauses out of 20044 with flag 475002/2212438
272.57/153.63	c cleaning 9994 clauses out of 20024 with flag 485000/2222436
274.44/154.71	c cleaning 10009 clauses out of 20030 with flag 495000/2232436
276.04/155.65	c cleaning 10005 clauses out of 20024 with flag 505003/2242439
277.56/156.55	c cleaning 10002 clauses out of 20017 with flag 515001/2252437
278.93/157.36	c cleaning 10004 clauses out of 20015 with flag 525001/2262437
280.40/158.27	c cleaning 9997 clauses out of 20011 with flag 535001/2272437
281.97/159.16	c cleaning 10001 clauses out of 20013 with flag 545000/2282436
283.74/160.18	c cleaning 9978 clauses out of 20012 with flag 555000/2292436
285.11/161.01	c cleaning 10009 clauses out of 20034 with flag 565000/2302436
286.76/161.96	c cleaning 9995 clauses out of 20025 with flag 575000/2312436
288.33/162.80	c cleaning 10010 clauses out of 20030 with flag 585000/2322436
289.70/163.67	c cleaning 10010 clauses out of 20021 with flag 595001/2332437
291.11/164.48	c cleaning 10000 clauses out of 20010 with flag 605000/2342436
293.52/165.81	c cleaning 9981 clauses out of 20010 with flag 615000/2352436
295.66/167.07	c cleaning 9992 clauses out of 20030 with flag 625001/2362437
298.02/168.31	c cleaning 9989 clauses out of 20037 with flag 635000/2372436
300.17/169.51	c cleaning 10004 clauses out of 20048 with flag 645000/2382436
302.63/170.93	c cleaning 10011 clauses out of 20046 with flag 655002/2392438
304.80/172.15	c cleaning 10012 clauses out of 20033 with flag 665000/2402436
306.31/173.06	c cleaning 10006 clauses out of 20022 with flag 675001/2412437
308.07/174.07	c cleaning 10001 clauses out of 20015 with flag 685000/2422436
309.90/175.14	c cleaning 10000 clauses out of 20014 with flag 695000/2432436
312.05/176.40	c cleaning 9978 clauses out of 20014 with flag 705000/2442436
314.22/177.59	c cleaning 9992 clauses out of 20036 with flag 715000/2452436
316.55/178.80	c cleaning 10002 clauses out of 20045 with flag 725001/2462437
318.78/180.16	c cleaning 10010 clauses out of 20043 with flag 735001/2472437
321.13/181.46	c cleaning 9990 clauses out of 20032 with flag 745000/2482436
323.46/182.75	c cleaning 9992 clauses out of 20043 with flag 755001/2492437
325.61/183.93	c cleaning 10015 clauses out of 20052 with flag 765002/2502438
327.86/185.28	c cleaning 9983 clauses out of 20035 with flag 775000/2512436
330.02/186.47	c cleaning 9993 clauses out of 20052 with flag 785000/2522436
331.75/187.51	c cleaning 10018 clauses out of 20060 with flag 795001/2532437
333.67/188.57	c cleaning 9994 clauses out of 20041 with flag 805000/2542436
336.06/189.93	c cleaning 9998 clauses out of 20047 with flag 815000/2552436
338.40/191.26	c cleaning 10001 clauses out of 20049 with flag 825000/2562436
340.54/192.49	c cleaning 10001 clauses out of 20048 with flag 835000/2572436
342.87/193.78	c cleaning 10001 clauses out of 20050 with flag 845003/2582439
345.30/195.20	c cleaning 10002 clauses out of 20046 with flag 855000/2592436
347.45/196.35	c cleaning 10018 clauses out of 20046 with flag 865002/2602438
349.75/197.62	c cleaning 10002 clauses out of 20026 with flag 875000/2612436
351.69/198.77	c cleaning 9991 clauses out of 20025 with flag 885001/2622437
354.09/200.13	c cleaning 10006 clauses out of 20033 with flag 895000/2632436
356.22/201.33	c cleaning 9993 clauses out of 20027 with flag 905000/2642436
358.15/202.50	c cleaning 9999 clauses out of 20035 with flag 915001/2652437
360.49/203.73	c cleaning 9996 clauses out of 20034 with flag 925000/2662436
362.71/205.04	c cleaning 10014 clauses out of 20038 with flag 935000/2672436
365.01/206.32	c cleaning 9992 clauses out of 20024 with flag 945000/2682436
367.34/207.63	c cleaning 9992 clauses out of 20033 with flag 955001/2692437
369.65/208.90	c cleaning 10000 clauses out of 20040 with flag 965000/2702436
372.02/210.33	c cleaning 10000 clauses out of 20040 with flag 975000/2712436
374.14/211.60	c cleaning 10003 clauses out of 20040 with flag 985000/2722436
376.49/212.88	c cleaning 9996 clauses out of 20037 with flag 995000/2732436
378.97/214.25	c cleaning 10005 clauses out of 20041 with flag 1005000/2742436
381.55/215.76	c cleaning 10003 clauses out of 20036 with flag 1015001/2752437
383.86/217.10	c cleaning 9995 clauses out of 20032 with flag 1025000/2762436
386.02/218.30	c  And the winner is Resolution
387.80/219.97	c starts		: 311
387.80/219.97	c conflicts		: 2771927
387.80/219.97	c decisions		: 3495086
387.80/219.97	c propagations		: 153002360
387.80/219.97	c inspects		: 1242162598
387.80/219.97	c shortcuts		: 0
387.80/219.97	c learnt literals	: 27
387.80/219.97	c learnt binary clauses	: 286
387.80/219.97	c learnt ternary clauses	: 2308
387.80/219.97	c learnt constraints	: 2771899
387.80/219.97	c ignored constraints	: 0
387.80/219.97	c root simplifications	: 0
387.80/219.97	c removed literals (reason simplification)	: 17491261
387.80/219.97	c reason swapping (by a shorter reason)	: 0
387.80/219.97	c Calls to reduceDB	: 282
387.80/219.97	c number of reductions to clauses (during analyze)	: 0
387.80/219.97	c number of learned constraints concerned by reduction	: 0
387.80/219.97	c number of learning phase by resolution	: 0
387.80/219.97	c number of learning phase by cutting planes	: 0
387.80/219.97	c speed (assignments/second)	: 1387424.1462485718
387.80/219.97	c non guided choices	1212
387.80/219.97	c learnt constraints type 
387.80/219.97	c constraints type 
387.80/219.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
387.80/219.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
387.80/219.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
387.80/219.97	c constraints type 
387.80/219.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
387.80/219.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
387.80/219.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
387.80/219.97	s OPTIMUM FOUND
387.80/219.97	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 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 
387.80/219.97	c objective function=60
387.80/219.97	c Total wall clock time (in seconds): 219.849

Verifier Data

OK	60

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455061-1307188586/watcher-3455061-1307188586 -o /tmp/evaluation-result-3455061-1307188586/solver-3455061-1307188586 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455061-1307188586.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.88 3.88 3.21 3/551 8705
/proc/meminfo: memFree=11486416/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 830457226 36646912 1019 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 8947 1019 782 9 0 386 0
[pid=8705/tid=8706] ppid=8703 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 1063 0 1 0 0 0 0 0 25 0 2 0 830457227 10681323520 1880 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0274251 s]
/proc/loadavg: 3.88 3.88 3.21 3/551 8705
/proc/meminfo: memFree=11486416/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 6819 0 1 0 0 0 0 0 25 0 2 0 830457226 10694979584 6521 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2611079 6542 917 9 0 2602235 0
[pid=8705/tid=8706] ppid=8703 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 5738 0 1 0 0 0 0 0 25 0 2 0 830457227 10694979584 6555 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.101714 s]
/proc/loadavg: 3.88 3.88 3.21 3/551 8705
/proc/meminfo: memFree=11486416/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10539744 CPUtime=0.09 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 12878 0 1 0 8 1 0 0 25 0 18 0 830457226 10792697856 12575 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2634936 12576 2091 9 0 2625670 0
[pid=8705/tid=8706] ppid=8703 vsize=10539744 CPUtime=0.07 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 10981 0 1 0 6 1 0 0 18 0 18 0 830457227 10792697856 12576 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982376907 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539744

[startup+0.300373 s]
/proc/loadavg: 3.88 3.88 3.21 3/551 8705
/proc/meminfo: memFree=11486416/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10541088 CPUtime=0.46 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 15274 0 1 0 44 2 0 0 25 0 18 0 830457226 10794074112 14781 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2635272 14782 2199 9 0 2626006 0
[pid=8705/tid=8706] ppid=8703 vsize=10541088 CPUtime=0.27 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 12550 0 1 0 26 1 0 0 18 0 18 0 830457227 10794074112 14782 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505544870 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541088

[startup+1.04325 s]
/proc/loadavg: 3.88 3.88 3.21 3/551 8705
/proc/meminfo: memFree=11486416/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10562360 CPUtime=3.27 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 58285 0 1 0 319 8 0 0 25 0 22 0 830457226 10815856640 51499 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2640590 51499 2255 9 0 2631324 0
[pid=8705/tid=8706] ppid=8703 vsize=10562360 CPUtime=0.3 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) S 8703 8705 4029 0 -1 4202560 13174 0 1 0 29 1 0 0 15 0 22 0 830457227 10815856640 51499 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 10562360

[startup+1.50119 s]
/proc/loadavg: 3.88 3.88 3.21 5/573 8727
/proc/meminfo: memFree=11233800/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10563568 CPUtime=4.48 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 71834 0 1 0 439 9 0 0 25 0 22 0 830457226 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2640892 65046 2256 9 0 2631626 0
[pid=8705/tid=8706] ppid=8703 vsize=10563568 CPUtime=0.3 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) S 8703 8705 4029 0 -1 4202560 13174 0 1 0 29 1 0 0 15 0 22 0 830457227 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8716] ppid=8703 vsize=10563568 CPUtime=0.05 cores=0,2,4,6
/proc/8705/task/8716/stat : 8716 (java) S 8703 8705 4029 0 -1 4202560 1302 0 0 0 5 0 0 0 16 0 22 0 830457231 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 0 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8717] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8717/stat : 8717 (java) S 8703 8705 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830457231 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8718] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8718/stat : 8718 (java) S 8703 8705 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830457231 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8719] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8719/stat : 8719 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830457233 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982373809 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8720] ppid=8703 vsize=10563568 CPUtime=0.82 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8542 0 0 0 81 1 0 0 15 0 22 0 830457233 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10563568 CPUtime=1.03 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7119 0 0 0 103 0 0 0 17 0 22 0 830457233 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830457233 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830457233 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8724] ppid=8703 vsize=10563568 CPUtime=1.11 cores=0,2,4,6
/proc/8705/task/8724/stat : 8724 (java) R 8703 8705 4029 0 -1 4202560 257 0 0 0 111 0 0 0 23 0 22 0 830457260 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505662377 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8705/tid=8725] ppid=8703 vsize=10563568 CPUtime=1.1 cores=0,2,4,6
/proc/8705/task/8725/stat : 8725 (java) R 8703 8705 4029 0 -1 4202560 39270 0 0 0 106 4 0 0 17 0 22 0 830457260 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505809090 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8705/tid=8726] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8726/stat : 8726 (java) S 8703 8705 4029 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830457261 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8727] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8727/stat : 8727 (java) S 8703 8705 4029 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830457261 10817093632 65046 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 10563568

[startup+3.1009 s]
/proc/loadavg: 3.89 3.88 3.21 5/573 8727
/proc/meminfo: memFree=11168328/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10563568 CPUtime=7.65 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 98918 0 1 0 753 12 0 0 25 0 22 0 830457226 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2640892 92125 2256 9 0 2631626 0
[pid=8705/tid=8706] ppid=8703 vsize=10563568 CPUtime=0.3 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) S 8703 8705 4029 0 -1 4202560 13174 0 1 0 29 1 0 0 15 0 22 0 830457227 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 830457230 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8716] ppid=8703 vsize=10563568 CPUtime=0.18 cores=0,2,4,6
/proc/8705/task/8716/stat : 8716 (java) R 8703 8705 4029 0 -1 4202560 2582 0 0 0 18 0 0 0 15 0 22 0 830457231 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 47952643364867 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8705/tid=8717] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8717/stat : 8717 (java) S 8703 8705 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830457231 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8718] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8718/stat : 8718 (java) S 8703 8705 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830457231 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8719] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8719/stat : 8719 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830457233 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982373809 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8720] ppid=8703 vsize=10563568 CPUtime=0.89 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8542 0 0 0 88 1 0 0 15 0 22 0 830457233 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10563568 CPUtime=1.09 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7124 0 0 0 109 0 0 0 15 0 22 0 830457233 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830457233 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830457233 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8724] ppid=8703 vsize=10563568 CPUtime=2.54 cores=0,2,4,6
/proc/8705/task/8724/stat : 8724 (java) S 8703 8705 4029 0 -1 4202560 262 0 0 0 254 0 0 0 25 0 22 0 830457260 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8725] ppid=8703 vsize=10563568 CPUtime=2.53 cores=0,2,4,6
/proc/8705/task/8725/stat : 8725 (java) S 8703 8705 4029 0 -1 4202560 64798 0 0 0 247 6 0 0 18 0 22 0 830457260 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8726] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8726/stat : 8726 (java) S 8703 8705 4029 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830457261 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8727] ppid=8703 vsize=10563568 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8727/stat : 8727 (java) S 8703 8705 4029 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830457261 10817093632 92125 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 10563568

[startup+6.30136 s]
/proc/loadavg: 3.89 3.88 3.21 4/571 8732
/proc/meminfo: memFree=11029720/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10554832 CPUtime=12.88 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 123759 0 1 0 1272 16 0 0 25 0 22 0 830457226 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2638708 114770 2257 9 0 2629442 0
[pid=8705/tid=8706] ppid=8703 vsize=10554832 CPUtime=0.31 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) S 8703 8705 4029 0 -1 4202560 13175 0 1 0 30 1 0 0 15 0 22 0 830457227 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 321 0 0 0 1 0 0 0 16 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 275 0 0 0 1 0 0 0 16 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 290 0 0 0 1 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10554832 CPUtime=0.01 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 265 0 0 0 1 0 0 0 15 0 22 0 830457230 10808147968 114770 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0

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

[pid=8705/tid=8720] ppid=8703 vsize=10554832 CPUtime=1.07 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8570 0 0 0 106 1 0 0 16 0 22 0 830457233 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10554832 CPUtime=1.13 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7127 0 0 0 113 0 0 0 15 0 22 0 830457233 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830457233 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10554832 CPUtime=0.03 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 13 0 0 0 1 2 0 0 15 0 22 0 830457233 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8730] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8730/stat : 8730 (java) S 8703 8705 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830457613 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8940] ppid=8703 vsize=10554832 CPUtime=76.99 cores=0,2,4,6
/proc/8705/task/8940/stat : 8940 (java) R 8703 8705 4029 0 -1 4202560 9 0 0 0 7699 0 0 0 15 0 22 0 830468196 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505647184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8705/tid=8941] ppid=8703 vsize=10554832 CPUtime=76.99 cores=0,2,4,6
/proc/8705/task/8941/stat : 8941 (java) R 8703 8705 4029 0 -1 4202560 29 0 0 0 7699 0 0 0 15 0 22 0 830468196 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505793375 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8705/tid=8942] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8942/stat : 8942 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830468196 10808147968 180098 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 379.75
Current children cumulated vsize (KiB) 10554832

[startup+218.001 s]
/proc/loadavg: 3.81 3.82 3.32 5/573 8944
/proc/meminfo: memFree=12074688/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10554832 CPUtime=385.59 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 189961 0 1 0 38526 33 0 0 25 0 22 0 830457226 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2638708 180658 2258 9 0 2629442 0
[pid=8705/tid=8706] ppid=8703 vsize=10554832 CPUtime=0.32 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) S 8703 8705 4029 0 -1 4202560 13303 0 1 0 31 1 0 0 15 0 22 0 830457227 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10554832 CPUtime=0.54 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 353 0 0 0 54 0 0 0 16 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10554832 CPUtime=0.55 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 141 0 0 0 55 0 0 0 15 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10554832 CPUtime=0.6 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 307 0 0 0 60 0 0 0 16 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10554832 CPUtime=0.56 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 30 0 0 0 56 0 0 0 15 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10554832 CPUtime=0.57 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 204 0 0 0 57 0 0 0 16 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 329 0 0 0 61 0 0 0 16 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10554832 CPUtime=0.58 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 220 0 0 0 58 0 0 0 16 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 308 0 0 0 61 0 0 0 15 0 22 0 830457230 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8716] ppid=8703 vsize=10554832 CPUtime=51.54 cores=0,2,4,6
/proc/8705/task/8716/stat : 8716 (java) S 8703 8705 4029 0 -1 4202560 40380 0 0 0 5145 9 0 0 16 0 22 0 830457231 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 0 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8717] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8717/stat : 8717 (java) S 8703 8705 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830457231 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8718] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8718/stat : 8718 (java) S 8703 8705 4029 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 830457231 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8719] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8719/stat : 8719 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830457233 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982373809 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8720] ppid=8703 vsize=10554832 CPUtime=1.08 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8572 0 0 0 107 1 0 0 15 0 22 0 830457233 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10554832 CPUtime=1.14 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7129 0 0 0 114 0 0 0 15 0 22 0 830457233 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830457233 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10554832 CPUtime=0.03 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 15 0 0 0 1 2 0 0 15 0 22 0 830457233 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8730] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8730/stat : 8730 (java) S 8703 8705 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830457613 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8940] ppid=8703 vsize=10554832 CPUtime=79.57 cores=0,2,4,6
/proc/8705/task/8940/stat : 8940 (java) R 8703 8705 4029 0 -1 4202560 9 0 0 0 7957 0 0 0 16 0 22 0 830468196 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505642656 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8705/tid=8941] ppid=8703 vsize=10554832 CPUtime=79.58 cores=0,2,4,6
/proc/8705/task/8941/stat : 8941 (java) R 8703 8705 4029 0 -1 4202560 30 0 0 0 7958 0 0 0 16 0 22 0 830468196 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912506126096 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8705/tid=8942] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8942/stat : 8942 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830468196 10808147968 180658 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 385.59
Current children cumulated vsize (KiB) 10554832

[startup+218.801 s]
/proc/loadavg: 3.81 3.82 3.32 4/573 8944
/proc/meminfo: memFree=12073200/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10554832 CPUtime=386.69 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 189964 0 1 0 38636 33 0 0 25 0 19 0 830457226 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2638708 180659 2258 9 0 2629442 0
[pid=8705/tid=8706] ppid=8703 vsize=10554832 CPUtime=0.7 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 13305 0 1 0 69 1 0 0 16 0 19 0 830457227 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10554832 CPUtime=0.54 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 353 0 0 0 54 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10554832 CPUtime=0.55 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 141 0 0 0 55 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10554832 CPUtime=0.6 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 307 0 0 0 60 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10554832 CPUtime=0.56 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 30 0 0 0 56 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10554832 CPUtime=0.57 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 204 0 0 0 57 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 329 0 0 0 61 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10554832 CPUtime=0.58 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 220 0 0 0 58 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 308 0 0 0 61 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8716] ppid=8703 vsize=10554832 CPUtime=51.54 cores=0,2,4,6
/proc/8705/task/8716/stat : 8716 (java) S 8703 8705 4029 0 -1 4202560 40380 0 0 0 5145 9 0 0 15 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 0 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8717] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8717/stat : 8717 (java) S 8703 8705 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8718] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8718/stat : 8718 (java) S 8703 8705 4029 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8719] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8719/stat : 8719 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982373809 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8720] ppid=8703 vsize=10554832 CPUtime=1.08 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8572 0 0 0 107 1 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10554832 CPUtime=1.16 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7129 0 0 0 116 0 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10554832 CPUtime=0.03 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 15 0 0 0 1 2 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8730] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8730/stat : 8730 (java) S 8703 8705 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 830457613 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 386.69
Current children cumulated vsize (KiB) 10554832

[startup+219.602 s]
/proc/loadavg: 3.81 3.82 3.32 4/570 8944
/proc/meminfo: memFree=12072604/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=10554832 CPUtime=387.5 cores=0,2,4,6
/proc/8705/stat : 8705 (java) S 8703 8705 4029 0 -1 4202496 189965 0 1 0 38717 33 0 0 25 0 19 0 830457226 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 2638708 180659 2258 9 0 2629442 0
[pid=8705/tid=8706] ppid=8703 vsize=10554832 CPUtime=1.5 cores=0,2,4,6
/proc/8705/task/8706/stat : 8706 (java) R 8703 8705 4029 0 -1 4202560 13306 0 1 0 149 1 0 0 17 0 19 0 830457227 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 46912506454280 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8705/tid=8708] ppid=8703 vsize=10554832 CPUtime=0.54 cores=0,2,4,6
/proc/8705/task/8708/stat : 8708 (java) S 8703 8705 4029 0 -1 4202560 353 0 0 0 54 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8709] ppid=8703 vsize=10554832 CPUtime=0.55 cores=0,2,4,6
/proc/8705/task/8709/stat : 8709 (java) S 8703 8705 4029 0 -1 4202560 141 0 0 0 55 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8710] ppid=8703 vsize=10554832 CPUtime=0.6 cores=0,2,4,6
/proc/8705/task/8710/stat : 8710 (java) S 8703 8705 4029 0 -1 4202560 307 0 0 0 60 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8711] ppid=8703 vsize=10554832 CPUtime=0.56 cores=0,2,4,6
/proc/8705/task/8711/stat : 8711 (java) S 8703 8705 4029 0 -1 4202560 30 0 0 0 56 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8712] ppid=8703 vsize=10554832 CPUtime=0.57 cores=0,2,4,6
/proc/8705/task/8712/stat : 8712 (java) S 8703 8705 4029 0 -1 4202560 204 0 0 0 57 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8713] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8713/stat : 8713 (java) S 8703 8705 4029 0 -1 4202560 329 0 0 0 61 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8714] ppid=8703 vsize=10554832 CPUtime=0.58 cores=0,2,4,6
/proc/8705/task/8714/stat : 8714 (java) S 8703 8705 4029 0 -1 4202560 220 0 0 0 58 0 0 0 16 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8715] ppid=8703 vsize=10554832 CPUtime=0.61 cores=0,2,4,6
/proc/8705/task/8715/stat : 8715 (java) S 8703 8705 4029 0 -1 4202560 308 0 0 0 61 0 0 0 15 0 19 0 830457230 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8716] ppid=8703 vsize=10554832 CPUtime=51.54 cores=0,2,4,6
/proc/8705/task/8716/stat : 8716 (java) S 8703 8705 4029 0 -1 4202560 40380 0 0 0 5145 9 0 0 15 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 0 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8717] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8717/stat : 8717 (java) S 8703 8705 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8718] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8718/stat : 8718 (java) S 8703 8705 4029 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 830457231 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8719] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8719/stat : 8719 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982373809 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8720] ppid=8703 vsize=10554832 CPUtime=1.08 cores=0,2,4,6
/proc/8705/task/8720/stat : 8720 (java) S 8703 8705 4029 0 -1 4202560 8572 0 0 0 107 1 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 0 0 0 0
[pid=8705/tid=8721] ppid=8703 vsize=10554832 CPUtime=1.17 cores=0,2,4,6
/proc/8705/task/8721/stat : 8721 (java) S 8703 8705 4029 0 -1 4202560 7129 0 0 0 117 0 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
[pid=8705/tid=8722] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8722/stat : 8722 (java) S 8703 8705 4029 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366105 0 4 0 16800975 18446604446773854464 0 0 -1 6 0 0 0
[pid=8705/tid=8723] ppid=8703 vsize=10554832 CPUtime=0.03 cores=0,2,4,6
/proc/8705/task/8723/stat : 8723 (java) S 8703 8705 4029 0 -1 4202560 15 0 0 0 1 2 0 0 15 0 19 0 830457233 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 4 0 0 0
[pid=8705/tid=8730] ppid=8703 vsize=10554832 CPUtime=0 cores=0,2,4,6
/proc/8705/task/8730/stat : 8730 (java) S 8703 8705 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 830457613 10808147968 180659 33554432000 1073741824 1073778376 140737304403200 18446744073709551615 242982366720 0 4 0 16800975 18446604446773854464 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 387.5
Current children cumulated vsize (KiB) 10554832

[startup+220.001 s]
/proc/loadavg: 3.81 3.82 3.32 4/570 8944
/proc/meminfo: memFree=12072604/32951132 swapFree=46579808/67111528
[pid=8705] ppid=8703 vsize=0 CPUtime=387.89 cores=0,2,4,6
/proc/8705/stat : 8705 (java) Z 8703 8705 4029 0 -1 4203548 189983 0 1 0 38754 35 0 0 18 0 2 0 830457226 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8705/statm: 0 0 0 0 0 0 0
[pid=8705/tid=8730] ppid=8703 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/8705/task/8730/stat : 8730 (java) R 8703 8705 4029 0 -1 4203588 0 0 0 0 0 2 0 0 18 0 2 0 830457613 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 387.89
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 220.012
CPU time (s): 387.915
CPU user time (s): 387.546
CPU system time (s): 0.368943
CPU usage (%): 176.315
Max. virtual memory (cumulated for all children) (KiB): 10563568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.546
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189983
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= 13433
involuntary context switches= 5486

runsolver used 1.3328 second user time and 2.69359 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 13:56:26
IDJOB=3455061
IDBENCH=2026
IDSOLVER=1950
FILE ID=node128/3455061-1307188586
RUNJOBID= node128-1307187611-6701
PBS_JOBID= 13508827
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455061-1307188586/watcher-3455061-1307188586 -o /tmp/evaluation-result-3455061-1307188586/solver-3455061-1307188586 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455061-1307188586.opb

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

MD5SUM BENCH= 1aa6e41099a7aa87ffa226b4eaa264d0
RANDOM SEED=393903029

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11486696 kB
Buffers:        332072 kB
Cached:        3483060 kB
SwapCached:      35620 kB
Active:       12764356 kB
Inactive:      8377092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11486696 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:    17300196 kB
Mapped:          25960 kB
Slab:           135200 kB
PageTables:     119820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 185165432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 14:00:06