Trace number 3492375

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 Resolution 2011-06-08OPTIMUM 25.6001 24.5512

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-33-100-0.wbo
MD5SUMf4aa595d615e9582cb764bb4e9fc2d88
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2.01469
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492375-1307909723.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.124
0.28/0.23	o 455
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.27	o 418
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.53/0.30	o 377
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.53/0.35	o 326
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.53/0.39	o 306
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.312
0.66/0.42	o 277
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.66/0.49	o 259
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.77/0.53	o 240
0.77/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
0.77/0.56	o 207
0.87/0.64	c cleaning 4597 clauses out of 9195 with flag 1004/9195
1.12/0.87	c cleaning 5288 clauses out of 10594 with flag 7000/15191
1.32/1.00	c Got one! Elapsed wall clock time (in seconds):0.897
1.32/1.00	o 198
1.32/1.07	c cleaning 5626 clauses out of 11275 with flag 2001/21160
1.45/1.13	c Got one! Elapsed wall clock time (in seconds):1.027
1.45/1.13	o 191
1.58/1.25	c Got one! Elapsed wall clock time (in seconds):1.15
1.58/1.26	o 173
1.69/1.30	c cleaning 5860 clauses out of 11723 with flag 1001/27234
1.81/1.48	c cleaning 5929 clauses out of 11862 with flag 7000/33233
2.11/1.72	c Got one! Elapsed wall clock time (in seconds):1.616
2.11/1.72	o 104
2.31/1.92	c cleaning 8897 clauses out of 17811 with flag 5001/45111
2.53/2.20	c cleaning 7449 clauses out of 14915 with flag 11002/51112
2.68/2.26	c Got one! Elapsed wall clock time (in seconds):2.15
2.68/2.26	o 95
3.07/2.41	c cleaning 6367 clauses out of 12746 with flag 4000/56392
3.48/2.64	c cleaning 6187 clauses out of 12381 with flag 10002/62394
3.82/2.92	c cleaning 6591 clauses out of 13192 with flag 17000/69392
4.12/3.23	c cleaning 7297 clauses out of 14601 with flag 25000/77392
4.52/3.61	c cleaning 8150 clauses out of 16305 with flag 34001/86393
4.62/3.78	c Got one! Elapsed wall clock time (in seconds):3.676
4.62/3.78	o 79
4.73/3.82	c cleaning 7048 clauses out of 14103 with flag 1002/92341
4.93/4.03	c cleaning 6522 clauses out of 13056 with flag 7003/98342
4.93/4.08	c Got one! Elapsed wall clock time (in seconds):3.974
4.93/4.08	o 52
5.13/4.21	c cleaning 5799 clauses out of 11611 with flag 4001/103419
5.34/4.42	c cleaning 5902 clauses out of 11812 with flag 10001/109419
5.53/4.66	c cleaning 6448 clauses out of 12909 with flag 17000/116418
5.64/4.72	c Got one! Elapsed wall clock time (in seconds):4.617
5.64/4.72	o 51
5.74/4.85	c cleaning 6093 clauses out of 12193 with flag 4001/122150
5.94/5.06	c cleaning 6045 clauses out of 12100 with flag 10001/128150
6.14/5.29	c cleaning 6517 clauses out of 13054 with flag 17000/135149
6.44/5.58	c cleaning 7262 clauses out of 14538 with flag 25001/143150
6.74/5.88	c cleaning 8133 clauses out of 16277 with flag 34002/152151
6.84/5.94	c Got one! Elapsed wall clock time (in seconds):5.838
6.84/5.94	o 44
6.94/6.08	c cleaning 6826 clauses out of 13666 with flag 4000/157673
7.14/6.29	c cleaning 6414 clauses out of 12841 with flag 10001/163674
7.45/6.57	c cleaning 6708 clauses out of 13427 with flag 17001/170674
7.75/6.84	c cleaning 7357 clauses out of 14719 with flag 25001/178674
8.05/7.16	c cleaning 8176 clauses out of 16362 with flag 34001/187674
8.26/7.33	c Got one! Elapsed wall clock time (in seconds):7.23
8.26/7.33	o 27
8.46/7.52	c cleaning 9117 clauses out of 18247 with flag 5000/197735
8.66/7.73	c cleaning 7558 clauses out of 15130 with flag 11000/203735
8.86/7.97	c cleaning 7281 clauses out of 14572 with flag 18000/210735
9.16/8.23	c cleaning 7645 clauses out of 15293 with flag 26002/218737
9.46/8.53	c cleaning 8319 clauses out of 16647 with flag 35001/227736
9.76/8.85	c cleaning 9158 clauses out of 18327 with flag 45000/237735
10.06/9.18	c cleaning 9581 clauses out of 19169 with flag 55000/247735
10.46/9.51	c cleaning 9787 clauses out of 19588 with flag 65000/257735
10.76/9.83	c cleaning 9897 clauses out of 19801 with flag 75000/267735
11.06/10.14	c cleaning 9949 clauses out of 19907 with flag 85003/277738
11.36/10.49	c cleaning 9973 clauses out of 19956 with flag 95001/287736
11.76/10.81	c cleaning 9984 clauses out of 19982 with flag 105000/297735
12.06/11.19	c cleaning 9997 clauses out of 19999 with flag 115001/307736
12.36/11.45	c Got one! Elapsed wall clock time (in seconds):11.348
12.36/11.45	o 23
12.66/11.71	c cleaning 11518 clauses out of 23041 with flag 5002/320775
12.86/11.91	c cleaning 8753 clauses out of 17522 with flag 11001/326774
13.07/12.14	c cleaning 7880 clauses out of 15769 with flag 18001/333774
13.36/12.41	c cleaning 7941 clauses out of 15889 with flag 26001/341774
13.46/12.54	c Got one! Elapsed wall clock time (in seconds):12.429
13.46/12.54	o 20
13.46/12.57	c cleaning 6524 clauses out of 13051 with flag 1000/346877
13.69/12.77	c cleaning 6256 clauses out of 12528 with flag 7001/352878
13.99/13.01	c cleaning 6631 clauses out of 13271 with flag 14000/359877
14.19/13.27	c cleaning 7315 clauses out of 14640 with flag 22000/367877
14.51/13.59	c cleaning 8159 clauses out of 16327 with flag 31002/376879
14.91/13.93	c cleaning 9081 clauses out of 18169 with flag 41003/386880
15.21/14.28	c cleaning 9540 clauses out of 19087 with flag 51002/396879
15.61/14.62	c cleaning 9766 clauses out of 19545 with flag 61000/406877
15.91/14.96	c cleaning 9886 clauses out of 19780 with flag 71001/416878
16.21/15.29	c cleaning 9937 clauses out of 19893 with flag 81000/426877
16.61/15.63	c cleaning 9975 clauses out of 19957 with flag 91001/436878
16.91/15.98	c cleaning 9988 clauses out of 19983 with flag 101002/446879
17.32/16.35	c cleaning 9993 clauses out of 19993 with flag 111000/456877
17.62/16.68	c cleaning 9998 clauses out of 20000 with flag 121000/466877
17.92/16.90	c Got one! Elapsed wall clock time (in seconds):16.795
17.92/16.90	o 8
18.12/17.11	c cleaning 10949 clauses out of 21905 with flag 5000/478780
18.32/17.31	c cleaning 8472 clauses out of 16956 with flag 11000/484780
18.52/17.54	c cleaning 7737 clauses out of 15485 with flag 18001/491781
18.72/17.79	c cleaning 7870 clauses out of 15748 with flag 26001/499781
19.02/18.09	c cleaning 8434 clauses out of 16878 with flag 35001/508781
19.42/18.44	c cleaning 9217 clauses out of 18444 with flag 45001/518781
19.73/18.79	c cleaning 9612 clauses out of 19226 with flag 55000/528780
20.12/19.14	c cleaning 9804 clauses out of 19614 with flag 65000/538780
20.43/19.49	c cleaning 9897 clauses out of 19810 with flag 75000/548780
20.84/19.84	c cleaning 9950 clauses out of 19913 with flag 85000/558780
21.23/20.20	c cleaning 9974 clauses out of 19963 with flag 95000/568780
21.53/20.54	c cleaning 9989 clauses out of 19989 with flag 105000/578780
21.84/20.89	c cleaning 9995 clauses out of 20001 with flag 115001/588781
22.23/21.23	c cleaning 9998 clauses out of 20007 with flag 125002/598782
22.53/21.58	c cleaning 9999 clauses out of 20008 with flag 135001/608781
22.94/21.93	c cleaning 9997 clauses out of 20008 with flag 145000/618780
23.24/22.29	c cleaning 9996 clauses out of 20011 with flag 155000/628780
23.64/22.65	c cleaning 10004 clauses out of 20016 with flag 165001/638781
24.04/23.01	c cleaning 9999 clauses out of 20011 with flag 175000/648780
24.34/23.37	c cleaning 10003 clauses out of 20012 with flag 185000/658780
24.74/23.73	c cleaning 10002 clauses out of 20011 with flag 195002/668782
25.04/24.08	c cleaning 10001 clauses out of 20010 with flag 205003/678783
25.44/24.44	c cleaning 9999 clauses out of 20006 with flag 215000/688780
25.54/24.54	c starts		: 189
25.54/24.54	c conflicts		: 691704
25.54/24.54	c decisions		: 1107522
25.54/24.54	c propagations		: 16289204
25.54/24.54	c inspects		: 148266523
25.54/24.54	c shortcuts		: 0
25.54/24.54	c learnt literals	: 7
25.54/24.54	c learnt binary clauses	: 52
25.54/24.54	c learnt ternary clauses	: 403
25.54/24.54	c learnt constraints	: 691696
25.54/24.54	c ignored constraints	: 0
25.54/24.54	c root simplifications	: 0
25.54/24.54	c removed literals (reason simplification)	: 5476497
25.54/24.54	c reason swapping (by a shorter reason)	: 0
25.54/24.54	c Calls to reduceDB	: 81
25.54/24.54	c number of reductions to clauses (during analyze)	: 0
25.54/24.54	c number of learned constraints concerned by reduction	: 0
25.54/24.54	c number of learning phase by resolution	: 0
25.54/24.54	c number of learning phase by cutting planes	: 0
25.54/24.54	c speed (assignments/second)	: 2131815.7309252718
25.54/24.54	c non guided choices	876
25.54/24.54	c learnt constraints type 
25.54/24.54	c constraints type 
25.54/24.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
25.54/24.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
25.54/24.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
25.54/24.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
25.54/24.54	s OPTIMUM FOUND
25.54/24.54	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 
25.54/24.54	c objective function=8
25.54/24.54	c Total wall clock time (in seconds): 24.437

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492375-1307909723/watcher-3492375-1307909723 -o /tmp/evaluation-result-3492375-1307909723/solver-3492375-1307909723 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492375-1307909723.wbo 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.05 1.96 2/193 23186
/proc/meminfo: memFree=12042448/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/23186/stat : 23186 (java) R 23184 23186 19566 0 -1 4202496 1160 0 0 0 0 0 0 0 23 0 2 0 902571974 26714112 887 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274664864753 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 6522 893 679 9 0 381 0
[pid=23186/tid=23187] ppid=23184 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 54 0 0 0 0 0 0 0 24 0 2 0 902571974 26714112 896 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274659884679 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.092315 s]
/proc/loadavg: 2.09 2.05 1.96 2/193 23186
/proc/meminfo: memFree=12042448/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10539752 CPUtime=0.09 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 12970 0 1 0 8 1 0 0 23 0 18 0 902571974 10792706048 12627 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2634938 12627 2092 9 0 2625672 0
[pid=23186/tid=23187] ppid=23184 vsize=10539752 CPUtime=0.08 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 11031 0 1 0 7 1 0 0 18 0 18 0 902571974 10792706048 12627 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912496202629 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539752

