Trace number 2691499

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-26OPTIMUM 29.2426 28.2869

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
MD5SUMfcf24b85e5d55a97f5b0cb315ea68e2b
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.145977
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 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.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@16fd0b7
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-2691499-1277924159.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.057s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.171
0.28/0.27	o 470
0.58/0.32	c Got one! Elapsed wall clock time (in seconds):0.221
0.58/0.32	o 466
0.58/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.58/0.35	o 323
0.58/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.58/0.38	o 315
0.81/0.40	c Got one! Elapsed wall clock time (in seconds):0.304
0.81/0.40	o 309
0.81/0.44	c Got one! Elapsed wall clock time (in seconds):0.344
0.81/0.44	o 294
0.81/0.47	c Got one! Elapsed wall clock time (in seconds):0.374
0.81/0.47	o 249
0.95/0.50	c Got one! Elapsed wall clock time (in seconds):0.406
0.95/0.50	o 198
0.95/0.53	c Got one! Elapsed wall clock time (in seconds):0.437
0.95/0.53	o 165
0.95/0.58	c cleaning 2491 clauses out of 5000 with flag 5000/5000
1.29/0.89	c cleaning 4253 clauses out of 8512 with flag 11003/11003
1.42/0.99	c Got one! Elapsed wall clock time (in seconds):0.896
1.42/0.99	o 156
1.63/1.19	c Got one! Elapsed wall clock time (in seconds):1.09
1.63/1.19	o 130
1.72/1.22	c cleaning 5625 clauses out of 11256 with flag 18000/18000
1.72/1.29	c Got one! Elapsed wall clock time (in seconds):1.19
1.72/1.29	o 127
2.02/1.59	c cleaning 6813 clauses out of 13632 with flag 26001/26001
2.34/1.88	c Got one! Elapsed wall clock time (in seconds):1.78
2.34/1.88	o 108
2.54/2.07	c cleaning 7906 clauses out of 15818 with flag 35000/35000
3.04/2.57	c cleaning 8953 clauses out of 17913 with flag 45001/45001
3.25/2.75	c Got one! Elapsed wall clock time (in seconds):2.659
3.25/2.75	o 105
3.55/3.07	c cleaning 9478 clauses out of 18963 with flag 55004/55004
4.26/3.70	c cleaning 9737 clauses out of 19483 with flag 65002/65002
4.77/4.26	c cleaning 9869 clauses out of 19745 with flag 75001/75001
5.27/4.78	c Got one! Elapsed wall clock time (in seconds):4.687
5.27/4.78	o 102
5.38/4.87	c cleaning 9935 clauses out of 19876 with flag 85001/85001
5.88/5.37	c cleaning 9968 clauses out of 19943 with flag 95003/95003
6.38/5.88	c cleaning 9983 clauses out of 19973 with flag 105001/105001
6.48/5.98	c Got one! Elapsed wall clock time (in seconds):5.886
6.48/5.98	o 98
6.89/6.34	c cleaning 9992 clauses out of 19990 with flag 115001/115001
7.29/6.78	c cleaning 9998 clauses out of 19999 with flag 125002/125002
7.60/7.07	c Got one! Elapsed wall clock time (in seconds):6.974
7.60/7.07	o 96
7.93/7.35	c cleaning 9995 clauses out of 20000 with flag 135001/135001
8.43/7.86	c cleaning 9997 clauses out of 20004 with flag 145000/145000
9.03/8.40	c cleaning 10001 clauses out of 20007 with flag 155000/155000
9.53/8.94	c cleaning 9999 clauses out of 20007 with flag 165001/165001
9.73/9.19	c Got one! Elapsed wall clock time (in seconds):9.09
9.73/9.19	o 92
10.06/9.43	c cleaning 10000 clauses out of 20008 with flag 175001/175001
10.46/9.82	c cleaning 10000 clauses out of 20007 with flag 185000/185000
10.87/10.29	c cleaning 9996 clauses out of 20010 with flag 195003/195003
11.47/10.82	c cleaning 9998 clauses out of 20012 with flag 205001/205001
11.47/10.84	c Got one! Elapsed wall clock time (in seconds):10.745
11.47/10.84	o 81
11.67/11.07	c Got one! Elapsed wall clock time (in seconds):10.978
11.67/11.07	o 79
11.87/11.25	c cleaning 10001 clauses out of 20013 with flag 215000/215000
12.17/11.54	c Got one! Elapsed wall clock time (in seconds):11.441
12.17/11.54	o 71
12.27/11.67	c cleaning 10004 clauses out of 20014 with flag 225002/225002
12.67/12.05	c cleaning 9998 clauses out of 20008 with flag 235000/235000
12.97/12.30	c Got one! Elapsed wall clock time (in seconds):12.203
12.97/12.30	o 30
13.17/12.50	c cleaning 9998 clauses out of 20010 with flag 245000/245000
13.57/12.90	c cleaning 10002 clauses out of 20012 with flag 255000/255000
13.97/13.31	c cleaning 10001 clauses out of 20012 with flag 265002/265002
14.37/13.75	c cleaning 9999 clauses out of 20010 with flag 275001/275001
14.77/14.15	c cleaning 10002 clauses out of 20011 with flag 285001/285001
15.17/14.57	c cleaning 10002 clauses out of 20011 with flag 295003/295003
15.67/15.03	c cleaning 10000 clauses out of 20008 with flag 305002/305002
16.08/15.47	c cleaning 10000 clauses out of 20006 with flag 315000/315000
16.27/15.60	c Got one! Elapsed wall clock time (in seconds):15.505
16.27/15.60	o 20
16.47/15.88	c cleaning 9998 clauses out of 20006 with flag 325000/325000
16.87/16.25	c cleaning 10002 clauses out of 20010 with flag 335002/335002
17.18/16.54	c Got one! Elapsed wall clock time (in seconds):16.446
17.18/16.54	o 17
17.40/16.74	c cleaning 9996 clauses out of 20006 with flag 345000/345000
17.81/17.13	c cleaning 9996 clauses out of 20010 with flag 355000/355000
18.22/17.51	c cleaning 10002 clauses out of 20014 with flag 365000/365000
18.62/17.98	c cleaning 9999 clauses out of 20012 with flag 375000/375000
19.12/18.41	c cleaning 10004 clauses out of 20014 with flag 385001/385001
19.22/18.55	c Got one! Elapsed wall clock time (in seconds):18.455
19.22/18.55	o 10
19.52/18.84	c cleaning 9999 clauses out of 20010 with flag 395001/395001
19.92/19.22	c cleaning 10000 clauses out of 20010 with flag 405000/405000
20.32/19.60	c cleaning 9999 clauses out of 20010 with flag 415000/415000
20.72/20.00	c cleaning 10001 clauses out of 20012 with flag 425001/425001
21.12/20.40	c cleaning 10001 clauses out of 20011 with flag 435001/435001
21.53/20.81	c cleaning 9997 clauses out of 20009 with flag 445000/445000
21.92/21.21	c cleaning 10001 clauses out of 20013 with flag 455001/455001
22.32/21.64	c cleaning 10003 clauses out of 20011 with flag 465000/465000
22.82/22.13	c cleaning 10001 clauses out of 20009 with flag 475001/475001
23.22/22.56	c cleaning 10001 clauses out of 20007 with flag 485000/485000
23.63/22.96	c cleaning 9996 clauses out of 20006 with flag 495000/495000
24.04/23.35	c cleaning 10003 clauses out of 20011 with flag 505001/505001
24.44/23.74	c cleaning 10000 clauses out of 20008 with flag 515001/515001
24.84/24.15	c cleaning 9997 clauses out of 20008 with flag 525001/525001
25.24/24.51	c cleaning 10001 clauses out of 20011 with flag 535001/535001
25.64/24.91	c cleaning 10001 clauses out of 20009 with flag 545000/545000
26.05/25.34	c cleaning 9995 clauses out of 20009 with flag 555001/555001
26.44/25.76	c cleaning 10003 clauses out of 20016 with flag 565003/565003
26.84/26.15	c cleaning 9999 clauses out of 20010 with flag 575000/575000
27.25/26.56	c cleaning 10001 clauses out of 20011 with flag 585000/585000
27.65/26.97	c cleaning 9998 clauses out of 20010 with flag 595000/595000
28.20/27.43	c cleaning 10003 clauses out of 20013 with flag 605001/605001
28.86/27.91	c cleaning 10003 clauses out of 20010 with flag 615001/615001
29.19/28.23	c starts		: 178
29.19/28.23	c conflicts		: 622347
29.19/28.23	c decisions		: 909714
29.19/28.23	c propagations		: 15707430
29.19/28.23	c inspects		: 142194713
29.19/28.23	c learnt literals	: 7
29.19/28.23	c learnt binary clauses	: 18
29.19/28.23	c learnt ternary clauses	: 56
29.19/28.23	c learnt clauses	: 622339
29.19/28.23	c ignored clauses	: 0
29.19/28.23	c root simplifications	: 0
29.19/28.23	c removed literals (reason simplification)	: 6163073
29.19/28.23	c reason swapping (by a shorter reason)	: 0
29.19/28.23	c Calls to reduceDB	: 63
29.19/28.23	c number of reductions to clauses (during analyze)	: 0
29.19/28.23	c number of learned constraints concerned by reduction	: 0
29.19/28.23	c number of learning phase by resolution	: 0
29.19/28.23	c number of learning phase by cutting planes	: 0
29.19/28.23	c speed (assignments/second)	: 1623339.1897478297
29.19/28.23	c non guided choices	1436
29.19/28.23	c learnt constraints type 
29.19/28.23	c constraints type 
29.19/28.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
29.19/28.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
29.19/28.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.19/28.23	s OPTIMUM FOUND
29.19/28.23	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 
29.19/28.23	c objective function=10
29.19/28.23	c Total wall clock time (in seconds): 28.133

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691499-1277924159/watcher-2691499-1277924159 -o /tmp/evaluation-result-2691499-1277924159/solver-2691499-1277924159 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691499-1277924159.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.93 1.99 1.99 3/196 18187
/proc/meminfo: memFree=30930424/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=13164 CPUtime=0
/proc/18187/stat : 18187 (java) R 18185 18187 16243 0 -1 4194304 818 0 0 0 0 0 0 0 18 0 1 0 133710432 13479936 367 4089446400 134512640 134550932 4292183344 18446744073709551615 9074328 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18187/statm: 3291 374 144 10 0 1121 0

