Trace number 2694941

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. 77.4162 75.3949

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
MD5SUM366069b8ece10aa1f9438c760e1be90c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.229964
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 1248
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.06	c version 2.2.0.v20100531
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-2694941-1277924709.wbo
0.00/0.10	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.06s.
0.12/0.16	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.28	c And the winner is Resolution
0.95/1.16	c SATISFIABLE
0.95/1.16	c OPTIMIZING...
0.95/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
0.95/1.16	o 526
1.09/1.21	c And the winner is Resolution
1.45/2.16	c Got one! Elapsed wall clock time (in seconds):2.068
1.45/2.16	o 484
1.45/2.18	c And the winner is Resolution
1.55/3.17	c Got one! Elapsed wall clock time (in seconds):3.07
1.55/3.17	o 392
1.65/3.21	c And the winner is Resolution
1.76/4.17	c Got one! Elapsed wall clock time (in seconds):4.073
1.76/4.17	o 382
1.86/4.20	c And the winner is Resolution
1.97/5.17	c Got one! Elapsed wall clock time (in seconds):5.075
1.97/5.17	o 344
1.97/5.19	c And the winner is Resolution
2.02/6.17	c Got one! Elapsed wall clock time (in seconds):6.078
2.02/6.17	o 257
2.10/6.22	c And the winner is Resolution
2.16/7.18	c Got one! Elapsed wall clock time (in seconds):7.081
2.16/7.18	o 250
2.20/7.21	c And the winner is Resolution
2.23/8.18	c Got one! Elapsed wall clock time (in seconds):8.083
2.23/8.18	o 205
2.70/8.30	c cleaning 2500 clauses out of 5001 with flag 5001/5001
2.70/8.39	c And the winner is Resolution
3.17/9.18	c Got one! Elapsed wall clock time (in seconds):9.086
3.17/9.18	o 202
3.22/9.24	c And the winner is Resolution
3.32/10.18	c Got one! Elapsed wall clock time (in seconds):10.088
3.32/10.18	o 186
3.35/10.27	c And the winner is Resolution
3.50/11.18	c Got one! Elapsed wall clock time (in seconds):11.09
3.50/11.18	o 174
3.52/11.28	c cleaning 4247 clauses out of 8500 with flag 11000/11000
3.72/11.33	c And the winner is Resolution
3.79/12.19	c Got one! Elapsed wall clock time (in seconds):12.092
3.79/12.19	o 168
3.81/12.28	c And the winner is Resolution
4.00/13.19	c Got one! Elapsed wall clock time (in seconds):13.094
4.00/13.19	o 161
4.43/13.41	c And the winner is Resolution
4.59/14.19	c Got one! Elapsed wall clock time (in seconds):14.096
4.59/14.19	o 153
4.62/14.22	c cleaning 5625 clauses out of 11256 with flag 18003/18003
5.26/14.54	c And the winner is Resolution
5.53/15.20	c Got one! Elapsed wall clock time (in seconds):15.1
5.53/15.20	o 144
5.76/15.35	c cleaning 6810 clauses out of 13628 with flag 26000/26000
6.34/15.63	c And the winner is Resolution
15.21/25.22	c Got one! Elapsed wall clock time (in seconds):25.122
15.21/25.22	o 130
15.57/25.45	c cleaning 7906 clauses out of 15818 with flag 35000/35000
16.96/26.10	c cleaning 8957 clauses out of 17916 with flag 45004/45004
17.75/26.59	c And the winner is Resolution
18.03/27.22	c Got one! Elapsed wall clock time (in seconds):27.127
18.03/27.22	o 126
18.17/27.33	c cleaning 9472 clauses out of 18955 with flag 55000/55000
19.16/27.82	c And the winner is Resolution
19.78/29.23	c Got one! Elapsed wall clock time (in seconds):29.133
19.78/29.23	o 119
19.92/29.31	c cleaning 9737 clauses out of 19483 with flag 65000/65000
20.90/29.86	c cleaning 9865 clauses out of 19746 with flag 75000/75000
21.48/30.10	c And the winner is Resolution
23.51/32.24	c Got one! Elapsed wall clock time (in seconds):32.14
23.51/32.24	o 114
24.03/32.55	c cleaning 9937 clauses out of 19882 with flag 85001/85001
25.21/33.14	c cleaning 9962 clauses out of 19944 with flag 95000/95000
25.79/33.44	c And the winner is Resolution
25.89/34.24	c Got one! Elapsed wall clock time (in seconds):34.146
25.89/34.24	o 108
26.39/34.53	c cleaning 9985 clauses out of 19984 with flag 105002/105002
27.37/35.05	c And the winner is Resolution
27.83/36.25	c Got one! Elapsed wall clock time (in seconds):36.153
27.83/36.25	o 84
27.94/36.34	c cleaning 9997 clauses out of 20000 with flag 115003/115003
28.91/36.81	c cleaning 9993 clauses out of 20001 with flag 125001/125001
29.90/37.39	c And the winner is Resolution
31.34/39.25	c Got one! Elapsed wall clock time (in seconds):39.159
31.34/39.25	o 61
31.63/39.40	c cleaning 9998 clauses out of 20007 with flag 135000/135000
32.40/39.87	c cleaning 10006 clauses out of 20015 with flag 145006/145006
32.96/40.14	c And the winner is Resolution
37.77/45.27	c Got one! Elapsed wall clock time (in seconds):45.173
37.77/45.27	o 49
38.23/45.53	c cleaning 9999 clauses out of 20004 with flag 155001/155001
39.21/46.03	c cleaning 9998 clauses out of 20007 with flag 165003/165003
40.18/46.55	c cleaning 9996 clauses out of 20006 with flag 175000/175000
41.15/47.05	c cleaning 10000 clauses out of 20010 with flag 185000/185000
41.73/47.35	c And the winner is Resolution
50.65/56.29	c Got one! Elapsed wall clock time (in seconds):56.194
50.65/56.29	o 45
51.07/56.51	c cleaning 10003 clauses out of 20012 with flag 195002/195002
52.04/57.00	c cleaning 10000 clauses out of 20008 with flag 205001/205001
52.81/57.46	c cleaning 10000 clauses out of 20007 with flag 215000/215000
54.00/58.02	c cleaning 9999 clauses out of 20007 with flag 225000/225000
54.77/58.47	c cleaning 10002 clauses out of 20011 with flag 235003/235003
54.94/58.53	c And the winner is Resolution
57.82/62.30	c Got one! Elapsed wall clock time (in seconds):62.209
57.82/62.30	o 33
58.62/62.73	c cleaning 9999 clauses out of 20006 with flag 245000/245000
59.78/63.31	c cleaning 10000 clauses out of 20008 with flag 255001/255001
60.56/63.78	c cleaning 9996 clauses out of 20009 with flag 265002/265002
61.52/64.27	c cleaning 10002 clauses out of 20012 with flag 275001/275001
62.30/64.65	c And the winner is Resolution
63.45/66.31	c Got one! Elapsed wall clock time (in seconds):66.218
63.45/66.31	o 14
63.61/66.46	c cleaning 10000 clauses out of 20009 with flag 285000/285000
64.38/66.89	c cleaning 9998 clauses out of 20009 with flag 295000/295000
65.35/67.36	c cleaning 10001 clauses out of 20012 with flag 305001/305001
66.31/67.82	c cleaning 10004 clauses out of 20011 with flag 315001/315001
67.28/68.36	c cleaning 9997 clauses out of 20006 with flag 325000/325000
68.25/68.83	c cleaning 10001 clauses out of 20010 with flag 335001/335001
69.05/69.27	c cleaning 9998 clauses out of 20008 with flag 345000/345000
70.00/69.77	c cleaning 10001 clauses out of 20011 with flag 355001/355001
70.98/70.24	c cleaning 10001 clauses out of 20009 with flag 365000/365000
71.95/70.72	c cleaning 10000 clauses out of 20008 with flag 375000/375000
72.92/71.21	c cleaning 9999 clauses out of 20010 with flag 385002/385002
73.88/71.74	c cleaning 10002 clauses out of 20011 with flag 395002/395002
74.66/72.18	c And the winner is Resolution
77.34/75.37	c starts		: 162
77.34/75.37	c conflicts		: 404050
77.34/75.37	c decisions		: 593633
77.34/75.37	c propagations		: 10328170
77.34/75.37	c inspects		: 105505765
77.34/75.37	c learnt literals	: 6
77.34/75.37	c learnt binary clauses	: 20
77.34/75.37	c learnt ternary clauses	: 143
77.34/75.37	c learnt clauses	: 404043
77.34/75.37	c ignored clauses	: 0
77.34/75.37	c root simplifications	: 0
77.34/75.37	c removed literals (reason simplification)	: 4088844
77.34/75.37	c reason swapping (by a shorter reason)	: 0
77.34/75.37	c Calls to reduceDB	: 41
77.34/75.37	c number of reductions to clauses (during analyze)	: 0
77.34/75.37	c number of learned constraints concerned by reduction	: 0
77.34/75.37	c number of learning phase by resolution	: 0
77.34/75.37	c number of learning phase by cutting planes	: 0
77.34/75.37	c speed (assignments/second)	: 1140478.1360424028
77.34/75.37	c non guided choices	1559
77.34/75.37	c learnt constraints type 
77.34/75.37	c constraints type 
77.34/75.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
77.34/75.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
77.34/75.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
77.34/75.37	c constraints type 
77.34/75.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
77.34/75.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
77.34/75.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
77.34/75.37	s OPTIMUM FOUND
77.34/75.37	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 
77.34/75.37	c objective function=14
77.34/75.37	c Total wall clock time (in seconds): 75.275

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-2694941-1277924709/watcher-2694941-1277924709 -o /tmp/evaluation-result-2694941-1277924709/solver-2694941-1277924709 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694941-1277924709.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.19 2.06 2.02 3/194 15835
/proc/meminfo: memFree=31240420/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=13652 CPUtime=0
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 1123 0 0 0 0 0 0 0 23 0 2 0 133767260 13979648 594 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 3413 596 276 10 0 1206 0
[pid=15835/tid=15836] ppid=15833 vsize=13600 CPUtime=0
/proc/15835/task/15836/stat : 15836 (java) R 15833 15835 13489 0 -1 4202560 90 0 0 0 0 0 0 0 25 0 2 0 133767260 13926400 595 4089446400 134512640 134550932 4287849552 18446744073709551615 4160670975 0 0 0 16784584 0 0 0 -1 7 0 0 0

