Trace number 2662592

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 PB RES // CP 2.2.0 2010-05-31OPT2 410.656 228.993

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark182.966
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662592-1276617197.opb
0.24/0.22	c reading problem ... 
0.24/0.28	c ... done. Wall clock time 0.059s.
0.24/0.28	c #vars     94
0.24/0.28	c #constraints  8
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
3.34/1.88	c And the winner is Resolution
3.63/2.45	c SATISFIABLE
3.63/2.45	c OPTIMIZING...
3.63/2.45	c Got one! Elapsed wall clock time (in seconds):2.231
3.63/2.45	o 66
3.71/2.50	c And the winner is Resolution
3.75/3.46	c Got one! Elapsed wall clock time (in seconds):3.239
3.75/3.46	o 61
3.83/3.52	c And the winner is Resolution
3.92/4.47	c Got one! Elapsed wall clock time (in seconds):4.248
3.92/4.47	o 56
3.92/4.50	c And the winner is Resolution
3.97/5.48	c Got one! Elapsed wall clock time (in seconds):5.255
3.97/5.48	o 54
3.97/5.50	c And the winner is Resolution
4.04/6.48	c Got one! Elapsed wall clock time (in seconds):6.259
4.04/6.48	o 53
4.08/6.57	c And the winner is Resolution
4.23/7.49	c Got one! Elapsed wall clock time (in seconds):7.265
4.23/7.49	o 51
4.24/7.52	c And the winner is Resolution
4.28/8.49	c Got one! Elapsed wall clock time (in seconds):8.27
4.28/8.49	o 48
4.29/8.52	c And the winner is Resolution
4.34/9.50	c Got one! Elapsed wall clock time (in seconds):9.275
4.34/9.50	o 31
4.34/9.54	c And the winner is Resolution
4.43/10.51	c Got one! Elapsed wall clock time (in seconds):10.284
4.43/10.51	o 29
4.43/10.56	c And the winner is Resolution
4.53/11.52	c Got one! Elapsed wall clock time (in seconds):11.294
4.53/11.52	o 20
4.53/11.55	c And the winner is Resolution
4.59/12.52	c Got one! Elapsed wall clock time (in seconds):12.299
4.59/12.52	o 16
4.59/12.56	c And the winner is Resolution
4.68/13.53	c Got one! Elapsed wall clock time (in seconds):13.305
4.68/13.53	o 8
5.02/13.79	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.00/14.23	c And the winner is Resolution
6.05/14.53	c Got one! Elapsed wall clock time (in seconds):14.311
6.05/14.53	o 5
6.58/14.82	c cleaning 4251 clauses out of 8502 with flag 11002/11002
7.75/15.48	c And the winner is Resolution
7.92/15.55	c Got one! Elapsed wall clock time (in seconds):15.325
7.92/15.55	o 4
8.41/15.81	c cleaning 5617 clauses out of 11249 with flag 18000/18000
10.95/17.11	c cleaning 6817 clauses out of 13634 with flag 26002/26002
13.28/18.38	c And the winner is Resolution
13.46/18.56	c Got one! Elapsed wall clock time (in seconds):18.334
13.46/18.56	o 3
14.12/18.98	c cleaning 7904 clauses out of 15815 with flag 35000/35000
17.26/20.56	c cleaning 8956 clauses out of 17912 with flag 45001/45001
20.97/22.50	c cleaning 9477 clauses out of 18955 with flag 55000/55000
25.08/24.52	c cleaning 9739 clauses out of 19478 with flag 65000/65000
28.38/26.28	c cleaning 9867 clauses out of 19739 with flag 75000/75000
32.89/28.52	c cleaning 9934 clauses out of 19872 with flag 85000/85000
36.99/30.64	c cleaning 9968 clauses out of 19938 with flag 95000/95000
40.49/32.47	c cleaning 9986 clauses out of 19971 with flag 105001/105001
43.79/34.13	c cleaning 9986 clauses out of 19984 with flag 115000/115000
47.27/35.93	c cleaning 9998 clauses out of 19998 with flag 125000/125000
50.96/37.80	c cleaning 9999 clauses out of 20000 with flag 135000/135000
54.48/39.67	c cleaning 10001 clauses out of 20001 with flag 145000/145000
59.12/42.02	c cleaning 9994 clauses out of 20000 with flag 155000/155000
62.42/43.78	c cleaning 10004 clauses out of 20007 with flag 165001/165001
66.10/45.60	c cleaning 9998 clauses out of 20002 with flag 175000/175000
69.58/47.49	c cleaning 9999 clauses out of 20006 with flag 185002/185002
73.47/49.44	c cleaning 10002 clauses out of 20005 with flag 195000/195000
76.74/51.15	c cleaning 10001 clauses out of 20004 with flag 205001/205001
80.81/53.29	c cleaning 9996 clauses out of 20002 with flag 215000/215000
84.69/55.22	c cleaning 9997 clauses out of 20006 with flag 225000/225000
88.55/57.22	c cleaning 10004 clauses out of 20009 with flag 235000/235000
91.81/58.97	c cleaning 10001 clauses out of 20006 with flag 245001/245001
95.28/60.80	c cleaning 10003 clauses out of 20005 with flag 255001/255001
98.96/62.64	c cleaning 10000 clauses out of 20002 with flag 265001/265001
102.21/64.34	c cleaning 9999 clauses out of 20001 with flag 275000/275000
105.50/66.01	c cleaning 10003 clauses out of 20005 with flag 285003/285003
108.75/67.72	c cleaning 9997 clauses out of 19999 with flag 295000/295000
114.01/70.49	c cleaning 9996 clauses out of 20002 with flag 305000/305000
118.25/72.68	c cleaning 10002 clauses out of 20007 with flag 315001/315001
122.88/75.09	c cleaning 9996 clauses out of 20004 with flag 325000/325000
126.35/76.88	c cleaning 10004 clauses out of 20008 with flag 335000/335000
130.01/78.79	c cleaning 10001 clauses out of 20004 with flag 345000/345000
134.05/80.83	c cleaning 10001 clauses out of 20005 with flag 355002/355002
137.70/82.77	c cleaning 10000 clauses out of 20003 with flag 365001/365001
141.75/84.88	c cleaning 10000 clauses out of 20003 with flag 375001/375001
145.21/86.68	c cleaning 9999 clauses out of 20003 with flag 385001/385001
146.46/87.35	c And the winner is Resolution
146.64/88.02	c Got one! Elapsed wall clock time (in seconds):87.798
146.64/88.02	o 2
148.38/88.94	c cleaning 9996 clauses out of 20005 with flag 395002/395002
151.44/90.56	c cleaning 9997 clauses out of 20008 with flag 405001/405001
154.11/91.97	c cleaning 9998 clauses out of 20011 with flag 415001/415001
156.76/93.31	c cleaning 9998 clauses out of 20013 with flag 425001/425001
159.39/94.79	c cleaning 10004 clauses out of 20014 with flag 435000/435000
164.63/97.40	c cleaning 10002 clauses out of 20010 with flag 445000/445000
168.09/99.28	c cleaning 10003 clauses out of 20009 with flag 455001/455001
171.95/101.24	c cleaning 10002 clauses out of 20006 with flag 465001/465001
176.15/103.49	c cleaning 10001 clauses out of 20005 with flag 475002/475002
179.60/105.29	c cleaning 10002 clauses out of 20004 with flag 485002/485002
183.43/107.24	c cleaning 9999 clauses out of 20000 with flag 495000/495000
186.88/109.06	c cleaning 9999 clauses out of 20001 with flag 505000/505000
190.50/110.96	c cleaning 10000 clauses out of 20002 with flag 515000/515000
193.94/112.79	c cleaning 9998 clauses out of 20002 with flag 525000/525000
197.78/114.71	c cleaning 9999 clauses out of 20004 with flag 535000/535000
201.25/116.56	c cleaning 10001 clauses out of 20008 with flag 545003/545003
202.28/117.14	c cleaning 0 clauses out of 5000 with flag 0/5000
205.51/118.87	c cleaning 10001 clauses out of 20004 with flag 555000/555000
209.33/120.89	c cleaning 9998 clauses out of 20003 with flag 565000/565000
212.99/122.75	c cleaning 10000 clauses out of 20006 with flag 575001/575001
216.98/124.80	c cleaning 10001 clauses out of 20006 with flag 585001/585001
220.42/126.61	c cleaning 10000 clauses out of 20004 with flag 595000/595000
223.86/128.49	c cleaning 9999 clauses out of 20005 with flag 605001/605001
227.30/130.29	c cleaning 10001 clauses out of 20006 with flag 615001/615001
230.72/132.09	c cleaning 9997 clauses out of 20004 with flag 625000/625000
234.54/134.07	c cleaning 10001 clauses out of 20008 with flag 635001/635001
238.77/136.21	c cleaning 10001 clauses out of 20006 with flag 645000/645000
242.41/138.11	c cleaning 10000 clauses out of 20006 with flag 655001/655001
245.99/140.07	c cleaning 9999 clauses out of 20005 with flag 665000/665000
249.63/141.95	c cleaning 10002 clauses out of 20006 with flag 675000/675000
253.04/143.79	c cleaning 10000 clauses out of 20005 with flag 685001/685001
256.87/145.78	c cleaning 9997 clauses out of 20004 with flag 695000/695000
260.44/147.67	c cleaning 10004 clauses out of 20009 with flag 705002/705002
263.68/149.35	c cleaning 10003 clauses out of 20005 with flag 715002/715002
267.30/151.25	c cleaning 10000 clauses out of 20000 with flag 725000/725000
270.54/152.98	c cleaning 9998 clauses out of 20000 with flag 735000/735000
273.92/154.78	c cleaning 9999 clauses out of 20002 with flag 745000/745000
277.14/156.43	c cleaning 10004 clauses out of 20007 with flag 755004/755004
280.57/158.20	c cleaning 9998 clauses out of 19999 with flag 765000/765000
283.99/160.07	c cleaning 9998 clauses out of 20001 with flag 775000/775000
287.37/161.87	c cleaning 9999 clauses out of 20003 with flag 785000/785000
290.60/163.55	c cleaning 10000 clauses out of 20005 with flag 795001/795001
294.61/165.60	c cleaning 9996 clauses out of 20004 with flag 805000/805000
298.41/167.64	c cleaning 10001 clauses out of 20008 with flag 815000/815000
301.81/169.47	c cleaning 10004 clauses out of 20009 with flag 825002/825002
305.00/171.18	c cleaning 9998 clauses out of 20003 with flag 835000/835000
308.21/172.89	c cleaning 10004 clauses out of 20007 with flag 845002/845002
311.63/174.63	c cleaning 9999 clauses out of 20001 with flag 855000/855000
314.81/176.40	c cleaning 9995 clauses out of 20002 with flag 865000/865000
318.22/178.13	c cleaning 10003 clauses out of 20009 with flag 875002/875002
321.42/179.82	c cleaning 9999 clauses out of 20004 with flag 885000/885000
324.63/181.59	c cleaning 10000 clauses out of 20006 with flag 895001/895001
327.61/183.19	c cleaning 9998 clauses out of 20005 with flag 905000/905000
330.83/184.89	c cleaning 10001 clauses out of 20008 with flag 915001/915001
334.03/186.53	c cleaning 10000 clauses out of 20006 with flag 925000/925000
337.43/188.37	c cleaning 9999 clauses out of 20008 with flag 935002/935002
341.21/190.38	c cleaning 10000 clauses out of 20008 with flag 945001/945001
344.40/192.06	c cleaning 10002 clauses out of 20008 with flag 955001/955001
347.42/193.69	c cleaning 10000 clauses out of 20006 with flag 965001/965001
350.61/195.35	c cleaning 10002 clauses out of 20007 with flag 975002/975002
353.77/197.04	c cleaning 9997 clauses out of 20003 with flag 985000/985000
356.97/198.77	c cleaning 10001 clauses out of 20006 with flag 995000/995000
360.16/200.42	c cleaning 9999 clauses out of 20005 with flag 1005000/1005000
363.16/202.05	c cleaning 10002 clauses out of 20007 with flag 1015001/1015001
366.32/203.79	c cleaning 10003 clauses out of 20006 with flag 1025002/1025002
369.50/205.44	c cleaning 9998 clauses out of 20002 with flag 1035001/1035001
372.51/207.00	c cleaning 10001 clauses out of 20006 with flag 1045003/1045003
375.51/208.61	c cleaning 10002 clauses out of 20004 with flag 1055002/1055002
378.46/210.25	c cleaning 9995 clauses out of 20000 with flag 1065000/1065000
381.27/211.75	c cleaning 10004 clauses out of 20008 with flag 1075003/1075003
384.28/213.34	c cleaning 10001 clauses out of 20001 with flag 1085000/1085000
387.26/214.93	c cleaning 10001 clauses out of 20002 with flag 1095002/1095002
390.21/216.59	c cleaning 9998 clauses out of 20002 with flag 1105003/1105003
393.41/218.20	c cleaning 9997 clauses out of 20001 with flag 1115001/1115001
396.40/219.80	c cleaning 10001 clauses out of 20003 with flag 1125000/1125000
399.19/221.37	c cleaning 9999 clauses out of 20005 with flag 1135003/1135003
402.32/223.06	c cleaning 10001 clauses out of 20003 with flag 1145000/1145000
405.51/224.72	c cleaning 10000 clauses out of 20001 with flag 1155001/1155001
408.92/226.51	c cleaning 9995 clauses out of 19997 with flag 1165001/1165001
409.13/226.79	c And the winner is Resolution
410.59/228.93	c starts		: 204
410.59/228.93	c conflicts		: 1165813
410.59/228.93	c decisions		: 1169410
410.59/228.93	c propagations		: 8045069
410.59/228.93	c inspects		: 898651446
410.59/228.93	c learnt literals	: 11
410.59/228.93	c learnt binary clauses	: 71
410.59/228.93	c learnt ternary clauses	: 305
410.59/228.93	c learnt clauses	: 1165801
410.59/228.93	c ignored clauses	: 0
410.59/228.93	c root simplifications	: 0
410.59/228.93	c removed literals (reason simplification)	: 11232082
410.59/228.93	c reason swapping (by a shorter reason)	: 0
410.59/228.93	c Calls to reduceDB	: 118
410.59/228.93	c number of reductions to clauses (during analyze)	: 0
410.59/228.93	c number of learned constraints concerned by reduction	: 0
410.59/228.93	c number of learning phase by resolution	: 0
410.59/228.93	c number of learning phase by cutting planes	: 0
410.59/228.93	c speed (assignments/second)	: 57096.10089138705
410.59/228.93	c non guided choices	220
410.59/228.93	c learnt constraints type 
410.59/228.93	c constraints type 
410.59/228.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
410.59/228.93	c constraints type 
410.59/228.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
410.59/228.93	s OPTIMUM FOUND
410.59/228.93	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 
410.59/228.93	c objective function=2
410.59/228.93	c Total wall clock time (in seconds): 228.709

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10172
/proc/meminfo: memFree=1596408/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=248 CPUtime=0
/proc/10172/stat : 10172 (java6) R 10170 10172 10147 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 3010614 253952 28 1992294400 134512640 134550932 4291146976 18446744073709551615 2064980 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10172/statm: 62 28 21 10 0 23 0

