Trace number 2691544

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.0 2010-05-26Wrong Opt. 31.8892 30.5713

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.142978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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.02/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100526
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/0.07	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-2691544-1277924775.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.058s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.27/0.26	c SATISFIABLE
0.27/0.26	c OPTIMIZING...
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.26	o 400
0.57/0.31	c Got one! Elapsed wall clock time (in seconds):0.21
0.57/0.31	o 371
0.57/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.57/0.35	o 342
0.78/0.40	c Got one! Elapsed wall clock time (in seconds):0.303
0.78/0.40	o 305
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.345
0.78/0.45	o 285
1.04/0.61	c cleaning 2499 clauses out of 5003 with flag 5003/5003
1.16/0.78	c Got one! Elapsed wall clock time (in seconds):0.682
1.16/0.78	o 281
1.26/0.85	c Got one! Elapsed wall clock time (in seconds):0.747
1.26/0.85	o 207
1.38/0.96	c cleaning 4249 clauses out of 8503 with flag 11002/11002
1.50/1.02	c Got one! Elapsed wall clock time (in seconds):0.915
1.50/1.02	o 198
1.69/1.21	c Got one! Elapsed wall clock time (in seconds):1.111
1.69/1.21	o 191
1.79/1.33	c cleaning 5620 clauses out of 11253 with flag 18001/18001
2.30/1.81	c cleaning 6814 clauses out of 13632 with flag 26000/26000
2.52/2.07	c Got one! Elapsed wall clock time (in seconds):1.974
2.52/2.07	o 188
2.82/2.33	c cleaning 7904 clauses out of 15819 with flag 35001/35001
3.42/2.99	c cleaning 8955 clauses out of 17914 with flag 45000/45000
3.52/3.09	c Got one! Elapsed wall clock time (in seconds):2.993
3.52/3.09	o 180
4.02/3.52	c cleaning 9477 clauses out of 18961 with flag 55002/55002
4.42/3.90	c Got one! Elapsed wall clock time (in seconds):3.803
4.42/3.90	o 171
4.62/4.18	c cleaning 9738 clauses out of 19483 with flag 65001/65001
4.72/4.25	c Got one! Elapsed wall clock time (in seconds):4.145
4.72/4.25	o 169
5.12/4.64	c cleaning 9865 clauses out of 19744 with flag 75000/75000
5.33/4.85	c Got one! Elapsed wall clock time (in seconds):4.748
5.33/4.85	o 143
5.63/5.17	c cleaning 9936 clauses out of 19879 with flag 85000/85000
6.03/5.58	c Got one! Elapsed wall clock time (in seconds):5.478
6.03/5.58	o 134
6.13/5.64	c cleaning 9969 clauses out of 19944 with flag 95001/95001
6.54/6.08	c Got one! Elapsed wall clock time (in seconds):5.984
6.54/6.08	o 131
6.75/6.20	c cleaning 9984 clauses out of 19974 with flag 105000/105000
6.85/6.38	c Got one! Elapsed wall clock time (in seconds):6.283
6.85/6.38	o 117
7.08/6.60	c cleaning 9991 clauses out of 19991 with flag 115001/115001
7.58/7.04	c cleaning 9993 clauses out of 19999 with flag 125000/125000
8.10/7.54	c cleaning 9998 clauses out of 20006 with flag 135000/135000
8.60/8.09	c cleaning 9999 clauses out of 20009 with flag 145001/145001
8.80/8.27	c Got one! Elapsed wall clock time (in seconds):8.17
8.80/8.27	o 100
9.22/8.61	c cleaning 9997 clauses out of 20010 with flag 155001/155001
9.73/9.19	c cleaning 10001 clauses out of 20012 with flag 165000/165000
9.83/9.26	c Got one! Elapsed wall clock time (in seconds):9.162
9.83/9.26	o 84
10.24/9.61	c cleaning 10002 clauses out of 20012 with flag 175001/175001
10.55/9.98	c cleaning 9999 clauses out of 20009 with flag 185000/185000
11.04/10.45	c cleaning 9999 clauses out of 20010 with flag 195000/195000
11.44/10.83	c Got one! Elapsed wall clock time (in seconds):10.725
11.44/10.83	o 76
11.65/11.01	c cleaning 10002 clauses out of 20011 with flag 205000/205000
11.94/11.34	c Got one! Elapsed wall clock time (in seconds):11.238
11.94/11.34	o 56
12.04/11.48	c cleaning 10001 clauses out of 20010 with flag 215001/215001
12.55/11.91	c cleaning 9999 clauses out of 20008 with flag 225000/225000
12.95/12.31	c cleaning 10002 clauses out of 20011 with flag 235002/235002
13.25/12.69	c cleaning 9999 clauses out of 20008 with flag 245001/245001
13.35/12.78	c Got one! Elapsed wall clock time (in seconds):12.684
13.35/12.78	o 49
13.76/13.11	c cleaning 10000 clauses out of 20011 with flag 255003/255003
14.06/13.47	c cleaning 10002 clauses out of 20010 with flag 265002/265002
14.46/13.87	c cleaning 9995 clauses out of 20006 with flag 275000/275000
14.87/14.24	c cleaning 10002 clauses out of 20011 with flag 285000/285000
15.26/14.62	c cleaning 10002 clauses out of 20011 with flag 295002/295002
15.47/14.86	c Got one! Elapsed wall clock time (in seconds):14.759
15.47/14.86	o 40
15.77/15.10	c cleaning 10002 clauses out of 20012 with flag 305005/305005
16.17/15.50	c cleaning 9999 clauses out of 20006 with flag 315001/315001
16.27/15.65	c Got one! Elapsed wall clock time (in seconds):15.551
16.27/15.65	o 35
16.66/15.97	c cleaning 9996 clauses out of 20008 with flag 325002/325002
17.16/16.44	c cleaning 10001 clauses out of 20012 with flag 335002/335002
17.55/16.86	c cleaning 10000 clauses out of 20010 with flag 345001/345001
17.96/17.26	c cleaning 10001 clauses out of 20011 with flag 355002/355002
18.37/17.68	c cleaning 10001 clauses out of 20008 with flag 365000/365000
18.47/17.73	c Got one! Elapsed wall clock time (in seconds):17.628
18.47/17.73	o 34
18.87/18.13	c cleaning 9997 clauses out of 20007 with flag 375000/375000
19.27/18.55	c cleaning 10002 clauses out of 20011 with flag 385001/385001
19.67/18.96	c cleaning 10001 clauses out of 20009 with flag 395001/395001
20.27/19.53	c cleaning 9999 clauses out of 20008 with flag 405001/405001
20.78/20.03	c cleaning 9999 clauses out of 20008 with flag 415000/415000
21.18/20.47	c cleaning 9998 clauses out of 20009 with flag 425000/425000
21.59/20.89	c cleaning 10001 clauses out of 20011 with flag 435000/435000
21.89/21.13	c Got one! Elapsed wall clock time (in seconds):21.025
21.89/21.13	o 30
22.09/21.35	c cleaning 10003 clauses out of 20010 with flag 445000/445000
22.49/21.77	c cleaning 9998 clauses out of 20007 with flag 455000/455000
22.90/22.16	c cleaning 10002 clauses out of 20009 with flag 465000/465000
23.30/22.55	c cleaning 10001 clauses out of 20009 with flag 475002/475002
23.71/22.97	c cleaning 9998 clauses out of 20007 with flag 485001/485001
24.11/23.38	c cleaning 9996 clauses out of 20009 with flag 495001/495001
24.61/23.84	c cleaning 10000 clauses out of 20012 with flag 505000/505000
24.93/24.16	c Got one! Elapsed wall clock time (in seconds):24.057
24.93/24.16	o 25
25.03/24.27	c cleaning 10003 clauses out of 20015 with flag 515003/515003
25.42/24.69	c cleaning 10000 clauses out of 20010 with flag 525001/525001
25.93/25.10	c cleaning 10000 clauses out of 20009 with flag 535000/535000
26.33/25.53	c cleaning 10002 clauses out of 20010 with flag 545001/545001
26.83/26.01	c cleaning 9998 clauses out of 20007 with flag 555000/555000
27.24/26.41	c Got one! Elapsed wall clock time (in seconds):26.309
27.24/26.41	o 21
27.24/26.46	c cleaning 10003 clauses out of 20010 with flag 565001/565001
27.90/26.89	c cleaning 9999 clauses out of 20006 with flag 575000/575000
28.31/27.25	c cleaning 10000 clauses out of 20007 with flag 585000/585000
28.71/27.64	c cleaning 10001 clauses out of 20008 with flag 595001/595001
29.11/28.00	c cleaning 9999 clauses out of 20006 with flag 605000/605000
29.41/28.38	c cleaning 9999 clauses out of 20010 with flag 615003/615003
29.81/28.75	c cleaning 10003 clauses out of 20010 with flag 625002/625002
30.21/29.13	c cleaning 9997 clauses out of 20006 with flag 635001/635001
30.51/29.49	c cleaning 9995 clauses out of 20008 with flag 645000/645000
30.92/29.87	c cleaning 10007 clauses out of 20018 with flag 655005/655005
31.49/30.31	c cleaning 9995 clauses out of 20006 with flag 665001/665001
31.85/30.52	c starts		: 181
31.85/30.52	c conflicts		: 670512
31.85/30.52	c decisions		: 1023794
31.85/30.52	c propagations		: 16203782
31.85/30.52	c inspects		: 141238322
31.85/30.52	c learnt literals	: 7
31.85/30.52	c learnt binary clauses	: 22
31.85/30.52	c learnt ternary clauses	: 168
31.85/30.52	c learnt clauses	: 670504
31.85/30.52	c ignored clauses	: 0
31.85/30.52	c root simplifications	: 0
31.85/30.52	c removed literals (reason simplification)	: 5846426
31.85/30.52	c reason swapping (by a shorter reason)	: 0
31.85/30.52	c Calls to reduceDB	: 68
31.85/30.52	c number of reductions to clauses (during analyze)	: 0
31.85/30.52	c number of learned constraints concerned by reduction	: 0
31.85/30.52	c number of learning phase by resolution	: 0
31.85/30.52	c number of learning phase by cutting planes	: 0
31.85/30.52	c speed (assignments/second)	: 3943485.5195911415
31.85/30.52	c non guided choices	1383
31.85/30.52	c learnt constraints type 
31.85/30.52	c constraints type 
31.85/30.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
31.85/30.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
31.85/30.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
31.85/30.52	s OPTIMUM FOUND
31.85/30.52	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 
31.85/30.52	c objective function=21
31.85/30.52	c Total wall clock time (in seconds): 30.419

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691544-1277924775/watcher-2691544-1277924775 -o /tmp/evaluation-result-2691544-1277924775/solver-2691544-1277924775 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691544-1277924775.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.01 2.02 2.00 3/196 17410
/proc/meminfo: memFree=31047140/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=13164 CPUtime=0
/proc/17410/stat : 17410 (java) R 17408 17410 15092 0 -1 4194304 639 0 0 0 0 0 0 0 24 0 1 0 133771798 13479936 276 4089446400 134512640 134550932 4289418832 18446744073709551615 8922747 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17410/statm: 3291 282 141 10 0 1121 0

