Trace number 3453853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 556.912 301.418

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.179971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453853-1307194316.opb
0.11/0.11	c reading problem ... 
0.11/0.20	c ... done. Wall clock time 0.087s.
0.11/0.20	c #vars     540
0.11/0.20	c #constraints  826
0.11/0.20	c constraints type 
0.11/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.11/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.11/0.20	c constraints type 
0.11/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.11/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.11/1.01	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.08/1.72	c cleaning 4250 clauses out of 8500 with flag 11000/11000
6.69/2.52	c cleaning 5626 clauses out of 11251 with flag 18001/18001
8.48/3.43	c cleaning 6807 clauses out of 13624 with flag 26000/26000
10.49/4.47	c cleaning 7906 clauses out of 15818 with flag 35001/35001
13.06/5.77	c cleaning 8953 clauses out of 17911 with flag 45000/45000
16.24/7.33	c cleaning 9479 clauses out of 18958 with flag 55000/55000
18.78/8.68	c cleaning 9737 clauses out of 19479 with flag 65000/65000
21.53/10.06	c cleaning 9871 clauses out of 19742 with flag 75000/75000
24.69/11.64	c cleaning 9932 clauses out of 19872 with flag 85001/85001
27.06/12.82	c cleaning 9966 clauses out of 19940 with flag 95001/95001
28.79/13.74	c cleaning 9980 clauses out of 19973 with flag 105000/105000
31.36/15.03	c cleaning 9995 clauses out of 19994 with flag 115001/115001
33.28/16.07	c cleaning 9999 clauses out of 19999 with flag 125001/125001
34.63/16.78	c cleaning 9994 clauses out of 19999 with flag 135000/135000
36.38/17.64	c cleaning 9996 clauses out of 20005 with flag 145000/145000
38.10/18.57	c cleaning 9999 clauses out of 20009 with flag 155000/155000
39.86/19.51	c cleaning 9997 clauses out of 20010 with flag 165000/165000
42.38/20.70	c cleaning 10002 clauses out of 20015 with flag 175002/175002
44.59/21.81	c cleaning 10001 clauses out of 20012 with flag 185001/185001
47.18/23.03	c cleaning 10002 clauses out of 20011 with flag 195001/195001
49.45/24.00	c cleaning 9995 clauses out of 20008 with flag 205000/205000
50.99/24.84	c cleaning 9993 clauses out of 20013 with flag 215000/215000
52.32/25.55	c  And the winner is Resolution
52.47/25.94	c SATISFIABLE
52.47/25.94	c OPTIMIZING...
52.47/25.94	c Got one! Elapsed wall clock time (in seconds):25.835
52.47/25.94	o 9
53.18/26.37	c cleaning 11382 clauses out of 22798 with flag 5000/227778
54.28/26.94	c cleaning 8691 clauses out of 17416 with flag 11000/233778
55.41/27.55	c cleaning 7849 clauses out of 15726 with flag 18001/240779
56.77/28.25	c cleaning 7934 clauses out of 15876 with flag 26000/248778
58.93/29.32	c cleaning 8463 clauses out of 16943 with flag 35001/257779
60.82/30.40	c cleaning 9233 clauses out of 18481 with flag 45002/267780
62.95/31.40	c cleaning 9619 clauses out of 19245 with flag 55000/277778
65.31/32.70	c cleaning 9810 clauses out of 19627 with flag 65001/287779
67.64/33.89	c cleaning 9903 clauses out of 19816 with flag 75000/297778
70.11/35.11	c cleaning 9955 clauses out of 19914 with flag 85001/307779
72.23/36.28	c cleaning 9976 clauses out of 19958 with flag 95000/317778
74.16/37.23	c cleaning 0 clauses out of 5498 with flag 0/5499
74.60/37.49	c cleaning 9989 clauses out of 19982 with flag 105000/327778
77.24/38.77	c cleaning 9991 clauses out of 19994 with flag 115001/337779
78.10/39.20	c  And the winner is Resolution
78.32/39.61	c Got one! Elapsed wall clock time (in seconds):39.505
78.32/39.61	o 5
79.09/40.01	c cleaning 10429 clauses out of 20881 with flag 5001/348657
80.01/40.54	c cleaning 8209 clauses out of 16451 with flag 11000/354656
81.13/41.14	c cleaning 7605 clauses out of 15242 with flag 18000/361656
82.42/41.85	c cleaning 7807 clauses out of 15637 with flag 26000/369656
83.96/42.66	c cleaning 8410 clauses out of 16830 with flag 35000/378656
86.09/43.79	c cleaning 9202 clauses out of 18420 with flag 45000/388656
88.78/45.14	c cleaning 9603 clauses out of 19219 with flag 55001/398657
91.06/46.36	c cleaning 9804 clauses out of 19615 with flag 65000/408656
93.58/47.66	c cleaning 9901 clauses out of 19812 with flag 75001/418657
96.10/48.94	c cleaning 9953 clauses out of 19911 with flag 85001/428657
98.83/50.32	c cleaning 9977 clauses out of 19957 with flag 95000/438656
101.48/51.72	c cleaning 9987 clauses out of 19980 with flag 105000/448656
104.00/53.02	c cleaning 9993 clauses out of 19994 with flag 115001/458657
106.32/54.23	c cleaning 9993 clauses out of 20001 with flag 125001/468657
107.83/55.05	c  And the winner is Resolution
107.97/55.33	c Got one! Elapsed wall clock time (in seconds):55.219
107.97/55.33	o 3
108.52/55.71	c cleaning 12297 clauses out of 24613 with flag 5000/483262
109.79/56.30	c cleaning 9140 clauses out of 18317 with flag 11001/489263
110.94/56.93	c cleaning 8075 clauses out of 16177 with flag 18001/496263
112.23/57.63	c cleaning 8034 clauses out of 16101 with flag 26000/504262
113.74/58.49	c cleaning 8525 clauses out of 17068 with flag 35001/513263
116.21/59.74	c cleaning 9267 clauses out of 18543 with flag 45001/523263
118.53/60.96	c cleaning 9629 clauses out of 19276 with flag 55001/533263
120.83/62.11	c cleaning 9815 clauses out of 19646 with flag 65000/543262
123.14/63.39	c cleaning 9913 clauses out of 19831 with flag 75000/553262
125.80/64.79	c cleaning 9953 clauses out of 19918 with flag 85000/563262
128.51/66.16	c cleaning 9977 clauses out of 19966 with flag 95001/573263
131.22/67.52	c cleaning 9990 clauses out of 19989 with flag 105001/583263
133.52/68.74	c cleaning 9994 clauses out of 19999 with flag 115001/593263
136.39/70.24	c cleaning 10000 clauses out of 20004 with flag 125000/603262
139.10/71.63	c cleaning 9998 clauses out of 20005 with flag 135001/613263
141.99/73.15	c cleaning 10001 clauses out of 20008 with flag 145002/623264
144.53/74.46	c cleaning 9998 clauses out of 20005 with flag 155000/633262
147.16/75.85	c cleaning 9999 clauses out of 20008 with flag 165001/643263
148.88/76.76	c cleaning 9998 clauses out of 20008 with flag 175000/653262
150.55/77.63	c cleaning 10000 clauses out of 20011 with flag 185001/663263
152.25/78.58	c cleaning 9999 clauses out of 20011 with flag 195001/673263
154.92/79.94	c cleaning 10000 clauses out of 20014 with flag 205003/683265
156.60/80.88	c cleaning 9989 clauses out of 20011 with flag 215000/693262
158.49/81.86	c cleaning 10003 clauses out of 20023 with flag 225001/703263
160.59/82.97	c cleaning 10005 clauses out of 20019 with flag 235000/713262
162.43/83.96	c cleaning 10002 clauses out of 20015 with flag 245001/723263
164.12/84.87	c cleaning 10000 clauses out of 20013 with flag 255001/733263
166.01/85.80	c cleaning 9999 clauses out of 20014 with flag 265002/743264
167.71/86.77	c cleaning 10000 clauses out of 20013 with flag 275000/753262
170.35/88.20	c cleaning 10003 clauses out of 20013 with flag 285000/763262
173.44/89.73	c cleaning 10000 clauses out of 20011 with flag 295001/773263
175.95/91.06	c cleaning 9994 clauses out of 20010 with flag 305000/783262
178.62/92.40	c cleaning 10001 clauses out of 20017 with flag 315001/793263
181.06/93.78	c cleaning 10001 clauses out of 20015 with flag 325000/803262
183.75/95.17	c cleaning 10001 clauses out of 20016 with flag 335002/813264
186.46/96.57	c cleaning 10001 clauses out of 20013 with flag 345000/823262
188.72/97.73	c cleaning 9999 clauses out of 20012 with flag 355001/833263
190.75/98.83	c cleaning 9999 clauses out of 20013 with flag 365001/843263
192.65/99.88	c cleaning 10000 clauses out of 20014 with flag 375001/853263
194.73/100.93	c cleaning 9998 clauses out of 20013 with flag 385000/863262
196.81/102.07	c cleaning 10001 clauses out of 20016 with flag 395001/873263
198.42/103.00	c cleaning 10001 clauses out of 20014 with flag 405000/883262
200.10/103.87	c cleaning 10001 clauses out of 20015 with flag 415002/893264
201.98/104.88	c cleaning 9996 clauses out of 20012 with flag 425000/903262
203.86/105.86	c cleaning 10000 clauses out of 20016 with flag 435000/913262
205.87/106.91	c cleaning 10001 clauses out of 20017 with flag 445001/923263
207.95/108.04	c cleaning 10002 clauses out of 20016 with flag 455001/933263
210.63/109.41	c cleaning 0 clauses out of 10742 with flag 0/10745
210.94/109.66	c cleaning 10003 clauses out of 20013 with flag 465000/943262
213.55/111.07	c cleaning 10000 clauses out of 20011 with flag 475001/953263
216.02/112.38	c cleaning 10000 clauses out of 20011 with flag 485001/963263
217.89/113.38	c cleaning 9996 clauses out of 20010 with flag 495000/973262
219.57/114.27	c cleaning 10001 clauses out of 20014 with flag 505000/983262
221.57/115.38	c cleaning 10003 clauses out of 20014 with flag 515001/993263
224.43/116.85	c cleaning 9999 clauses out of 20010 with flag 525000/1003262
227.10/118.21	c cleaning 10003 clauses out of 20011 with flag 535000/1013262
228.75/119.14	c cleaning 9996 clauses out of 20008 with flag 545000/1023262
230.76/120.29	c cleaning 9996 clauses out of 20012 with flag 555000/1033262
232.81/121.34	c cleaning 10000 clauses out of 20016 with flag 565000/1043262
234.87/122.46	c cleaning 10001 clauses out of 20017 with flag 575001/1053263
236.54/123.39	c cleaning 10002 clauses out of 20016 with flag 585001/1063263
238.75/124.57	c cleaning 10005 clauses out of 20014 with flag 595001/1073263
240.82/125.67	c cleaning 10004 clauses out of 20009 with flag 605001/1083263
243.08/126.90	c cleaning 9998 clauses out of 20004 with flag 615000/1093262
245.54/128.15	c cleaning 10002 clauses out of 20007 with flag 625001/1103263
247.72/129.39	c cleaning 10000 clauses out of 20005 with flag 635001/1113263
249.77/130.48	c cleaning 9998 clauses out of 20005 with flag 645001/1123263
252.04/131.68	c cleaning 9998 clauses out of 20006 with flag 655000/1133262
253.67/132.56	c cleaning 9993 clauses out of 20008 with flag 665000/1143262
255.44/133.53	c cleaning 10001 clauses out of 20016 with flag 675001/1153263
256.89/134.39	c cleaning 10002 clauses out of 20015 with flag 685001/1163263
258.54/135.27	c cleaning 9997 clauses out of 20012 with flag 695000/1173262
260.21/136.17	c cleaning 10002 clauses out of 20016 with flag 705001/1183263
261.98/137.20	c cleaning 9995 clauses out of 20013 with flag 715001/1193263
263.80/138.18	c cleaning 10002 clauses out of 20017 with flag 725000/1203262
265.65/139.12	c cleaning 10002 clauses out of 20015 with flag 735000/1213262
267.49/140.13	c cleaning 10000 clauses out of 20014 with flag 745001/1223263
269.66/141.34	c cleaning 10003 clauses out of 20014 with flag 755001/1233263
271.50/142.37	c cleaning 10002 clauses out of 20013 with flag 765003/1243265
273.35/143.35	c cleaning 9997 clauses out of 20009 with flag 775001/1253263
274.99/144.26	c cleaning 9998 clauses out of 20011 with flag 785000/1263262
276.75/145.29	c cleaning 9998 clauses out of 20013 with flag 795000/1273262
278.39/146.16	c cleaning 10001 clauses out of 20017 with flag 805002/1283264
280.26/147.17	c cleaning 10002 clauses out of 20015 with flag 815001/1293263
282.11/148.19	c cleaning 9997 clauses out of 20012 with flag 825000/1303262
284.46/149.40	c cleaning 10001 clauses out of 20016 with flag 835001/1313263
286.50/150.51	c cleaning 9999 clauses out of 20014 with flag 845000/1323262
288.37/151.57	c cleaning 9999 clauses out of 20015 with flag 855000/1333262
290.41/152.66	c cleaning 10002 clauses out of 20016 with flag 865000/1343262
292.39/153.71	c cleaning 10002 clauses out of 20014 with flag 875000/1353262
294.22/154.79	c cleaning 9998 clauses out of 20012 with flag 885000/1363262
296.26/155.82	c cleaning 10000 clauses out of 20015 with flag 895001/1373263
298.07/156.88	c cleaning 10002 clauses out of 20014 with flag 905000/1383262
300.44/158.13	c cleaning 10001 clauses out of 20012 with flag 915000/1393262
302.48/159.30	c cleaning 9998 clauses out of 20011 with flag 925000/1403262
304.68/160.46	c cleaning 9999 clauses out of 20016 with flag 935003/1413265
306.70/161.56	c cleaning 10000 clauses out of 20015 with flag 945001/1423263
308.84/162.77	c cleaning 10004 clauses out of 20015 with flag 955001/1433263
311.07/163.91	c cleaning 10001 clauses out of 20010 with flag 965000/1443262
312.90/164.92	c cleaning 10000 clauses out of 20011 with flag 975002/1453264
315.13/166.19	c cleaning 10002 clauses out of 20010 with flag 985001/1463263
317.65/167.59	c cleaning 10001 clauses out of 20008 with flag 995001/1473263
319.68/168.63	c cleaning 9999 clauses out of 20007 with flag 1005001/1483263
321.70/169.73	c cleaning 9999 clauses out of 20007 with flag 1015000/1493262
323.72/170.80	c cleaning 9998 clauses out of 20008 with flag 1025000/1503262
325.67/171.96	c cleaning 10002 clauses out of 20010 with flag 1035000/1513262
327.29/172.84	c cleaning 9994 clauses out of 20008 with flag 1045000/1523262
329.12/173.84	c cleaning 9998 clauses out of 20015 with flag 1055001/1533263
330.93/174.87	c cleaning 10006 clauses out of 20018 with flag 1065002/1543264
333.06/176.05	c cleaning 9997 clauses out of 20010 with flag 1075000/1553262
335.27/177.21	c cleaning 10000 clauses out of 20014 with flag 1085001/1563263
337.09/178.24	c cleaning 10001 clauses out of 20015 with flag 1095002/1573264
338.90/179.23	c cleaning 10002 clauses out of 20012 with flag 1105000/1583262
340.83/180.31	c cleaning 9999 clauses out of 20010 with flag 1115000/1593262
342.85/181.43	c cleaning 10002 clauses out of 20011 with flag 1125000/1603262
344.66/182.44	c cleaning 9998 clauses out of 20009 with flag 1135000/1613262
346.50/183.44	c cleaning 9999 clauses out of 20011 with flag 1145000/1623262
348.23/184.45	c cleaning 9994 clauses out of 20013 with flag 1155001/1633263
350.45/185.66	c cleaning 10005 clauses out of 20019 with flag 1165001/1643263
352.64/186.88	c cleaning 9999 clauses out of 20013 with flag 1175000/1653262
354.86/188.04	c cleaning 9999 clauses out of 20015 with flag 1185001/1663263
356.81/189.19	c cleaning 10001 clauses out of 20015 with flag 1195000/1673262
359.23/190.40	c cleaning 9998 clauses out of 20015 with flag 1205001/1683263
361.05/191.50	c cleaning 10003 clauses out of 20018 with flag 1215002/1693264
363.26/192.67	c cleaning 9998 clauses out of 20013 with flag 1225000/1703262
365.40/193.85	c cleaning 10004 clauses out of 20016 with flag 1235001/1713263
367.42/194.98	c cleaning 9997 clauses out of 20011 with flag 1245000/1723262
369.64/196.10	c cleaning 10004 clauses out of 20015 with flag 1255001/1733263
371.66/197.21	c cleaning 10002 clauses out of 20010 with flag 1265000/1743262
373.59/198.35	c cleaning 9999 clauses out of 20008 with flag 1275000/1753262
375.61/199.46	c cleaning 10001 clauses out of 20010 with flag 1285001/1763263
377.24/200.35	c cleaning 9997 clauses out of 20009 with flag 1295001/1773263
379.05/201.35	c cleaning 10002 clauses out of 20011 with flag 1305000/1783262
381.18/202.51	c cleaning 10000 clauses out of 20009 with flag 1315000/1793262
382.99/203.57	c cleaning 9997 clauses out of 20009 with flag 1325000/1803262
385.01/204.60	c cleaning 9998 clauses out of 20012 with flag 1335000/1813262
387.22/205.81	c cleaning 10004 clauses out of 20015 with flag 1345001/1823263
389.15/206.91	c cleaning 10000 clauses out of 20010 with flag 1355000/1833262
390.97/207.97	c cleaning 9998 clauses out of 20010 with flag 1365000/1843262
392.99/209.01	c cleaning 10000 clauses out of 20013 with flag 1375001/1853263
394.60/209.99	c cleaning 10001 clauses out of 20013 with flag 1385001/1863263
396.54/211.06	c cleaning 10002 clauses out of 20013 with flag 1395002/1873264
398.55/212.17	c cleaning 9999 clauses out of 20009 with flag 1405000/1883262
400.57/213.21	c cleaning 10000 clauses out of 20011 with flag 1415001/1893263
402.59/214.32	c cleaning 9999 clauses out of 20011 with flag 1425001/1903263
404.73/215.51	c cleaning 9999 clauses out of 20011 with flag 1435000/1913262
406.74/216.63	c cleaning 9999 clauses out of 20013 with flag 1445001/1923263
408.75/217.73	c cleaning 10002 clauses out of 20014 with flag 1455001/1933263
410.76/218.81	c cleaning 9997 clauses out of 20011 with flag 1465000/1943262
412.90/220.04	c cleaning 10001 clauses out of 20014 with flag 1475000/1953262
414.91/221.13	c cleaning 9999 clauses out of 20014 with flag 1485001/1963263
416.92/222.29	c cleaning 10001 clauses out of 20014 with flag 1495000/1973262
418.92/223.37	c cleaning 9998 clauses out of 20014 with flag 1505001/1983263
421.26/224.64	c cleaning 10003 clauses out of 20016 with flag 1515001/1993263
423.27/225.72	c cleaning 9998 clauses out of 20012 with flag 1525000/2003262
425.08/226.74	c cleaning 10001 clauses out of 20016 with flag 1535002/2013264
427.08/227.85	c cleaning 9999 clauses out of 20013 with flag 1545000/2023262
429.20/229.06	c cleaning 10001 clauses out of 20015 with flag 1555001/2033263
431.21/230.13	c cleaning 9998 clauses out of 20014 with flag 1565001/2043263
433.02/231.13	c cleaning 10001 clauses out of 20016 with flag 1575001/2053263
435.03/232.26	c cleaning 9998 clauses out of 20016 with flag 1585002/2063264
436.72/233.28	c cleaning 10001 clauses out of 20017 with flag 1595001/2073263
437.93/233.99	c cleaning 0 clauses out of 16741 with flag 0/16744
438.90/234.58	c cleaning 9999 clauses out of 20015 with flag 1605000/2083262
440.88/235.61	c cleaning 10002 clauses out of 20018 with flag 1615002/2093264
442.59/236.63	c cleaning 10003 clauses out of 20014 with flag 1625000/2103262
444.38/237.63	c cleaning 10001 clauses out of 20011 with flag 1635000/2113262
446.38/238.76	c cleaning 10003 clauses out of 20011 with flag 1645001/2123263
448.17/239.78	c cleaning 10000 clauses out of 20009 with flag 1655002/2133264
450.65/241.13	c cleaning 10000 clauses out of 20007 with flag 1665000/2143262
453.05/242.46	c cleaning 9998 clauses out of 20007 with flag 1675000/2153262
455.04/243.52	c cleaning 10000 clauses out of 20010 with flag 1685001/2163263
457.43/244.85	c cleaning 9998 clauses out of 20009 with flag 1695000/2173262
460.11/246.35	c cleaning 10001 clauses out of 20011 with flag 1705000/2183262
462.70/247.71	c cleaning 10000 clauses out of 20011 with flag 1715001/2193263
465.10/249.02	c cleaning 10000 clauses out of 20010 with flag 1725000/2203262
467.49/250.30	c cleaning 10001 clauses out of 20010 with flag 1735000/2213262
469.79/251.62	c cleaning 10000 clauses out of 20009 with flag 1745000/2223262
471.58/252.66	c cleaning 9999 clauses out of 20010 with flag 1755001/2233263
473.35/253.71	c cleaning 9999 clauses out of 20010 with flag 1765000/2243262
475.33/254.78	c cleaning 9999 clauses out of 20012 with flag 1775001/2253263
477.42/255.91	c cleaning 10002 clauses out of 20012 with flag 1785000/2263262
479.19/256.91	c cleaning 10000 clauses out of 20011 with flag 1795001/2273263
481.18/258.05	c cleaning 10001 clauses out of 20011 with flag 1805001/2283263
483.16/259.10	c cleaning 10001 clauses out of 20011 with flag 1815002/2293264
485.05/260.28	c cleaning 9999 clauses out of 20009 with flag 1825001/2303263
487.05/261.31	c cleaning 9998 clauses out of 20010 with flag 1835001/2313263
488.86/262.34	c cleaning 10002 clauses out of 20011 with flag 1845000/2323262
490.64/263.34	c cleaning 9998 clauses out of 20009 with flag 1855000/2333262
492.55/264.48	c cleaning 10000 clauses out of 20012 with flag 1865001/2343263
494.33/265.49	c cleaning 9999 clauses out of 20011 with flag 1875000/2353262
496.11/266.47	c cleaning 10001 clauses out of 20013 with flag 1885001/2363263
498.10/267.50	c cleaning 10000 clauses out of 20012 with flag 1895001/2373263
499.98/268.67	c cleaning 10003 clauses out of 20011 with flag 1905000/2383262
501.97/269.74	c cleaning 9999 clauses out of 20008 with flag 1915000/2393262
503.75/270.71	c cleaning 9998 clauses out of 20009 with flag 1925000/2403262
505.53/271.74	c cleaning 10001 clauses out of 20011 with flag 1935000/2413262
507.41/272.87	c cleaning 9998 clauses out of 20010 with flag 1945000/2423262
509.40/273.91	c cleaning 10000 clauses out of 20013 with flag 1955001/2433263
511.18/274.91	c cleaning 10002 clauses out of 20013 with flag 1965001/2443263
513.17/276.02	c cleaning 10001 clauses out of 20011 with flag 1975001/2453263
515.26/277.20	c cleaning 9997 clauses out of 20010 with flag 1985001/2463263
517.24/278.31	c cleaning 10003 clauses out of 20013 with flag 1995001/2473263
519.02/279.30	c cleaning 10001 clauses out of 20009 with flag 2005000/2483262
520.80/280.36	c cleaning 10000 clauses out of 20008 with flag 2015000/2493262
522.68/281.44	c cleaning 10000 clauses out of 20009 with flag 2025001/2503263
524.50/282.42	c cleaning 9999 clauses out of 20009 with flag 2035001/2513263
526.06/283.39	c cleaning 10002 clauses out of 20010 with flag 2045001/2523263
528.04/284.43	c cleaning 9999 clauses out of 20007 with flag 2055000/2533262
530.36/285.72	c cleaning 10001 clauses out of 20009 with flag 2065001/2543263
532.35/286.82	c cleaning 9998 clauses out of 20008 with flag 2075001/2553263
534.71/288.13	c cleaning 9999 clauses out of 20009 with flag 2085001/2563263
536.90/289.37	c cleaning 10004 clauses out of 20010 with flag 2095001/2573263
539.17/290.65	c cleaning 9999 clauses out of 20006 with flag 2105001/2583263
541.36/291.89	c cleaning 9999 clauses out of 20006 with flag 2115000/2593262
543.55/293.06	c cleaning 9998 clauses out of 20007 with flag 2125000/2603262
545.73/294.28	c cleaning 10003 clauses out of 20009 with flag 2135000/2613262
548.03/295.58	c cleaning 9997 clauses out of 20005 with flag 2145000/2623262
550.21/296.77	c cleaning 10002 clauses out of 20008 with flag 2155000/2633262
552.37/297.98	c cleaning 9999 clauses out of 20006 with flag 2165001/2643263
554.75/299.22	c cleaning 9999 clauses out of 20006 with flag 2175001/2653263
555.43/299.78	c  And the winner is Resolution
556.79/301.38	c starts		: 233
556.79/301.38	c conflicts		: 2656228
556.79/301.38	c decisions		: 2696969
556.79/301.38	c propagations		: 55987385
556.79/301.38	c inspects		: 1977298616
556.79/301.38	c shortcuts		: 0
556.79/301.38	c learnt literals	: 19
556.79/301.38	c learnt binary clauses	: 106
556.79/301.38	c learnt ternary clauses	: 351
556.79/301.38	c learnt constraints	: 2656208
556.79/301.38	c ignored constraints	: 0
556.79/301.38	c root simplifications	: 0
556.79/301.38	c removed literals (reason simplification)	: 120312959
556.79/301.38	c reason swapping (by a shorter reason)	: 0
556.79/301.38	c Calls to reduceDB	: 269
556.79/301.38	c number of reductions to clauses (during analyze)	: 0
556.79/301.38	c number of learned constraints concerned by reduction	: 0
556.79/301.38	c number of learning phase by resolution	: 0
556.79/301.38	c number of learning phase by cutting planes	: 0
556.79/301.38	c speed (assignments/second)	: 227543.82221571953
556.79/301.38	c non guided choices	5023
556.79/301.38	c learnt constraints type 
556.79/301.38	c constraints type 
556.79/301.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
556.79/301.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
556.79/301.38	c constraints type 
556.79/301.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
556.79/301.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
556.79/301.38	s OPTIMUM FOUND
556.79/301.38	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 
556.79/301.38	c objective function=3
556.79/301.38	c Total wall clock time (in seconds): 301.272

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453853-1307194316/watcher-3453853-1307194316 -o /tmp/evaluation-result-3453853-1307194316/solver-3453853-1307194316 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453853-1307194316.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 3463 0 1 0 0 0 0 0 25 0 2 0 831032015 10694979584 3166 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2611079 3180 917 9 0 2602235 0
[pid=23184/tid=23185] ppid=23182 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 4082 0 1 0 0 0 0 0 25 0 2 0 831032016 10694979584 4897 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.021535 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 9965 0 1 0 0 1 0 0 25 0 10 0 831032015 10703900672 9668 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2613257 9672 968 9 0 2604413 0
[pid=23184/tid=23185] ppid=23182 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 8849 0 1 0 0 1 0 0 25 0 10 0 831032016 10703900672 9673 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 47339831849642 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100537 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10539576 CPUtime=0.11 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 13087 0 1 0 9 2 0 0 25 0 18 0 831032015 10792525824 12774 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2634894 12774 2092 9 0 2625628 0
[pid=23184/tid=23185] ppid=23182 vsize=10539576 CPUtime=0.08 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 11166 0 1 0 7 1 0 0 18 0 18 0 831032016 10792525824 12774 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 47339831184584 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539576