[startup+0.01233 s]
/proc/loadavg: 2.19 2.06 2.02 3/194 15835
/proc/meminfo: memFree=31240420/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1524328 CPUtime=0
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 2826 0 1 0 0 0 0 0 23 0 10 0 133767260 1560911872 2269 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 381082 2277 530 10 0 378392 0
[pid=15835/tid=15836] ppid=15833 vsize=1524328 CPUtime=0
/proc/15835/task/15836/stat : 15836 (java) R 15833 15835 13489 0 -1 4202560 1787 0 1 0 0 0 0 0 25 0 10 0 133767260 1560911872 2282 4089446400 134512640 134550932 4287849552 18446744073709551615 4159890758 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524328

[startup+0.100312 s]
/proc/loadavg: 2.19 2.06 2.02 3/194 15835
/proc/meminfo: memFree=31240420/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1529592 CPUtime=0.12
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 5290 0 1 0 11 1 0 0 23 0 18 0 133767260 1566302208 4727 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 382398 4727 1350 10 0 379701 0
[pid=15835/tid=15836] ppid=15833 vsize=1529592 CPUtime=0.08
/proc/15835/task/15836/stat : 15836 (java) R 15833 15835 13489 0 -1 4202560 3589 0 1 0 8 0 0 0 19 0 18 0 133767260 1566302208 4727 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529592