[startup+0.100265 s]
/proc/loadavg: 2.09 2.05 1.96 2/193 23186
/proc/meminfo: memFree=12042448/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10539752 CPUtime=0.1 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 13087 0 1 0 9 1 0 0 23 0 18 0 902571974 10792706048 12744 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2634938 12744 2092 9 0 2625672 0
[pid=23186/tid=23187] ppid=23184 vsize=10539752 CPUtime=0.08 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 11148 0 1 0 7 1 0 0 18 0 18 0 902571974 10792706048 12744 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 47773756513107 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539752

[startup+0.300233 s]
/proc/loadavg: 2.09 2.05 1.96 2/193 23186
/proc/meminfo: memFree=12042448/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10544112 CPUtime=0.53 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 15944 0 1 0 51 2 0 0 23 0 19 0 902571974 10797170688 14839 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2636028 14839 2214 9 0 2626762 0
[pid=23186/tid=23187] ppid=23184 vsize=10544112 CPUtime=0.28 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 11778 0 1 0 27 1 0 0 19 0 19 0 902571974 10797170688 14839 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505591462 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544112

[startup+0.700173 s]
/proc/loadavg: 2.09 2.05 1.96 2/193 23186
/proc/meminfo: memFree=12042448/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10544112 CPUtime=1.02 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 17660 0 1 0 100 2 0 0 23 0 19 0 902571974 10797170688 16103 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2636028 16103 2246 9 0 2626762 0
[pid=23186/tid=23187] ppid=23184 vsize=10544112 CPUtime=0.67 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12375 0 1 0 66 1 0 0 19 0 19 0 902571974 10797170688 16103 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505556648 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10544112

