Trace number 3687743

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)20 1800.53 1791.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.293955
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint123
Number of terms in the objective function 406
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 406
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 406
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687743-1337875509.opb
0.10/0.10	c reading problem ... 
0.29/0.26	c ... done. Wall clock time 0.168s.
0.29/0.26	c declared #vars     406
0.29/0.26	c #constraints  503
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
0.29/0.26	c ignored satisfied constraints => 17
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.29/0.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.29/0.26	c 520 constraints processed.
0.29/0.26	c objective function length is 406 literals
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.29/0.28	o 26
0.89/0.43	c Got one! Elapsed wall clock time (in seconds):0.335
0.89/0.43	o 25
1.36/0.70	c cleaning 2867 clauses out of 5743 with flag 5000/5743
1.70/0.97	c cleaning 4427 clauses out of 8876 with flag 11000/11743
2.02/1.27	c cleaning 5718 clauses out of 11450 with flag 18001/18744
2.43/1.62	c cleaning 6864 clauses out of 13732 with flag 26001/26744
2.87/2.01	c cleaning 7936 clauses out of 15871 with flag 35004/35747
3.27/2.47	c cleaning 8957 clauses out of 17931 with flag 45000/45743
3.78/3.00	c cleaning 9979 clauses out of 19974 with flag 56000/56743
4.39/3.56	c cleaning 10981 clauses out of 21995 with flag 68000/68743
4.79/3.93	c Got one! Elapsed wall clock time (in seconds):3.836
4.79/3.93	o 24
4.99/4.13	c cleaning 12146 clauses out of 24327 with flag 5000/82056
5.20/4.39	c cleaning 9088 clauses out of 18182 with flag 11001/88057
5.60/4.71	c cleaning 8016 clauses out of 16093 with flag 18000/95056
5.90/5.09	c cleaning 8032 clauses out of 16077 with flag 26000/103056
6.42/5.52	c cleaning 8517 clauses out of 17045 with flag 35000/112056
6.81/6.00	c cleaning 9262 clauses out of 18528 with flag 45000/122056
7.33/6.49	c cleaning 10133 clauses out of 20266 with flag 56000/133056
7.93/7.05	c cleaning 11051 clauses out of 22133 with flag 68000/145056
8.54/7.68	c cleaning 12017 clauses out of 24082 with flag 81000/158056
9.23/8.37	c cleaning 13019 clauses out of 26065 with flag 95000/172056
9.94/9.05	c cleaning 14014 clauses out of 28046 with flag 110000/187056
10.76/9.80	c cleaning 15017 clauses out of 30033 with flag 126001/203057
11.56/10.61	c cleaning 15988 clauses out of 32015 with flag 143000/220056
12.36/11.44	c cleaning 16997 clauses out of 34027 with flag 161000/238056
13.28/12.38	c cleaning 17994 clauses out of 36031 with flag 180001/257057
14.28/13.30	c cleaning 19002 clauses out of 38037 with flag 200001/277057
15.31/14.39	c cleaning 20018 clauses out of 40035 with flag 221001/298057
16.53/15.54	c cleaning 21000 clauses out of 42016 with flag 243000/320056
17.65/16.68	c cleaning 21985 clauses out of 44016 with flag 266000/343056
18.95/17.91	c cleaning 23003 clauses out of 46031 with flag 290000/367056
20.25/19.21	c cleaning 23998 clauses out of 48029 with flag 315001/392057
21.56/20.50	c cleaning 25016 clauses out of 50031 with flag 341001/418057
22.88/21.80	c cleaning 26002 clauses out of 52014 with flag 368000/445056
24.29/23.20	c cleaning 27004 clauses out of 54013 with flag 396001/473057
25.69/24.62	c cleaning 27992 clauses out of 56008 with flag 425000/502056
27.42/26.36	c cleaning 29002 clauses out of 58020 with flag 455004/532060
29.04/27.91	c cleaning 29997 clauses out of 60014 with flag 486000/563056
30.55/29.49	c cleaning 31001 clauses out of 62021 with flag 518004/595060
32.19/31.00	c Got one! Elapsed wall clock time (in seconds):30.901
32.19/31.00	o 23
32.39/31.28	c cleaning 33451 clauses out of 66940 with flag 5001/630980
32.69/31.55	c cleaning 19730 clauses out of 39488 with flag 11000/636979
33.01/31.84	c cleaning 13363 clauses out of 26760 with flag 18002/643981
33.40/32.20	c cleaning 10671 clauses out of 21395 with flag 26000/651979
33.81/32.62	c cleaning 9862 clauses out of 19725 with flag 35001/660980
34.22/33.07	c cleaning 9903 clauses out of 19863 with flag 45001/670980
34.71/33.57	c cleaning 10469 clauses out of 20961 with flag 56002/681981
35.33/34.11	c cleaning 11242 clauses out of 22490 with flag 68000/693979
35.93/34.72	c cleaning 12116 clauses out of 24250 with flag 81002/706981
36.53/35.35	c cleaning 13053 clauses out of 26132 with flag 95000/720979
36.53/35.39	c Got one! Elapsed wall clock time (in seconds):35.293
36.53/35.39	o 22
36.74/35.53	c cleaning 9298 clauses out of 18622 with flag 5000/726522
36.84/35.68	c cleaning 7652 clauses out of 15324 with flag 11000/732522
37.05/35.87	c cleaning 7334 clauses out of 14673 with flag 18001/739523
37.25/36.08	c cleaning 7666 clauses out of 15339 with flag 26001/747523
37.57/36.33	c cleaning 8328 clauses out of 16672 with flag 35000/756522
37.86/36.60	c cleaning 9159 clauses out of 18345 with flag 45001/766523
38.17/36.91	c cleaning 10092 clauses out of 20187 with flag 56002/777524
38.58/37.33	c cleaning 11047 clauses out of 22094 with flag 68001/789523
39.17/37.94	c cleaning 12016 clauses out of 24052 with flag 81006/802528
39.89/38.60	c cleaning 13016 clauses out of 26033 with flag 95003/816525
40.59/39.34	c cleaning 14007 clauses out of 28016 with flag 110002/831524
41.40/40.13	c cleaning 14997 clauses out of 30007 with flag 126000/847522
42.21/40.96	c cleaning 15989 clauses out of 32010 with flag 143000/864522
42.53/41.24	c Got one! Elapsed wall clock time (in seconds):41.144
42.53/41.24	o 21
42.66/41.39	c cleaning 13596 clauses out of 27205 with flag 5001/875706
42.86/41.57	c cleaning 9795 clauses out of 19608 with flag 11000/881705
43.17/41.87	c cleaning 8395 clauses out of 16814 with flag 18001/888706
43.57/42.24	c cleaning 8198 clauses out of 16418 with flag 26000/896705
43.98/42.67	c cleaning 8582 clauses out of 17221 with flag 35001/905706
44.50/43.14	c cleaning 9321 clauses out of 18644 with flag 45006/915711
45.02/43.64	c cleaning 10151 clauses out of 20317 with flag 56000/926705
45.53/44.18	c cleaning 11079 clauses out of 22166 with flag 68000/938705
46.15/44.78	c cleaning 12037 clauses out of 24090 with flag 81003/951708
46.87/45.41	c cleaning 13002 clauses out of 26050 with flag 95000/965705
47.59/46.12	c cleaning 14009 clauses out of 28050 with flag 110002/980707
48.29/46.87	c cleaning 15008 clauses out of 30039 with flag 126000/996705
49.10/47.64	c cleaning 16004 clauses out of 32031 with flag 143000/1013705
49.91/48.49	c cleaning 17002 clauses out of 34027 with flag 161000/1031705
50.81/49.37	c cleaning 18003 clauses out of 36026 with flag 180001/1050706
51.81/50.31	c cleaning 19008 clauses out of 38022 with flag 200000/1070705
52.71/51.29	c cleaning 19991 clauses out of 40014 with flag 221000/1091705
53.82/52.36	c cleaning 21012 clauses out of 42023 with flag 243000/1113705
54.92/53.48	c cleaning 21995 clauses out of 44011 with flag 266000/1136705
56.13/54.62	c cleaning 22994 clauses out of 46016 with flag 290000/1160705
57.34/55.84	c cleaning 23990 clauses out of 48022 with flag 315000/1185705
57.67/56.17	c Got one! Elapsed wall clock time (in seconds):56.076
57.67/56.17	o 20
57.86/56.32	c cleaning 18176 clauses out of 36383 with flag 5000/1198056
58.07/56.50	c cleaning 12096 clauses out of 24208 with flag 11001/1204057
58.28/56.71	c cleaning 9545 clauses out of 19112 with flag 18001/1211057
58.50/56.94	c cleaning 8767 clauses out of 17566 with flag 26000/1219056
58.82/57.21	c cleaning 8888 clauses out of 17799 with flag 35000/1228056
59.02/57.49	c cleaning 9443 clauses out of 18911 with flag 45000/1238056
59.44/57.83	c cleaning 10220 clauses out of 20468 with flag 56000/1249056
59.75/58.19	c cleaning 11110 clauses out of 22252 with flag 68004/1261060
60.15/58.59	c cleaning 12050 clauses out of 24138 with flag 81000/1274056
60.65/59.04	c cleaning 13025 clauses out of 26088 with flag 95000/1288056
61.20/59.53	c cleaning 14021 clauses out of 28063 with flag 110000/1303056
61.71/60.09	c cleaning 15007 clauses out of 30042 with flag 126000/1319056
62.41/60.74	c cleaning 16006 clauses out of 32035 with flag 143000/1336056
63.23/61.59	c cleaning 17015 clauses out of 34030 with flag 161001/1354057
64.23/62.50	c cleaning 17997 clauses out of 36015 with flag 180001/1373057
65.16/63.47	c cleaning 18983 clauses out of 38017 with flag 200000/1393056
66.27/64.53	c cleaning 20005 clauses out of 40035 with flag 221001/1414057
67.28/65.54	c cleaning 20994 clauses out of 42029 with flag 243000/1436056
68.40/66.68	c cleaning 22004 clauses out of 44036 with flag 266001/1459057
69.63/67.80	c cleaning 22991 clauses out of 46031 with flag 290000/1483056
70.83/69.07	c cleaning 24005 clauses out of 48040 with flag 315000/1508056
72.15/70.37	c cleaning 24987 clauses out of 50038 with flag 341003/1534059
73.56/71.76	c cleaning 26020 clauses out of 52048 with flag 368000/1561056
75.17/73.31	c cleaning 27006 clauses out of 54028 with flag 396000/1589056
76.59/74.78	c cleaning 27992 clauses out of 56023 with flag 425001/1618057
78.19/76.32	c cleaning 29006 clauses out of 58030 with flag 455000/1648056
79.70/77.85	c cleaning 29977 clauses out of 60024 with flag 486000/1679056
81.32/79.44	c cleaning 31010 clauses out of 62048 with flag 518001/1711057
83.05/81.19	c cleaning 32017 clauses out of 64042 with flag 551005/1744061
84.76/82.88	c cleaning 33009 clauses out of 66021 with flag 585001/1778057
86.57/84.66	c cleaning 34003 clauses out of 68013 with flag 620002/1813058
88.29/86.38	c cleaning 34999 clauses out of 70008 with flag 656000/1849056
90.22/88.30	c cleaning 35995 clauses out of 72009 with flag 693000/1886056
92.23/90.21	c cleaning 36997 clauses out of 74015 with flag 731001/1924057
94.16/92.18	c cleaning 37992 clauses out of 76017 with flag 770000/1963056
96.17/94.10	c cleaning 38993 clauses out of 78025 with flag 810000/2003056
98.29/96.21	c cleaning 39967 clauses out of 80032 with flag 851000/2044056
100.39/98.31	c cleaning 41021 clauses out of 82066 with flag 893001/2086057
102.42/100.39	c cleaning 42006 clauses out of 84048 with flag 936004/2129060
104.65/102.58	c cleaning 42979 clauses out of 86038 with flag 980000/2173056
106.97/104.88	c cleaning 43998 clauses out of 88059 with flag 1025000/2218056
109.39/107.29	c cleaning 45027 clauses out of 90062 with flag 1071001/2264057
111.92/109.71	c cleaning 46011 clauses out of 92034 with flag 1118000/2311056
114.45/112.27	c cleaning 47001 clauses out of 94025 with flag 1166002/2359058
117.06/114.87	c cleaning 47990 clauses out of 96022 with flag 1215000/2408056
119.70/117.46	c cleaning 48979 clauses out of 98032 with flag 1265000/2458056
122.35/120.07	c cleaning 49990 clauses out of 100055 with flag 1316002/2509058
125.28/122.92	c cleaning 51008 clauses out of 102063 with flag 1368000/2561056
128.32/125.90	c cleaning 52010 clauses out of 104055 with flag 1421000/2614056
131.15/128.71	c cleaning 53017 clauses out of 106046 with flag 1475001/2668057
134.27/131.89	c cleaning 53985 clauses out of 108028 with flag 1530000/2723056
137.39/134.90	c cleaning 55021 clauses out of 110043 with flag 1586000/2779056
140.72/138.21	c cleaning 56002 clauses out of 112022 with flag 1643000/2836056
144.25/141.70	c cleaning 57009 clauses out of 114023 with flag 1701003/2894059
147.58/145.06	c cleaning 57985 clauses out of 116011 with flag 1760000/2953056
151.42/148.84	c cleaning 59008 clauses out of 118027 with flag 1820001/3013057
154.67/152.00	c cleaning 59989 clauses out of 120018 with flag 1881000/3074056
157.81/155.12	c cleaning 61009 clauses out of 122029 with flag 1943000/3136056
161.21/158.58	c cleaning 61999 clauses out of 124020 with flag 2006000/3199056
165.54/162.82	c cleaning 62996 clauses out of 126021 with flag 2070000/3263056
169.14/166.48	c cleaning 63993 clauses out of 128025 with flag 2135000/3328056
172.77/170.08	c cleaning 64997 clauses out of 130034 with flag 2201002/3394058
176.50/173.71	c cleaning 66002 clauses out of 132035 with flag 2268000/3461056
180.40/177.61	c cleaning 66973 clauses out of 134038 with flag 2336005/3529061
184.53/181.78	c cleaning 68020 clauses out of 136060 with flag 2405000/3598056
188.15/185.38	c cleaning 68997 clauses out of 138040 with flag 2475000/3668056
192.48/189.65	c cleaning 70005 clauses out of 140044 with flag 2546001/3739057
196.62/193.77	c cleaning 71004 clauses out of 142038 with flag 2618000/3811056
200.64/197.79	c cleaning 71980 clauses out of 144036 with flag 2691002/3884058
206.26/203.32	c cleaning 73004 clauses out of 146054 with flag 2765000/3958056
210.59/207.60	c cleaning 73998 clauses out of 148050 with flag 2840000/4033056
215.01/212.06	c cleaning 75002 clauses out of 150052 with flag 2916000/4109056
219.43/216.48	c cleaning 76001 clauses out of 152050 with flag 2993000/4186056
224.56/221.50	c cleaning 76998 clauses out of 154049 with flag 3071000/4264056
229.38/226.35	c cleaning 77995 clauses out of 156051 with flag 3150000/4343056
234.40/231.34	c cleaning 78990 clauses out of 158056 with flag 3230000/4423056
239.14/236.06	c cleaning 80021 clauses out of 160066 with flag 3311000/4504056
243.96/240.84	c cleaning 81020 clauses out of 162045 with flag 3393000/4586056
248.89/245.77	c cleaning 81995 clauses out of 164026 with flag 3476001/4669057
254.80/251.61	c cleaning 82984 clauses out of 166030 with flag 3560000/4753056
260.72/257.52	c cleaning 84016 clauses out of 168048 with flag 3645002/4838058
266.33/263.11	c cleaning 85004 clauses out of 170034 with flag 3731004/4924060
271.84/268.63	c cleaning 86010 clauses out of 172031 with flag 3818005/5011061
277.97/274.78	c cleaning 86998 clauses out of 174018 with flag 3906002/5099058
283.29/280.07	c cleaning 87964 clauses out of 176018 with flag 3995000/5188056
288.93/285.64	c cleaning 89008 clauses out of 178055 with flag 4085001/5278057
294.46/291.15	c cleaning 90008 clauses out of 180046 with flag 4176000/5369056
299.97/296.62	c cleaning 90997 clauses out of 182038 with flag 4268000/5461056
305.70/302.34	c cleaning 91999 clauses out of 184044 with flag 4361003/5554059
311.51/308.10	c cleaning 93008 clauses out of 186042 with flag 4455000/5648056
317.24/313.80	c cleaning 93984 clauses out of 188034 with flag 4550000/5743056
323.07/319.69	c cleaning 95007 clauses out of 190053 with flag 4646003/5839059
329.99/326.55	c cleaning 95993 clauses out of 192043 with flag 4743000/5936056
336.12/332.64	c cleaning 96997 clauses out of 194050 with flag 4841000/6034056
341.95/338.43	c cleaning 98013 clauses out of 196054 with flag 4940001/6133057
347.78/344.28	c cleaning 98988 clauses out of 198040 with flag 5040000/6233056
354.14/350.50	c cleaning 100001 clauses out of 200053 with flag 5141001/6334057
360.48/356.84	c cleaning 101010 clauses out of 202051 with flag 5243000/6436056
366.52/362.90	c cleaning 102005 clauses out of 204041 with flag 5346000/6539056
373.05/369.32	c cleaning 103010 clauses out of 206041 with flag 5450005/6643061
379.46/375.74	c cleaning 103999 clauses out of 208027 with flag 5555001/6748057
386.00/382.28	c cleaning 105012 clauses out of 210032 with flag 5661005/6854061
393.04/389.28	c cleaning 105996 clauses out of 212016 with flag 5768001/6961057
400.57/396.79	c cleaning 107002 clauses out of 214019 with flag 5876000/7069056
407.13/403.27	c cleaning 107981 clauses out of 216017 with flag 5985000/7178056
414.26/410.36	c cleaning 109003 clauses out of 218036 with flag 6095000/7288056
421.39/417.46	c cleaning 110003 clauses out of 220033 with flag 6206000/7399056
428.71/424.76	c cleaning 111013 clauses out of 222030 with flag 6318000/7511056
436.53/432.58	c cleaning 111999 clauses out of 224017 with flag 6431000/7624056
443.66/439.66	c cleaning 113000 clauses out of 226018 with flag 6545000/7738056
450.78/446.79	c cleaning 113997 clauses out of 228023 with flag 6660005/7853061
458.10/454.01	c cleaning 115005 clauses out of 230021 with flag 6776000/7969056
466.03/461.91	c cleaning 115971 clauses out of 232016 with flag 6893000/8086056
475.24/471.16	c cleaning 117000 clauses out of 234048 with flag 7011003/8204059
482.58/478.46	c cleaning 118013 clauses out of 236046 with flag 7130001/8323057
490.30/486.19	c cleaning 118986 clauses out of 238032 with flag 7250000/8443056
498.14/493.93	c cleaning 120009 clauses out of 240046 with flag 7371000/8564056
505.55/501.31	c cleaning 121005 clauses out of 242037 with flag 7493000/8686056
513.19/508.92	c cleaning 122006 clauses out of 244036 with flag 7616004/8809060
520.61/516.36	c cleaning 123000 clauses out of 246029 with flag 7740003/8933059
528.55/524.27	c cleaning 123997 clauses out of 248026 with flag 7865000/9058056
537.41/533.04	c cleaning 125003 clauses out of 250029 with flag 7991000/9184056
545.43/541.04	c cleaning 125995 clauses out of 252028 with flag 8118002/9311058
552.97/548.59	c cleaning 127005 clauses out of 254031 with flag 8246000/9439056
561.03/556.59	c cleaning 127997 clauses out of 256026 with flag 8375000/9568056
569.48/564.91	c cleaning 129001 clauses out of 258029 with flag 8505000/9698056
578.11/573.51	c cleaning 129983 clauses out of 260028 with flag 8636000/9829056
586.94/582.33	c cleaning 131018 clauses out of 262045 with flag 8768000/9961056
596.00/591.37	c cleaning 132007 clauses out of 264029 with flag 8901002/10094058
604.72/600.00	c cleaning 133005 clauses out of 266020 with flag 9035000/10228056
613.57/608.84	c cleaning 133984 clauses out of 268015 with flag 9170000/10363056
622.41/617.62	c cleaning 134996 clauses out of 270031 with flag 9306000/10499056
631.43/626.63	c cleaning 136007 clauses out of 272035 with flag 9443000/10636056
642.19/637.33	c cleaning 137004 clauses out of 274029 with flag 9581001/10774057
651.85/646.91	c cleaning 138001 clauses out of 276024 with flag 9720000/10913056
661.32/656.30	c cleaning 139005 clauses out of 278023 with flag 9860000/11053056
670.54/665.59	c cleaning 139991 clauses out of 280019 with flag 10001001/11194057
679.97/674.92	c cleaning 141004 clauses out of 282031 with flag 10143004/11336060
688.70/683.63	c cleaning 141990 clauses out of 284025 with flag 10286002/11479058
697.63/692.54	c cleaning 143005 clauses out of 286033 with flag 10430000/11623056
706.78/701.67	c cleaning 144009 clauses out of 288028 with flag 10575000/11768056
716.22/711.00	c cleaning 144989 clauses out of 290019 with flag 10721000/11914056
725.77/720.58	c cleaning 145983 clauses out of 292030 with flag 10868000/12061056
735.11/729.89	c cleaning 146993 clauses out of 294047 with flag 11016000/12209056
745.02/739.79	c cleaning 148013 clauses out of 296059 with flag 11165005/12358061
754.75/749.46	c cleaning 149001 clauses out of 298041 with flag 11315000/12508056
765.10/759.76	c cleaning 150002 clauses out of 300043 with flag 11466003/12659059
775.37/769.91	c cleaning 151017 clauses out of 302039 with flag 11618001/12811057
785.51/780.04	c cleaning 151989 clauses out of 304021 with flag 11771000/12964056
796.06/790.60	c cleaning 152991 clauses out of 306032 with flag 11925000/13118056
806.78/801.25	c cleaning 154002 clauses out of 308042 with flag 12080001/13273057
817.02/811.48	c cleaning 155000 clauses out of 310040 with flag 12236001/13429057
829.26/823.60	c cleaning 156001 clauses out of 312039 with flag 12393000/13586056
840.90/835.24	c cleaning 157019 clauses out of 314039 with flag 12551001/13744057
850.76/845.07	c cleaning 157985 clauses out of 316020 with flag 12710001/13903057
860.88/855.15	c cleaning 159000 clauses out of 318037 with flag 12870003/14063059
872.63/866.89	c cleaning 160011 clauses out of 320034 with flag 13031000/14224056
883.04/877.22	c cleaning 160984 clauses out of 322023 with flag 13193000/14386056
895.19/889.36	c cleaning 161979 clauses out of 324043 with flag 13356004/14549060
908.15/902.23	c cleaning 163009 clauses out of 326060 with flag 13520000/14713056
921.17/915.28	c cleaning 164022 clauses out of 328051 with flag 13685000/14878056
935.39/929.45	c cleaning 165001 clauses out of 330030 with flag 13851001/15044057
946.51/940.58	c cleaning 166002 clauses out of 332028 with flag 14018000/15211056
959.04/953.04	c cleaning 166991 clauses out of 334026 with flag 14186000/15379056
970.60/964.52	c cleaning 168018 clauses out of 336038 with flag 14355003/15548059
981.91/975.86	c cleaning 168977 clauses out of 338017 with flag 14525000/15718056
993.35/987.21	c cleaning 170009 clauses out of 340040 with flag 14696000/15889056
1006.39/1000.26	c cleaning 171014 clauses out of 342036 with flag 14868005/16061061
1019.13/1012.92	c cleaning 171983 clauses out of 344017 with flag 15041000/16234056
1031.26/1025.10	c cleaning 173001 clauses out of 346034 with flag 15215000/16408056
1042.59/1036.38	c cleaning 174002 clauses out of 348033 with flag 15390000/16583056
1055.03/1048.73	c cleaning 174992 clauses out of 350031 with flag 15566000/16759056
1067.48/1061.16	c cleaning 175994 clauses out of 352039 with flag 15743000/16936056
1079.91/1073.58	c cleaning 177019 clauses out of 354045 with flag 15921000/17114056
1093.78/1087.35	c cleaning 177995 clauses out of 356029 with flag 16100003/17293059
1106.42/1099.96	c cleaning 178998 clauses out of 358031 with flag 16280000/17473056
1125.18/1118.65	c cleaning 179987 clauses out of 360034 with flag 16461001/17654057
1138.55/1131.98	c cleaning 181008 clauses out of 362049 with flag 16643003/17836059
1152.68/1146.02	c cleaning 182007 clauses out of 364044 with flag 16826006/18019062
1166.86/1160.15	c cleaning 182996 clauses out of 366035 with flag 17010004/18203060
1179.70/1172.94	c cleaning 184002 clauses out of 368035 with flag 17195000/18388056
1192.05/1185.21	c cleaning 185016 clauses out of 370037 with flag 17381004/18574060
1205.00/1198.10	c cleaning 185997 clauses out of 372017 with flag 17568000/18761056
1218.63/1211.75	c cleaning 186991 clauses out of 374021 with flag 17756001/18949057
1231.79/1224.83	c cleaning 188001 clauses out of 376029 with flag 17945000/19138056
1247.03/1240.09	c cleaning 189006 clauses out of 378028 with flag 18135000/19328056
1260.28/1253.20	c cleaning 190006 clauses out of 380022 with flag 18326000/19519056
1274.62/1267.51	c cleaning 190989 clauses out of 382017 with flag 18518001/19711057
1288.17/1281.09	c cleaning 192002 clauses out of 384027 with flag 18711000/19904056
1302.31/1295.12	c cleaning 192999 clauses out of 386027 with flag 18905002/20098058
1319.62/1312.49	c cleaning 193998 clauses out of 388026 with flag 19100000/20293056
1337.89/1330.61	c cleaning 194998 clauses out of 390030 with flag 19296002/20489058
1352.82/1345.59	c cleaning 196012 clauses out of 392032 with flag 19493002/20686058
1369.67/1362.39	c cleaning 196992 clauses out of 394020 with flag 19691002/20884058
1385.21/1377.76	c cleaning 198000 clauses out of 396026 with flag 19890000/21083056
1399.97/1392.41	c cleaning 198978 clauses out of 398026 with flag 20090000/21283056
1415.32/1407.76	c cleaning 199990 clauses out of 400048 with flag 20291000/21484056
1429.58/1421.97	c cleaning 201015 clauses out of 402062 with flag 20493004/21686060
1446.05/1438.38	c cleaning 201999 clauses out of 404043 with flag 20696000/21889056
1462.88/1455.10	c cleaning 202996 clauses out of 406045 with flag 20900001/22093057
1480.91/1473.15	c cleaning 204012 clauses out of 408050 with flag 21105002/22298058
1498.29/1490.50	c cleaning 204983 clauses out of 410038 with flag 21311002/22504058
1514.45/1506.55	c cleaning 206008 clauses out of 412053 with flag 21518000/22711056
1531.01/1523.04	c cleaning 207000 clauses out of 414045 with flag 21726000/22919056
1546.58/1538.57	c cleaning 208008 clauses out of 416047 with flag 21935002/23128058
1565.24/1557.15	c cleaning 208998 clauses out of 418037 with flag 22145000/23338056
1582.51/1574.33	c cleaning 210018 clauses out of 420039 with flag 22356000/23549056
1597.97/1589.71	c cleaning 211009 clauses out of 422021 with flag 22568000/23761056
1612.82/1604.54	c cleaning 211991 clauses out of 424012 with flag 22781000/23974056
1632.97/1624.63	c cleaning 213003 clauses out of 426024 with flag 22995003/24188059
1650.42/1642.05	c cleaning 214005 clauses out of 428019 with flag 23210001/24403057
1665.67/1657.22	c cleaning 214987 clauses out of 430013 with flag 23426000/24619056
1681.81/1673.34	c cleaning 216008 clauses out of 432026 with flag 23643000/24836056
1700.84/1692.33	c cleaning 216999 clauses out of 434018 with flag 23861000/25054056
1717.69/1709.15	c cleaning 217987 clauses out of 436019 with flag 24080000/25273056
1740.64/1732.03	c cleaning 219001 clauses out of 438032 with flag 24300000/25493056
1757.22/1748.56	c cleaning 220007 clauses out of 440031 with flag 24521000/25714056
1773.44/1764.71	c cleaning 220980 clauses out of 442024 with flag 24743000/25936056
1790.39/1781.66	c cleaning 221997 clauses out of 444044 with flag 24966000/26159056
1800.06/1791.21	c starts		: 383
1800.06/1791.21	c conflicts		: 26333621
1800.06/1791.21	c decisions		: 133179135
1800.06/1791.21	c propagations		: 1777628445
1800.06/1791.21	c inspects		: 7846970151
1800.06/1791.21	c shortcuts		: 0
1800.06/1791.21	c learnt literals	: 0
1800.06/1791.21	c learnt binary clauses	: 0
1800.06/1791.21	c learnt ternary clauses	: 0
1800.06/1791.21	c learnt constraints	: 26333623
1800.06/1791.21	c ignored constraints	: 0
1800.06/1791.21	c root simplifications	: 0
1800.06/1791.21	c removed literals (reason simplification)	: 0
1800.06/1791.21	c reason swapping (by a shorter reason)	: 0
1800.06/1791.21	c Calls to reduceDB	: 299
1800.06/1791.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1791.21	c number of learned constraints concerned by reduction	: 0
1800.06/1791.21	c number of learning phase by resolution	: 0
1800.06/1791.21	c number of learning phase by cutting planes	: 0
1800.06/1791.21	c speed (assignments/second)	: 992567.9858442973
1800.06/1791.21	c non guided choices	20
1800.06/1791.24	c learnt constraints type 
1800.06/1791.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 396927
1800.06/1791.24	c constraints type 
1800.06/1791.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
1800.06/1791.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1791.24	c ignored satisfied constraints => 17
1800.06/1791.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
1800.06/1791.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.06/1791.24	c 521 constraints processed.
1800.06/1791.24	s SATISFIABLE
1800.06/1791.25	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 
1800.06/1791.25	c objective function=20
1800.06/1791.25	c Total wall clock time (in seconds): 1791.149

