Trace number 3455429

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.0OPT5 243.536 134.034

General information on the benchmark

Name/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_5_errors.opb
MD5SUM06d341d0af76f66d4946a3c264573060
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark8.68968
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455429-1307196916.opb
0.10/0.11	c reading problem ... 
0.92/0.52	c ... done. Wall clock time 0.403s.
0.92/0.52	c #vars     2990
0.92/0.52	c #constraints  6228
0.92/0.52	c constraints type 
0.92/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
0.92/0.52	c org.sat4j.minisat.constraints.cnf.UnitClauses => 32
0.92/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
0.92/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
0.92/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.92/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2406
0.92/0.52	c constraints type 
0.92/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
0.92/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
0.92/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
0.92/0.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 32
0.92/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.92/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
3.34/1.12	c cleaning 2496 clauses out of 5001 with flag 5001/5001
3.99/1.38	c cleaning 4251 clauses out of 8504 with flag 11000/11000
5.08/1.67	c cleaning 5627 clauses out of 11253 with flag 18000/18000
6.24/2.12	c cleaning 6813 clauses out of 13626 with flag 26000/26000
7.38/2.74	c cleaning 7907 clauses out of 15814 with flag 35001/35001
8.62/3.34	c cleaning 8954 clauses out of 17907 with flag 45001/45001
9.75/3.99	c cleaning 9476 clauses out of 18952 with flag 55000/55000
11.31/4.74	c cleaning 9736 clauses out of 19476 with flag 65000/65000
12.46/5.38	c cleaning 9869 clauses out of 19740 with flag 75000/75000
14.03/6.11	c cleaning 9936 clauses out of 19871 with flag 85000/85000
15.39/6.82	c cleaning 9965 clauses out of 19935 with flag 95000/95000
16.74/7.55	c  And the winner is CuttingPlanes
16.84/8.05	c SATISFIABLE
16.84/8.05	c OPTIMIZING...
16.84/8.05	c Got one! Elapsed wall clock time (in seconds):7.939
16.84/8.05	o 81
17.76/8.53	c cleaning 12080 clauses out of 24174 with flag 5000/109204
18.69/9.07	c cleaning 9046 clauses out of 18094 with flag 11000/115204
19.64/9.51	c cleaning 8018 clauses out of 16048 with flag 18000/122204
20.59/10.01	c cleaning 8013 clauses out of 16030 with flag 26000/130204
21.54/10.59	c cleaning 8508 clauses out of 17018 with flag 35001/139205
22.87/11.28	c cleaning 9256 clauses out of 18511 with flag 45002/149206
24.23/11.93	c cleaning 9622 clauses out of 19253 with flag 55000/159204
25.17/12.48	c cleaning 9815 clauses out of 19631 with flag 65000/169204
26.12/12.97	c cleaning 9908 clauses out of 19816 with flag 75000/179204
27.05/13.48	c  And the winner is CuttingPlanes
27.21/13.68	c Got one! Elapsed wall clock time (in seconds):13.566
27.21/13.68	o 80
28.33/14.28	c cleaning 11166 clauses out of 22333 with flag 5000/191629
29.81/14.80	c cleaning 8581 clauses out of 17167 with flag 11000/197629
31.12/15.32	c cleaning 7793 clauses out of 15587 with flag 18001/204630
32.24/15.93	c cleaning 7888 clauses out of 15793 with flag 26000/212629
33.57/16.64	c cleaning 8448 clauses out of 16906 with flag 35001/221630
35.34/17.55	c cleaning 9219 clauses out of 18458 with flag 45001/231630
37.06/18.47	c cleaning 9616 clauses out of 19238 with flag 55000/241629
39.00/19.44	c cleaning 9809 clauses out of 19622 with flag 65000/251629
40.73/20.37	c cleaning 9902 clauses out of 19813 with flag 75000/261629
42.48/21.25	c cleaning 9956 clauses out of 19911 with flag 85000/271629
44.42/22.25	c cleaning 9973 clauses out of 19955 with flag 95000/281629
46.35/23.20	c cleaning 9990 clauses out of 19983 with flag 105001/291630
48.10/24.11	c cleaning 9994 clauses out of 19993 with flag 115001/301630
49.82/25.00	c cleaning 9995 clauses out of 19998 with flag 125000/311629
51.56/25.99	c cleaning 10002 clauses out of 20003 with flag 135000/321629
53.29/26.84	c cleaning 9999 clauses out of 20001 with flag 145000/331629
54.63/27.57	c  And the winner is Resolution
54.80/27.81	c Got one! Elapsed wall clock time (in seconds):27.694
54.80/27.81	o 45
55.99/28.42	c cleaning 12210 clauses out of 24419 with flag 5001/346046
57.14/29.04	c cleaning 9105 clauses out of 18209 with flag 11001/352046
58.31/29.63	c cleaning 8050 clauses out of 16104 with flag 18001/359046
59.01/30.02	c cleaning 8023 clauses out of 16053 with flag 26000/367045
59.91/30.57	c cleaning 8508 clauses out of 17030 with flag 35000/376045
61.05/31.13	c cleaning 9256 clauses out of 18522 with flag 45000/386045
61.98/31.60	c cleaning 9627 clauses out of 19266 with flag 55000/396045
62.71/32.06	c cleaning 9809 clauses out of 19640 with flag 65001/406046
64.01/32.73	c cleaning 9905 clauses out of 19830 with flag 75000/416045
65.36/33.42	c cleaning 9946 clauses out of 19925 with flag 85000/426045
67.49/34.56	c cleaning 9970 clauses out of 19983 with flag 95004/436049
70.42/36.00	c cleaning 9979 clauses out of 20011 with flag 105002/446047
71.71/36.75	c cleaning 10002 clauses out of 20030 with flag 115000/456045
72.63/37.20	c cleaning 10001 clauses out of 20028 with flag 125000/466045
73.36/37.65	c cleaning 10003 clauses out of 20027 with flag 135000/476045
74.29/38.11	c cleaning 10000 clauses out of 20024 with flag 145000/486045
75.02/38.56	c cleaning 10004 clauses out of 20025 with flag 155001/496046
75.91/39.00	c cleaning 10000 clauses out of 20020 with flag 165000/506045
76.63/39.44	c cleaning 10001 clauses out of 20020 with flag 175000/516045
77.36/39.89	c cleaning 9999 clauses out of 20019 with flag 185000/526045
78.25/40.34	c cleaning 10008 clauses out of 20020 with flag 195000/536045
79.00/40.75	c cleaning 9995 clauses out of 20013 with flag 205001/546046
79.68/41.17	c cleaning 9997 clauses out of 20017 with flag 215000/556045
80.60/41.63	c cleaning 10000 clauses out of 20020 with flag 225000/566045
81.50/42.14	c cleaning 10001 clauses out of 20020 with flag 235000/576045
82.43/42.62	c cleaning 9997 clauses out of 20019 with flag 245000/586045
83.15/43.03	c cleaning 10000 clauses out of 20022 with flag 255000/596045
83.88/43.44	c cleaning 9999 clauses out of 20024 with flag 265002/606047
84.58/43.87	c cleaning 10001 clauses out of 20023 with flag 275000/616045
85.30/44.27	c cleaning 9999 clauses out of 20023 with flag 285001/626046
86.02/44.68	c cleaning 10001 clauses out of 20023 with flag 295000/636045
86.78/45.09	c cleaning 9997 clauses out of 20022 with flag 305000/646045
87.65/45.52	c cleaning 10001 clauses out of 20026 with flag 315001/656046
88.37/45.93	c cleaning 9999 clauses out of 20024 with flag 325000/666045
89.09/46.37	c cleaning 10006 clauses out of 20026 with flag 335001/676046
90.02/46.82	c cleaning 9997 clauses out of 20019 with flag 345000/686045
90.74/47.30	c cleaning 10000 clauses out of 20022 with flag 355000/696045
91.63/47.74	c cleaning 10002 clauses out of 20022 with flag 365000/706045
92.56/48.23	c cleaning 9998 clauses out of 20020 with flag 375000/716045
93.28/48.66	c cleaning 10001 clauses out of 20022 with flag 385000/726045
94.16/49.14	c cleaning 9998 clauses out of 20021 with flag 395000/736045
94.92/49.57	c cleaning 10000 clauses out of 20023 with flag 405000/746045
95.81/50.03	c cleaning 10002 clauses out of 20023 with flag 415000/756045
96.52/50.47	c cleaning 9999 clauses out of 20021 with flag 425000/766045
97.41/50.90	c cleaning 10000 clauses out of 20022 with flag 435000/776045
98.13/51.34	c cleaning 9997 clauses out of 20022 with flag 445000/786045
98.68/51.71	c cleaning 10002 clauses out of 20025 with flag 455000/796045
99.56/52.15	c cleaning 10000 clauses out of 20023 with flag 465000/806045
100.45/52.63	c cleaning 10009 clauses out of 20024 with flag 475001/816046
101.17/53.08	c cleaning 9998 clauses out of 20014 with flag 485000/826045
102.09/53.55	c cleaning 9994 clauses out of 20016 with flag 495000/836045
102.84/53.98	c cleaning 9998 clauses out of 20022 with flag 505000/846045
103.69/54.45	c cleaning 10002 clauses out of 20024 with flag 515000/856045
104.41/54.87	c cleaning 9999 clauses out of 20022 with flag 525000/866045
105.32/55.33	c cleaning 10001 clauses out of 20024 with flag 535001/876046
106.04/55.74	c cleaning 9999 clauses out of 20022 with flag 545000/886045
106.92/56.21	c cleaning 10000 clauses out of 20024 with flag 555001/896046
107.63/56.63	c cleaning 10006 clauses out of 20023 with flag 565000/906045
108.35/57.06	c cleaning 9997 clauses out of 20017 with flag 575000/916045
109.06/57.49	c cleaning 10003 clauses out of 20021 with flag 585001/926046
109.94/57.94	c cleaning 10000 clauses out of 20017 with flag 595000/936045
110.69/58.37	c cleaning 9999 clauses out of 20017 with flag 605000/946045
111.57/58.84	c cleaning 10001 clauses out of 20018 with flag 615000/956045
112.29/59.27	c cleaning 10003 clauses out of 20017 with flag 625000/966045
113.17/59.76	c cleaning 9994 clauses out of 20014 with flag 635000/976045
113.88/60.18	c cleaning 10005 clauses out of 20021 with flag 645001/986046
114.79/60.61	c cleaning 9998 clauses out of 20015 with flag 655000/996045
115.50/61.02	c cleaning 10000 clauses out of 20018 with flag 665001/1006046
116.19/61.47	c cleaning 10001 clauses out of 20018 with flag 675001/1016046
116.91/61.89	c cleaning 10000 clauses out of 20016 with flag 685000/1026045
117.82/62.34	c cleaning 10004 clauses out of 20018 with flag 695002/1036047
118.57/62.78	c cleaning 9998 clauses out of 20012 with flag 705000/1046045
119.41/63.23	c cleaning 10006 clauses out of 20014 with flag 715000/1056045
120.12/63.67	c cleaning 9998 clauses out of 20008 with flag 725000/1066045
121.03/64.12	c cleaning 9995 clauses out of 20010 with flag 735000/1076045
121.94/64.67	c cleaning 10001 clauses out of 20015 with flag 745000/1086045
122.80/65.13	c cleaning 10002 clauses out of 20016 with flag 755002/1096047
123.51/65.56	c cleaning 9998 clauses out of 20013 with flag 765001/1106046
123.82/65.70	c  And the winner is CuttingPlanes
123.83/65.92	c Got one! Elapsed wall clock time (in seconds):65.809
123.83/65.92	o 43
124.04/66.04	c cleaning 7650 clauses out of 15320 with flag 3000/1111351
124.32/66.29	c cleaning 6825 clauses out of 13670 with flag 9000/1117351
124.99/66.62	c cleaning 6919 clauses out of 13846 with flag 16001/1124352
125.49/67.00	c cleaning 7456 clauses out of 14926 with flag 24000/1132351
126.41/67.44	c cleaning 8234 clauses out of 16471 with flag 33001/1141352
127.51/68.00	c cleaning 9112 clauses out of 18236 with flag 43000/1151351
128.57/68.63	c cleaning 9558 clauses out of 19124 with flag 53000/1161351
129.71/69.23	c cleaning 9780 clauses out of 19566 with flag 63000/1171351
130.78/69.87	c cleaning 9893 clauses out of 19787 with flag 73001/1181352
132.08/70.58	c cleaning 9940 clauses out of 19893 with flag 83000/1191351
133.34/71.25	c cleaning 9976 clauses out of 19953 with flag 93000/1201351
134.44/71.83	c cleaning 9989 clauses out of 19978 with flag 103001/1211352
135.35/72.38	c cleaning 9989 clauses out of 19988 with flag 113000/1221351
136.65/73.00	c cleaning 9996 clauses out of 19999 with flag 123000/1231351
137.52/73.59	c cleaning 9995 clauses out of 20003 with flag 133000/1241351
138.63/74.19	c cleaning 9996 clauses out of 20008 with flag 143000/1251351
139.76/74.72	c cleaning 9998 clauses out of 20012 with flag 153000/1261351
140.64/75.23	c cleaning 10008 clauses out of 20016 with flag 163002/1271353
141.50/75.79	c cleaning 9997 clauses out of 20006 with flag 173000/1281351
142.61/76.33	c cleaning 10005 clauses out of 20011 with flag 183002/1291353
143.52/76.87	c cleaning 9997 clauses out of 20004 with flag 193000/1301351
144.42/77.37	c cleaning 10002 clauses out of 20008 with flag 203001/1311352
146.10/78.29	c cleaning 9993 clauses out of 20006 with flag 213001/1321352
151.82/81.18	c cleaning 9994 clauses out of 20015 with flag 223003/1331354
156.55/83.53	c cleaning 9995 clauses out of 20018 with flag 233000/1341351
157.22/83.98	c cleaning 10000 clauses out of 20023 with flag 243000/1351351
158.07/84.49	c cleaning 9999 clauses out of 20023 with flag 253000/1361351
159.17/85.01	c cleaning 10000 clauses out of 20024 with flag 263000/1371351
159.86/85.48	c cleaning 10000 clauses out of 20025 with flag 273001/1381352
160.76/85.92	c cleaning 10003 clauses out of 20024 with flag 283000/1391351
161.42/86.37	c cleaning 9999 clauses out of 20021 with flag 293000/1401351
162.35/86.83	c cleaning 9998 clauses out of 20022 with flag 303000/1411351
163.01/87.27	c cleaning 10002 clauses out of 20024 with flag 313000/1421351
163.92/87.73	c cleaning 9998 clauses out of 20022 with flag 323000/1431351
164.58/88.19	c cleaning 10000 clauses out of 20024 with flag 333000/1441351
165.48/88.65	c cleaning 10001 clauses out of 20026 with flag 343002/1451353
166.20/89.09	c cleaning 9998 clauses out of 20023 with flag 353000/1461351
167.07/89.55	c cleaning 10003 clauses out of 20025 with flag 363000/1471351
167.93/90.02	c cleaning 9998 clauses out of 20022 with flag 373000/1481351
168.63/90.47	c cleaning 10001 clauses out of 20025 with flag 383001/1491352
169.52/90.92	c cleaning 9998 clauses out of 20023 with flag 393000/1501351
170.26/91.35	c cleaning 10003 clauses out of 20026 with flag 403001/1511352
171.08/91.86	c cleaning 9998 clauses out of 20022 with flag 413000/1521351
171.78/92.31	c cleaning 10006 clauses out of 20025 with flag 423001/1531352
172.68/92.77	c cleaning 9995 clauses out of 20018 with flag 433000/1541351
173.37/93.18	c cleaning 10001 clauses out of 20023 with flag 443000/1551351
174.22/93.67	c cleaning 10003 clauses out of 20022 with flag 453000/1561351
175.11/94.11	c cleaning 9997 clauses out of 20019 with flag 463000/1571351
175.84/94.56	c cleaning 9998 clauses out of 20022 with flag 473000/1581351
176.69/95.00	c cleaning 9999 clauses out of 20024 with flag 483000/1591351
177.54/95.50	c cleaning 10005 clauses out of 20025 with flag 493000/1601351
178.22/95.93	c cleaning 9998 clauses out of 20020 with flag 503000/1611351
178.92/96.37	c cleaning 9999 clauses out of 20022 with flag 513000/1621351
179.84/96.82	c cleaning 10002 clauses out of 20023 with flag 523000/1631351
180.66/97.32	c cleaning 9999 clauses out of 20021 with flag 533000/1641351
181.35/97.76	c cleaning 9999 clauses out of 20022 with flag 543000/1651351
182.05/98.19	c cleaning 10001 clauses out of 20024 with flag 553001/1661352
182.94/98.61	c cleaning 10000 clauses out of 20022 with flag 563000/1671351
183.62/99.08	c cleaning 10000 clauses out of 20022 with flag 573000/1681351
184.48/99.51	c cleaning 10002 clauses out of 20022 with flag 583000/1691351
185.17/100.00	c cleaning 10003 clauses out of 20021 with flag 593001/1701352
186.07/100.45	c cleaning 9996 clauses out of 20017 with flag 603000/1711351
186.92/100.90	c cleaning 10000 clauses out of 20021 with flag 613000/1721351
187.62/101.30	c cleaning 9997 clauses out of 20021 with flag 623000/1731351
188.31/101.74	c cleaning 10002 clauses out of 20024 with flag 633000/1741351
189.00/102.17	c cleaning 10002 clauses out of 20023 with flag 643001/1751352
189.86/102.64	c cleaning 9999 clauses out of 20020 with flag 653000/1761351
190.54/103.07	c cleaning 10000 clauses out of 20021 with flag 663000/1771351
191.43/103.51	c cleaning 10002 clauses out of 20021 with flag 673000/1781351
192.12/103.98	c cleaning 9997 clauses out of 20019 with flag 683000/1791351
192.99/104.46	c cleaning 10002 clauses out of 20022 with flag 693000/1801351
193.66/104.89	c cleaning 10002 clauses out of 20022 with flag 703002/1811353
194.55/105.32	c cleaning 10004 clauses out of 20019 with flag 713001/1821352
195.24/105.78	c cleaning 9996 clauses out of 20014 with flag 723000/1831351
196.08/106.29	c cleaning 9998 clauses out of 20019 with flag 733001/1841352
197.00/106.72	c cleaning 9999 clauses out of 20020 with flag 743000/1851351
197.65/107.16	c cleaning 10005 clauses out of 20021 with flag 753000/1861351
198.54/107.60	c cleaning 10003 clauses out of 20017 with flag 763001/1871352
199.38/108.12	c cleaning 9999 clauses out of 20013 with flag 773000/1881351
200.07/108.59	c cleaning 10000 clauses out of 20016 with flag 783002/1891353
200.79/109.00	c cleaning 9994 clauses out of 20014 with flag 793000/1901351
201.64/109.43	c cleaning 10002 clauses out of 20022 with flag 803002/1911353
202.30/109.88	c cleaning 10001 clauses out of 20019 with flag 813001/1921352
203.19/110.31	c cleaning 10000 clauses out of 20018 with flag 823001/1931352
203.88/110.76	c cleaning 9999 clauses out of 20018 with flag 833001/1941352
204.59/111.17	c cleaning 9999 clauses out of 20018 with flag 843000/1951351
205.41/111.62	c cleaning 10002 clauses out of 20019 with flag 853000/1961351
206.11/112.05	c cleaning 10004 clauses out of 20017 with flag 863000/1971351
206.79/112.49	c cleaning 9995 clauses out of 20014 with flag 873001/1981352
207.68/112.91	c cleaning 9998 clauses out of 20018 with flag 883000/1991351
208.51/113.42	c cleaning 10005 clauses out of 20020 with flag 893000/2001351
209.20/113.85	c cleaning 9998 clauses out of 20015 with flag 903000/2011351
209.89/114.29	c cleaning 9999 clauses out of 20017 with flag 913000/2021351
210.78/114.76	c cleaning 10000 clauses out of 20018 with flag 923000/2031351
211.60/115.22	c cleaning 10001 clauses out of 20019 with flag 933001/2041352
212.29/115.67	c cleaning 10001 clauses out of 20017 with flag 943000/2051351
213.17/116.13	c cleaning 10000 clauses out of 20016 with flag 953000/2061351
213.88/116.59	c cleaning 10000 clauses out of 20018 with flag 963002/2071353
214.70/117.08	c cleaning 10000 clauses out of 20016 with flag 973000/2081351
215.57/117.52	c cleaning 10003 clauses out of 20016 with flag 983000/2091351
216.25/117.92	c cleaning 10001 clauses out of 20013 with flag 993000/2101351
216.93/118.36	c cleaning 9997 clauses out of 20012 with flag 1003000/2111351
217.79/118.83	c cleaning 10004 clauses out of 20015 with flag 1013000/2121351
218.43/119.23	c cleaning 10002 clauses out of 20011 with flag 1023000/2131351
219.13/119.70	c cleaning 9993 clauses out of 20010 with flag 1033001/2141352
220.01/120.13	c cleaning 10000 clauses out of 20016 with flag 1043000/2151351
220.84/120.65	c cleaning 9998 clauses out of 20016 with flag 1053000/2161351
221.73/121.13	c cleaning 10001 clauses out of 20018 with flag 1063000/2171351
222.61/121.63	c cleaning 9997 clauses out of 20018 with flag 1073001/2181352
223.53/122.13	c cleaning 9996 clauses out of 20020 with flag 1083000/2191351
224.34/122.65	c cleaning 10000 clauses out of 20024 with flag 1093000/2201351
225.02/123.08	c cleaning 10010 clauses out of 20024 with flag 1103000/2211351
225.90/123.55	c cleaning 9996 clauses out of 20016 with flag 1113002/2221353
226.79/124.02	c cleaning 10001 clauses out of 20018 with flag 1123000/2231351
228.43/124.98	c cleaning 9999 clauses out of 20017 with flag 1133000/2241351
230.12/125.81	c cleaning 9998 clauses out of 20018 with flag 1143000/2251351
231.60/126.62	c cleaning 9998 clauses out of 20020 with flag 1153000/2261351
233.32/127.55	c cleaning 10001 clauses out of 20023 with flag 1163001/2271352
234.91/128.45	c cleaning 9996 clauses out of 20021 with flag 1173000/2281351
237.20/129.67	c cleaning 10002 clauses out of 20028 with flag 1183003/2291354
241.08/131.68	c cleaning 10000 clauses out of 20023 with flag 1193000/2301351
241.80/132.06	c  And the winner is Resolution
242.05/132.31	c Got one! Elapsed wall clock time (in seconds):132.196
242.05/132.31	o 42
242.66/132.64	c cleaning 7579 clauses out of 15182 with flag 4001/2306510
242.92/132.86	c  And the winner is CuttingPlanes
243.03/133.32	c Got one! Elapsed wall clock time (in seconds):133.206
243.03/133.32	o 5
243.18/133.46	c  And the winner is CuttingPlanes
243.39/133.99	c starts		: 36
243.39/133.99	c conflicts		: 5911
243.39/133.99	c decisions		: 12446
243.39/133.99	c propagations		: 1338229
243.39/133.99	c inspects		: 137699212
243.39/133.99	c shortcuts		: 0
243.39/133.99	c learnt literals	: 0
243.39/133.99	c learnt binary clauses	: 3
243.39/133.99	c learnt ternary clauses	: 2
243.39/133.99	c learnt constraints	: 5908
243.39/133.99	c ignored constraints	: 0
243.39/133.99	c root simplifications	: 0
243.39/133.99	c removed literals (reason simplification)	: 0
243.39/133.99	c reason swapping (by a shorter reason)	: 0
243.39/133.99	c Calls to reduceDB	: 0
243.39/133.99	c number of reductions to clauses (during analyze)	: 0
243.39/133.99	c number of learned constraints concerned by reduction	: 0
243.39/133.99	c number of learning phase by resolution	: 0
243.39/133.99	c number of learning phase by cutting planes	: 0
243.39/133.99	c speed (assignments/second)	: 1988453.1946508172
243.39/133.99	c non guided choices	4
243.39/133.99	c learnt constraints type 
243.39/133.99	c constraints type 
243.39/133.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
243.39/133.99	c org.sat4j.minisat.constraints.cnf.UnitClauses => 32
243.39/133.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
243.39/133.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
243.39/133.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
243.39/133.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2406
243.39/133.99	c constraints type 
243.39/133.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
243.39/133.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
243.39/133.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
243.39/133.99	c org.sat4j.pb.constraints.pb.UnitClausesPB => 32
243.39/133.99	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
243.39/133.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
243.39/133.99	s OPTIMUM FOUND
243.39/133.99	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -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 
243.39/134.00	c objective function=5
243.39/134.00	c Total wall clock time (in seconds): 133.882