[startup+1.50104 s]
/proc/loadavg: 2.09 2.05 1.96 3/212 23205
/proc/meminfo: memFree=11985840/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10544112 CPUtime=1.91 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 18716 0 1 0 189 2 0 0 23 0 19 0 902571974 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2636028 16545 2248 9 0 2626762 0
[pid=23186/tid=23187] ppid=23184 vsize=10544112 CPUtime=1.41 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12378 0 1 0 140 1 0 0 20 0 19 0 902571974 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505514948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902571976 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10544112 CPUtime=0.06 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23184 23186 19566 0 -1 4202560 460 0 0 0 6 0 0 0 15 0 19 0 902571977 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 0 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10544112 CPUtime=0.18 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1597 0 0 0 18 0 0 0 19 0 19 0 902571979 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10544112 CPUtime=0.22 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 2591 0 0 0 22 0 0 0 15 0 19 0 902571979 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10544112 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10797170688 16545 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10544112

[startup+3.10075 s]
/proc/loadavg: 2.09 2.05 1.96 3/212 23205
/proc/meminfo: memFree=11983452/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10564416 CPUtime=4.02 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 25685 0 1 0 399 3 0 0 23 0 19 0 902571974 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2641104 21555 2248 9 0 2631838 0
[pid=23186/tid=23187] ppid=23184 vsize=10564416 CPUtime=2.94 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12384 0 1 0 293 1 0 0 18 0 19 0 902571974 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505587606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 19 0 902571976 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10564416 CPUtime=0.12 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23184 23186 19566 0 -1 4202560 591 0 0 0 12 0 0 0 15 0 19 0 902571977 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 0 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10564416 CPUtime=0.22 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1947 0 0 0 22 0 0 0 15 0 19 0 902571979 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10564416 CPUtime=0.68 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8858 0 0 0 68 0 0 0 16 0 19 0 902571979 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10817961984 21555 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 10564416

