Trace number 2694865

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong Opt. 98.332 69.471

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
MD5SUM014e6d9d1387f6cdb0c56035ad106b75
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.19397
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694865-1277923592.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.061s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.71/0.31	c And the winner is Resolution
1.32/1.16	c SATISFIABLE
1.32/1.16	c OPTIMIZING...
1.32/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
1.32/1.16	o 765
1.32/1.19	c And the winner is Resolution
1.48/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
1.48/2.17	o 565
1.48/2.19	c And the winner is Resolution
1.55/3.17	c Got one! Elapsed wall clock time (in seconds):3.071
1.55/3.17	o 457
1.55/3.20	c And the winner is Resolution
1.76/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
1.76/4.18	o 456
1.82/4.21	c And the winner is Resolution
1.97/5.18	c Got one! Elapsed wall clock time (in seconds):5.077
1.97/5.18	o 400
2.00/5.20	c And the winner is Resolution
2.02/6.18	c Got one! Elapsed wall clock time (in seconds):6.081
2.02/6.18	o 381
2.06/6.23	c And the winner is Resolution
2.15/7.18	c Got one! Elapsed wall clock time (in seconds):7.084
2.15/7.18	o 363
2.17/7.30	c cleaning 2494 clauses out of 5000 with flag 5000/5000
2.87/7.40	c And the winner is Resolution
3.06/8.19	c Got one! Elapsed wall clock time (in seconds):8.088
3.06/8.19	o 338
3.34/8.32	c And the winner is Resolution
3.40/9.19	c Got one! Elapsed wall clock time (in seconds):9.091
3.40/9.19	o 292
3.41/9.27	c And the winner is Resolution
3.65/10.19	c Got one! Elapsed wall clock time (in seconds):10.093
3.65/10.19	o 265
3.65/10.22	c cleaning 4252 clauses out of 8507 with flag 11001/11001
3.84/10.33	c And the winner is Resolution
3.91/11.20	c Got one! Elapsed wall clock time (in seconds):11.097
3.91/11.20	o 254
4.31/11.46	c cleaning 5622 clauses out of 11254 with flag 18000/18000
4.50/11.52	c And the winner is Resolution
4.66/12.20	c Got one! Elapsed wall clock time (in seconds):12.101
4.66/12.20	o 243
4.85/12.39	c And the winner is Resolution
5.05/13.20	c Got one! Elapsed wall clock time (in seconds):13.104
5.05/13.20	o 233
5.49/13.41	c cleaning 6808 clauses out of 13632 with flag 26000/26000
5.88/13.68	c And the winner is Resolution
6.11/14.21	c Got one! Elapsed wall clock time (in seconds):14.107
6.11/14.21	o 228
6.50/14.44	c cleaning 7909 clauses out of 15824 with flag 35000/35000
7.08/14.76	c And the winner is Resolution
7.28/15.21	c Got one! Elapsed wall clock time (in seconds):15.111
7.28/15.21	o 222
7.47/15.35	c And the winner is Resolution
7.88/16.22	c Got one! Elapsed wall clock time (in seconds):16.114
7.88/16.22	o 180
8.04/16.34	c cleaning 8958 clauses out of 17919 with flag 45004/45004
8.62/16.65	c And the winner is Resolution
8.76/17.22	c Got one! Elapsed wall clock time (in seconds):17.119
8.76/17.22	o 126
9.12/17.40	c cleaning 9477 clauses out of 18958 with flag 55001/55001
10.09/17.93	c cleaning 9738 clauses out of 19482 with flag 65002/65002
11.27/18.58	c cleaning 9870 clauses out of 19747 with flag 75005/75005
12.65/19.24	c cleaning 9936 clauses out of 19873 with flag 85001/85001
13.84/19.84	c cleaning 9964 clauses out of 19936 with flag 95000/95000
14.40/20.15	c And the winner is Resolution
15.96/22.23	c Got one! Elapsed wall clock time (in seconds):22.13
15.96/22.23	o 107
16.49/22.52	c cleaning 9980 clauses out of 19972 with flag 105000/105000
17.47/23.10	c cleaning 9989 clauses out of 19993 with flag 115001/115001
18.65/23.66	c cleaning 9995 clauses out of 20005 with flag 125002/125002
19.85/24.25	c cleaning 10001 clauses out of 20009 with flag 135001/135001
21.02/24.85	c cleaning 10003 clauses out of 20009 with flag 145002/145002
22.19/25.46	c cleaning 9998 clauses out of 20004 with flag 155000/155000
23.17/25.95	c And the winner is Resolution
23.74/27.24	c Got one! Elapsed wall clock time (in seconds):27.141
23.74/27.24	o 96
23.85/27.39	c cleaning 10000 clauses out of 20007 with flag 165001/165001
24.82/27.85	c cleaning 9997 clauses out of 20006 with flag 175000/175000
25.20/28.04	c And the winner is Resolution
25.36/28.25	c Got one! Elapsed wall clock time (in seconds):28.145
25.36/28.25	o 86
25.87/28.52	c cleaning 10002 clauses out of 20010 with flag 185001/185001
26.63/28.95	c cleaning 10001 clauses out of 20012 with flag 195005/195005
27.60/29.47	c cleaning 9996 clauses out of 20006 with flag 205000/205000
28.77/30.08	c cleaning 10000 clauses out of 20011 with flag 215001/215001
29.95/30.69	c cleaning 10000 clauses out of 20010 with flag 225000/225000
31.32/31.34	c cleaning 10002 clauses out of 20011 with flag 235001/235001
31.32/31.37	c And the winner is Resolution
31.63/32.25	c Got one! Elapsed wall clock time (in seconds):32.153
31.63/32.25	o 80
32.31/32.68	c cleaning 10000 clauses out of 20008 with flag 245000/245000
33.28/33.15	c cleaning 10001 clauses out of 20009 with flag 255001/255001
34.27/33.63	c And the winner is Resolution
34.87/34.26	c Got one! Elapsed wall clock time (in seconds):34.16
34.87/34.26	o 75
34.94/34.31	c cleaning 10000 clauses out of 20007 with flag 265000/265000
35.71/34.80	c cleaning 9998 clauses out of 20007 with flag 275000/275000
36.71/35.23	c cleaning 10001 clauses out of 20009 with flag 285000/285000
37.67/35.78	c cleaning 9999 clauses out of 20008 with flag 295000/295000
38.85/36.31	c cleaning 9999 clauses out of 20009 with flag 305000/305000
39.80/36.87	c cleaning 10001 clauses out of 20010 with flag 315000/315000
41.17/37.51	c cleaning 10003 clauses out of 20010 with flag 325001/325001
42.15/38.04	c cleaning 9998 clauses out of 20009 with flag 335003/335003
43.13/38.59	c cleaning 10001 clauses out of 20009 with flag 345001/345001
44.29/39.19	c cleaning 10000 clauses out of 20008 with flag 355001/355001
45.46/39.73	c cleaning 9997 clauses out of 20007 with flag 365000/365000
46.44/40.28	c cleaning 10004 clauses out of 20013 with flag 375003/375003
47.61/40.81	c cleaning 9997 clauses out of 20007 with flag 385001/385001
48.58/41.36	c cleaning 10002 clauses out of 20009 with flag 395000/395000
49.75/41.92	c cleaning 9998 clauses out of 20008 with flag 405001/405001
50.72/42.45	c cleaning 9997 clauses out of 20010 with flag 415001/415001
51.71/42.98	c cleaning 10003 clauses out of 20013 with flag 425001/425001
52.85/43.51	c cleaning 9999 clauses out of 20009 with flag 435000/435000
53.84/44.06	c cleaning 10001 clauses out of 20011 with flag 445001/445001
55.00/44.61	c cleaning 9996 clauses out of 20009 with flag 455000/455000
55.99/45.20	c cleaning 10003 clauses out of 20014 with flag 465001/465001
56.94/45.68	c And the winner is Resolution
57.17/46.28	c Got one! Elapsed wall clock time (in seconds):46.184
57.17/46.28	o 72
57.19/46.34	c cleaning 10003 clauses out of 20011 with flag 475001/475001
57.96/46.79	c cleaning 10001 clauses out of 20009 with flag 485002/485002
58.94/47.27	c cleaning 10002 clauses out of 20009 with flag 495003/495003
59.90/47.78	c cleaning 9996 clauses out of 20006 with flag 505002/505002
61.07/48.37	c cleaning 10002 clauses out of 20010 with flag 515002/515002
62.03/48.86	c cleaning 9996 clauses out of 20006 with flag 525000/525000
63.00/49.37	c cleaning 10001 clauses out of 20010 with flag 535000/535000
64.17/49.90	c cleaning 9999 clauses out of 20009 with flag 545000/545000
65.13/50.41	c cleaning 10003 clauses out of 20011 with flag 555001/555001
66.10/50.95	c cleaning 9992 clauses out of 20007 with flag 565000/565000
67.07/51.46	c cleaning 10002 clauses out of 20016 with flag 575001/575001
68.04/51.97	c cleaning 10000 clauses out of 20013 with flag 585000/585000
69.20/52.51	c cleaning 10003 clauses out of 20014 with flag 595001/595001
70.17/53.02	c cleaning 10000 clauses out of 20011 with flag 605001/605001
71.14/53.54	c cleaning 10001 clauses out of 20012 with flag 615002/615002
72.11/54.05	c cleaning 9999 clauses out of 20010 with flag 625001/625001
73.07/54.59	c cleaning 10001 clauses out of 20014 with flag 635004/635004
73.27/54.69	c And the winner is Resolution
75.01/56.32	c Got one! Elapsed wall clock time (in seconds):56.22
75.01/56.32	o 52
75.78/56.73	c cleaning 9999 clauses out of 20010 with flag 645001/645001
76.57/57.17	c cleaning 10002 clauses out of 20012 with flag 655002/655002
77.52/57.60	c cleaning 10000 clauses out of 20009 with flag 665001/665001
78.29/58.08	c cleaning 10000 clauses out of 20008 with flag 675000/675000
79.25/58.51	c cleaning 9995 clauses out of 20008 with flag 685000/685000
80.02/58.93	c cleaning 10000 clauses out of 20014 with flag 695001/695001
80.79/59.37	c cleaning 10002 clauses out of 20016 with flag 705003/705003
81.95/59.92	c cleaning 10003 clauses out of 20014 with flag 715003/715003
82.71/60.40	c cleaning 10000 clauses out of 20010 with flag 725002/725002
83.88/60.90	c cleaning 10001 clauses out of 20012 with flag 735004/735004
84.84/61.41	c cleaning 9998 clauses out of 20007 with flag 745000/745000
85.79/61.90	c cleaning 9996 clauses out of 20010 with flag 755001/755001
86.56/62.37	c cleaning 10000 clauses out of 20013 with flag 765000/765000
87.52/62.87	c cleaning 10003 clauses out of 20013 with flag 775000/775000
88.48/63.35	c cleaning 9997 clauses out of 20010 with flag 785000/785000
89.45/63.83	c cleaning 10002 clauses out of 20014 with flag 795001/795001
90.40/64.32	c cleaning 10000 clauses out of 20012 with flag 805001/805001
91.17/64.79	c cleaning 9997 clauses out of 20011 with flag 815000/815000
92.13/65.26	c cleaning 10003 clauses out of 20014 with flag 825000/825000
93.08/65.77	c cleaning 10001 clauses out of 20011 with flag 835000/835000
94.04/66.29	c cleaning 10000 clauses out of 20011 with flag 845001/845001
95.00/66.80	c cleaning 10004 clauses out of 20011 with flag 855001/855001
96.17/67.38	c cleaning 9999 clauses out of 20004 with flag 865000/865000
96.46/67.47	c And the winner is Resolution
98.30/69.41	c starts		: 194
98.30/69.41	c conflicts		: 865904
98.30/69.41	c decisions		: 1243973
98.30/69.41	c propagations		: 24562257
98.30/69.41	c inspects		: 216176674
98.30/69.41	c learnt literals	: 7
98.30/69.41	c learnt binary clauses	: 23
98.30/69.41	c learnt ternary clauses	: 82
98.30/69.41	c learnt clauses	: 865896
98.30/69.41	c ignored clauses	: 0
98.30/69.41	c root simplifications	: 0
98.30/69.41	c removed literals (reason simplification)	: 9321061
98.30/69.41	c reason swapping (by a shorter reason)	: 0
98.30/69.41	c Calls to reduceDB	: 88
98.30/69.41	c number of reductions to clauses (during analyze)	: 0
98.30/69.41	c number of learned constraints concerned by reduction	: 0
98.30/69.41	c number of learning phase by resolution	: 0
98.30/69.41	c number of learning phase by cutting planes	: 0
98.30/69.41	c speed (assignments/second)	: 1876557.185422874
98.30/69.41	c non guided choices	1212
98.30/69.41	c learnt constraints type 
98.30/69.41	c constraints type 
98.30/69.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
98.30/69.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
98.30/69.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
98.30/69.41	c constraints type 
98.30/69.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
98.30/69.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
98.30/69.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
98.30/69.41	s OPTIMUM FOUND
98.30/69.41	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
98.30/69.41	c objective function=52
98.30/69.41	c Total wall clock time (in seconds): 69.31