[startup+1.11534 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=3.84 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 73678 0 1 0 375 9 0 0 25 0 22 0 831032015 10877349888 59273 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 59275 2256 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 59277 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 10622412

[startup+1.20035 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=4.02 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 81377 0 1 0 393 9 0 0 25 0 22 0 831032015 10877349888 66972 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 66972 2256 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 66972 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 10622412

[startup+1.50029 s]
/proc/loadavg: 3.25 3.77 3.67 4/394 23184
/proc/meminfo: memFree=21890788/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=4.64 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 83884 0 1 0 455 9 0 0 25 0 22 0 831032015 10877349888 69479 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 69483 2256 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 69485 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 10622412

[startup+3.10099 s]
/proc/loadavg: 3.25 3.77 3.67 5/416 23206
/proc/meminfo: memFree=21420844/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=7.86 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 130066 0 1 0 771 15 0 0 25 0 22 0 831032015 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 115659 2256 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 416 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 19222 0 -1 4202560 119 0 0 0 1 0 0 0 16 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 19222 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 19222 0 -1 4202560 320 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 19222 0 -1 4202560 188 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 409 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 277 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=0.06 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 2388 0 0 0 6 0 0 0 16 0 22 0 831032018 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032019 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831032019 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032021 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=0.91 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 13166 0 0 0 90 1 0 0 15 0 22 0 831032021 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.02 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8552 0 0 0 102 0 0 0 15 0 22 0 831032021 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032021 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831032021 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23203] ppid=23182 vsize=10622412 CPUtime=2.79 cores=0,2,4,6
/proc/23184/task/23203/stat : 23203 (java) R 23182 23184 19222 0 -1 4202560 737 0 0 0 279 0 0 0 25 0 22 0 831032035 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912505623466 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23184/tid=23204] ppid=23182 vsize=10622412 CPUtime=2.78 cores=0,2,4,6
/proc/23184/task/23204/stat : 23204 (java) R 23182 23184 19222 0 -1 4202560 90284 0 0 0 268 10 0 0 25 0 22 0 831032035 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912505665438 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23184/tid=23205] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23205/stat : 23205 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831032035 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032035 10877349888 115659 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 10622412

