Trace number 2694845

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. 55.7375 40.3995

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976935--soft-0-100-0.wbo
MD5SUMda988fefd96faf0ea045ffc9072a875f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.131979
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1229
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.06	c version 2.2.0.v20100531
0.04/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.06	c java.vm.version	11.2-b01
0.04/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.06	c sun.arch.data.model	32
0.04/0.06	c java.version		1.6.0_12
0.04/0.06	c os.name		Linux
0.04/0.06	c os.version		2.6.18-164.el5
0.04/0.06	c os.arch		i386
0.04/0.06	c Free memory 		1393557488
0.04/0.06	c Max memory 		1395916800
0.04/0.06	c Total memory 		1395916800
0.04/0.06	c Number of processors 	8
0.04/0.10	c Pseudo Boolean Optimization
0.04/0.10	c ManyCore solver with 2 solvers running in parallel
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c Stops conflict analysis at the first Unique Implication Point
0.04/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c Stops conflict analysis at the first Unique Implication Point
0.04/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.10	c No reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	
0.04/0.10	c solving HOME/instance-2694845-1277923242.wbo
0.04/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.06s.
0.12/0.15	c #vars     270
0.12/0.16	c #constraints  101
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.33/0.27	c And the winner is Resolution
1.21/1.16	c SATISFIABLE
1.21/1.16	c OPTIMIZING...
1.21/1.16	c Got one! Elapsed wall clock time (in seconds):1.063
1.21/1.16	o 528
1.21/1.19	c And the winner is Resolution
1.44/2.16	c Got one! Elapsed wall clock time (in seconds):2.066
1.44/2.16	o 510
1.44/2.18	c And the winner is Resolution
1.50/3.17	c Got one! Elapsed wall clock time (in seconds):3.072
1.50/3.17	o 339
1.50/3.19	c And the winner is Resolution
1.71/4.17	c Got one! Elapsed wall clock time (in seconds):4.076
1.71/4.17	o 318
1.71/4.19	c And the winner is Resolution
1.76/5.17	c Got one! Elapsed wall clock time (in seconds):5.079
1.76/5.17	o 225
1.83/5.21	c And the winner is Resolution
1.94/6.18	c Got one! Elapsed wall clock time (in seconds):6.084
1.94/6.18	o 163
2.21/6.32	c And the winner is Resolution
2.26/7.18	c Got one! Elapsed wall clock time (in seconds):7.089
2.26/7.18	o 140
2.29/7.23	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.26/7.53	c cleaning 4247 clauses out of 8502 with flag 11001/11001
3.26/7.58	c And the winner is Resolution
3.43/8.19	c Got one! Elapsed wall clock time (in seconds):8.093
3.43/8.19	o 137
3.72/8.34	c And the winner is Resolution
3.81/9.19	c Got one! Elapsed wall clock time (in seconds):9.096
3.81/9.19	o 121
3.83/9.26	c And the winner is Resolution
3.97/10.19	c Got one! Elapsed wall clock time (in seconds):10.099
3.97/10.19	o 86
4.16/10.31	c cleaning 5620 clauses out of 11254 with flag 18000/18000
4.35/10.47	c And the winner is Resolution
4.52/11.20	c Got one! Elapsed wall clock time (in seconds):11.103
4.52/11.20	o 76
4.93/11.47	c cleaning 6810 clauses out of 13634 with flag 26000/26000
5.32/11.62	c And the winner is Resolution
5.38/12.20	c Got one! Elapsed wall clock time (in seconds):12.105
5.38/12.20	o 68
5.77/12.49	c cleaning 7910 clauses out of 15824 with flag 35000/35000
5.96/12.58	c And the winner is Resolution
6.13/13.20	c Got one! Elapsed wall clock time (in seconds):13.107
6.13/13.20	o 47
6.92/13.62	c cleaning 8953 clauses out of 17914 with flag 45000/45000
7.10/13.77	c And the winner is Resolution
7.26/14.20	c Got one! Elapsed wall clock time (in seconds):14.109
7.26/14.20	o 37
7.93/14.55	c cleaning 9473 clauses out of 18962 with flag 55001/55001
8.30/14.74	c And the winner is Resolution
8.52/15.21	c Got one! Elapsed wall clock time (in seconds):15.111
8.52/15.21	o 30
9.10/15.57	c cleaning 9741 clauses out of 19489 with flag 65001/65001
10.08/16.06	c cleaning 9871 clauses out of 19748 with flag 75001/75001
11.07/16.57	c cleaning 9935 clauses out of 19877 with flag 85001/85001
12.05/17.07	c cleaning 9964 clauses out of 19941 with flag 95000/95000
13.03/17.57	c cleaning 9986 clauses out of 19979 with flag 105002/105002
13.99/18.07	c cleaning 9988 clauses out of 19991 with flag 115000/115000
14.97/18.56	c cleaning 9998 clauses out of 20004 with flag 125001/125001
15.95/19.03	c And the winner is Resolution
16.09/19.21	c Got one! Elapsed wall clock time (in seconds):19.119
16.09/19.21	o 20
16.09/19.25	c cleaning 10000 clauses out of 20006 with flag 135001/135001
17.04/19.72	c cleaning 10000 clauses out of 20006 with flag 145001/145001
17.60/20.02	c And the winner is Resolution
17.67/20.22	c Got one! Elapsed wall clock time (in seconds):20.122
17.67/20.22	o 7
18.03/20.44	c cleaning 9997 clauses out of 20006 with flag 155001/155001
18.82/20.87	c cleaning 10000 clauses out of 20008 with flag 165000/165000
19.78/21.35	c cleaning 10001 clauses out of 20009 with flag 175001/175001
20.56/21.78	c cleaning 10004 clauses out of 20007 with flag 185000/185000
21.73/22.31	c cleaning 9998 clauses out of 20004 with flag 195001/195001
22.50/22.79	c cleaning 9998 clauses out of 20008 with flag 205003/205003
23.48/23.25	c cleaning 10000 clauses out of 20007 with flag 215000/215000
24.46/23.71	c cleaning 9999 clauses out of 20007 with flag 225000/225000
25.24/24.14	c cleaning 10000 clauses out of 20009 with flag 235001/235001
26.01/24.57	c cleaning 10000 clauses out of 20008 with flag 245000/245000
26.98/25.01	c cleaning 9998 clauses out of 20008 with flag 255000/255000
27.76/25.45	c cleaning 10000 clauses out of 20010 with flag 265000/265000
28.72/25.97	c cleaning 10000 clauses out of 20010 with flag 275000/275000
29.90/26.50	c cleaning 10001 clauses out of 20010 with flag 285000/285000
30.88/27.01	c cleaning 10001 clauses out of 20010 with flag 295001/295001
31.66/27.47	c cleaning 10000 clauses out of 20008 with flag 305000/305000
32.62/27.94	c cleaning 10002 clauses out of 20009 with flag 315001/315001
33.40/28.38	c cleaning 10000 clauses out of 20007 with flag 325001/325001
34.37/28.85	c cleaning 9995 clauses out of 20006 with flag 335000/335000
35.35/29.34	c cleaning 10004 clauses out of 20013 with flag 345002/345002
36.33/29.82	c cleaning 10000 clauses out of 20009 with flag 355002/355002
37.31/30.34	c cleaning 9997 clauses out of 20007 with flag 365000/365000
38.29/30.82	c cleaning 9998 clauses out of 20010 with flag 375000/375000
39.05/31.29	c cleaning 10001 clauses out of 20012 with flag 385000/385000
40.01/31.78	c cleaning 10001 clauses out of 20011 with flag 395000/395000
40.98/32.28	c cleaning 10000 clauses out of 20010 with flag 405000/405000
42.15/32.84	c cleaning 10002 clauses out of 20013 with flag 415003/415003
43.14/33.34	c cleaning 9998 clauses out of 20008 with flag 425000/425000
44.10/33.85	c cleaning 9999 clauses out of 20010 with flag 435000/435000
45.07/34.33	c cleaning 10002 clauses out of 20011 with flag 445000/445000
46.03/34.83	c cleaning 10001 clauses out of 20009 with flag 455000/455000
46.99/35.33	c cleaning 10001 clauses out of 20009 with flag 465001/465001
47.75/35.79	c cleaning 10001 clauses out of 20009 with flag 475002/475002
48.75/36.24	c cleaning 9999 clauses out of 20006 with flag 485000/485000
49.71/36.71	c cleaning 9998 clauses out of 20007 with flag 495000/495000
50.47/37.16	c cleaning 10001 clauses out of 20010 with flag 505001/505001
51.42/37.63	c cleaning 9998 clauses out of 20009 with flag 515001/515001
52.39/38.12	c cleaning 10002 clauses out of 20011 with flag 525001/525001
53.16/38.58	c cleaning 10001 clauses out of 20009 with flag 535001/535001
54.11/39.07	c cleaning 10000 clauses out of 20008 with flag 545001/545001
55.33/39.63	c cleaning 10004 clauses out of 20010 with flag 555004/555004
55.56/39.71	c And the winner is Resolution
55.66/40.34	c starts		: 170
55.66/40.34	c conflicts		: 555999
55.66/40.34	c decisions		: 798419
55.66/40.34	c propagations		: 12313128
55.66/40.34	c inspects		: 141241872
55.66/40.34	c learnt literals	: 7
55.66/40.34	c learnt binary clauses	: 22
55.66/40.34	c learnt ternary clauses	: 147
55.66/40.34	c learnt clauses	: 555991
55.66/40.34	c ignored clauses	: 0
55.66/40.34	c root simplifications	: 0
55.66/40.34	c removed literals (reason simplification)	: 5777686
55.66/40.34	c reason swapping (by a shorter reason)	: 0
55.66/40.34	c Calls to reduceDB	: 57
55.66/40.34	c number of reductions to clauses (during analyze)	: 0
55.66/40.34	c number of learned constraints concerned by reduction	: 0
55.66/40.34	c number of learning phase by resolution	: 0
55.66/40.34	c number of learning phase by cutting planes	: 0
55.66/40.34	c speed (assignments/second)	: 611954.0778291338
55.66/40.34	c non guided choices	765
55.66/40.34	c learnt constraints type 
55.66/40.34	c constraints type 
55.66/40.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
55.66/40.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
55.66/40.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
55.66/40.34	c constraints type 
55.66/40.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
55.66/40.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
55.66/40.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
55.66/40.34	s OPTIMUM FOUND
55.66/40.34	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 
55.66/40.34	c objective function=7
55.66/40.34	c Total wall clock time (in seconds): 40.245

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694845-1277923242/watcher-2694845-1277923242 -o /tmp/evaluation-result-2694845-1277923242/solver-2694845-1277923242 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694845-1277923242.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: 2.23 2.05 2.01 3/178 16102
/proc/meminfo: memFree=28707748/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=13472 CPUtime=0
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 1092 0 0 0 0 0 0 0 25 0 2 0 133619402 13795328 566 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 3368 568 255 10 0 1202 0
[pid=16102/tid=16103] ppid=16100 vsize=13472 CPUtime=0
/proc/16102/task/16103/stat : 16103 (java) R 16100 16102 14613 0 -1 4202560 59 0 0 0 0 0 0 0 25 0 2 0 133619402 13795328 574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0511149 s]
/proc/loadavg: 2.23 2.05 2.01 3/178 16102
/proc/meminfo: memFree=28707748/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1527664 CPUtime=0.04
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 4070 0 1 0 3 1 0 0 25 0 18 0 133619402 1564327936 3509 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 381916 3510 1078 10 0 379219 0
[pid=16102/tid=16103] ppid=16100 vsize=1527664 CPUtime=0.03
/proc/16102/task/16103/stat : 16103 (java) R 16100 16102 14613 0 -1 4202560 2988 0 1 0 3 0 0 0 25 0 18 0 133619402 1564327936 3511 4089446400 134512640 134550932 4289114240 18446744073709551615 106546665 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527664

