Trace number 2698367

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 Resolution 2.2.1OPTIMUM 45.5601 44.6115

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
MD5SUMa7711a7b19a36d7c95277483b0aa560c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.111982
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.07/0.08	c version 2.2.1.v20100705
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.08	c java.vm.version	11.2-b01
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	32
0.07/0.08	c java.version		1.6.0_12
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		i386
0.07/0.08	c Free memory 		1393557488
0.07/0.08	c Max memory 		1395916800
0.07/0.08	c Total memory 		1395916800
0.07/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698367-1278325544.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.061s.
0.11/0.16	c #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.27/0.29	c SATISFIABLE
0.27/0.29	c OPTIMIZING...
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.193
0.27/0.29	o 440
0.57/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.57/0.33	o 204
0.90/0.50	c Got one! Elapsed wall clock time (in seconds):0.402
0.90/0.50	o 195
0.90/0.57	c cleaning 2496 clauses out of 5002 with flag 5002/5002
1.03/0.66	c Got one! Elapsed wall clock time (in seconds):0.557
1.03/0.66	o 184
1.25/0.82	c cleaning 4249 clauses out of 8504 with flag 11000/11000
1.56/1.13	c cleaning 5624 clauses out of 11255 with flag 18000/18000
1.66/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
1.66/1.29	o 131
1.76/1.35	c Got one! Elapsed wall clock time (in seconds):1.257
1.76/1.35	o 125
1.96/1.52	c cleaning 6812 clauses out of 13631 with flag 26000/26000
2.17/1.79	c Got one! Elapsed wall clock time (in seconds):1.694
2.17/1.79	o 104
2.37/1.93	c cleaning 7901 clauses out of 15820 with flag 35001/35001
2.77/2.39	c cleaning 8951 clauses out of 17918 with flag 45000/45000
3.38/2.90	c cleaning 9477 clauses out of 18967 with flag 55000/55000
3.88/3.44	c cleaning 9741 clauses out of 19492 with flag 65002/65002
4.38/3.97	c cleaning 9870 clauses out of 19749 with flag 75000/75000
4.89/4.49	c cleaning 9936 clauses out of 19881 with flag 85002/85002
5.38/4.95	c cleaning 9969 clauses out of 19943 with flag 95000/95000
5.58/5.13	c Got one! Elapsed wall clock time (in seconds):5.029
5.58/5.13	o 75
5.89/5.44	c cleaning 9984 clauses out of 19975 with flag 105001/105001
6.38/5.93	c cleaning 9988 clauses out of 19990 with flag 115000/115000
6.68/6.28	c Got one! Elapsed wall clock time (in seconds):6.181
6.68/6.28	o 68
6.88/6.43	c cleaning 9995 clauses out of 20002 with flag 125000/125000
7.38/6.91	c cleaning 9996 clauses out of 20008 with flag 135001/135001
7.77/7.38	c cleaning 10000 clauses out of 20011 with flag 145000/145000
8.27/7.84	c cleaning 10003 clauses out of 20012 with flag 155001/155001
8.77/8.30	c cleaning 9997 clauses out of 20010 with flag 165002/165002
9.28/8.81	c cleaning 10002 clauses out of 20013 with flag 175002/175002
9.68/9.28	c cleaning 10001 clauses out of 20010 with flag 185001/185001
10.18/9.71	c cleaning 10001 clauses out of 20008 with flag 195000/195000
10.59/10.14	c cleaning 10002 clauses out of 20009 with flag 205002/205002
10.79/10.34	c Got one! Elapsed wall clock time (in seconds):10.247
10.79/10.34	o 49
11.09/10.61	c cleaning 10000 clauses out of 20005 with flag 215000/215000
11.49/11.08	c cleaning 9998 clauses out of 20006 with flag 225001/225001
12.10/11.66	c cleaning 9991 clauses out of 20007 with flag 235000/235000
12.60/12.16	c cleaning 10001 clauses out of 20016 with flag 245000/245000
13.10/12.61	c cleaning 10001 clauses out of 20015 with flag 255000/255000
13.51/13.04	c cleaning 10001 clauses out of 20014 with flag 265000/265000
13.91/13.47	c cleaning 10002 clauses out of 20013 with flag 275000/275000
14.41/13.91	c cleaning 10002 clauses out of 20012 with flag 285001/285001
14.41/13.96	c Got one! Elapsed wall clock time (in seconds):13.864
14.41/13.96	o 47
14.82/14.38	c cleaning 9999 clauses out of 20009 with flag 295000/295000
15.21/14.77	c cleaning 10001 clauses out of 20011 with flag 305001/305001
15.62/15.19	c cleaning 9998 clauses out of 20010 with flag 315001/315001
16.12/15.65	c cleaning 10004 clauses out of 20012 with flag 325001/325001
16.52/16.07	c cleaning 10001 clauses out of 20010 with flag 335003/335003
17.04/16.51	c cleaning 9999 clauses out of 20006 with flag 345000/345000
17.43/16.94	c cleaning 9997 clauses out of 20007 with flag 355000/355000
17.84/17.38	c cleaning 10001 clauses out of 20010 with flag 365000/365000
18.34/17.82	c cleaning 9997 clauses out of 20009 with flag 375000/375000
18.74/18.26	c cleaning 9996 clauses out of 20012 with flag 385000/385000
19.15/18.66	c cleaning 10003 clauses out of 20016 with flag 395000/395000
19.54/19.05	c cleaning 10002 clauses out of 20014 with flag 405001/405001
20.04/19.51	c cleaning 9999 clauses out of 20012 with flag 415001/415001
20.44/19.95	c cleaning 10002 clauses out of 20013 with flag 425001/425001
20.85/20.37	c cleaning 10001 clauses out of 20010 with flag 435000/435000
21.25/20.79	c cleaning 10000 clauses out of 20009 with flag 445000/445000
21.75/21.20	c cleaning 10000 clauses out of 20009 with flag 455000/455000
22.15/21.61	c cleaning 10002 clauses out of 20012 with flag 465003/465003
22.56/22.02	c cleaning 10000 clauses out of 20009 with flag 475002/475002
22.96/22.43	c cleaning 9997 clauses out of 20008 with flag 485001/485001
23.37/22.84	c cleaning 10003 clauses out of 20014 with flag 495004/495004
23.78/23.28	c cleaning 9999 clauses out of 20008 with flag 505001/505001
24.18/23.70	c cleaning 10002 clauses out of 20009 with flag 515001/515001
24.69/24.11	c cleaning 9999 clauses out of 20008 with flag 525002/525002
25.08/24.52	c cleaning 9998 clauses out of 20007 with flag 535000/535000
25.48/24.93	c cleaning 9999 clauses out of 20009 with flag 545000/545000
25.80/25.23	c Got one! Elapsed wall clock time (in seconds):25.137
25.80/25.23	o 46
25.91/25.36	c cleaning 10001 clauses out of 20011 with flag 555001/555001
26.40/25.85	c cleaning 10001 clauses out of 20010 with flag 565001/565001
26.81/26.30	c cleaning 10001 clauses out of 20009 with flag 575001/575001
27.31/26.78	c cleaning 10000 clauses out of 20009 with flag 585002/585002
27.91/27.32	c cleaning 10001 clauses out of 20009 with flag 595002/595002
28.43/27.82	c cleaning 9999 clauses out of 20006 with flag 605000/605000
28.93/28.31	c cleaning 10001 clauses out of 20008 with flag 615001/615001
29.33/28.73	c cleaning 9998 clauses out of 20007 with flag 625001/625001
29.33/28.76	c Got one! Elapsed wall clock time (in seconds):28.663
29.33/28.76	o 34
29.75/29.15	c cleaning 9998 clauses out of 20008 with flag 635000/635000
30.15/29.56	c cleaning 10004 clauses out of 20011 with flag 645001/645001
30.25/29.66	c Got one! Elapsed wall clock time (in seconds):29.559
30.25/29.66	o 28
30.65/30.05	c cleaning 9998 clauses out of 20008 with flag 655002/655002
31.15/30.52	c cleaning 9999 clauses out of 20008 with flag 665000/665000
31.66/31.03	c cleaning 10003 clauses out of 20011 with flag 675002/675002
32.06/31.49	c cleaning 9995 clauses out of 20006 with flag 685000/685000
32.16/31.52	c Got one! Elapsed wall clock time (in seconds):31.42
32.16/31.52	o 15
32.57/31.96	c cleaning 10004 clauses out of 20013 with flag 695002/695002
33.07/32.42	c cleaning 10001 clauses out of 20008 with flag 705001/705001
33.47/32.89	c cleaning 9998 clauses out of 20007 with flag 715001/715001
33.97/33.36	c cleaning 9998 clauses out of 20008 with flag 725000/725000
34.38/33.79	c cleaning 9998 clauses out of 20010 with flag 735000/735000
34.88/34.20	c cleaning 9999 clauses out of 20012 with flag 745000/745000
35.28/34.61	c cleaning 10003 clauses out of 20013 with flag 755000/755000
35.69/35.03	c cleaning 10002 clauses out of 20012 with flag 765002/765002
36.09/35.45	c cleaning 9999 clauses out of 20011 with flag 775003/775003
36.29/35.62	c Got one! Elapsed wall clock time (in seconds):35.521
36.29/35.62	o 12
36.59/35.90	c cleaning 10002 clauses out of 20010 with flag 785001/785001
37.00/36.36	c cleaning 9997 clauses out of 20007 with flag 795000/795000
37.39/36.79	c cleaning 9999 clauses out of 20010 with flag 805000/805000
37.89/37.26	c cleaning 10001 clauses out of 20012 with flag 815001/815001
38.40/37.71	c cleaning 10001 clauses out of 20011 with flag 825001/825001
38.80/38.14	c cleaning 10001 clauses out of 20009 with flag 835000/835000
39.21/38.56	c cleaning 10000 clauses out of 20008 with flag 845000/845000
39.71/39.09	c cleaning 9999 clauses out of 20009 with flag 855001/855001
40.22/39.51	c cleaning 9998 clauses out of 20009 with flag 865000/865000
40.62/39.94	c cleaning 10001 clauses out of 20011 with flag 875000/875000
41.02/40.37	c cleaning 10000 clauses out of 20010 with flag 885000/885000
41.42/40.79	c cleaning 10000 clauses out of 20011 with flag 895001/895001
41.92/41.21	c cleaning 9999 clauses out of 20010 with flag 905000/905000
42.32/41.65	c cleaning 10001 clauses out of 20012 with flag 915001/915001
42.83/42.10	c cleaning 10003 clauses out of 20013 with flag 925003/925003
43.24/42.52	c cleaning 10000 clauses out of 20007 with flag 935000/935000
43.65/42.96	c cleaning 10001 clauses out of 20008 with flag 945001/945001
44.15/43.44	c cleaning 9999 clauses out of 20008 with flag 955002/955002
44.55/43.90	c cleaning 9997 clauses out of 20007 with flag 965000/965000
45.05/44.39	c cleaning 10001 clauses out of 20010 with flag 975000/975000
45.43/44.58	c starts		: 200
45.43/44.58	c conflicts		: 979563
45.43/44.58	c decisions		: 1528172
45.43/44.58	c propagations		: 23563977
45.43/44.58	c inspects		: 195979265
45.43/44.58	c learnt literals	: 9
45.43/44.58	c learnt binary clauses	: 25
45.43/44.58	c learnt ternary clauses	: 500
45.43/44.58	c learnt clauses	: 979553
45.43/44.58	c ignored clauses	: 0
45.43/44.58	c root simplifications	: 0
45.43/44.58	c removed literals (reason simplification)	: 7279443
45.43/44.58	c reason swapping (by a shorter reason)	: 0
45.43/44.58	c Calls to reduceDB	: 99
45.43/44.58	c number of reductions to clauses (during analyze)	: 0
45.43/44.58	c number of learned constraints concerned by reduction	: 0
45.43/44.58	c number of learning phase by resolution	: 0
45.43/44.58	c number of learning phase by cutting planes	: 0
45.43/44.58	c speed (assignments/second)	: 2628734.6050870144
45.43/44.58	c non guided choices	1003
45.43/44.58	c learnt constraints type 
45.43/44.58	c constraints type 
45.43/44.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
45.43/44.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
45.43/44.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
45.43/44.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
45.43/44.58	s OPTIMUM FOUND
45.43/44.58	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 
45.43/44.58	c objective function=12
45.43/44.58	c Total wall clock time (in seconds): 44.487