Verifier Data

OK	52

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 1.96 1.98 3/196 18506
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1700 CPUtime=0
/proc/18506/stat : 18506 (java) R 18504 18506 17178 0 -1 4194304 360 0 0 0 0 0 0 0 21 0 1 0 133654642 1740800 91 4089446400 134512640 134550932 4287393888 18446744073709551615 4160130880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18506/statm: 425 105 81 10 0 30 0

[startup+0.088632 s]
/proc/loadavg: 1.88 1.96 1.98 3/196 18506
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1529708 CPUtime=0.09
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 5090 0 1 0 9 0 0 0 21 0 18 0 133654642 1566420992 4520 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 382427 4522 1340 10 0 379730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1529708

[startup+0.100663 s]
/proc/loadavg: 1.88 1.96 1.98 3/196 18506
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1529872 CPUtime=0.11
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 5236 0 1 0 10 1 0 0 21 0 18 0 133654642 1566588928 4666 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 382468 4666 1346 10 0 379771 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529872

[startup+0.300594 s]
/proc/loadavg: 1.88 1.96 1.98 3/196 18506
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1536316 CPUtime=0.71
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 8639 0 1 0 70 1 0 0 21 0 22 0 133654642 1573187584 7363 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 384079 7363 1418 10 0 381382 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1536316