[startup+6.31441 s]
/proc/loadavg: 3.31 3.77 3.67 5/416 23206
/proc/meminfo: memFree=21228156/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=14.25 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 176974 0 1 0 1405 20 0 0 25 0 22 0 831032015 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 162530 2257 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 19222 0 -1 4202560 148 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 19222 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 19222 0 -1 4202560 328 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 19222 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 479 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.02 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 361 0 0 0 2 0 0 0 16 0 22 0 831032017 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=0.17 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 4376 0 0 0 17 0 0 0 16 0 22 0 831032018 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032019 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831032019 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032021 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=0.97 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 13184 0 0 0 96 1 0 0 15 0 22 0 831032021 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.02 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8552 0 0 0 102 0 0 0 15 0 22 0 831032021 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032021 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831032021 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23203] ppid=23182 vsize=10622412 CPUtime=5.88 cores=0,2,4,6
/proc/23184/task/23203/stat : 23203 (java) R 23182 23184 19222 0 -1 4202560 740 0 0 0 588 0 0 0 25 0 22 0 831032035 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912505622940 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23184/tid=23204] ppid=23182 vsize=10622412 CPUtime=5.86 cores=0,2,4,6
/proc/23184/task/23204/stat : 23204 (java) R 23182 23184 19222 0 -1 4202560 134854 0 0 0 572 14 0 0 25 0 22 0 831032035 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912505568190 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23184/tid=23205] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23205/stat : 23205 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831032035 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032035 10877349888 162530 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 10622412