[startup+0.0550109 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10172
/proc/meminfo: memFree=1596408/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1521340 CPUtime=0.03
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 3500 0 1 0 2 1 0 0 15 0 6 0 3010614 1557852160 2944 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 380335 2944 990 10 0 377645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521340

[startup+0.101708 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10172
/proc/meminfo: memFree=1596408/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1524020 CPUtime=0.08
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 3010614 1560596480 3373 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.339546 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10172
/proc/meminfo: memFree=1596408/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1528892 CPUtime=0.43
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 5795 0 1 0 39 4 0 0 15 0 16 0 3010614 1565585408 5233 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 382223 5233 1370 10 0 379526 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1528892

[startup+0.701816 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10172
/proc/meminfo: memFree=1596408/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1530728 CPUtime=1.15
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 7927 0 1 0 110 5 0 0 15 0 16 0 3010614 1567465472 7096 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 382682 7096 1410 10 0 379985 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530728

[startup+1.506 s]
/proc/loadavg: 0.92 0.98 0.99 8/122 10188
/proc/meminfo: memFree=1558956/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545672 CPUtime=2.74
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 16519 0 1 0 255 19 0 0 15 0 16 0 3010614 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386418 12154 1420 10 0 383721 0
[pid=10172/tid=10174] ppid=10170 vsize=1545672 CPUtime=0.25
/proc/10172/task/10174/stat : 10174 (java) S 10170 10172 10147 0 -1 4202560 3746 0 1 0 22 3 0 0 16 0 16 0 3010616 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 3010618 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 3010618 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545672 CPUtime=0.16
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 6 10 0 0 18 0 16 0 3010619 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3010620 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3010620 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3010624 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545672 CPUtime=0.95
/proc/10172/task/10181/stat : 10181 (java) R 10170 10172 10147 0 -1 4202560 4108 0 0 0 94 1 0 0 18 0 16 0 3010624 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 106132628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545672 CPUtime=0.95
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 4690 0 0 0 93 2 0 0 15 0 16 0 3010624 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3010624 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3010624 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10185] ppid=10170 vsize=1545672 CPUtime=0.06
/proc/10172/task/10185/stat : 10185 (java) R 10170 10172 10147 0 -1 4202560 139 0 0 0 6 0 0 0 25 0 16 0 3010643 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10172/tid=10186] ppid=10170 vsize=1545672 CPUtime=0.33
/proc/10172/task/10186/stat : 10186 (java) R 10170 10172 10147 0 -1 4202560 2763 0 0 0 32 1 0 0 16 0 16 0 3010643 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) R 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 3010644 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4109483721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545672 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3010644 1582768128 12154 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1545672