Verifier Data

OK	5

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-3455429-1307196916/watcher-3455429-1307196916 -o /tmp/evaluation-result-3455429-1307196916/solver-3455429-1307196916 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455429-1307196916.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.20 3.66 3.51 2/449 28045
/proc/meminfo: memFree=31792932/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 3132 0 1 0 0 0 0 0 20 0 2 0 831289499 10681323520 2834 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2611079 2839 917 9 0 2602235 0
[pid=28045/tid=28050] ppid=28043 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) R 28043 28045 28011 0 -1 4202560 3266 0 1 0 0 0 0 0 21 0 2 0 831289500 10694979584 4082 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0273959 s]
/proc/loadavg: 3.20 3.66 3.51 2/449 28045
/proc/meminfo: memFree=31792932/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 9952 0 1 0 0 1 0 0 20 0 10 0 831289499 10703900672 9654 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2613257 9656 954 9 0 2604413 0
[pid=28045/tid=28050] ppid=28043 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) R 28043 28045 28011 0 -1 4202560 8832 0 1 0 0 1 0 0 25 0 10 0 831289500 10703900672 9657 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 47184864096649 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100388 s]
/proc/loadavg: 3.20 3.66 3.51 2/449 28045
/proc/meminfo: memFree=31792932/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10540340 CPUtime=0.1 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 12974 0 1 0 8 2 0 0 20 0 18 0 831289499 10793308160 12671 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2635085 12671 2093 9 0 2625819 0
[pid=28045/tid=28050] ppid=28043 vsize=10540340 CPUtime=0.08 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) R 28043 28045 28011 0 -1 4202560 11063 0 1 0 7 1 0 0 18 0 18 0 831289500 10793308160 12672 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 47184868193816 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540340