[startup+0.0156259 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 18187
/proc/meminfo: memFree=30930424/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1524156 CPUtime=0
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 2854 0 1 0 0 0 0 0 18 0 10 0 133710432 1560735744 2299 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 381039 2306 555 10 0 378349 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524156

[startup+0.10065 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 18187
/proc/meminfo: memFree=30930424/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1529880 CPUtime=0.11
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 5194 0 1 0 10 1 0 0 18 0 18 0 133710432 1566597120 4632 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 382470 4633 1346 10 0 379772 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529880

[startup+0.300609 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 18187
/proc/meminfo: memFree=30930424/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=0.58
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 7472 0 1 0 57 1 0 0 18 0 19 0 133710432 1571102720 6246 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 6246 1416 10 0 380872 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1534280

[startup+0.700537 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 18187
/proc/meminfo: memFree=30930424/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=1.19
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 8824 0 1 0 117 2 0 0 18 0 19 0 133710432 1571102720 7597 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 7597 1440 10 0 380872 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1534280

[startup+1.5014 s]
/proc/loadavg: 1.93 1.99 1.99 3/215 18206
/proc/meminfo: memFree=30904800/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=2.02
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 9385 0 1 0 200 2 0 0 18 0 19 0 133710432 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 8156 1440 10 0 380872 0
[pid=18187/tid=18189] ppid=18185 vsize=1534280 CPUtime=1.45
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 4938 0 1 0 144 1 0 0 20 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4109047295 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1534280 CPUtime=0.02
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 389 0 0 0 2 0 0 0 15 0 19 0 133710434 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1534280 CPUtime=0.23
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1493 0 0 0 23 0 0 0 15 0 19 0 133710436 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1534280 CPUtime=0.3
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 941 0 0 0 30 0 0 0 15 0 19 0 133710436 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1571102720 8156 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1534280

[startup+3.10112 s]
/proc/loadavg: 1.93 1.99 1.99 3/215 18206
/proc/meminfo: memFree=30902692/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=3.66
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 9772 0 1 0 364 2 0 0 18 0 19 0 133710432 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 8539 1440 10 0 380872 0
[pid=18187/tid=18189] ppid=18185 vsize=1534280 CPUtime=3
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 4940 0 1 0 299 1 0 0 25 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4108843874 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1534280 CPUtime=0.05
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 641 0 0 0 5 0 0 0 15 0 19 0 133710434 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1534280 CPUtime=0.23
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1493 0 0 0 23 0 0 0 15 0 19 0 133710436 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1534280 CPUtime=0.33
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 953 0 0 0 33 0 0 0 15 0 19 0 133710436 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1571102720 8539 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1534280

[startup+6.30055 s]
/proc/loadavg: 1.94 1.99 1.99 3/215 18206
/proc/meminfo: memFree=30901516/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=6.89
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 9902 0 1 0 687 2 0 0 18 0 19 0 133710432 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 8657 1442 10 0 380872 0
[pid=18187/tid=18189] ppid=18185 vsize=1534280 CPUtime=6.14
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 4946 0 1 0 613 1 0 0 18 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4159172778 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1534280 CPUtime=0.1
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 730 0 0 0 10 0 0 0 15 0 19 0 133710434 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1534280 CPUtime=0.24
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1493 0 0 0 24 0 0 0 15 0 19 0 133710436 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1534280 CPUtime=0.35
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 957 0 0 0 35 0 0 0 15 0 19 0 133710436 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1571102720 8657 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1534280

[startup+12.7014 s]
/proc/loadavg: 1.94 1.99 1.99 3/215 18206
/proc/meminfo: memFree=30901772/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1534280 CPUtime=13.37
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 9984 0 1 0 1334 3 0 0 18 0 19 0 133710432 1571102720 8725 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 383570 8725 1443 10 0 380872 0
[pid=18187/tid=18189] ppid=18185 vsize=1534280 CPUtime=12.38
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 4961 0 1 0 1237 1 0 0 20 0 19 0 133710433 1571102720 8725 4089446400 134512640 134550932 4292183344 18446744073709551615 4109184929 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8725 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0

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

/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1534280 CPUtime=0.01
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1534280 CPUtime=0.01
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1534280 CPUtime=0.01
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 17 0 0 0 1 0 0 0 16 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1534280 CPUtime=0.01
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1534280 CPUtime=0.02
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 36 0 0 0 2 0 0 0 16 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1534280 CPUtime=0.01
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133710433 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1534280 CPUtime=0.61
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 973 0 0 0 60 1 0 0 16 0 19 0 133710434 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1534280 CPUtime=0.25
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1494 0 0 0 25 0 0 0 15 0 19 0 133710436 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1534280 CPUtime=0.44
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 964 0 0 0 44 0 0 0 15 0 19 0 133710436 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1534280 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1571102720 8918 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 1534280

[startup+27.9007 s]
/proc/loadavg: 1.95 1.99 1.99 4/215 18206
/proc/meminfo: memFree=30900776/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1539876 CPUtime=28.86
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 12694 0 1 0 2881 5 0 0 18 0 19 0 133710432 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 384969 10331 1443 10 0 382271 0
[pid=18187/tid=18189] ppid=18185 vsize=1539876 CPUtime=27.17
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 4998 0 1 0 2716 1 0 0 25 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4108867232 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1539876 CPUtime=0.62
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 976 0 0 0 61 1 0 0 16 0 19 0 133710434 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1539876 CPUtime=0.27
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1589 0 0 0 27 0 0 0 15 0 19 0 133710436 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1539876 CPUtime=0.63
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 3346 0 0 0 63 0 0 0 16 0 19 0 133710436 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1576833024 10331 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 28.86
Current children cumulated vsize (KiB) 1539876

[startup+28.1007 s]
/proc/loadavg: 1.95 1.99 1.99 4/215 18206
/proc/meminfo: memFree=30900776/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1539876 CPUtime=29.09
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 12728 0 1 0 2904 5 0 0 18 0 19 0 133710432 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 384969 10364 1443 10 0 382271 0
[pid=18187/tid=18189] ppid=18185 vsize=1539876 CPUtime=27.36
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 5000 0 1 0 2735 1 0 0 25 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4109096672 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1539876 CPUtime=0.63
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 1004 0 0 0 62 1 0 0 16 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1539876 CPUtime=0.28
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1593 0 0 0 28 0 0 0 16 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1539876 CPUtime=0.65
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 3346 0 0 0 65 0 0 0 16 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.09
Current children cumulated vsize (KiB) 1539876

[startup+28.2007 s]
/proc/loadavg: 1.95 1.99 1.99 4/215 18206
/proc/meminfo: memFree=30900776/32951124 swapFree=67111528/67111528
[pid=18187] ppid=18185 vsize=1539876 CPUtime=29.19
/proc/18187/stat : 18187 (java) S 18185 18187 16243 0 -1 4202496 12728 0 1 0 2914 5 0 0 18 0 19 0 133710432 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18187/statm: 384969 10364 1443 10 0 382271 0
[pid=18187/tid=18189] ppid=18185 vsize=1539876 CPUtime=27.46
/proc/18187/task/18189/stat : 18189 (java) R 18185 18187 16243 0 -1 4202560 5000 0 1 0 2745 1 0 0 25 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4109114572 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18187/tid=18190] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18190/stat : 18190 (java) S 18185 18187 16243 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18191] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18191/stat : 18191 (java) S 18185 18187 16243 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18192] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18192/stat : 18192 (java) S 18185 18187 16243 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18193] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18193/stat : 18193 (java) S 18185 18187 16243 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18194] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18194/stat : 18194 (java) S 18185 18187 16243 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18195] ppid=18185 vsize=1539876 CPUtime=0.02
/proc/18187/task/18195/stat : 18195 (java) S 18185 18187 16243 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18196] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18196/stat : 18196 (java) S 18185 18187 16243 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18197] ppid=18185 vsize=1539876 CPUtime=0.01
/proc/18187/task/18197/stat : 18197 (java) S 18185 18187 16243 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133710433 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
[pid=18187/tid=18198] ppid=18185 vsize=1539876 CPUtime=0.63
/proc/18187/task/18198/stat : 18198 (java) S 18185 18187 16243 0 -1 4202560 1004 0 0 0 62 1 0 0 16 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 0 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18199] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18199/stat : 18199 (java) S 18185 18187 16243 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18200] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18200/stat : 18200 (java) S 18185 18187 16243 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133710434 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18201] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18201/stat : 18201 (java) S 18185 18187 16243 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18202] ppid=18185 vsize=1539876 CPUtime=0.28
/proc/18187/task/18202/stat : 18202 (java) S 18185 18187 16243 0 -1 4202560 1593 0 0 0 28 0 0 0 16 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 2 0 0 0
[pid=18187/tid=18203] ppid=18185 vsize=1539876 CPUtime=0.65
/proc/18187/task/18203/stat : 18203 (java) S 18185 18187 16243 0 -1 4202560 3346 0 0 0 65 0 0 0 16 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 1 0 0 0
[pid=18187/tid=18204] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18204/stat : 18204 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 3 0 0 0
[pid=18187/tid=18205] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18205/stat : 18205 (java) S 18185 18187 16243 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133710436 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 5 0 0 0
[pid=18187/tid=18206] ppid=18185 vsize=1539876 CPUtime=0
/proc/18187/task/18206/stat : 18206 (java) S 18185 18187 16243 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133710448 1576833024 10364 4089446400 134512640 134550932 4292183344 18446744073709551615 4294960144 0 4 0 16800975 18446604471165514944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 1539876