[startup+12.7013 s]
/proc/loadavg: 3.36 3.77 3.67 5/416 23212
/proc/meminfo: memFree=21084472/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=26.84 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 199410 0 1 0 2662 22 0 0 25 0 22 0 831032015 10877349888 184962 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 184962 2257 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.19 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) S 23182 23184 19222 0 -1 4202560 11946 0 1 0 17 2 0 0 15 0 22 0 831032016 10877349888 184962 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 511 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 184962 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 22 0 831032017 10877349888 184962 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.01 cores=0,2,4,6

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

[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 618 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 478 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=46.62 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 33191 0 0 0 4657 5 0 0 16 0 19 0 831032018 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831032019 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831032019 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=2.14 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 21670 0 0 0 212 2 0 0 15 0 19 0 831032021 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.06 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8556 0 0 0 106 0 0 0 15 0 19 0 831032021 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831032021 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831032035 10877349888 226517 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 555.69
Current children cumulated vsize (KiB) 10622412

[startup+300.701 s]
/proc/loadavg: 3.74 3.73 3.67 3/413 23354
/proc/meminfo: memFree=21100452/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=556.18 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 248574 0 1 0 55584 34 0 0 25 0 19 0 831032015 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 225660 2259 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=0.67 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 12075 0 1 0 65 2 0 0 16 0 19 0 831032016 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912506074845 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 622 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0.67 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 145 0 0 0 67 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.64 cores=0,2,4,6
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 19222 0 -1 4202560 263 0 0 0 64 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=10622412 CPUtime=0.66 cores=0,2,4,6
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 19222 0 -1 4202560 210 0 0 0 66 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=10622412 CPUtime=0.59 cores=0,2,4,6
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 19222 0 -1 4202560 521 0 0 0 59 0 0 0 16 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=10622412 CPUtime=0.6 cores=0,2,4,6
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 19222 0 -1 4202560 408 0 0 0 60 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 618 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 478 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=46.62 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 33191 0 0 0 4657 5 0 0 15 0 19 0 831032018 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=2.14 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 21671 0 0 0 212 2 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.09 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8556 0 0 0 109 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831032035 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 556.18
Current children cumulated vsize (KiB) 10622412

[startup+301.115 s]
/proc/loadavg: 3.74 3.73 3.67 4/413 23354
/proc/meminfo: memFree=21102312/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=556.6 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 248574 0 1 0 55626 34 0 0 25 0 19 0 831032015 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 225660 2259 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=1.08 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 12075 0 1 0 106 2 0 0 16 0 19 0 831032016 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912506075069 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 622 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0.67 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 145 0 0 0 67 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.64 cores=0,2,4,6
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 19222 0 -1 4202560 263 0 0 0 64 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=10622412 CPUtime=0.66 cores=0,2,4,6
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 19222 0 -1 4202560 210 0 0 0 66 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=10622412 CPUtime=0.59 cores=0,2,4,6
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 19222 0 -1 4202560 521 0 0 0 59 0 0 0 16 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=10622412 CPUtime=0.6 cores=0,2,4,6
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 19222 0 -1 4202560 408 0 0 0 60 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 618 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 478 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=46.62 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 33191 0 0 0 4657 5 0 0 15 0 19 0 831032018 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=2.14 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 21671 0 0 0 212 2 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.09 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8556 0 0 0 109 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831032035 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 556.6
Current children cumulated vsize (KiB) 10622412

[startup+301.302 s]
/proc/loadavg: 3.74 3.73 3.67 4/413 23354
/proc/meminfo: memFree=21102312/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=10622412 CPUtime=556.79 cores=0,2,4,6
/proc/23184/stat : 23184 (java) S 23182 23184 19222 0 -1 4202496 248574 0 1 0 55645 34 0 0 25 0 19 0 831032015 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 2655603 225660 2259 9 0 2646337 0
[pid=23184/tid=23185] ppid=23182 vsize=10622412 CPUtime=1.27 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4202560 12075 0 1 0 125 2 0 0 17 0 19 0 831032016 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 46912506075069 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 19222 0 -1 4202560 622 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=10622412 CPUtime=0.67 cores=0,2,4,6
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 19222 0 -1 4202560 145 0 0 0 67 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=10622412 CPUtime=0.64 cores=0,2,4,6
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 19222 0 -1 4202560 263 0 0 0 64 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=10622412 CPUtime=0.66 cores=0,2,4,6
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 19222 0 -1 4202560 210 0 0 0 66 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=10622412 CPUtime=0.59 cores=0,2,4,6
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 19222 0 -1 4202560 521 0 0 0 59 0 0 0 16 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=10622412 CPUtime=0.6 cores=0,2,4,6
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 19222 0 -1 4202560 408 0 0 0 60 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 19222 0 -1 4202560 618 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=10622412 CPUtime=0.62 cores=0,2,4,6
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 19222 0 -1 4202560 478 0 0 0 62 0 0 0 15 0 19 0 831032017 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=10622412 CPUtime=46.62 cores=0,2,4,6
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 19222 0 -1 4202560 33191 0 0 0 4657 5 0 0 15 0 19 0 831032018 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 0 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 19222 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831032019 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23198] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23198/stat : 23198 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820989361 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23199] ppid=23182 vsize=10622412 CPUtime=2.14 cores=0,2,4,6
/proc/23184/task/23199/stat : 23199 (java) S 23182 23184 19222 0 -1 4202560 21671 0 0 0 212 2 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23200] ppid=23182 vsize=10622412 CPUtime=1.09 cores=0,2,4,6
/proc/23184/task/23200/stat : 23200 (java) S 23182 23184 19222 0 -1 4202560 8556 0 0 0 109 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 6 0 0 0
[pid=23184/tid=23201] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23201/stat : 23201 (java) S 23182 23184 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820981657 0 4 0 16800975 18446604445960783744 0 0 -1 2 0 0 0
[pid=23184/tid=23202] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23202/stat : 23202 (java) S 23182 23184 19222 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 831032021 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 0 0 0 0
[pid=23184/tid=23206] ppid=23182 vsize=10622412 CPUtime=0 cores=0,2,4,6
/proc/23184/task/23206/stat : 23206 (java) S 23182 23184 19222 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831032035 10877349888 225660 33554432000 1073741824 1073778376 140735953187600 18446744073709551615 230820982272 0 4 0 16800975 18446604445960783744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 556.79
Current children cumulated vsize (KiB) 10622412