[startup+6.30116 s]
/proc/loadavg: 2.08 2.05 1.96 3/212 23205
/proc/meminfo: memFree=11964004/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10564416 CPUtime=7.24 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 25704 0 1 0 721 3 0 0 23 0 19 0 902571974 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2641104 21526 2248 9 0 2631838 0
[pid=23186/tid=23187] ppid=23184 vsize=10564416 CPUtime=5.97 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) S 23184 23186 19566 0 -1 4202560 12397 0 1 0 596 1 0 0 21 0 19 0 902571974 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 19 0 902571976 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10564416 CPUtime=0.28 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) R 23184 23186 19566 0 -1 4202560 591 0 0 0 28 0 0 0 15 0 19 0 902571977 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 47773752019062 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10564416 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10564416 CPUtime=0.22 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1947 0 0 0 22 0 0 0 15 0 19 0 902571979 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10564416 CPUtime=0.7 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8858 0 0 0 70 0 0 0 15 0 19 0 902571979 10817961984 21526 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0

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

/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 118 0 0 0 1 0 0 0 16 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10552140 CPUtime=0.02 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10552140 CPUtime=0.95 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) R 23184 23186 19566 0 -1 4202560 802 0 0 0 94 1 0 0 15 0 19 0 902571977 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 47773754872571 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10552140 CPUtime=0.23 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1948 0 0 0 23 0 0 0 16 0 19 0 902571979 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10552140 CPUtime=0.73 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8860 0 0 0 73 0 0 0 15 0 19 0 902571979 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10805391360 19133 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 10552140