[startup+0.101107 s]
/proc/loadavg: 2.23 2.05 2.01 3/178 16102
/proc/meminfo: memFree=28707748/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1529980 CPUtime=0.12
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 5293 0 1 0 11 1 0 0 25 0 18 0 133619402 1566699520 4730 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 382495 4731 1350 10 0 379798 0
[pid=16102/tid=16103] ppid=16100 vsize=1529980 CPUtime=0.09
/proc/16102/task/16103/stat : 16103 (java) R 16100 16102 14613 0 -1 4202560 3631 0 1 0 8 1 0 0 18 0 18 0 133619402 1566699520 4731 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529980

[startup+0.301078 s]
/proc/loadavg: 2.23 2.05 2.01 3/178 16102
/proc/meminfo: memFree=28707748/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1536256 CPUtime=0.71
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 8431 0 1 0 69 2 0 0 25 0 21 0 133619402 1573126144 7410 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 384064 7410 1419 10 0 381367 0
[pid=16102/tid=16103] ppid=16100 vsize=1536256 CPUtime=0.14
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4036 0 1 0 13 1 0 0 19 0 21 0 133619402 1573126144 7411 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1536256

[startup+0.700998 s]
/proc/loadavg: 2.23 2.05 2.01 3/178 16102
/proc/meminfo: memFree=28707748/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1546364 CPUtime=1.21
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 13600 0 1 0 119 2 0 0 25 0 20 0 133619402 1583476736 9992 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 386591 9992 1422 10 0 383894 0
[pid=16102/tid=16103] ppid=16100 vsize=1546364 CPUtime=0.14
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4036 0 1 0 13 1 0 0 19 0 20 0 133619402 1583476736 9992 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1546364

