Trace number 2694944

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. 33.6959 32.3957

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-0-100-0.wbo
MD5SUM8d3a0dfad59028a8b475e3430d41a204
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.163974
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-2694944-1277924744.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.06s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.33/0.27	c And the winner is Resolution
1.33/1.17	c SATISFIABLE
1.33/1.17	c OPTIMIZING...
1.33/1.17	c Got one! Elapsed wall clock time (in seconds):1.066
1.33/1.17	o 301
1.45/1.20	c And the winner is Resolution
1.56/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
1.56/2.17	o 289
1.56/2.18	c And the winner is Resolution
1.61/3.17	c Got one! Elapsed wall clock time (in seconds):3.073
1.61/3.17	o 281
1.61/3.19	c And the winner is Resolution
1.65/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
1.65/4.18	o 206
1.69/4.26	c And the winner is Resolution
2.18/5.18	c Got one! Elapsed wall clock time (in seconds):5.082
2.18/5.18	o 204
2.21/5.21	c And the winner is Resolution
2.31/6.18	c Got one! Elapsed wall clock time (in seconds):6.085
2.31/6.18	o 187
2.34/6.25	c And the winner is Resolution
2.73/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
2.73/7.19	o 185
2.75/7.25	c cleaning 2501 clauses out of 5003 with flag 5003/5003
2.75/7.29	c And the winner is Resolution
3.01/8.19	c Got one! Elapsed wall clock time (in seconds):8.091
3.01/8.19	o 172
3.28/8.31	c And the winner is Resolution
3.32/9.20	c Got one! Elapsed wall clock time (in seconds):9.096
3.32/9.20	o 167
3.57/9.38	c cleaning 4245 clauses out of 8500 with flag 11001/11001
4.59/9.82	c cleaning 5625 clauses out of 11255 with flag 18001/18001
4.80/9.93	c And the winner is Resolution
4.86/10.20	c Got one! Elapsed wall clock time (in seconds):10.099
4.86/10.20	o 148
5.05/10.34	c And the winner is Resolution
5.17/11.20	c Got one! Elapsed wall clock time (in seconds):11.103
5.17/11.20	o 142
5.17/11.28	c And the winner is Resolution
5.47/12.21	c Got one! Elapsed wall clock time (in seconds):12.108
5.47/12.21	o 126
5.64/12.34	c cleaning 6807 clauses out of 13630 with flag 26001/26001
5.85/12.41	c And the winner is Resolution
5.87/13.21	c Got one! Elapsed wall clock time (in seconds):13.113
5.87/13.21	o 125
6.05/13.31	c And the winner is Resolution
6.10/14.22	c Got one! Elapsed wall clock time (in seconds):14.116
6.10/14.22	o 121
6.72/14.53	c cleaning 7909 clauses out of 15824 with flag 35002/35002
6.90/14.60	c And the winner is Resolution
6.94/15.22	c Got one! Elapsed wall clock time (in seconds):15.118
6.94/15.22	o 95
7.90/15.75	c And the winner is Resolution
8.11/16.22	c Got one! Elapsed wall clock time (in seconds):16.122
8.11/16.22	o 81
8.27/16.31	c cleaning 8952 clauses out of 17914 with flag 45001/45001
8.85/16.67	c And the winner is Resolution
9.00/17.23	c Got one! Elapsed wall clock time (in seconds):17.125
9.00/17.23	o 70
9.34/17.40	c cleaning 9477 clauses out of 18962 with flag 55001/55001
10.32/17.93	c And the winner is Resolution
10.42/18.23	c Got one! Elapsed wall clock time (in seconds):18.129
10.42/18.23	o 47
10.42/18.27	c cleaning 9738 clauses out of 19484 with flag 65000/65000
11.14/18.61	c And the winner is Resolution
11.15/19.23	c Got one! Elapsed wall clock time (in seconds):19.133
11.15/19.23	o 43
11.49/19.41	c cleaning 9867 clauses out of 19746 with flag 75000/75000
12.49/19.95	c cleaning 9937 clauses out of 19879 with flag 85000/85000
12.87/20.16	c And the winner is Resolution
12.99/20.24	c Got one! Elapsed wall clock time (in seconds):20.136
12.99/20.24	o 28
13.51/20.56	c cleaning 9964 clauses out of 19945 with flag 95003/95003
14.49/21.10	c cleaning 9985 clauses out of 19978 with flag 105000/105000
15.66/21.61	c cleaning 9994 clauses out of 19995 with flag 115002/115002
15.66/21.68	c And the winner is Resolution
15.84/22.24	c Got one! Elapsed wall clock time (in seconds):22.141
15.84/22.24	o 27
16.54/22.68	c cleaning 9998 clauses out of 20001 with flag 125002/125002
17.54/23.10	c cleaning 9998 clauses out of 20002 with flag 135001/135001
18.31/23.60	c cleaning 9998 clauses out of 20004 with flag 145001/145001
19.28/24.04	c cleaning 9994 clauses out of 20005 with flag 155000/155000
19.85/24.33	c And the winner is Resolution
19.93/25.25	c Got one! Elapsed wall clock time (in seconds):25.148
19.93/25.25	o 14
20.23/25.48	c cleaning 10005 clauses out of 20014 with flag 165003/165003
21.20/25.91	c cleaning 9998 clauses out of 20006 with flag 175000/175000
21.98/26.37	c cleaning 9999 clauses out of 20008 with flag 185000/185000
22.94/26.82	c cleaning 9997 clauses out of 20009 with flag 195000/195000
23.94/27.36	c cleaning 10003 clauses out of 20012 with flag 205000/205000
24.91/27.84	c cleaning 10002 clauses out of 20009 with flag 215000/215000
25.88/28.31	c cleaning 9999 clauses out of 20007 with flag 225000/225000
26.64/28.80	c cleaning 10001 clauses out of 20010 with flag 235002/235002
27.62/29.25	c cleaning 10000 clauses out of 20008 with flag 245001/245001
28.62/29.71	c cleaning 9999 clauses out of 20009 with flag 255002/255002
29.39/30.15	c cleaning 10001 clauses out of 20008 with flag 265000/265000
30.35/30.61	c cleaning 10001 clauses out of 20007 with flag 275000/275000
31.31/31.12	c cleaning 9998 clauses out of 20006 with flag 285000/285000
32.55/31.70	c cleaning 10005 clauses out of 20015 with flag 295007/295007
33.47/32.15	c And the winner is Resolution
33.61/32.34	c starts		: 154
33.61/32.34	c conflicts		: 303649
33.61/32.34	c decisions		: 446542
33.61/32.34	c propagations		: 7165142
33.61/32.34	c inspects		: 80610594
33.61/32.34	c learnt literals	: 6
33.61/32.34	c learnt binary clauses	: 21
33.61/32.34	c learnt ternary clauses	: 90
33.61/32.34	c learnt clauses	: 303642
33.61/32.34	c ignored clauses	: 0
33.61/32.34	c root simplifications	: 0
33.61/32.34	c removed literals (reason simplification)	: 3079460
33.61/32.34	c reason swapping (by a shorter reason)	: 0
33.61/32.34	c Calls to reduceDB	: 31
33.61/32.34	c number of reductions to clauses (during analyze)	: 0
33.61/32.34	c number of learned constraints concerned by reduction	: 0
33.61/32.34	c number of learning phase by resolution	: 0
33.61/32.34	c number of learning phase by cutting planes	: 0
33.61/32.35	c speed (assignments/second)	: 1009743.7993235625
33.61/32.35	c non guided choices	1417
33.61/32.35	c learnt constraints type 
33.61/32.35	c constraints type 
33.61/32.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
33.61/32.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
33.61/32.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
33.61/32.35	c constraints type 
33.61/32.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
33.61/32.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
33.61/32.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
33.61/32.35	s OPTIMUM FOUND
33.61/32.35	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 
33.61/32.35	c objective function=14
33.61/32.35	c Total wall clock time (in seconds): 32.246

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694944-1277924744/watcher-2694944-1277924744 -o /tmp/evaluation-result-2694944-1277924744/solver-2694944-1277924744 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694944-1277924744.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.99 1.97 1.98 3/196 18273
/proc/meminfo: memFree=30530972/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=13164 CPUtime=0
/proc/18273/stat : 18273 (java) R 18271 18273 16494 0 -1 4194304 810 0 0 0 0 0 0 0 21 0 1 0 133770294 13479936 363 4089446400 134512640 134550932 4293940128 18446744073709551615 3749509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18273/statm: 3291 368 142 10 0 1121 0