Verifier Data

OK	12

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.96 1.68 3/196 4004
/proc/meminfo: memFree=32403352/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=13436 CPUtime=0
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 1057 0 0 0 0 0 0 0 23 0 2 0 766344 13758464 539 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 3359 539 231 10 0 1202 0
[pid=4004/tid=4005] ppid=4002 vsize=13436 CPUtime=0
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 29 0 0 0 0 0 0 0 25 0 2 0 766344 13758464 552 4089446400 134512640 134550932 4288221936 18446744073709551615 3818068 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.076991 s]
/proc/loadavg: 1.78 1.96 1.68 3/196 4004
/proc/meminfo: memFree=32403352/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1529740 CPUtime=0.07
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 4834 0 1 0 6 1 0 0 23 0 18 0 766344 1566453760 4271 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 382435 4279 1324 10 0 379738 0
[pid=4004/tid=4005] ppid=4002 vsize=1529740 CPUtime=0.05
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 3319 0 1 0 5 0 0 0 25 0 18 0 766344 1566453760 4279 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529740

[startup+0.100919 s]
/proc/loadavg: 1.78 1.96 1.68 3/196 4004
/proc/meminfo: memFree=32403352/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1530244 CPUtime=0.11
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 5249 0 1 0 10 1 0 0 23 0 18 0 766344 1566969856 4685 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 382561 4685 1345 10 0 379864 0
[pid=4004/tid=4005] ppid=4002 vsize=1530244 CPUtime=0.08
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 3550 0 1 0 7 1 0 0 25 0 18 0 766344 1566969856 4685 4089446400 134512640 134550932 4288221936 18446744073709551615 4287390 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530244