Verifier Data

OK	20

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687743-1337875509/watcher-3687743-1337875509 -o /tmp/evaluation-result-3687743-1337875509/solver-3687743-1337875509 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687743-1337875509.opb 

running on 4 cores: 1,3,5,7

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: 1.87 1.97 1.92 3/194 28008
/proc/meminfo: memFree=29937564/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28008/stat : 28008 (java) R 28006 28008 27428 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 253676774 23793664 715 33554432000 1073741824 1073778376 140734639946720 140734639935784 242158187880 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 5809 716 531 9 0 128 0

[startup+0.01637 s]
/proc/loadavg: 1.87 1.97 1.92 3/194 28008
/proc/meminfo: memFree=29937564/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 2490 0 1 0 0 0 0 0 20 0 10 0 253676774 9233014784 3189 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2254154 3197 1311 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100184 s]
/proc/loadavg: 1.87 1.97 1.92 3/194 28008
/proc/meminfo: memFree=29937564/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 4454 0 1 0 9 1 0 0 20 0 18 0 253676774 9787813888 6127 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2389603 6127 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300147 s]
/proc/loadavg: 1.87 1.97 1.92 3/194 28008
/proc/meminfo: memFree=29937564/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 7661 0 1 0 58 2 0 0 20 0 19 0 253676774 9855975424 9676 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 9676 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9624976