[startup+0.300316 s]
/proc/loadavg: 2.19 2.06 2.02 3/194 15835
/proc/meminfo: memFree=31240420/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1536540 CPUtime=0.7
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 8500 0 1 0 69 1 0 0 23 0 20 0 133767260 1573416960 7298 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 384135 7298 1421 10 0 381438 0
[pid=15835/tid=15836] ppid=15833 vsize=1536876 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 3998 0 1 0 14 1 0 0 20 0 20 0 133767260 1573761024 7300 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1536540

[startup+0.700253 s]
/proc/loadavg: 2.19 2.06 2.02 3/194 15835
/proc/meminfo: memFree=31240420/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1537520 CPUtime=0.95
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 9528 0 1 0 93 2 0 0 23 0 20 0 133767260 1574420480 7518 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 384380 7518 1422 10 0 381683 0
[pid=15835/tid=15836] ppid=15833 vsize=1537520 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 3998 0 1 0 14 1 0 0 20 0 20 0 133767260 1574420480 7518 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1537520

[startup+1.50111 s]
/proc/loadavg: 2.10 2.04 2.01 2/214 15857
/proc/meminfo: memFree=31215904/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1545712 CPUtime=1.45
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 15713 0 1 0 142 3 0 0 23 0 20 0 133767260 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 386428 11140 1425 10 0 383731 0
[pid=15835/tid=15836] ppid=15833 vsize=1545712 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4011 0 1 0 14 1 0 0 19 0 20 0 133767260 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133767262 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133767262 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133767262 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133767264 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1545712 CPUtime=0.55
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6220 0 0 0 54 1 0 0 18 0 20 0 133767264 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1545712 CPUtime=0.4
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 1946 0 0 0 40 0 0 0 16 0 20 0 133767264 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 133767264 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133767264 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 133767277 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133767277 1582809088 11140 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1545712