[startup+0.300908 s]
/proc/loadavg: 1.78 1.96 1.68 3/196 4004
/proc/meminfo: memFree=32403352/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=0.57
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 6889 0 1 0 56 1 0 0 23 0 19 0 766344 1570287616 6097 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 6097 1416 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=0.28
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 4105 0 1 0 27 1 0 0 25 0 19 0 766344 1570287616 6097 4089446400 134512640 134550932 4288221936 18446744073709551615 4109456448 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1533484

[startup+0.700822 s]
/proc/loadavg: 1.78 1.96 1.68 3/196 4004
/proc/meminfo: memFree=32403352/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=1.13
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 9181 0 1 0 111 2 0 0 23 0 19 0 766344 1570287616 8387 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 8387 1439 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=0.67
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 5962 0 1 0 66 1 0 0 25 0 19 0 766344 1570287616 8387 4089446400 134512640 134550932 4288221936 18446744073709551615 4109873238 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533484

[startup+1.50166 s]
/proc/loadavg: 1.80 1.96 1.68 3/215 4023
/proc/meminfo: memFree=32373820/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=1.96
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 10027 0 1 0 194 2 0 0 23 0 19 0 766344 1570287616 9231 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 9232 1439 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=1.45
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 6328 0 1 0 144 1 0 0 18 0 19 0 766344 1570287616 9232 4089446400 134512640 134550932 4288221936 18446744073709551615 4109911408 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9232 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9232 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9233 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9233 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 234 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1533484 CPUtime=0.02
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 404 0 0 0 2 0 0 0 15 0 19 0 766346 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 4 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1570287616 9234 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1533484 CPUtime=0.26
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 762 0 0 0 26 0 0 0 15 0 19 0 766348 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1533484 CPUtime=0.2
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 990 0 0 0 20 0 0 0 18 0 19 0 766348 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766348 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1570287616 9235 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1533484