[startup+0.700567 s]
/proc/loadavg: 1.88 1.96 1.98 3/196 18506
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546676 CPUtime=1.32
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 14197 0 1 0 130 2 0 0 21 0 20 0 133654642 1583796224 9796 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386669 9796 1422 10 0 383972 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 1546676

[startup+1.50146 s]
/proc/loadavg: 1.88 1.96 1.98 2/216 18528
/proc/meminfo: memFree=30743188/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546088 CPUtime=1.48
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 15908 0 1 0 146 2 0 0 21 0 20 0 133654642 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386522 11445 1425 10 0 383825 0
[pid=18506/tid=18508] ppid=18504 vsize=1546088 CPUtime=0.14
/proc/18506/task/18508/stat : 18508 (java) S 18504 18506 17178 0 -1 4202560 4035 0 1 0 14 0 0 0 19 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654644 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654645 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546088 CPUtime=0.61
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6266 0 0 0 61 0 0 0 15 0 20 0 133654647 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546088 CPUtime=0.35
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 1995 0 0 0 35 0 0 0 18 0 20 0 133654647 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133654647 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1583194112 11445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1546088

[startup+3.10112 s]
/proc/loadavg: 1.88 1.96 1.98 2/216 18530
/proc/meminfo: memFree=30736616/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546088 CPUtime=1.55
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 16467 0 1 0 153 2 0 0 21 0 20 0 133654642 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386522 12003 1425 10 0 383825 0
[pid=18506/tid=18508] ppid=18504 vsize=1546088 CPUtime=0.14
/proc/18506/task/18508/stat : 18508 (java) S 18504 18506 17178 0 -1 4202560 4048 0 1 0 14 0 0 0 19 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654644 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654645 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546088 CPUtime=0.63
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6266 0 0 0 63 0 0 0 15 0 20 0 133654647 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546088 CPUtime=0.36
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 1995 0 0 0 36 0 0 0 18 0 20 0 133654647 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133654647 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546088 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1583194112 12003 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1546088
heavy processes:

[startup+6.30158 s]
/proc/loadavg: 1.81 1.94 1.98 2/216 18538
/proc/meminfo: memFree=30712088/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1545304 CPUtime=2.15
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 24399 0 1 0 211 4 0 0 21 0 20 0 133654642 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386326 19549 1429 10 0 383629 0
[pid=18506/tid=18508] ppid=18504 vsize=1545304 CPUtime=0.14
/proc/18506/task/18508/stat : 18508 (java) S 18504 18506 17178 0 -1 4202560 4096 0 1 0 14 0 0 0 19 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133654643 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 133654644 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133654645 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1545304 CPUtime=0.75
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6292 0 0 0 75 0 0 0 15 0 20 0 133654647 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1545304 CPUtime=0.56
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 2157 0 0 0 56 0 0 0 15 0 20 0 133654647 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133654647 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1545304 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1582391296 19549 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1545304
heavy processes:

[startup+12.7014 s]
/proc/loadavg: 1.75 1.93 1.97 2/216 18550

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

/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 409 0 0 0 6 0 0 0 15 0 21 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 0 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 662 0 0 0 5 0 0 0 16 0 21 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 271 0 0 0 7 0 0 0 15 0 21 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 2 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546504 CPUtime=2.84
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 13597 0 0 0 281 3 0 0 15 0 21 0 133654644 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 21 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546504 CPUtime=1.19
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6426 0 0 0 119 0 0 0 15 0 21 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546504 CPUtime=1.17
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 3745 0 0 0 116 1 0 0 16 0 21 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 21 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 21 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 21 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18578] ppid=18504 vsize=1546504 CPUtime=11.39
/proc/18506/task/18578/stat : 18578 (java) R 18504 18506 17178 0 -1 4202560 4 0 0 0 1139 0 0 0 25 0 21 0 133660275 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4109862707 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.91
Current children cumulated vsize (KiB) 1546504