[startup+0.300379 s]
/proc/loadavg: 3.20 3.66 3.51 2/449 28045
/proc/meminfo: memFree=31792932/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10541436 CPUtime=0.51 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 15444 0 1 0 49 2 0 0 20 0 18 0 831289499 10794430464 14942 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2635359 14943 2202 9 0 2626093 0
[pid=28045/tid=28050] ppid=28043 vsize=10541436 CPUtime=0.28 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) R 28043 28045 28011 0 -1 4202560 12727 0 1 0 26 2 0 0 18 0 18 0 831289500 10794430464 14943 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10541436

[startup+0.700211 s]
/proc/loadavg: 3.20 3.66 3.51 2/449 28045
/proc/meminfo: memFree=31792932/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10551852 CPUtime=1.69 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 26528 0 1 0 166 3 0 0 20 0 22 0 831289499 10805096448 23526 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2637963 23526 2231 9 0 2628697 0
[pid=28045/tid=28050] ppid=28043 vsize=10551852 CPUtime=0.5 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17504 0 1 0 48 2 0 0 19 0 22 0 831289500 10805096448 23526 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 10551852

[startup+1.5011 s]
/proc/loadavg: 3.20 3.66 3.51 9/496 28097
/proc/meminfo: memFree=31511100/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10564648 CPUtime=4.73 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 62992 0 1 0 466 7 0 0 20 0 22 0 831289499 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2641162 56382 2268 9 0 2631896 0
[pid=28045/tid=28050] ppid=28043 vsize=10564648 CPUtime=0.5 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17504 0 1 0 48 2 0 0 15 0 22 0 831289500 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 483 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 549 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 167 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 246 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 423 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28073] ppid=28043 vsize=10564648 CPUtime=0.05 cores=0,2,4,6
/proc/28045/task/28073/stat : 28073 (java) S 28043 28045 28011 0 -1 4202560 1821 0 0 0 5 0 0 0 16 0 22 0 831289503 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 0 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28076] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831289503 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831289503 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10564648 CPUtime=1.23 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) R 28043 28045 28011 0 -1 4202560 8612 0 0 0 122 1 0 0 17 0 22 0 831289505 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 47184868683352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10564648 CPUtime=1.09 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) R 28043 28045 28011 0 -1 4202560 7584 0 0 0 108 1 0 0 25 0 22 0 831289505 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 47184865470948 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831289505 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28092] ppid=28043 vsize=10564648 CPUtime=0.91 cores=0,2,4,6
/proc/28045/task/28092/stat : 28092 (java) R 28043 28045 28011 0 -1 4202560 332 0 0 0 91 0 0 0 22 0 22 0 831289551 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505823528 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28045/tid=28093] ppid=28043 vsize=10564648 CPUtime=0.88 cores=0,2,4,6
/proc/28045/task/28093/stat : 28093 (java) R 28043 28045 28011 0 -1 4202560 24076 0 0 0 87 1 0 0 22 0 22 0 831289551 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505877277 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28045/tid=28096] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28096/stat : 28096 (java) S 28043 28045 28011 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831289552 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28097] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28097/stat : 28097 (java) S 28043 28045 28011 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831289552 10818199552 56382 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10564648