[startup+3.10135 s]
/proc/loadavg: 1.80 1.96 1.68 3/215 4023
/proc/meminfo: memFree=32369312/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=3.58
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 12350 0 1 0 355 3 0 0 23 0 19 0 766344 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 11550 1439 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=3
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 8141 0 1 0 299 1 0 0 20 0 19 0 766344 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4109915758 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 134 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1533484 CPUtime=0.05
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 661 0 0 0 5 0 0 0 16 0 19 0 766346 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 4 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1533484 CPUtime=0.27
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 765 0 0 0 27 0 0 0 15 0 19 0 766348 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1533484 CPUtime=0.21
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 990 0 0 0 21 0 0 0 15 0 19 0 766348 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766348 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1570287616 11550 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1533484

[startup+6.3007 s]
/proc/loadavg: 1.82 1.96 1.68 3/215 4023
/proc/meminfo: memFree=32360880/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=6.78
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 12598 0 1 0 675 3 0 0 23 0 19 0 766344 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 11791 1439 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=6.12
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 8343 0 1 0 611 1 0 0 20 0 19 0 766344 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4109794776 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 766345 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1533484 CPUtime=0.11
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 700 0 0 0 11 0 0 0 15 0 19 0 766346 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 4 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1533484 CPUtime=0.27
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 765 0 0 0 27 0 0 0 15 0 19 0 766348 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1533484 CPUtime=0.21
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 990 0 0 0 21 0 0 0 15 0 19 0 766348 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766348 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1570287616 11791 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 1533484


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