[startup+3.10219 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 10188
/proc/meminfo: memFree=1536900/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545940 CPUtime=3.75
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 21805 0 1 0 354 21 0 0 15 0 14 0 3010614 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386485 16590 1423 10 0 383788 0
[pid=10172/tid=10174] ppid=10170 vsize=1545940 CPUtime=0.25
/proc/10172/task/10174/stat : 10174 (java) S 10170 10172 10147 0 -1 4202560 3755 0 1 0 22 3 0 0 16 0 14 0 3010616 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 3010618 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 3010618 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545940 CPUtime=0.16
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 6 10 0 0 17 0 14 0 3010619 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 3010620 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 3010620 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545940 CPUtime=1.37
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4521 0 0 0 136 1 0 0 15 0 14 0 3010624 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545940 CPUtime=1.28
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 5406 0 0 0 126 2 0 0 15 0 14 0 3010624 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3010624 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545940 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1583042560 16590 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1545940

[startup+6.30172 s]
/proc/loadavg: 0.85 0.97 0.99 1/120 10194
/proc/meminfo: memFree=1524252/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1542764 CPUtime=4.04
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 25377 0 1 0 381 23 0 0 15 0 14 0 3010614 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 385691 19416 1425 10 0 382994 0
[pid=10172/tid=10174] ppid=10170 vsize=1542764 CPUtime=0.25
/proc/10172/task/10174/stat : 10174 (java) S 10170 10172 10147 0 -1 4202560 3781 0 1 0 22 3 0 0 16 0 14 0 3010616 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 3010618 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 3010618 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1542764 CPUtime=0.16
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 6 10 0 0 15 0 14 0 3010619 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 3010620 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 3010620 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1542764 CPUtime=1.4
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4523 0 0 0 139 1 0 0 15 0 14 0 3010624 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1542764 CPUtime=1.36
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 5409 0 0 0 134 2 0 0 15 0 14 0 3010624 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3010624 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1542764 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1579790336 19416 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1542764
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 0.78 0.95 0.98 1/120 10208
/proc/meminfo: memFree=1496360/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1540640 CPUtime=4.68
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 34475 0 1 0 442 26 0 0 15 0 14 0 3010614 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 385160 27969 1429 10 0 382463 0
[pid=10172/tid=10174] ppid=10170 vsize=1540640 CPUtime=0.26
/proc/10172/task/10174/stat : 10174 (java) S 10170 10172 10147 0 -1 4202560 3841 0 1 0 23 3 0 0 16 0 14 0 3010616 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 3010618 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 3010618 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1540640 CPUtime=0.17
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 7 10 0 0 15 0 14 0 3010619 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 3010620 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 3010620 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1540640 CPUtime=1.5
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4529 0 0 0 149 1 0 0 15 0 14 0 3010624 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1540640 CPUtime=1.45
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 5420 0 0 0 143 2 0 0 15 0 14 0 3010624 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3010624 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1540640 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1577615360 27969 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1540640
heavy processes:

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

[pid=10172/tid=10175] ppid=10170 vsize=1545760 CPUtime=2.69
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 4487 0 0 0 260 9 0 0 16 0 16 0 3010618 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545760 CPUtime=2.69
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 5267 0 0 0 262 7 0 0 15 0 16 0 3010618 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545760 CPUtime=16.02
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 7602 0 0 0 1572 30 0 0 16 0 16 0 3010619 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3010620 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3010620 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3010624 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545760 CPUtime=1.58
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4533 0 0 0 157 1 0 0 15 0 16 0 3010624 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545760 CPUtime=3.35
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 8481 0 0 0 331 4 0 0 15 0 16 0 3010624 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3010624 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 3010624 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 3010644 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3010644 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10221] ppid=10170 vsize=1545760 CPUtime=119.99
/proc/10172/task/10221/stat : 10221 (java) R 10170 10172 10147 0 -1 4202560 115 0 0 0 11996 3 0 0 25 0 16 0 3019417 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 4110015120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10172/tid=10222] ppid=10170 vsize=1545760 CPUtime=119.58
/proc/10172/task/10222/stat : 10222 (java) R 10170 10172 10147 0 -1 4202560 41 0 0 0 11955 3 0 0 25 0 16 0 3019417 1582858240 60852 1992294400 134512640 134550932 4290665296 18446744073709551615 107082566 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 403.94
Current children cumulated vsize (KiB) 1545760