[startup+1.50086 s]
/proc/loadavg: 2.23 2.05 2.01 2/198 16125
/proc/meminfo: memFree=28672124/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1546364 CPUtime=1.44
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 14158 0 1 0 142 2 0 0 25 0 20 0 133619402 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 386591 10549 1425 10 0 383894 0
[pid=16102/tid=16103] ppid=16100 vsize=1546364 CPUtime=0.15
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4049 0 1 0 14 1 0 0 18 0 20 0 133619402 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133619404 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133619404 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133619404 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1546364 CPUtime=0.36
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 1484 0 0 0 36 0 0 0 18 0 20 0 133619406 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1546364 CPUtime=0.56
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 5879 0 0 0 56 0 0 0 16 0 20 0 133619406 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 20 0 133619406 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1583476736 10549 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1546364

[startup+3.10157 s]
/proc/loadavg: 2.13 2.03 2.00 2/198 16127
/proc/meminfo: memFree=28668156/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1546364 CPUtime=1.5
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 14526 0 1 0 148 2 0 0 25 0 20 0 133619402 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 386591 10916 1425 10 0 383894 0
[pid=16102/tid=16103] ppid=16100 vsize=1546364 CPUtime=0.15
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4062 0 1 0 14 1 0 0 19 0 20 0 133619402 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619403 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133619404 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133619404 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133619404 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1546364 CPUtime=0.37
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 1484 0 0 0 37 0 0 0 17 0 20 0 133619406 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1546364 CPUtime=0.58
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 5881 0 0 0 58 0 0 0 15 0 20 0 133619406 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 20 0 133619406 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1583476736 10916 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1546364
heavy processes:

[startup+6.30099 s]
/proc/loadavg: 2.13 2.03 2.00 2/198 16135
/proc/meminfo: memFree=28645032/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1546364 CPUtime=2.21
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 26451 0 1 0 217 4 0 0 25 0 22 0 133619402 1583476736 22701 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 386591 22703 1429 10 0 383894 0
[pid=16102/tid=16103] ppid=16100 vsize=1546364 CPUtime=0.15
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4111 0 1 0 14 1 0 0 19 0 22 0 133619402 1583476736 22704 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22706 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22708 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22709 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22710 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22711 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22712 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22714 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619403 1583476736 22715 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 133619404 1583476736 22715 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 22 0 133619404 1583476736 22716 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 133619404 1583476736 22716 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583476736 22716 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1546364 CPUtime=0.48
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 1499 0 0 0 48 0 0 0 15 0 22 0 133619406 1583476736 22717 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1546364 CPUtime=0.78
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 6118 0 0 0 78 0 0 0 15 0 22 0 133619406 1583476736 22718 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583476736 22719 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1546364 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 22 0 133619406 1583476736 22720 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0

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

/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 7020 0 0 0 166 3 0 0 16 0 22 0 133619404 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 133619404 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133619404 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1546256 CPUtime=0.85
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 1888 0 0 0 85 0 0 0 15 0 22 0 133619406 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 3 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1546256 CPUtime=1.08
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 6345 0 0 0 108 0 0 0 15 0 22 0 133619406 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 133619406 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133619418 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133619418 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16158] ppid=16100 vsize=1546256 CPUtime=16.65
/proc/16102/task/16158/stat : 16158 (java) R 16100 16102 14613 0 -1 4202560 41 0 0 0 1665 0 0 0 20 0 22 0 133621424 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4109807224 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16102/tid=16159] ppid=16100 vsize=1546256 CPUtime=16.65
/proc/16102/task/16159/stat : 16159 (java) R 16100 16102 14613 0 -1 4202560 249 0 0 0 1665 0 0 0 25 0 22 0 133621424 1583366144 55773 4089446400 134512640 134550932 4289114240 18446744073709551615 4110102143 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 52.75
Current children cumulated vsize (KiB) 1546256