[startup+301.401 s]
/proc/loadavg: 3.74 3.73 3.67 4/413 23354
/proc/meminfo: memFree=21102312/32951124 swapFree=37148216/67111528
[pid=23184] ppid=23182 vsize=0 CPUtime=556.89 cores=0,2,4,6
/proc/23184/stat : 23184 (java) Z 23182 23184 19222 0 -1 4203548 248584 0 1 0 55653 36 0 0 18 0 2 0 831032015 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23184/statm: 0 0 0 0 0 0 0
[pid=23184/tid=23185] ppid=23182 vsize=0 CPUtime=1.37 cores=0,2,4,6
/proc/23184/task/23185/stat : 23185 (java) R 23182 23184 19222 0 -1 4203588 12077 0 1 0 133 4 0 0 18 0 2 0 831032016 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 556.89
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 301.418
CPU time (s): 556.912
CPU user time (s): 556.531
CPU system time (s): 0.380942
CPU usage (%): 184.764
Max. virtual memory (cumulated for all children) (KiB): 10622412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 556.531
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248584
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14827
involuntary context switches= 7672

runsolver used 1.22281 second user time and 2.55461 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 15:31:56
IDJOB=3453853
IDBENCH=48057
IDSOLVER=1950
FILE ID=node104/3453853-1307194316
RUNJOBID= node104-1307194304-22872
PBS_JOBID= 13508864
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453853-1307194316/watcher-3453853-1307194316 -o /tmp/evaluation-result-3453853-1307194316/solver-3453853-1307194316 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453853-1307194316.opb

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

MD5SUM BENCH= ea08c66c9e8e41f4a763233d2f14489d
RANDOM SEED=1716714452

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21890936 kB
Buffers:        420976 kB
Cached:        7648456 kB
SwapCached:     163904 kB
Active:        4648812 kB
Inactive:      6071408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21890936 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:             948 kB
Writeback:           0 kB
AnonPages:     2510120 kB
Mapped:          19276 kB
Slab:           183480 kB
PageTables:      90832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98086452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node104 at 2011-06-04 15:36:57