[startup+227.102 s]
/proc/loadavg: 1.98 1.46 1.17 3/122 10226
/proc/meminfo: memFree=1356596/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545760 CPUtime=409.39
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 70246 0 1 0 40859 80 0 0 15 0 14 0 3010614 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386440 61097 1449 10 0 383743 0
[pid=10172/tid=10174] ppid=10170 vsize=1545760 CPUtime=0.26
/proc/10172/task/10174/stat : 10174 (java) S 10170 10172 10147 0 -1 4202560 3860 0 1 0 23 3 0 0 15 0 14 0 3010616 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 4490 0 0 0 266 9 0 0 16 0 14 0 3010618 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 5271 0 0 0 268 7 0 0 15 0 14 0 3010618 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545760 CPUtime=16.4
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 7840 0 0 0 1610 30 0 0 16 0 14 0 3010619 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545760 CPUtime=1.58
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4533 0 0 0 157 1 0 0 15 0 14 0 3010624 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545760 CPUtime=3.35
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 8481 0 0 0 331 4 0 0 15 0 14 0 3010624 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 3010624 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1582858240 61097 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 1545760

[startup+227.902 s]
/proc/loadavg: 1.98 1.46 1.17 1/120 10226
/proc/meminfo: memFree=1355620/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545760 CPUtime=409.59
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 70247 0 1 0 40879 80 0 0 15 0 14 0 3010614 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386440 61098 1449 10 0 383743 0
[pid=10172/tid=10174] ppid=10170 vsize=1545760 CPUtime=0.44
/proc/10172/task/10174/stat : 10174 (java) R 10170 10172 10147 0 -1 4202560 3861 0 1 0 41 3 0 0 16 0 14 0 3010616 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4110332524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 4490 0 0 0 266 9 0 0 16 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 5271 0 0 0 268 7 0 0 15 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545760 CPUtime=16.4
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 7840 0 0 0 1610 30 0 0 15 0 14 0 3010619 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545760 CPUtime=1.58
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4533 0 0 0 157 1 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545760 CPUtime=3.37
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 8481 0 0 0 333 4 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 409.59
Current children cumulated vsize (KiB) 1545760