[startup+39.1011 s]
/proc/loadavg: 2.31 2.08 2.02 4/200 16159
/proc/meminfo: memFree=28451764/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1546256 CPUtime=54.29
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 60717 0 1 0 5413 16 0 0 25 0 22 0 133619402 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 386564 55866 1451 10 0 383867 0
[pid=16102/tid=16103] ppid=16100 vsize=1546256 CPUtime=0.15
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4123 0 1 0 14 1 0 0 15 0 22 0 133619402 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1546256 CPUtime=0.05
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 391 0 0 0 5 0 0 0 15 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1546256 CPUtime=0.08
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 653 0 0 0 8 0 0 0 16 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1546256 CPUtime=0.05
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 382 0 0 0 5 0 0 0 15 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 1 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1546256 CPUtime=0.06
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 603 0 0 0 6 0 0 0 15 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1546256 CPUtime=0.06
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 921 0 0 0 6 0 0 0 16 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1546256 CPUtime=0.05
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 606 0 0 0 5 0 0 0 15 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 3 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1546256 CPUtime=0.06
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 987 0 0 0 6 0 0 0 15 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1546256 CPUtime=0.07
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 557 0 0 0 7 0 0 0 16 0 22 0 133619403 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1546256 CPUtime=1.76
/proc/16102/task/16113/stat : 16113 (java) R 16100 16102 14613 0 -1 4202560 7113 0 0 0 173 3 0 0 15 0 22 0 133619404 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 133619404 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133619404 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1546256 CPUtime=0.85
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 1888 0 0 0 85 0 0 0 15 0 22 0 133619406 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 3 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1546256 CPUtime=1.08
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 6345 0 0 0 108 0 0 0 15 0 22 0 133619406 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133619406 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 133619406 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133619418 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1546256 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133619418 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16158] ppid=16100 vsize=1546256 CPUtime=17.39
/proc/16102/task/16158/stat : 16158 (java) S 16100 16102 14613 0 -1 4202560 43 0 0 0 1739 0 0 0 18 0 22 0 133621424 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16159] ppid=16100 vsize=1546256 CPUtime=17.38
/proc/16102/task/16159/stat : 16159 (java) S 16100 16102 14613 0 -1 4202560 249 0 0 0 1738 0 0 0 25 0 22 0 133621424 1583366144 55866 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 1546256