[startup+3.1008 s]
/proc/loadavg: 3.20 3.66 3.51 5/496 28097
/proc/meminfo: memFree=31253304/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10564648 CPUtime=8.18 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 92018 0 1 0 807 11 0 0 20 0 22 0 831289499 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2641162 85405 2269 9 0 2631896 0
[pid=28045/tid=28050] ppid=28043 vsize=10564648 CPUtime=0.5 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17504 0 1 0 48 2 0 0 15 0 22 0 831289500 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10564648 CPUtime=0.01 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 487 0 0 0 1 0 0 0 15 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 551 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 434 0 0 0 0 0 0 0 16 0 22 0 831289502 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28073] ppid=28043 vsize=10564648 CPUtime=0.15 cores=0,2,4,6
/proc/28045/task/28073/stat : 28073 (java) S 28043 28045 28011 0 -1 4202560 2896 0 0 0 15 0 0 0 15 0 22 0 831289503 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 0 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28076] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831289503 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831289503 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10564648 CPUtime=1.34 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) S 28043 28045 28011 0 -1 4202560 8648 0 0 0 133 1 0 0 15 0 22 0 831289505 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10564648 CPUtime=1.34 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) S 28043 28045 28011 0 -1 4202560 7600 0 0 0 133 1 0 0 16 0 22 0 831289505 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831289505 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28092] ppid=28043 vsize=10564648 CPUtime=2.39 cores=0,2,4,6
/proc/28045/task/28092/stat : 28092 (java) R 28043 28045 28011 0 -1 4202560 336 0 0 0 239 0 0 0 25 0 22 0 831289551 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505823528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28045/tid=28093] ppid=28043 vsize=10564648 CPUtime=2.37 cores=0,2,4,6
/proc/28045/task/28093/stat : 28093 (java) R 28043 28045 28011 0 -1 4202560 51707 0 0 0 232 5 0 0 17 0 22 0 831289551 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912506096383 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28045/tid=28096] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28096/stat : 28096 (java) S 28043 28045 28011 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831289552 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28097] ppid=28043 vsize=10564648 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28097/stat : 28097 (java) S 28043 28045 28011 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831289552 10818199552 85405 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 10564648