/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 68 0 0 0 5 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1533484 CPUtime=0.05
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1533484 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 137 0 0 0 3 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1533484 CPUtime=0.06
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1533484 CPUtime=0.03
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 310 0 0 0 3 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1533484 CPUtime=1.08
/proc/4004/task/4015/stat : 4015 (java) R 4002 4004 3776 0 -1 4202560 1156 0 0 0 105 3 0 0 15 0 19 0 766346 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1533484 CPUtime=0.3
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 767 0 0 0 30 0 0 0 15 0 19 0 766348 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1533484 CPUtime=0.21
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 990 0 0 0 21 0 0 0 15 0 19 0 766348 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766348 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1570287616 12302 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 1533484

[startup+44.3012 s]
/proc/loadavg: 1.90 1.96 1.69 11/215 4069
/proc/meminfo: memFree=32353348/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1533484 CPUtime=45.05
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 13208 0 1 0 4494 11 0 0 23 0 19 0 766344 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 383371 12307 1439 10 0 380674 0
[pid=4004/tid=4005] ppid=4002 vsize=1533484 CPUtime=43.01
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 8430 0 1 0 4299 2 0 0 25 0 19 0 766344 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4109821409 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1533484 CPUtime=0.05
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 68 0 0 0 5 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1533484 CPUtime=0.05
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1533484 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 137 0 0 0 3 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1533484 CPUtime=0.06
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1533484 CPUtime=0.03
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 310 0 0 0 3 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1533484 CPUtime=0.04
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 766345 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1533484 CPUtime=1.09
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 1161 0 0 0 106 3 0 0 15 0 19 0 766346 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 3 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1533484 CPUtime=0.3
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 767 0 0 0 30 0 0 0 15 0 19 0 766348 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1533484 CPUtime=0.21
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 990 0 0 0 21 0 0 0 15 0 19 0 766348 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766348 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1533484 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1570287616 12307 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.05
Current children cumulated vsize (KiB) 1533484

[startup+44.5012 s]
/proc/loadavg: 1.90 1.96 1.69 11/215 4069
/proc/meminfo: memFree=32353348/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1540868 CPUtime=45.43
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 15812 0 1 0 4532 11 0 0 23 0 19 0 766344 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 385217 14126 1439 10 0 382520 0
[pid=4004/tid=4005] ppid=4002 vsize=1540868 CPUtime=43.19
/proc/4004/task/4005/stat : 4005 (java) R 4002 4004 3776 0 -1 4202560 8432 0 1 0 4317 2 0 0 25 0 19 0 766344 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1540868 CPUtime=0.05
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 68 0 0 0 5 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1540868 CPUtime=0.05
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1540868 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 137 0 0 0 3 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1540868 CPUtime=0.06
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1540868 CPUtime=0.03
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 310 0 0 0 3 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1540868 CPUtime=0.04
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1540868 CPUtime=0.04
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1540868 CPUtime=0.04
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 766345 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1540868 CPUtime=1.1
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 1170 0 0 0 107 3 0 0 15 0 19 0 766346 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 3 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1540868 CPUtime=0.45
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 3021 0 0 0 45 0 0 0 16 0 19 0 766348 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1540868 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 1329 0 0 0 24 0 0 0 16 0 19 0 766348 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766348 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1540868 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1577848832 14126 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.43
Current children cumulated vsize (KiB) 1540868