[startup+39.901 s]
/proc/loadavg: 2.31 2.08 2.02 4/200 16159
/proc/meminfo: memFree=28451268/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1549032 CPUtime=55.65
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 61541 0 1 0 5549 16 0 0 25 0 20 0 133619402 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 387258 56574 1451 10 0 384561 0
[pid=16102/tid=16103] ppid=16100 vsize=1549032 CPUtime=0.15
/proc/16102/task/16103/stat : 16103 (java) S 16100 16102 14613 0 -1 4202560 4123 0 1 0 14 1 0 0 15 0 20 0 133619402 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 391 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1549032 CPUtime=0.08
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 659 0 0 0 8 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 382 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 1 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1549032 CPUtime=0.06
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 603 0 0 0 6 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1549032 CPUtime=0.06
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 921 0 0 0 6 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 606 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1549032 CPUtime=0.07
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 987 0 0 0 6 1 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1549032 CPUtime=0.07
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 557 0 0 0 7 0 0 0 15 0 20 0 133619403 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1549032 CPUtime=1.84
/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 7117 0 0 0 181 3 0 0 16 0 20 0 133619404 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133619404 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133619404 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1549032 CPUtime=1.02
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 2694 0 0 0 102 0 0 0 16 0 20 0 133619406 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 3 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1549032 CPUtime=1.1
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 6349 0 0 0 110 0 0 0 16 0 20 0 133619406 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 133619406 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1586208768 56574 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.65
Current children cumulated vsize (KiB) 1549032