[startup+69.1011 s]
/proc/loadavg: 2.36 2.07 2.02 3/217 18578
/proc/meminfo: memFree=30523152/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546504 CPUtime=98.26
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 66746 0 1 0 9807 19 0 0 21 0 20 0 133654642 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386626 60445 1451 10 0 383929 0
[pid=18506/tid=18508] ppid=18504 vsize=1546504 CPUtime=0.15
/proc/18506/task/18508/stat : 18508 (java) S 18504 18506 17178 0 -1 4202560 4133 0 1 0 15 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 745 0 0 0 6 1 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 549 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1546504 CPUtime=0.1
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 688 0 0 0 9 1 0 0 16 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1546504 CPUtime=0.04
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 500 0 0 0 5 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 409 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 0 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 662 0 0 0 5 0 0 0 16 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 271 0 0 0 7 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 2 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546504 CPUtime=2.84
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 13597 0 0 0 281 3 0 0 15 0 20 0 133654644 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546504 CPUtime=1.19
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6426 0 0 0 119 0 0 0 15 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546504 CPUtime=1.17
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 3745 0 0 0 116 1 0 0 16 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.26
Current children cumulated vsize (KiB) 1546504

[startup+69.3071 s]
/proc/loadavg: 2.36 2.07 2.02 2/216 18578
/proc/meminfo: memFree=30523160/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546504 CPUtime=98.26
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 66746 0 1 0 9807 19 0 0 21 0 20 0 133654642 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386626 60445 1451 10 0 383929 0
[pid=18506/tid=18508] ppid=18504 vsize=1546504 CPUtime=0.15
/proc/18506/task/18508/stat : 18508 (java) S 18504 18506 17178 0 -1 4202560 4133 0 1 0 15 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 745 0 0 0 6 1 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 549 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1546504 CPUtime=0.1
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 688 0 0 0 9 1 0 0 16 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1546504 CPUtime=0.04
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 500 0 0 0 5 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 409 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 0 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 662 0 0 0 5 0 0 0 16 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 271 0 0 0 7 0 0 0 15 0 20 0 133654643 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 2 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546504 CPUtime=2.84
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 13597 0 0 0 281 3 0 0 15 0 20 0 133654644 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546504 CPUtime=1.19
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6426 0 0 0 119 0 0 0 15 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546504 CPUtime=1.17
/proc/18506/task/18522/stat : 18522 (java) S 18504 18506 17178 0 -1 4202560 3745 0 0 0 116 1 0 0 16 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133654647 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1583620096 60445 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.26
Current children cumulated vsize (KiB) 1546504