[startup+0.0743451 s]
/proc/loadavg: 1.99 1.97 1.98 3/196 18273
/proc/meminfo: memFree=30530972/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1529880 CPUtime=0.06
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 4605 0 1 0 5 1 0 0 21 0 18 0 133770294 1566597120 4041 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 382470 4041 1286 10 0 379773 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1529880

[startup+0.100379 s]
/proc/loadavg: 1.99 1.97 1.98 3/196 18273
/proc/meminfo: memFree=30530972/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1530456 CPUtime=0.1
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 5242 0 1 0 9 1 0 0 21 0 18 0 133770294 1567186944 4678 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 382614 4678 1346 10 0 379917 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530456

[startup+0.300339 s]
/proc/loadavg: 1.99 1.97 1.98 3/196 18273
/proc/meminfo: memFree=30530972/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1537260 CPUtime=0.66
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 8293 0 1 0 64 2 0 0 21 0 20 0 133770294 1574154240 7113 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 384315 7113 1421 10 0 381618 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1537260

[startup+0.700266 s]
/proc/loadavg: 1.99 1.97 1.98 3/196 18273
/proc/meminfo: memFree=30530972/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1548692 CPUtime=1.2
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 12697 0 1 0 118 2 0 0 21 0 20 0 133770294 1585860608 9778 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387173 9778 1422 10 0 384476 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1548692