Child status: 30
Real time (s): 28.2869
CPU time (s): 29.2426
CPU user time (s): 29.1846
CPU system time (s): 0.057991
CPU usage (%): 103.378
Max. virtual memory (cumulated for all children) (KiB): 1539876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1846
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12742
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= 2495
involuntary context switches= 8337

runsolver used 0.055991 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 20:55:59
IDJOB=2691499
IDBENCH=79228
IDSOLVER=1202
FILE ID=node140/2691499-1277924159
PBS_JOBID= 11197265
Free space on /tmp= 74200 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.1111213670--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-2691499-1277924159/watcher-2691499-1277924159 -o /tmp/evaluation-result-2691499-1277924159/solver-2691499-1277924159 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691499-1277924159.wbo

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

MD5SUM BENCH= fcf24b85e5d55a97f5b0cb315ea68e2b
RANDOM SEED=1862245093

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.790
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.790
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:     32951124 kB
MemFree:      30931184 kB
Buffers:        206136 kB
Cached:        1277764 kB
SwapCached:          0 kB
Active:        1136072 kB
Inactive:       738304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30931184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      390576 kB
Mapped:          20412 kB
Slab:            80876 kB
PageTables:       5928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658404 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= 74200 MiB
End job on node140 at 2010-06-30 20:56:28