[startup+69.401 s]
/proc/loadavg: 2.36 2.07 2.02 2/216 18578
/proc/meminfo: memFree=30523160/32951124 swapFree=67111528/67111528
[pid=18506] ppid=18504 vsize=1546504 CPUtime=98.3
/proc/18506/stat : 18506 (java) S 18504 18506 17178 0 -1 4202496 66747 0 1 0 9811 19 0 0 21 0 20 0 133654642 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18506/statm: 386626 60446 1451 10 0 383929 0
[pid=18506/tid=18508] ppid=18504 vsize=1546504 CPUtime=0.17
/proc/18506/task/18508/stat : 18508 (java) R 18504 18506 17178 0 -1 4202560 4134 0 1 0 17 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4109137633 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18506/tid=18509] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18509/stat : 18509 (java) S 18504 18506 17178 0 -1 4202560 745 0 0 0 6 1 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18510] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18510/stat : 18510 (java) S 18504 18506 17178 0 -1 4202560 549 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 4 0 0 0
[pid=18506/tid=18511] ppid=18504 vsize=1546504 CPUtime=0.1
/proc/18506/task/18511/stat : 18511 (java) S 18504 18506 17178 0 -1 4202560 688 0 0 0 9 1 0 0 16 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18512] ppid=18504 vsize=1546504 CPUtime=0.04
/proc/18506/task/18512/stat : 18512 (java) S 18504 18506 17178 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18513] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18513/stat : 18513 (java) S 18504 18506 17178 0 -1 4202560 500 0 0 0 5 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18514] ppid=18504 vsize=1546504 CPUtime=0.06
/proc/18506/task/18514/stat : 18514 (java) S 18504 18506 17178 0 -1 4202560 409 0 0 0 6 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 0 0 0 0
[pid=18506/tid=18515] ppid=18504 vsize=1546504 CPUtime=0.05
/proc/18506/task/18515/stat : 18515 (java) S 18504 18506 17178 0 -1 4202560 662 0 0 0 5 0 0 0 16 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18516] ppid=18504 vsize=1546504 CPUtime=0.07
/proc/18506/task/18516/stat : 18516 (java) S 18504 18506 17178 0 -1 4202560 271 0 0 0 7 0 0 0 15 0 20 0 133654643 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 2 0 0 0
[pid=18506/tid=18517] ppid=18504 vsize=1546504 CPUtime=2.84
/proc/18506/task/18517/stat : 18517 (java) S 18504 18506 17178 0 -1 4202560 13597 0 0 0 281 3 0 0 15 0 20 0 133654644 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 0 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18518] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18518/stat : 18518 (java) S 18504 18506 17178 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18519] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18519/stat : 18519 (java) S 18504 18506 17178 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133654645 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18520] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18520/stat : 18520 (java) S 18504 18506 17178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18521] ppid=18504 vsize=1546504 CPUtime=1.2
/proc/18506/task/18521/stat : 18521 (java) S 18504 18506 17178 0 -1 4202560 6426 0 0 0 120 0 0 0 16 0 20 0 133654647 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 7 0 0 0
[pid=18506/tid=18522] ppid=18504 vsize=1546504 CPUtime=1.18
/proc/18506/task/18522/stat : 18522 (java) R 18504 18506 17178 0 -1 4202560 3745 0 0 0 117 1 0 0 16 0 20 0 133654647 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 103976939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18506/tid=18523] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18523/stat : 18523 (java) S 18504 18506 17178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133654647 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
[pid=18506/tid=18524] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18524/stat : 18524 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133654647 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18527] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18527/stat : 18527 (java) S 18504 18506 17178 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 133654659 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 1 0 0 0
[pid=18506/tid=18528] ppid=18504 vsize=1546504 CPUtime=0
/proc/18506/task/18528/stat : 18528 (java) S 18504 18506 17178 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133654659 1583620096 60446 4089446400 134512640 134550932 4287393888 18446744073709551615 4294960144 0 4 0 16800975 18446604453934884096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.3
Current children cumulated vsize (KiB) 1546504

Child status: 30
Real time (s): 69.471
CPU time (s): 98.332
CPU user time (s): 98.1311
CPU system time (s): 0.200969
CPU usage (%): 141.544
Max. virtual memory (cumulated for all children) (KiB): 1548276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.1311
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66756
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= 4944
involuntary context switches= 22172

runsolver used 0.140978 second user time and 0.282956 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 20:46:32
IDJOB=2694865
IDBENCH=79210
IDSOLVER=1207
FILE ID=node139/2694865-1277923592
PBS_JOBID= 11197347
Free space on /tmp= 74124 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694865-1277923592/watcher-2694865-1277923592 -o /tmp/evaluation-result-2694865-1277923592/solver-2694865-1277923592 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694865-1277923592.wbo

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

MD5SUM BENCH= 014e6d9d1387f6cdb0c56035ad106b75
RANDOM SEED=1147657772

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30777896 kB
Buffers:        210740 kB
Cached:        1474456 kB
SwapCached:          0 kB
Active:        1013464 kB
Inactive:      1012060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30777896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      340420 kB
Mapped:          20256 kB
Slab:            83912 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1648664 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= 74124 MiB
End job on node139 at 2010-06-30 20:47:41