[startup+1.50112 s]
/proc/loadavg: 1.99 1.97 1.98 2/216 18295
/proc/meminfo: memFree=30496348/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1548184 CPUtime=1.56
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 14895 0 1 0 153 3 0 0 21 0 20 0 133770294 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387046 10434 1425 10 0 384349 0
[pid=18273/tid=18275] ppid=18271 vsize=1548184 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) S 18271 18273 16494 0 -1 4202560 4027 0 1 0 14 1 0 0 19 0 20 0 133770294 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133770295 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133770296 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 20 0 133770296 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133770296 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770298 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1548184 CPUtime=0.35
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 1392 0 0 0 35 0 0 0 16 0 20 0 133770298 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1548184 CPUtime=0.76
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7276 0 0 0 75 1 0 0 15 0 20 0 133770298 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 0 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133770298 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133770298 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133770311 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133770311 1585340416 10434 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1548184

[startup+3.10083 s]
/proc/loadavg: 1.99 1.97 1.98 2/216 18297
/proc/meminfo: memFree=30493868/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1548184 CPUtime=1.61
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 15836 0 1 0 158 3 0 0 21 0 20 0 133770294 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387046 11374 1425 10 0 384349 0
[pid=18273/tid=18275] ppid=18271 vsize=1548184 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) S 18271 18273 16494 0 -1 4202560 4040 0 1 0 14 1 0 0 19 0 20 0 133770294 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133770295 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133770296 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 20 0 133770296 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133770296 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770298 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1548184 CPUtime=0.35
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 1392 0 0 0 35 0 0 0 15 0 20 0 133770298 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1548184 CPUtime=0.78
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7286 0 0 0 77 1 0 0 16 0 20 0 133770298 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 0 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133770298 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133770298 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133770311 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1548184 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133770311 1585340416 11374 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 1548184
heavy processes:

[startup+6.30126 s]
/proc/loadavg: 1.91 1.95 1.97 3/216 18305
/proc/meminfo: memFree=30465020/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1550972 CPUtime=2.66
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 30794 0 1 0 261 5 0 0 21 0 20 0 133770294 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387743 23860 1430 10 0 385046 0
[pid=18273/tid=18275] ppid=18271 vsize=1550972 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) S 18271 18273 16494 0 -1 4202560 4088 0 1 0 14 1 0 0 18 0 20 0 133770294 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 4 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133770295 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133770296 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 20 0 133770296 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133770296 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770298 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1550972 CPUtime=0.66
/proc/18273/task/18288/stat : 18288 (java) R 18271 18273 16494 0 -1 4202560 4259 0 0 0 66 0 0 0 16 0 20 0 133770298 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 104139126 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1550972 CPUtime=1.11
/proc/18273/task/18289/stat : 18289 (java) R 18271 18273 16494 0 -1 4202560 7668 0 0 0 110 1 0 0 15 0 20 0 133770298 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 105713892 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133770298 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133770298 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133770311 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1550972 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133770311 1588195328 23860 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1550972
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 1.83 1.94 1.97 2/216 18317

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

/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133770296 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 133770298 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1547588 CPUtime=0.79
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 4285 0 0 0 79 0 0 0 15 0 22 0 133770298 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1547588 CPUtime=1.45
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7721 0 0 0 144 1 0 0 15 0 22 0 133770298 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 133770298 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133770298 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133770311 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133770311 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18339] ppid=18271 vsize=1547588 CPUtime=4.66
/proc/18273/task/18339/stat : 18339 (java) R 18271 18273 16494 0 -1 4202560 3 0 0 0 466 0 0 0 25 0 22 0 133772819 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4109105930 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18273/tid=18340] ppid=18271 vsize=1547588 CPUtime=4.66
/proc/18273/task/18340/stat : 18340 (java) R 18271 18273 16494 0 -1 4202560 7 0 0 0 466 0 0 0 25 0 22 0 133772819 1584730112 53314 4089446400 134512640 134550932 4293940128 18446744073709551615 4109899673 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.75
Current children cumulated vsize (KiB) 1547588

[startup+31.1007 s]
/proc/loadavg: 2.04 1.97 1.98 4/218 18340
/proc/meminfo: memFree=30322748/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1547588 CPUtime=31.31
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 61680 0 1 0 3119 12 0 0 21 0 22 0 133770294 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 386897 53487 1451 10 0 384200 0
[pid=18273/tid=18275] ppid=18271 vsize=1547588 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) S 18271 18273 16494 0 -1 4202560 4125 0 1 0 14 1 0 0 15 0 22 0 133770294 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1547588 CPUtime=0.03
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 314 0 0 0 3 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 0 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1547588 CPUtime=0.03
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 915 0 0 0 3 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1547588 CPUtime=0.02
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 423 0 0 0 2 0 0 0 16 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1547588 CPUtime=0.04
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 550 0 0 0 4 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1547588 CPUtime=0.03
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 583 0 0 0 3 0 0 0 16 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1547588 CPUtime=0.02
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 706 0 0 0 2 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1547588 CPUtime=0.03
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 615 0 0 0 3 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1547588 CPUtime=0.02
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 906 0 0 0 2 0 0 0 15 0 22 0 133770295 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1547588 CPUtime=0.82
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 5700 0 0 0 81 1 0 0 15 0 22 0 133770296 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 4 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133770296 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133770296 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 133770298 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1547588 CPUtime=0.79
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 4285 0 0 0 79 0 0 0 15 0 22 0 133770298 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1547588 CPUtime=1.45
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7721 0 0 0 144 1 0 0 15 0 22 0 133770298 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 133770298 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133770298 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133770311 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1547588 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133770311 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18339] ppid=18271 vsize=1547588 CPUtime=5.42
/proc/18273/task/18339/stat : 18339 (java) R 18271 18273 16494 0 -1 4202560 3 0 0 0 542 0 0 0 25 0 22 0 133772819 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4159434456 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18273/tid=18340] ppid=18271 vsize=1547588 CPUtime=5.42
/proc/18273/task/18340/stat : 18340 (java) R 18271 18273 16494 0 -1 4202560 8 0 0 0 542 0 0 0 25 0 22 0 133772819 1584730112 53487 4089446400 134512640 134550932 4293940128 18446744073709551615 4109359383 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.31
Current children cumulated vsize (KiB) 1547588