[startup+3.10083 s]
/proc/loadavg: 2.10 2.04 2.01 2/214 15859
/proc/meminfo: memFree=31201520/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1545712 CPUtime=1.55
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 16445 0 1 0 152 3 0 0 23 0 20 0 133767260 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 386428 11871 1425 10 0 383731 0
[pid=15835/tid=15836] ppid=15833 vsize=1545712 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4024 0 1 0 14 1 0 0 19 0 20 0 133767260 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133767262 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133767262 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133767262 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133767264 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1545712 CPUtime=0.57
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6232 0 0 0 56 1 0 0 15 0 20 0 133767264 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1545712 CPUtime=0.43
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 1957 0 0 0 43 0 0 0 15 0 20 0 133767264 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 133767264 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133767264 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 133767277 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1545712 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133767277 1582809088 11871 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1545712
heavy processes:

[startup+6.3013 s]
/proc/loadavg: 2.10 2.04 2.01 2/214 15867
/proc/meminfo: memFree=31175352/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1545696 CPUtime=2.16
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 26234 0 1 0 212 4 0 0 23 0 20 0 133767260 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 386424 21216 1429 10 0 383727 0
[pid=15835/tid=15836] ppid=15833 vsize=1545696 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4073 0 1 0 14 1 0 0 19 0 20 0 133767260 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133767261 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 133767262 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133767262 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133767262 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133767264 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1545696 CPUtime=0.7
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6307 0 0 0 69 1 0 0 15 0 20 0 133767264 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1545696 CPUtime=0.63
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 2444 0 0 0 63 0 0 0 15 0 20 0 133767264 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 133767264 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1545696 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133767264 1582792704 21216 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0

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