[startup+23.9012 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23206
/proc/meminfo: memFree=11972960/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10552140 CPUtime=24.94 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 26007 0 1 0 2489 5 0 0 23 0 19 0 902571974 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2638035 19144 2249 9 0 2628769 0
[pid=23186/tid=23187] ppid=23184 vsize=10552140 CPUtime=22.77 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12452 0 1 0 2276 1 0 0 25 0 19 0 902571974 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505585672 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10552140 CPUtime=0.02 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10552140 CPUtime=1.02 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23184 23186 19566 0 -1 4202560 812 0 0 0 101 1 0 0 15 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 0 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10552140 CPUtime=0.23 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1948 0 0 0 23 0 0 0 16 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10552140 CPUtime=0.73 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8860 0 0 0 73 0 0 0 15 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 10552140

[startup+24.3011 s]
/proc/loadavg: 2.06 2.05 1.96 4/212 23206
/proc/meminfo: memFree=11962420/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10552140 CPUtime=25.34 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 26008 0 1 0 2529 5 0 0 23 0 19 0 902571974 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2638035 19144 2249 9 0 2628769 0
[pid=23186/tid=23187] ppid=23184 vsize=10552140 CPUtime=23.15 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12453 0 1 0 2314 1 0 0 25 0 19 0 902571974 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505537022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 113 0 0 0 1 0 0 0 16 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10552140 CPUtime=0.02 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 256 0 0 0 1 0 0 0 16 0 19 0 902571976 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10552140 CPUtime=1.03 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23184 23186 19566 0 -1 4202560 812 0 0 0 102 1 0 0 15 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 0 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10552140 CPUtime=0.23 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1948 0 0 0 23 0 0 0 16 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10552140 CPUtime=0.73 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8860 0 0 0 73 0 0 0 15 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10805391360 19144 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 10552140

[startup+24.5011 s]
/proc/loadavg: 2.06 2.05 1.96 4/212 23206
/proc/meminfo: memFree=11962420/32951132 swapFree=67054624/67111528
[pid=23186] ppid=23184 vsize=10552140 CPUtime=25.54 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23184 23186 19566 0 -1 4202496 26010 0 1 0 2549 5 0 0 23 0 19 0 902571974 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23186/statm: 2638035 19145 2249 9 0 2628769 0
[pid=23186/tid=23187] ppid=23184 vsize=10552140 CPUtime=23.34 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23184 23186 19566 0 -1 4202560 12454 0 1 0 2333 1 0 0 25 0 19 0 902571974 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 46912505536256 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23186/tid=23189] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23184 23186 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23190] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23184 23186 19566 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23191] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23184 23186 19566 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23192] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23184 23186 19566 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23193] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23184 23186 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23194] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23184 23186 19566 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23195] ppid=23184 vsize=10552140 CPUtime=0.02 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23184 23186 19566 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23196] ppid=23184 vsize=10552140 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23184 23186 19566 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 902571976 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 1 0 0 0
[pid=23186/tid=23197] ppid=23184 vsize=10552140 CPUtime=1.04 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23184 23186 19566 0 -1 4202560 812 0 0 0 103 1 0 0 15 0 19 0 902571977 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 0 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23198] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23184 23186 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23199] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23184 23186 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902571977 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23200] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676631985 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23201] ppid=23184 vsize=10552140 CPUtime=0.23 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23184 23186 19566 0 -1 4202560 1948 0 0 0 23 0 0 0 16 0 19 0 902571979 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 3 0 0 0
[pid=23186/tid=23202] ppid=23184 vsize=10552140 CPUtime=0.73 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23184 23186 19566 0 -1 4202560 8860 0 0 0 73 0 0 0 15 0 19 0 902571979 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
[pid=23186/tid=23203] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902571979 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624281 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23204] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23184 23186 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902571979 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 7 0 0 0
[pid=23186/tid=23205] ppid=23184 vsize=10552140 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23184 23186 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902571991 10805391360 19145 33554432000 1073741824 1073778376 140734534877104 18446744073709551615 274676624896 0 4 0 16800975 18446604471161828352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 10552140

Child status: 30
Real time (s): 24.5512
CPU time (s): 25.6001
CPU user time (s): 25.5401
CPU system time (s): 0.05999
CPU usage (%): 104.273
Max. virtual memory (cumulated for all children) (KiB): 10564416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5401
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26038
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= 2783
involuntary context switches= 1249

runsolver used 0.034994 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:15:23
IDJOB=3492375
IDBENCH=78787
IDSOLVER=1982
FILE ID=node131/3492375-1307909723
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212923--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492375-1307909723/watcher-3492375-1307909723 -o /tmp/evaluation-result-3492375-1307909723/solver-3492375-1307909723 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492375-1307909723.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f4aa595d615e9582cb764bb4e9fc2d88
RANDOM SEED=1389428975

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12042852 kB
Buffers:        333132 kB
Cached:       19808820 kB
SwapCached:       9816 kB
Active:       15660992 kB
Inactive:      4561840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12042852 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             896 kB
Writeback:           4 kB
AnonPages:       78760 kB
Mapped:          21480 kB
Slab:           622088 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10548352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:15:48