[startup+31.9066 s]
/proc/loadavg: 2.04 1.97 1.98 5/218 18340
/proc/meminfo: memFree=30316464/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1551684 CPUtime=33.07
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 63697 0 1 0 3294 13 0 0 21 0 22 0 133770294 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387921 55120 1451 10 0 385224 0
[pid=18273/tid=18275] ppid=18271 vsize=1551684 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) S 18271 18273 16494 0 -1 4202560 4125 0 1 0 14 1 0 0 15 0 22 0 133770294 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 314 0 0 0 3 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 0 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 915 0 0 0 3 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 423 0 0 0 2 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1551684 CPUtime=0.04
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 551 0 0 0 4 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 583 0 0 0 3 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 706 0 0 0 2 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 615 0 0 0 3 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 906 0 0 0 2 0 0 0 15 0 22 0 133770295 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1551684 CPUtime=0.89
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 6180 0 0 0 88 1 0 0 15 0 22 0 133770296 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 4 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133770296 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133770296 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 133770298 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1551684 CPUtime=0.99
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 5810 0 0 0 98 1 0 0 16 0 22 0 133770298 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1551684 CPUtime=1.47
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7726 0 0 0 146 1 0 0 15 0 22 0 133770298 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 133770298 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133770298 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133770311 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133770311 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18339] ppid=18271 vsize=1551684 CPUtime=6.15
/proc/18273/task/18339/stat : 18339 (java) R 18271 18273 16494 0 -1 4202560 7 0 0 0 615 0 0 0 25 0 22 0 133772819 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4109361530 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18273/tid=18340] ppid=18271 vsize=1551684 CPUtime=6.15
/proc/18273/task/18340/stat : 18340 (java) R 18271 18273 16494 0 -1 4202560 10 0 0 0 615 0 0 0 25 0 22 0 133772819 1588924416 55120 4089446400 134512640 134550932 4293940128 18446744073709551615 4109658774 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.07
Current children cumulated vsize (KiB) 1551684