/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 452 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 890 0 0 0 2 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1548040 CPUtime=1.11
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 6508 0 0 0 110 1 0 0 15 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 4 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1548040 CPUtime=1.05
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6392 0 0 0 104 1 0 0 16 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1548040 CPUtime=1.09
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 3240 0 0 0 109 0 0 0 15 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 21 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 21 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15911] ppid=15833 vsize=1548040 CPUtime=6.8
/proc/15835/task/15911/stat : 15911 (java) R 15833 15835 13489 0 -1 4202560 6 0 0 0 680 0 0 0 25 0 21 0 133773892 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4110435516 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.16
Current children cumulated vsize (KiB) 1548040

[startup+74.3015 s]
/proc/loadavg: 2.17 2.05 2.01 3/215 15911
/proc/meminfo: memFree=31023800/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1548040 CPUtime=76.96
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 60811 0 1 0 7682 14 0 0 23 0 21 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 387010 54848 1451 10 0 384313 0
[pid=15835/tid=15836] ppid=15833 vsize=1548040 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4098 0 1 0 14 1 0 0 18 0 21 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 446 0 0 0 2 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 633 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 511 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 927 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 932 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 950 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 452 0 0 0 3 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 890 0 0 0 2 0 0 0 15 0 21 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1548040 CPUtime=1.11
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 6508 0 0 0 110 1 0 0 15 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 4 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1548040 CPUtime=1.05
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6392 0 0 0 104 1 0 0 16 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1548040 CPUtime=1.09
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 3240 0 0 0 109 0 0 0 15 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 21 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 21 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 21 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15911] ppid=15833 vsize=1548040 CPUtime=7.6
/proc/15835/task/15911/stat : 15911 (java) R 15833 15835 13489 0 -1 4202560 6 0 0 0 760 0 0 0 25 0 21 0 133773892 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4110496297 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.96
Current children cumulated vsize (KiB) 1548040

[startup+75.1014 s]
/proc/loadavg: 2.17 2.05 2.01 2/214 15911
/proc/meminfo: memFree=31023684/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1548040 CPUtime=77.34
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 60811 0 1 0 7720 14 0 0 23 0 20 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 387010 54848 1451 10 0 384313 0
[pid=15835/tid=15836] ppid=15833 vsize=1548040 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4098 0 1 0 14 1 0 0 18 0 20 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 446 0 0 0 2 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 633 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 511 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 927 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 932 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 950 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 452 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 890 0 0 0 2 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1548040 CPUtime=1.11
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 6508 0 0 0 110 1 0 0 15 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 4 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1548040 CPUtime=1.05
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6392 0 0 0 104 1 0 0 16 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1548040 CPUtime=1.09
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 3240 0 0 0 109 0 0 0 15 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 77.34
Current children cumulated vsize (KiB) 1548040