[startup+6.30128 s]
/proc/loadavg: 3.26 3.66 3.51 4/496 28097
/proc/meminfo: memFree=31021436/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10559848 CPUtime=14.39 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 108180 0 1 0 1427 12 0 0 20 0 22 0 831289499 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2639962 100775 2269 9 0 2630696 0
[pid=28045/tid=28050] ppid=28043 vsize=10559848 CPUtime=0.5 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17504 0 1 0 48 2 0 0 15 0 22 0 831289500 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10559848 CPUtime=0.01 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 492 0 0 0 1 0 0 0 15 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10559848 CPUtime=0.01 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 561 0 0 0 1 0 0 0 15 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10559848 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10559848 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10559848 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10559848 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 298 0 0 0 0 0 0 0 16 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10559848 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10559848 CPUtime=0.01 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 434 0 0 0 1 0 0 0 16 0 22 0 831289502 10813284352 100775 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0

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

[pid=28045/tid=28076] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831289503 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 831289503 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10557980 CPUtime=2.2 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) S 28043 28045 28011 0 -1 4202560 12070 0 0 0 219 1 0 0 15 0 22 0 831289505 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10557980 CPUtime=1.43 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) S 28043 28045 28011 0 -1 4202560 7601 0 0 0 142 1 0 0 15 0 22 0 831289505 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) S 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 831289505 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28114] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28114/stat : 28114 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292280 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28123] ppid=28043 vsize=10557980 CPUtime=49.98 cores=0,2,4,6
/proc/28045/task/28123/stat : 28123 (java) R 28043 28045 28011 0 -1 4202560 68 0 0 0 4998 0 0 0 17 0 22 0 831296092 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505782492 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28045/tid=28124] ppid=28043 vsize=10557980 CPUtime=50.01 cores=0,2,4,6
/proc/28045/task/28124/stat : 28124 (java) R 28043 28045 28011 0 -1 4202560 42345 0 0 0 4996 5 0 0 17 0 22 0 831296092 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505869900 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28045/tid=28125] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28125/stat : 28125 (java) S 28043 28045 28011 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 831296092 10811371520 214548 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 240.08
Current children cumulated vsize (KiB) 10557980