[startup+228.702 s]
/proc/loadavg: 1.90 1.45 1.17 2/120 10226
/proc/meminfo: memFree=1355620/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545760 CPUtime=410.4
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 70247 0 1 0 40960 80 0 0 15 0 14 0 3010614 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386440 61098 1449 10 0 383743 0
[pid=10172/tid=10174] ppid=10170 vsize=1545760 CPUtime=1.25
/proc/10172/task/10174/stat : 10174 (java) R 10170 10172 10147 0 -1 4202560 3861 0 1 0 122 3 0 0 16 0 14 0 3010616 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4109498331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 4490 0 0 0 266 9 0 0 16 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 5271 0 0 0 268 7 0 0 15 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545760 CPUtime=16.4
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 7840 0 0 0 1610 30 0 0 15 0 14 0 3010619 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545760 CPUtime=1.58
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4533 0 0 0 157 1 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545760 CPUtime=3.38
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 8481 0 0 0 334 4 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) R 10170 10172 10147 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 410.4
Current children cumulated vsize (KiB) 1545760

[startup+228.903 s]
/proc/loadavg: 1.90 1.45 1.17 2/120 10226
/proc/meminfo: memFree=1355620/2059040 swapFree=4192956/4192956
[pid=10172] ppid=10170 vsize=1545760 CPUtime=410.59
/proc/10172/stat : 10172 (java) S 10170 10172 10147 0 -1 4202496 70247 0 1 0 40979 80 0 0 15 0 14 0 3010614 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10172/statm: 386440 61098 1449 10 0 383743 0
[pid=10172/tid=10174] ppid=10170 vsize=1545760 CPUtime=1.44
/proc/10172/task/10174/stat : 10174 (java) R 10170 10172 10147 0 -1 4202560 3861 0 1 0 141 3 0 0 17 0 14 0 3010616 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4109629153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10172/tid=10175] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10175/stat : 10175 (java) S 10170 10172 10147 0 -1 4202560 4490 0 0 0 266 9 0 0 16 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10176] ppid=10170 vsize=1545760 CPUtime=2.75
/proc/10172/task/10176/stat : 10176 (java) S 10170 10172 10147 0 -1 4202560 5271 0 0 0 268 7 0 0 15 0 14 0 3010618 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10177] ppid=10170 vsize=1545760 CPUtime=16.4
/proc/10172/task/10177/stat : 10177 (java) S 10170 10172 10147 0 -1 4202560 7840 0 0 0 1610 30 0 0 15 0 14 0 3010619 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 0 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10178] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10178/stat : 10178 (java) S 10170 10172 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10179] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10179/stat : 10179 (java) S 10170 10172 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3010620 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10180] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10180/stat : 10180 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10181] ppid=10170 vsize=1545760 CPUtime=1.58
/proc/10172/task/10181/stat : 10181 (java) S 10170 10172 10147 0 -1 4202560 4533 0 0 0 157 1 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
[pid=10172/tid=10182] ppid=10170 vsize=1545760 CPUtime=3.38
/proc/10172/task/10182/stat : 10182 (java) S 10170 10172 10147 0 -1 4202560 8481 0 0 0 334 4 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10183] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10183/stat : 10183 (java) S 10170 10172 10147 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10184] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10184/stat : 10184 (java) S 10170 10172 10147 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 3010624 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10187] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10187/stat : 10187 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 0 0 0 0
[pid=10172/tid=10188] ppid=10170 vsize=1545760 CPUtime=0
/proc/10172/task/10188/stat : 10188 (java) S 10170 10172 10147 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3010644 1582858240 61098 1992294400 134512640 134550932 4290665296 18446744073709551615 4294960144 0 4 0 16800975 18446604437832664896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 410.59
Current children cumulated vsize (KiB) 1545760

Child status: 30
Real time (s): 228.993
CPU time (s): 410.656
CPU user time (s): 409.829
CPU system time (s): 0.826874
CPU usage (%): 179.331
Max. virtual memory (cumulated for all children) (KiB): 1548832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.829
system time used= 0.826874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70252
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= 8255
involuntary context switches= 12593

runsolver used 1.07784 second user time and 2.57161 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-15 17:53:17
IDJOB=2662592
IDBENCH=2927
IDSOLVER=1166
FILE ID=node055/2662592-1276617197
PBS_JOBID= 11172328
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662592-1276617197/watcher-2662592-1276617197 -o /tmp/evaluation-result-2662592-1276617197/solver-2662592-1276617197 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662592-1276617197.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=980006822

node055.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1596928 kB
Buffers:         72340 kB
Cached:         263136 kB
SwapCached:          0 kB
Active:          76016 kB
Inactive:       318580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1596928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             552 kB
Writeback:           0 kB
AnonPages:       59148 kB
Mapped:          15304 kB
Slab:            45664 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node055 at 2010-06-15 17:57:06