[startup+0.700166 s]
/proc/loadavg: 1.87 1.97 1.92 3/194 28008
/proc/meminfo: memFree=29937564/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 9017 0 1 0 133 3 0 0 20 0 19 0 253676774 9855975424 10537 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 10537 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9624976

[startup+1.50052 s]
/proc/loadavg: 1.87 1.97 1.92 3/213 28027
/proc/meminfo: memFree=29886136/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=2.33 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 13177 0 1 0 229 4 0 0 20 0 19 0 253676774 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 15609 2275 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2460 0 1 0 143 1 0 0 20 0 19 0 253676775 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697939923192 140697777258664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 253676777 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 6999 0 0 0 48 2 0 0 20 0 19 0 253676779 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2462 0 0 0 30 0 0 0 20 0 19 0 253676779 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 15609 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9624976

[startup+3.10365 s]
/proc/loadavg: 1.87 1.97 1.92 3/213 28027
/proc/meminfo: memFree=29883468/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=3.99 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 13261 0 1 0 395 4 0 0 20 0 19 0 253676774 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 15689 2275 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2463 0 1 0 299 2 0 0 20 0 19 0 253676775 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697939923352 140697777258674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 253676777 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7063 0 0 0 53 2 0 0 20 0 19 0 253676779 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 30 0 0 0 20 0 19 0 253676779 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 15689 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 1.88 1.97 1.92 3/213 28027
/proc/meminfo: memFree=29879776/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=7.22 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 13285 0 1 0 717 5 0 0 20 0 19 0 253676774 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 16507 2275 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=6.11 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2471 0 1 0 609 2 0 0 20 0 19 0 253676775 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697939923352 140697777408704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253676776 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 253676777 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7063 0 0 0 54 2 0 0 20 0 19 0 253676779 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 30 0 0 0 20 0 19 0 253676779 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 16507 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 264 0 0 0 128 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 253 0 0 0 115 1 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 274 0 0 0 116 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=12.06 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 161 0 0 0 1202 4 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7067 0 0 0 56 2 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 31 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 95 0 0 0 18 18 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1670.81
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 28043
/proc/meminfo: memFree=29559424/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=1730.95 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 16080 0 1 0 173054 41 0 0 20 0 19 0 253676774 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 58411 2276 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=1706.95 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2770 0 1 0 170667 28 0 0 20 0 19 0 253676775 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697939923232 140697777408737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 299 0 0 0 136 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 212 0 0 0 143 0 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 281 0 0 0 130 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 419 0 0 0 135 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 333 0 0 0 132 3 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=1.31 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 264 0 0 0 129 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 253 0 0 0 117 1 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=1.2 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 274 0 0 0 118 2 0 0 20 0 19 0 253676776 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=12.31 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 165 0 0 0 1227 4 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7067 0 0 0 56 2 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 31 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 99 0 0 0 18 19 0 0 20 0 19 0 253676779 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 58411 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1730.95
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.94 1.98 1.95 3/213 28102
/proc/meminfo: memFree=29614716/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=1791.15 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 16093 0 1 0 179073 42 0 0 20 0 19 0 253676774 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 58923 2276 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=1766.5 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2775 0 1 0 176621 29 0 0 20 0 19 0 253676775 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697939923232 140697777409428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 299 0 0 0 138 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 212 0 0 0 148 0 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 281 0 0 0 133 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 419 0 0 0 139 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 333 0 0 0 135 3 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 264 0 0 0 132 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 253 0 0 0 120 1 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 274 0 0 0 120 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=12.7 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 169 0 0 0 1266 4 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7067 0 0 0 56 2 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 31 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 103 0 0 0 19 20 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.15
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.95 1.98 1.95 3/213 28102
/proc/meminfo: memFree=29600256/32873648 swapFree=7112/7112
[pid=28008] ppid=28006 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/28008/stat : 28008 (java) S 28006 28008 27428 0 -1 4202496 16093 0 1 0 179964 42 0 0 20 0 19 0 253676774 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140734639937856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28008/statm: 2406244 58923 2276 9 0 2396937 0
[pid=28008/tid=28010] ppid=28006 vsize=9624976 CPUtime=1775.4 cores=1,3,5,7
/proc/28008/task/28010/stat : 28010 (java) R 28006 28008 27428 0 -1 4202560 2775 0 1 0 177511 29 0 0 20 0 19 0 253676775 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697939923232 140697777319540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28011] ppid=28006 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/28008/task/28011/stat : 28011 (java) S 28006 28008 27428 0 -1 4202560 299 0 0 0 138 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697901415464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28012] ppid=28006 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/28008/task/28012/stat : 28012 (java) S 28006 28008 27428 0 -1 4202560 212 0 0 0 148 0 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697900362664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28013] ppid=28006 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/28008/task/28013/stat : 28013 (java) S 28006 28008 27428 0 -1 4202560 281 0 0 0 133 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697899309864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28014] ppid=28006 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/28008/task/28014/stat : 28014 (java) S 28006 28008 27428 0 -1 4202560 419 0 0 0 139 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697898257064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28015] ppid=28006 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/28008/task/28015/stat : 28015 (java) S 28006 28008 27428 0 -1 4202560 333 0 0 0 135 3 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697897204264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28016] ppid=28006 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/28008/task/28016/stat : 28016 (java) S 28006 28008 27428 0 -1 4202560 264 0 0 0 132 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697896151464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28008/tid=28017] ppid=28006 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/28008/task/28017/stat : 28017 (java) S 28006 28008 27428 0 -1 4202560 253 0 0 0 120 1 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697776679208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28008/tid=28018] ppid=28006 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/28008/task/28018/stat : 28018 (java) S 28006 28008 27428 0 -1 4202560 274 0 0 0 120 2 0 0 20 0 19 0 253676776 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697775626408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28019] ppid=28006 vsize=9624976 CPUtime=12.7 cores=1,3,5,7
/proc/28008/task/28019/stat : 28019 (java) S 28006 28008 27428 0 -1 4202560 169 0 0 0 1266 4 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697763429352 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28020] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28020/stat : 28020 (java) S 28006 28008 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697762375416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28021] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28021/stat : 28021 (java) S 28006 28008 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253676777 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697761322504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28022] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28022/stat : 28022 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697021704848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28023] ppid=28006 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/28008/task/28023/stat : 28023 (java) S 28006 28008 27428 0 -1 4202560 7067 0 0 0 56 2 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697020651960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28008/tid=28024] ppid=28006 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/28008/task/28024/stat : 28024 (java) S 28006 28008 27428 0 -1 4202560 2463 0 0 0 31 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697019599160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28025] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28025/stat : 28025 (java) S 28006 28008 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697018546552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28026] ppid=28006 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28008/task/28026/stat : 28026 (java) S 28006 28008 27428 0 -1 4202560 103 0 0 0 19 20 0 0 20 0 19 0 253676779 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697017493960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28008/tid=28027] ppid=28006 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28008/task/28027/stat : 28027 (java) S 28006 28008 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253676802 9855975424 58923 33554432000 1073741824 1073778376 140734639946720 140697016440488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.25
CPU time (s): 1800.53
CPU user time (s): 1799.7
CPU system time (s): 0.831873
CPU usage (%): 100.518
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.831873
maximum resident set size= 235820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16128
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46064
involuntary context switches= 22632

runsolver used 5.96109 second user time and 14.2738 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 18:05:09
IDJOB=3687743
IDBENCH=2050
IDSOLVER=2269
FILE ID=node126/3687743-1337875509
RUNJOBID= node126-1337871880-27446
PBS_JOBID= 14620078
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687743-1337875509/watcher-3687743-1337875509 -o /tmp/evaluation-result-3687743-1337875509/solver-3687743-1337875509 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687743-1337875509.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=1543237552

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29937720 kB
Buffers:          228868 kB
Cached:          1863248 kB
SwapCached:        17768 kB
Active:           441264 kB
Inactive:        1729308 kB
Active(anon):      61224 kB
Inactive(anon):    19404 kB
Active(file):     380040 kB
Inactive(file):  1709904 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:         74724 kB
Mapped:            18276 kB
Shmem:                 0 kB
Slab:             622188 kB
SReclaimable:      66472 kB
SUnreclaim:       555716 kB
KernelStack:        1584 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node126 at 2012-05-24 18:35:02