[startup+132.701 s]
/proc/loadavg: 3.77 3.74 3.56 4/496 28133
/proc/meminfo: memFree=29748688/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10557980 CPUtime=242.82 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 225984 0 1 0 24251 31 0 0 20 0 22 0 831289499 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2639495 214549 2271 9 0 2630229 0
[pid=28045/tid=28050] ppid=28043 vsize=10557980 CPUtime=0.51 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17523 0 1 0 49 2 0 0 16 0 22 0 831289500 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 527 0 0 0 31 0 0 0 15 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10557980 CPUtime=0.36 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 601 0 0 0 36 0 0 0 15 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 407 0 0 0 31 0 0 0 15 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 49 0 0 0 35 0 0 0 16 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10557980 CPUtime=0.34 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 82 0 0 0 34 0 0 0 16 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10557980 CPUtime=0.33 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 339 0 0 0 33 0 0 0 15 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 168 0 0 0 35 0 0 0 16 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10557980 CPUtime=0.32 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 570 0 0 0 32 0 0 0 15 0 22 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28073] ppid=28043 vsize=10557980 CPUtime=23.81 cores=0,2,4,6
/proc/28045/task/28073/stat : 28073 (java) R 28043 28045 28011 0 -1 4202560 16208 0 0 0 2376 5 0 0 15 0 22 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 47184869631392 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=28045/tid=28076] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10557980 CPUtime=2.2 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) S 28043 28045 28011 0 -1 4202560 12070 0 0 0 219 1 0 0 15 0 22 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10557980 CPUtime=1.48 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) S 28043 28045 28011 0 -1 4202560 7602 0 0 0 147 1 0 0 15 0 22 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) R 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28045/tid=28125] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28125/stat : 28125 (java) S 28043 28045 28011 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 831296092 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.82
Current children cumulated vsize (KiB) 10557980