[startup+32.3015 s]
/proc/loadavg: 2.04 1.97 1.98 5/218 18340
/proc/meminfo: memFree=30316464/32951124 swapFree=67111528/67111528
[pid=18273] ppid=18271 vsize=1551684 CPUtime=33.61
/proc/18273/stat : 18273 (java) S 18271 18273 16494 0 -1 4202496 63700 0 1 0 3348 13 0 0 21 0 20 0 133770294 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18273/statm: 387921 55123 1451 10 0 385224 0
[pid=18273/tid=18275] ppid=18271 vsize=1551684 CPUtime=0.15
/proc/18273/task/18275/stat : 18275 (java) R 18271 18273 16494 0 -1 4202560 4126 0 1 0 14 1 0 0 15 0 20 0 133770294 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4110012780 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18273/tid=18276] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18276/stat : 18276 (java) S 18271 18273 16494 0 -1 4202560 314 0 0 0 3 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 0 0 0 0
[pid=18273/tid=18277] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18277/stat : 18277 (java) S 18271 18273 16494 0 -1 4202560 915 0 0 0 3 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18278] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18278/stat : 18278 (java) S 18271 18273 16494 0 -1 4202560 423 0 0 0 2 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18279] ppid=18271 vsize=1551684 CPUtime=0.04
/proc/18273/task/18279/stat : 18279 (java) S 18271 18273 16494 0 -1 4202560 551 0 0 0 4 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18280] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18280/stat : 18280 (java) S 18271 18273 16494 0 -1 4202560 583 0 0 0 3 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18281] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18281/stat : 18281 (java) S 18271 18273 16494 0 -1 4202560 706 0 0 0 2 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 5 0 0 0
[pid=18273/tid=18282] ppid=18271 vsize=1551684 CPUtime=0.03
/proc/18273/task/18282/stat : 18282 (java) S 18271 18273 16494 0 -1 4202560 615 0 0 0 3 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18283] ppid=18271 vsize=1551684 CPUtime=0.02
/proc/18273/task/18283/stat : 18283 (java) S 18271 18273 16494 0 -1 4202560 906 0 0 0 2 0 0 0 15 0 20 0 133770295 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 2 0 0 0
[pid=18273/tid=18284] ppid=18271 vsize=1551684 CPUtime=0.89
/proc/18273/task/18284/stat : 18284 (java) S 18271 18273 16494 0 -1 4202560 6180 0 0 0 88 1 0 0 15 0 20 0 133770296 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 0 0 16800975 18446604470783724544 0 0 -1 4 0 0 0
[pid=18273/tid=18285] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18285/stat : 18285 (java) S 18271 18273 16494 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133770296 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 7 0 0 0
[pid=18273/tid=18286] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18286/stat : 18286 (java) S 18271 18273 16494 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133770296 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18287] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18287/stat : 18287 (java) S 18271 18273 16494 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133770298 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18288] ppid=18271 vsize=1551684 CPUtime=1.02
/proc/18273/task/18288/stat : 18288 (java) S 18271 18273 16494 0 -1 4202560 5812 0 0 0 101 1 0 0 16 0 20 0 133770298 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 6 0 0 0
[pid=18273/tid=18289] ppid=18271 vsize=1551684 CPUtime=1.48
/proc/18273/task/18289/stat : 18289 (java) S 18271 18273 16494 0 -1 4202560 7726 0 0 0 147 1 0 0 15 0 20 0 133770298 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18290] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18290/stat : 18290 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133770298 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 3 0 0 0
[pid=18273/tid=18291] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18291/stat : 18291 (java) S 18271 18273 16494 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133770298 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18294] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18294/stat : 18294 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133770311 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
[pid=18273/tid=18295] ppid=18271 vsize=1551684 CPUtime=0
/proc/18273/task/18295/stat : 18295 (java) S 18271 18273 16494 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133770311 1588924416 55123 4089446400 134512640 134550932 4293940128 18446744073709551615 4294960144 0 4 0 16800975 18446604470783724544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.61
Current children cumulated vsize (KiB) 1551684

Child status: 30
Real time (s): 32.3957
CPU time (s): 33.6959
CPU user time (s): 33.5499
CPU system time (s): 0.145977
CPU usage (%): 104.014
Max. virtual memory (cumulated for all children) (KiB): 1553864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5499
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63708
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= 2430
involuntary context switches= 8117

runsolver used 0.06199 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 21:05:44
IDJOB=2694944
IDBENCH=79249
IDSOLVER=1207
FILE ID=node138/2694944-1277924744
PBS_JOBID= 11197301
Free space on /tmp= 74140 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.1110968561--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-2694944-1277924744/watcher-2694944-1277924744 -o /tmp/evaluation-result-2694944-1277924744/solver-2694944-1277924744 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694944-1277924744.wbo

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

MD5SUM BENCH= 8d3a0dfad59028a8b475e3430d41a204
RANDOM SEED=417486380

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.860
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30531484 kB
Buffers:        212360 kB
Cached:        1474176 kB
SwapCached:          0 kB
Active:        1231488 kB
Inactive:      1039784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30531484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:      584816 kB
Mapped:          20324 kB
Slab:            83992 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1652596 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= 74140 MiB
End job on node138 at 2010-06-30 21:06:17