[startup+44.6012 s]
/proc/loadavg: 1.90 1.96 1.69 11/215 4069
/proc/meminfo: memFree=32353348/32950928 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1541192 CPUtime=45.54
/proc/4004/stat : 4004 (java) S 4002 4004 3776 0 -1 4202496 15824 0 1 0 4543 11 0 0 23 0 19 0 766344 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4004/statm: 385298 14138 1440 10 0 382601 0
[pid=4004/tid=4005] ppid=4002 vsize=1541192 CPUtime=43.28
/proc/4004/task/4005/stat : 4005 (java) S 4002 4004 3776 0 -1 4202560 8439 0 1 0 4326 2 0 0 25 0 19 0 766344 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1541192 CPUtime=0.05
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3776 0 -1 4202560 68 0 0 0 5 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1541192 CPUtime=0.05
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3776 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1541192 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3776 0 -1 4202560 137 0 0 0 3 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 0 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1541192 CPUtime=0.06
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1541192 CPUtime=0.03
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3776 0 -1 4202560 310 0 0 0 3 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 1 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1541192 CPUtime=0.04
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3776 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1541192 CPUtime=0.04
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3776 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1541192 CPUtime=0.04
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3776 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 766345 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1541192 CPUtime=1.1
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3776 0 -1 4202560 1170 0 0 0 107 3 0 0 15 0 19 0 766346 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 0 0 16800975 18446604471164150080 0 0 -1 3 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3776 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766346 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3776 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 766346 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3776 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 766348 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1541192 CPUtime=0.46
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3776 0 -1 4202560 3021 0 0 0 46 0 0 0 15 0 19 0 766348 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1541192 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3776 0 -1 4202560 1329 0 0 0 24 0 0 0 16 0 19 0 766348 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3776 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766348 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 2 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3776 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766348 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 7 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1541192 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3776 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766360 1578180608 14138 4089446400 134512640 134550932 4288221936 18446744073709551615 4294960144 0 4 0 16800975 18446604471164150080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.54
Current children cumulated vsize (KiB) 1541192

Child status: 30
Real time (s): 44.6115
CPU time (s): 45.5601
CPU user time (s): 45.4371
CPU system time (s): 0.122981
CPU usage (%): 102.126
Max. virtual memory (cumulated for all children) (KiB): 1541192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4371
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15827
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= 4246
involuntary context switches= 17749

runsolver used 0.076988 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-05 12:25:44
IDJOB=2698367
IDBENCH=78785
IDSOLVER=1211
FILE ID=node149/2698367-1278325544
PBS_JOBID= 11207406
Free space on /tmp= 74024 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698367-1278325544/watcher-2698367-1278325544 -o /tmp/evaluation-result-2698367-1278325544/solver-2698367-1278325544 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698367-1278325544.wbo

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

MD5SUM BENCH= a7711a7b19a36d7c95277483b0aa560c
RANDOM SEED=1655023335

node149.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.827
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.65
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.827
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.827
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.75
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.827
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.827
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.75
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.827
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.79
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.827
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.75
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.827
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:     32950928 kB
MemFree:      32403864 kB
Buffers:         21612 kB
Cached:         332428 kB
SwapCached:          0 kB
Active:         174820 kB
Inactive:       273444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32403864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             976 kB
Writeback:           0 kB
AnonPages:       93804 kB
Mapped:          20248 kB
Slab:            36132 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1636556 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= 74020 MiB
End job on node149 at 2010-07-05 12:26:29