[startup+40.3009 s]
/proc/loadavg: 2.31 2.08 2.02 4/200 16159
/proc/meminfo: memFree=28451268/32951124 swapFree=67111528/67111528
[pid=16102] ppid=16100 vsize=1549032 CPUtime=55.66
/proc/16102/stat : 16102 (java) S 16100 16102 14613 0 -1 4202496 61542 0 1 0 5550 16 0 0 25 0 20 0 133619402 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16102/statm: 387258 56575 1451 10 0 384561 0
[pid=16102/tid=16103] ppid=16100 vsize=1549032 CPUtime=0.16
/proc/16102/task/16103/stat : 16103 (java) R 16100 16102 14613 0 -1 4202560 4124 0 1 0 15 1 0 0 15 0 20 0 133619402 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4110219743 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16102/tid=16105] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16105/stat : 16105 (java) S 16100 16102 14613 0 -1 4202560 391 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16106] ppid=16100 vsize=1549032 CPUtime=0.08
/proc/16102/task/16106/stat : 16106 (java) S 16100 16102 14613 0 -1 4202560 659 0 0 0 8 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 0 0 0 0
[pid=16102/tid=16107] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16107/stat : 16107 (java) S 16100 16102 14613 0 -1 4202560 382 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 1 0 0 0
[pid=16102/tid=16108] ppid=16100 vsize=1549032 CPUtime=0.06
/proc/16102/task/16108/stat : 16108 (java) S 16100 16102 14613 0 -1 4202560 603 0 0 0 6 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16109] ppid=16100 vsize=1549032 CPUtime=0.06
/proc/16102/task/16109/stat : 16109 (java) S 16100 16102 14613 0 -1 4202560 921 0 0 0 6 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16110] ppid=16100 vsize=1549032 CPUtime=0.05
/proc/16102/task/16110/stat : 16110 (java) S 16100 16102 14613 0 -1 4202560 606 0 0 0 5 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16111] ppid=16100 vsize=1549032 CPUtime=0.07
/proc/16102/task/16111/stat : 16111 (java) S 16100 16102 14613 0 -1 4202560 987 0 0 0 6 1 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 5 0 0 0
[pid=16102/tid=16112] ppid=16100 vsize=1549032 CPUtime=0.07
/proc/16102/task/16112/stat : 16112 (java) S 16100 16102 14613 0 -1 4202560 557 0 0 0 7 0 0 0 15 0 20 0 133619403 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16113] ppid=16100 vsize=1549032 CPUtime=1.84
/proc/16102/task/16113/stat : 16113 (java) S 16100 16102 14613 0 -1 4202560 7117 0 0 0 181 3 0 0 16 0 20 0 133619404 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 0 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
[pid=16102/tid=16114] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16114/stat : 16114 (java) S 16100 16102 14613 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133619404 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16115] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16115/stat : 16115 (java) S 16100 16102 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133619404 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16116] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16116/stat : 16116 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16117] ppid=16100 vsize=1549032 CPUtime=1.02
/proc/16102/task/16117/stat : 16117 (java) S 16100 16102 14613 0 -1 4202560 2694 0 0 0 102 0 0 0 16 0 20 0 133619406 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 3 0 0 0
[pid=16102/tid=16118] ppid=16100 vsize=1549032 CPUtime=1.1
/proc/16102/task/16118/stat : 16118 (java) S 16100 16102 14613 0 -1 4202560 6349 0 0 0 110 0 0 0 16 0 20 0 133619406 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 6 0 0 0
[pid=16102/tid=16119] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16119/stat : 16119 (java) S 16100 16102 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133619406 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16120] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16120/stat : 16120 (java) S 16100 16102 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 133619406 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 4 0 0 0
[pid=16102/tid=16123] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16123/stat : 16123 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 2 0 0 0
[pid=16102/tid=16124] ppid=16100 vsize=1549032 CPUtime=0
/proc/16102/task/16124/stat : 16124 (java) S 16100 16102 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133619418 1586208768 56575 4089446400 134512640 134550932 4289114240 18446744073709551615 4294960144 0 4 0 16800975 18446604471131623680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.66
Current children cumulated vsize (KiB) 1549032

Child status: 30
Real time (s): 40.3995
CPU time (s): 55.7375
CPU user time (s): 55.5586
CPU system time (s): 0.178972
CPU usage (%): 137.966
Max. virtual memory (cumulated for all children) (KiB): 1549032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.5586
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61551
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= 3787
involuntary context switches= 13914

runsolver used 0.081987 second user time and 0.169974 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 20:40:42
IDJOB=2694845
IDBENCH=79200
IDSOLVER=1207
FILE ID=node145/2694845-1277923242
PBS_JOBID= 11197268
Free space on /tmp= 74208 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.1110976935--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-2694845-1277923242/watcher-2694845-1277923242 -o /tmp/evaluation-result-2694845-1277923242/solver-2694845-1277923242 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694845-1277923242.wbo

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

MD5SUM BENCH= da988fefd96faf0ea045ffc9072a875f
RANDOM SEED=571623312

node145.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.851
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.70
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.851
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.851
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.851
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.851
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.82
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.851
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.67
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.851
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.851
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28708128 kB
Buffers:        206284 kB
Cached:        1265956 kB
SwapCached:          0 kB
Active:        3105364 kB
Inactive:       989880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28708128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     2622596 kB
Mapped:          16048 kB
Slab:            80576 kB
PageTables:       9536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2778848 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= 74208 MiB
End job on node145 at 2010-06-30 20:41:23