[startup+0.0388081 s]
/proc/loadavg: 2.01 2.02 2.00 3/196 17410
/proc/meminfo: memFree=31047140/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1525320 CPUtime=0.02
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 3804 0 1 0 2 0 0 0 24 0 13 0 133771798 1561927680 3245 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 381330 3246 1040 10 0 378640 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1525320

[startup+0.10079 s]
/proc/loadavg: 2.01 2.02 2.00 3/196 17410
/proc/meminfo: memFree=31047140/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1530016 CPUtime=0.11
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 5193 0 1 0 10 1 0 0 24 0 18 0 133771798 1566736384 4630 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 382504 4630 1346 10 0 379806 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530016

[startup+0.300754 s]
/proc/loadavg: 2.01 2.02 2.00 3/196 17410
/proc/meminfo: memFree=31047140/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1533328 CPUtime=0.57
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 6936 0 1 0 55 2 0 0 24 0 19 0 133771798 1570127872 6004 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383332 6004 1417 10 0 380634 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1533328

[startup+0.700685 s]
/proc/loadavg: 2.01 2.02 2.00 3/196 17410
/proc/meminfo: memFree=31047140/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1533328 CPUtime=1.16
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 8291 0 1 0 114 2 0 0 24 0 19 0 133771798 1570127872 7291 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383332 7291 1440 10 0 380634 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533328