[startup+133.501 s]
/proc/loadavg: 3.79 3.74 3.56 3/493 28136
/proc/meminfo: memFree=29748712/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10557980 CPUtime=243.3 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 225990 0 1 0 24299 31 0 0 20 0 19 0 831289499 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2639495 214549 2271 9 0 2630229 0
[pid=28045/tid=28050] ppid=28043 vsize=10557980 CPUtime=0.51 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) S 28043 28045 28011 0 -1 4202560 17524 0 1 0 49 2 0 0 16 0 19 0 831289500 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 527 0 0 0 31 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10557980 CPUtime=0.36 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 601 0 0 0 36 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 407 0 0 0 31 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 49 0 0 0 35 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10557980 CPUtime=0.34 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 82 0 0 0 34 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10557980 CPUtime=0.33 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 339 0 0 0 33 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 168 0 0 0 35 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10557980 CPUtime=0.32 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 570 0 0 0 32 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28073] ppid=28043 vsize=10557980 CPUtime=23.93 cores=0,2,4,6
/proc/28045/task/28073/stat : 28073 (java) S 28043 28045 28011 0 -1 4202560 16208 0 0 0 2388 5 0 0 15 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 0 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28076] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10557980 CPUtime=2.2 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) S 28043 28045 28011 0 -1 4202560 12070 0 0 0 219 1 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10557980 CPUtime=1.48 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) S 28043 28045 28011 0 -1 4202560 7602 0 0 0 147 1 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) S 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28136] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28136/stat : 28136 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831302731 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 243.3
Current children cumulated vsize (KiB) 10557980