[startup+75.3014 s]
/proc/loadavg: 2.17 2.05 2.01 2/214 15911
/proc/meminfo: memFree=31023684/32951132 swapFree=67111528/67111528
[pid=15835] ppid=15833 vsize=1548040 CPUtime=77.34
/proc/15835/stat : 15835 (java) S 15833 15835 13489 0 -1 4202496 60811 0 1 0 7720 14 0 0 23 0 20 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15835/statm: 387010 54848 1451 10 0 384313 0
[pid=15835/tid=15836] ppid=15833 vsize=1548040 CPUtime=0.15
/proc/15835/task/15836/stat : 15836 (java) S 15833 15835 13489 0 -1 4202560 4098 0 1 0 14 1 0 0 18 0 20 0 133767260 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15838] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15838/stat : 15838 (java) S 15833 15835 13489 0 -1 4202560 446 0 0 0 2 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15839] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15839/stat : 15839 (java) S 15833 15835 13489 0 -1 4202560 633 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15840] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15840/stat : 15840 (java) S 15833 15835 13489 0 -1 4202560 511 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15841] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15841/stat : 15841 (java) S 15833 15835 13489 0 -1 4202560 927 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 6 0 0 0
[pid=15835/tid=15842] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15842/stat : 15842 (java) S 15833 15835 13489 0 -1 4202560 932 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15843] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15843/stat : 15843 (java) S 15833 15835 13489 0 -1 4202560 950 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15844] ppid=15833 vsize=1548040 CPUtime=0.03
/proc/15835/task/15844/stat : 15844 (java) S 15833 15835 13489 0 -1 4202560 452 0 0 0 3 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15845] ppid=15833 vsize=1548040 CPUtime=0.02
/proc/15835/task/15845/stat : 15845 (java) S 15833 15835 13489 0 -1 4202560 890 0 0 0 2 0 0 0 15 0 20 0 133767261 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 2 0 0 0
[pid=15835/tid=15846] ppid=15833 vsize=1548040 CPUtime=1.11
/proc/15835/task/15846/stat : 15846 (java) S 15833 15835 13489 0 -1 4202560 6508 0 0 0 110 1 0 0 15 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 0 0 16800975 18446604470099361920 0 0 -1 4 0 0 0
[pid=15835/tid=15847] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15847/stat : 15847 (java) S 15833 15835 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15848] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15848/stat : 15848 (java) S 15833 15835 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133767262 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 5 0 0 0
[pid=15835/tid=15849] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15849/stat : 15849 (java) S 15833 15835 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 1 0 0 0
[pid=15835/tid=15850] ppid=15833 vsize=1548040 CPUtime=1.05
/proc/15835/task/15850/stat : 15850 (java) S 15833 15835 13489 0 -1 4202560 6392 0 0 0 104 1 0 0 16 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 7 0 0 0
[pid=15835/tid=15851] ppid=15833 vsize=1548040 CPUtime=1.09
/proc/15835/task/15851/stat : 15851 (java) S 15833 15835 13489 0 -1 4202560 3240 0 0 0 109 0 0 0 15 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15852] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15852/stat : 15852 (java) S 15833 15835 13489 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
[pid=15835/tid=15853] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15853/stat : 15853 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 20 0 133767264 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15856] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15856/stat : 15856 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 0 0 0 0
[pid=15835/tid=15857] ppid=15833 vsize=1548040 CPUtime=0
/proc/15835/task/15857/stat : 15857 (java) S 15833 15835 13489 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133767277 1585192960 54848 4089446400 134512640 134550932 4287849552 18446744073709551615 4294960144 0 4 0 16800975 18446604470099361920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 77.34
Current children cumulated vsize (KiB) 1548040

Child status: 30
Real time (s): 75.3949
CPU time (s): 77.4162
CPU user time (s): 77.2543
CPU system time (s): 0.161975
CPU usage (%): 102.681
Max. virtual memory (cumulated for all children) (KiB): 1548040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.2543
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60823
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= 3753
involuntary context switches= 6959

runsolver used 0.138978 second user time and 0.301954 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 21:05:09
IDJOB=2694941
IDBENCH=79248
IDSOLVER=1207
FILE ID=node128/2694941-1277924709
PBS_JOBID= 11197276
Free space on /tmp= 74212 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.1110973670--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-2694941-1277924709/watcher-2694941-1277924709 -o /tmp/evaluation-result-2694941-1277924709/solver-2694941-1277924709 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694941-1277924709.wbo

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

MD5SUM BENCH= 366069b8ece10aa1f9438c760e1be90c
RANDOM SEED=244158019

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31241056 kB
Buffers:        208984 kB
Cached:        1010112 kB
SwapCached:          0 kB
Active:         760708 kB
Inactive:       804704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31241056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:      345300 kB
Mapped:          20468 kB
Slab:            79336 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1654096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74212 MiB
End job on node128 at 2010-06-30 21:06:25