[startup+1.50153 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17429
/proc/meminfo: memFree=31022188/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1533328 CPUtime=2
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 8920 0 1 0 198 2 0 0 24 0 19 0 133771798 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383332 7918 1440 10 0 380634 0
[pid=17410/tid=17412] ppid=17408 vsize=1533328 CPUtime=1.45
/proc/17410/task/17412/stat : 17412 (java) R 17408 17410 15092 0 -1 4202560 4873 0 1 0 144 1 0 0 19 0 19 0 133771799 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4109857337 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 204 0 0 0 0 0 0 0 16 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1533328 CPUtime=0.02
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 410 0 0 0 2 0 0 0 15 0 19 0 133771801 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1533328 CPUtime=0.21
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 775 0 0 0 21 0 0 0 15 0 19 0 133771803 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1533328 CPUtime=0.29
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 1184 0 0 0 29 0 0 0 15 0 19 0 133771803 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1570127872 7918 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533328

[startup+3.10123 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17429
/proc/meminfo: memFree=31020452/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1533328 CPUtime=3.62
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 9342 0 1 0 360 2 0 0 24 0 19 0 133771798 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383332 8312 1440 10 0 380634 0
[pid=17410/tid=17412] ppid=17408 vsize=1533328 CPUtime=3.01
/proc/17410/task/17412/stat : 17412 (java) R 17408 17410 15092 0 -1 4202560 4875 0 1 0 300 1 0 0 22 0 19 0 133771799 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4109945647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1533328 CPUtime=0.05
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 596 0 0 0 5 0 0 0 16 0 19 0 133771801 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1533328 CPUtime=0.22
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 805 0 0 0 22 0 0 0 15 0 19 0 133771803 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1533328 CPUtime=0.29
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 1184 0 0 0 29 0 0 0 15 0 19 0 133771803 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1570127872 8312 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1533328

[startup+6.3006 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17429
/proc/meminfo: memFree=31019288/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1533328 CPUtime=6.85
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 9504 0 1 0 683 2 0 0 24 0 19 0 133771798 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383332 8434 1441 10 0 380634 0
[pid=17410/tid=17412] ppid=17408 vsize=1533328 CPUtime=6.14
/proc/17410/task/17412/stat : 17412 (java) R 17408 17410 15092 0 -1 4202560 4882 0 1 0 613 1 0 0 25 0 19 0 133771799 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4109738310 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 7 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 133771800 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1533328 CPUtime=0.11
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 746 0 0 0 11 0 0 0 16 0 19 0 133771801 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1533328 CPUtime=0.24
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 806 0 0 0 24 0 0 0 15 0 19 0 133771803 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1533328 CPUtime=0.29
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 1185 0 0 0 29 0 0 0 15 0 19 0 133771803 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1533328 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1570127872 8434 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1533328

[startup+12.7013 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17429
/proc/meminfo: memFree=31018284/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1534352 CPUtime=13.35
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 10007 0 1 0 1332 3 0 0 24 0 19 0 133771798 1571176448 8719 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 383588 8719 1443 10 0 380890 0
[pid=17410/tid=17412] ppid=17408 vsize=1534352 CPUtime=12.37
/proc/17410/task/17412/stat : 17412 (java) S 17408 17410 15092 0 -1 4202560 4896 0 1 0 1236 1 0 0 18 0 19 0 133771799 1571176448 8719 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1534352 CPUtime=0.01
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 133771800 1571176448 8719 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0

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

/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 85 0 0 0 3 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 7 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1546640 CPUtime=0.66
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 945 0 0 0 64 2 0 0 16 0 19 0 133771801 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1546640 CPUtime=0.62
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 6428 0 0 0 60 2 0 0 16 0 19 0 133771803 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1546640 CPUtime=0.34
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 1197 0 0 0 34 0 0 0 15 0 19 0 133771803 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1583759360 11647 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.81
Current children cumulated vsize (KiB) 1546640

[startup+29.5012 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17430
/proc/meminfo: memFree=31007552/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1546640 CPUtime=30.62
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 15425 0 1 0 3052 10 0 0 24 0 19 0 133771798 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 386660 11651 1443 10 0 383962 0
[pid=17410/tid=17412] ppid=17408 vsize=1546640 CPUtime=28.68
/proc/17410/task/17412/stat : 17412 (java) S 17408 17410 15092 0 -1 4202560 4937 0 1 0 2867 1 0 0 25 0 19 0 133771799 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1546640 CPUtime=0.03
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 85 0 0 0 3 0 0 0 16 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 53 0 0 0 2 0 0 0 16 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 7 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1546640 CPUtime=0.03
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17418/stat : 17418 (java) R 17408 17410 15092 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1546640 CPUtime=0.68
/proc/17410/task/17421/stat : 17421 (java) R 17408 17410 15092 0 -1 4202560 945 0 0 0 66 2 0 0 15 0 19 0 133771801 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 103606592 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1546640 CPUtime=0.62
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 6428 0 0 0 60 2 0 0 16 0 19 0 133771803 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1546640 CPUtime=0.34
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 1197 0 0 0 34 0 0 0 15 0 19 0 133771803 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1583759360 11651 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 30.62
Current children cumulated vsize (KiB) 1546640

[startup+30.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17430
/proc/meminfo: memFree=31007552/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1546640 CPUtime=31.49
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 15709 0 1 0 3139 10 0 0 24 0 19 0 133771798 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 386660 11722 1443 10 0 383962 0
[pid=17410/tid=17412] ppid=17408 vsize=1546640 CPUtime=29.46
/proc/17410/task/17412/stat : 17412 (java) R 17408 17410 15092 0 -1 4202560 4942 0 1 0 2945 1 0 0 25 0 19 0 133771799 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4109989149 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1546640 CPUtime=0.03
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 85 0 0 0 3 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 7 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1546640 CPUtime=0.03
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1546640 CPUtime=0.02
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 133771800 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1546640 CPUtime=0.7
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 987 0 0 0 68 2 0 0 16 0 19 0 133771801 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1546640 CPUtime=0.65
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 6441 0 0 0 63 2 0 0 15 0 19 0 133771803 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1546640 CPUtime=0.38
/proc/17410/task/17426/stat : 17426 (java) R 17408 17410 15092 0 -1 4202560 1421 0 0 0 38 0 0 0 16 0 19 0 133771803 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 106106609 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1546640 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1583759360 11722 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.49
Current children cumulated vsize (KiB) 1546640

[startup+30.5009 s]
/proc/loadavg: 2.01 2.02 2.00 3/215 17430
/proc/meminfo: memFree=31007552/32950928 swapFree=67111528/67111528
[pid=17410] ppid=17408 vsize=1546952 CPUtime=31.85
/proc/17410/stat : 17410 (java) S 17408 17410 15092 0 -1 4202496 16343 0 1 0 3175 10 0 0 24 0 19 0 133771798 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/17410/statm: 386738 11821 1443 10 0 384040 0
[pid=17410/tid=17412] ppid=17408 vsize=1546952 CPUtime=29.65
/proc/17410/task/17412/stat : 17412 (java) R 17408 17410 15092 0 -1 4202560 4943 0 1 0 2964 1 0 0 25 0 19 0 133771799 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4109814260 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17410/tid=17413] ppid=17408 vsize=1546952 CPUtime=0.03
/proc/17410/task/17413/stat : 17413 (java) S 17408 17410 15092 0 -1 4202560 85 0 0 0 3 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17414] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17414/stat : 17414 (java) S 17408 17410 15092 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 2 0 0 0
[pid=17410/tid=17415] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17415/stat : 17415 (java) S 17408 17410 15092 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 7 0 0 0
[pid=17410/tid=17416] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17416/stat : 17416 (java) S 17408 17410 15092 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17417] ppid=17408 vsize=1546952 CPUtime=0.03
/proc/17410/task/17417/stat : 17417 (java) S 17408 17410 15092 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17418] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17418/stat : 17418 (java) S 17408 17410 15092 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17419] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17419/stat : 17419 (java) S 17408 17410 15092 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 0 0 0 0
[pid=17410/tid=17420] ppid=17408 vsize=1546952 CPUtime=0.02
/proc/17410/task/17420/stat : 17420 (java) S 17408 17410 15092 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 133771800 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17421] ppid=17408 vsize=1546952 CPUtime=0.71
/proc/17410/task/17421/stat : 17421 (java) S 17408 17410 15092 0 -1 4202560 987 0 0 0 69 2 0 0 15 0 19 0 133771801 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 0 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17422] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17422/stat : 17422 (java) S 17408 17410 15092 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133771801 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 1 0 0 0
[pid=17410/tid=17423] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17423/stat : 17423 (java) S 17408 17410 15092 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133771801 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 3 0 0 0
[pid=17410/tid=17424] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17424/stat : 17424 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 133771803 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17425] ppid=17408 vsize=1546952 CPUtime=0.67
/proc/17410/task/17425/stat : 17425 (java) S 17408 17410 15092 0 -1 4202560 6441 0 0 0 65 2 0 0 15 0 19 0 133771803 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 6 0 0 0
[pid=17410/tid=17426] ppid=17408 vsize=1546952 CPUtime=0.52
/proc/17410/task/17426/stat : 17426 (java) S 17408 17410 15092 0 -1 4202560 2054 0 0 0 52 0 0 0 16 0 19 0 133771803 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17427] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17427/stat : 17427 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133771803 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17428] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17428/stat : 17428 (java) S 17408 17410 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133771803 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
[pid=17410/tid=17429] ppid=17408 vsize=1546952 CPUtime=0
/proc/17410/task/17429/stat : 17429 (java) S 17408 17410 15092 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 133771815 1584078848 11821 4089446400 134512640 134550932 4289418832 18446744073709551615 4294960144 0 4 0 16800975 18446604471132074048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 1546952

Child status: 30
Real time (s): 30.5713
CPU time (s): 31.8892
CPU user time (s): 31.7792
CPU system time (s): 0.109983
CPU usage (%): 104.311
Max. virtual memory (cumulated for all children) (KiB): 1548820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.7792
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16358
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= 3016
involuntary context switches= 8464

runsolver used 0.05999 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 21:06:15
IDJOB=2691544
IDBENCH=79250
IDSOLVER=1202
FILE ID=node148/2691544-1277924775
PBS_JOBID= 11197311
Free space on /tmp= 74176 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110977780--soft-0-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-2691544-1277924775/watcher-2691544-1277924775 -o /tmp/evaluation-result-2691544-1277924775/solver-2691544-1277924775 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691544-1277924775.wbo

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=2070380513

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31047404 kB
Buffers:        205836 kB
Cached:        1271476 kB
SwapCached:          0 kB
Active:         750992 kB
Inactive:      1005244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31047404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:      278892 kB
Mapped:          20436 kB
Slab:            82200 kB
PageTables:       5712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1657520 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= 74176 MiB
End job on node148 at 2010-06-30 21:06:46