[startup+133.901 s]
/proc/loadavg: 3.79 3.74 3.56 3/493 28136
/proc/meminfo: memFree=29748712/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=10557980 CPUtime=243.39 cores=0,2,4,6
/proc/28045/stat : 28045 (java) S 28043 28045 28011 0 -1 4202496 225990 0 1 0 24308 31 0 0 20 0 19 0 831289499 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 2639495 214549 2271 9 0 2630229 0
[pid=28045/tid=28050] ppid=28043 vsize=10557980 CPUtime=0.59 cores=0,2,4,6
/proc/28045/task/28050/stat : 28050 (java) R 28043 28045 28011 0 -1 4202560 17524 0 1 0 57 2 0 0 15 0 19 0 831289500 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28045/tid=28063] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28063/stat : 28063 (java) S 28043 28045 28011 0 -1 4202560 527 0 0 0 31 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28064] ppid=28043 vsize=10557980 CPUtime=0.36 cores=0,2,4,6
/proc/28045/task/28064/stat : 28064 (java) S 28043 28045 28011 0 -1 4202560 601 0 0 0 36 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28066] ppid=28043 vsize=10557980 CPUtime=0.31 cores=0,2,4,6
/proc/28045/task/28066/stat : 28066 (java) S 28043 28045 28011 0 -1 4202560 407 0 0 0 31 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28067] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28067/stat : 28067 (java) S 28043 28045 28011 0 -1 4202560 49 0 0 0 35 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28068] ppid=28043 vsize=10557980 CPUtime=0.34 cores=0,2,4,6
/proc/28045/task/28068/stat : 28068 (java) S 28043 28045 28011 0 -1 4202560 82 0 0 0 34 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28069] ppid=28043 vsize=10557980 CPUtime=0.33 cores=0,2,4,6
/proc/28045/task/28069/stat : 28069 (java) S 28043 28045 28011 0 -1 4202560 339 0 0 0 33 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=10557980 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) S 28043 28045 28011 0 -1 4202560 168 0 0 0 35 0 0 0 16 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28071] ppid=28043 vsize=10557980 CPUtime=0.32 cores=0,2,4,6
/proc/28045/task/28071/stat : 28071 (java) S 28043 28045 28011 0 -1 4202560 570 0 0 0 32 0 0 0 15 0 19 0 831289502 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28073] ppid=28043 vsize=10557980 CPUtime=23.93 cores=0,2,4,6
/proc/28045/task/28073/stat : 28073 (java) S 28043 28045 28011 0 -1 4202560 16208 0 0 0 2388 5 0 0 15 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 0 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28076] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28076/stat : 28076 (java) S 28043 28045 28011 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28077] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28077/stat : 28077 (java) S 28043 28045 28011 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831289503 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
[pid=28045/tid=28078] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28078/stat : 28078 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562361265 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28080] ppid=28043 vsize=10557980 CPUtime=2.2 cores=0,2,4,6
/proc/28045/task/28080/stat : 28080 (java) S 28043 28045 28011 0 -1 4202560 12070 0 0 0 219 1 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 4 0 0 0
[pid=28045/tid=28084] ppid=28043 vsize=10557980 CPUtime=1.49 cores=0,2,4,6
/proc/28045/task/28084/stat : 28084 (java) S 28043 28045 28011 0 -1 4202560 7602 0 0 0 148 1 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 6 0 0 0
[pid=28045/tid=28087] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28087/stat : 28087 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562353561 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28089] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28089/stat : 28089 (java) S 28043 28045 28011 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 831289505 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 2 0 0 0
[pid=28045/tid=28136] ppid=28043 vsize=10557980 CPUtime=0 cores=0,2,4,6
/proc/28045/task/28136/stat : 28136 (java) S 28043 28045 28011 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831302731 10811371520 214549 33554432000 1073741824 1073778376 140733885790256 18446744073709551615 271562354176 0 4 0 16800975 18446604443723962496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 243.39
Current children cumulated vsize (KiB) 10557980

[startup+134.005 s]
/proc/loadavg: 3.79 3.74 3.56 3/493 28136
/proc/meminfo: memFree=29748712/32951124 swapFree=55639044/67111528
[pid=28045] ppid=28043 vsize=0 CPUtime=243.5 cores=0,2,4,6
/proc/28045/stat : 28045 (java) Z 28043 28045 28011 0 -1 4203548 225995 0 1 0 24318 32 0 0 18 0 2 0 831289499 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28045/statm: 0 0 0 0 0 0 0
[pid=28045/tid=28070] ppid=28043 vsize=0 CPUtime=0.35 cores=0,2,4,6
/proc/28045/task/28070/stat : 28070 (java) R 28043 28045 28011 0 -1 4203588 168 0 0 0 35 0 0 0 15 0 2 0 831289502 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 243.5
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 134.034
CPU time (s): 243.536
CPU user time (s): 243.182
CPU system time (s): 0.353946
CPU usage (%): 181.697
Max. virtual memory (cumulated for all children) (KiB): 10567292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.182
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225995
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= 10484
involuntary context switches= 4814

runsolver used 0.647901 second user time and 1.48077 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 16:15:16
IDJOB=3455429
IDBENCH=72484
IDSOLVER=1950
FILE ID=node133/3455429-1307196916
RUNJOBID= node133-1307196916-28029
PBS_JOBID= 13508907
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_5_errors.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455429-1307196916/watcher-3455429-1307196916 -o /tmp/evaluation-result-3455429-1307196916/solver-3455429-1307196916 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455429-1307196916.opb

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

MD5SUM BENCH= 06d341d0af76f66d4946a3c264573060
RANDOM SEED=1476180305

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31793336 kB
Buffers:        330704 kB
Cached:         529944 kB
SwapCached:      10584 kB
Active:         397480 kB
Inactive:       484064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31793336 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:       18524 kB
Mapped:          11916 kB
Slab:           152832 kB
PageTables:      53808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114887836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 16:17:30