Trace number 3492712

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 16.2075 14.6911

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
MD5SUMe5d1aa875e736e237b742aec181b44f0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.9387
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	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-3492712-1307910541.wbo
0.10/0.11	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.212s.
0.45/0.32	c #vars     1168
0.45/0.32	c #constraints  2707
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.72/0.42	c SATISFIABLE
0.72/0.42	c OPTIMIZING...
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.72/0.42	o 235
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.72/0.46	o 189
1.00/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.00/0.50	o 177
1.00/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.00/0.54	o 168
1.00/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.00/0.59	o 158
1.30/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
1.30/0.61	o 137
1.30/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.30/0.62	o 109
1.30/0.65	c Got one! Elapsed wall clock time (in seconds):0.538
1.30/0.65	o 92
1.30/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.30/0.68	o 74
1.59/0.80	c Got one! Elapsed wall clock time (in seconds):0.686
1.59/0.80	o 62
1.59/0.89	c Got one! Elapsed wall clock time (in seconds):0.78
1.59/0.89	o 59
1.82/1.05	c Got one! Elapsed wall clock time (in seconds):0.944
1.82/1.05	o 45
1.82/1.08	c Got one! Elapsed wall clock time (in seconds):0.972
1.82/1.08	o 38
1.95/1.12	c Got one! Elapsed wall clock time (in seconds):1.009
1.95/1.12	o 23
2.05/1.26	c Got one! Elapsed wall clock time (in seconds):1.147
2.05/1.26	o 22
2.14/1.39	c cleaning 4524 clauses out of 9053 with flag 1003/9053
2.27/1.44	c Got one! Elapsed wall clock time (in seconds):1.327
2.27/1.44	o 10
2.59/1.77	c cleaning 4942 clauses out of 9891 with flag 5000/14415
2.69/1.81	c Got one! Elapsed wall clock time (in seconds):1.702
2.69/1.81	o 3
2.99/2.17	c cleaning 5194 clauses out of 10395 with flag 5000/19861
3.48/2.54	c cleaning 5595 clauses out of 11202 with flag 11001/25862
4.03/3.01	c cleaning 6301 clauses out of 12606 with flag 18000/32861
4.53/3.52	c cleaning 7150 clauses out of 14307 with flag 26002/40863
5.14/4.10	c cleaning 8070 clauses out of 16156 with flag 35001/49862
5.85/4.82	c cleaning 9039 clauses out of 18085 with flag 45000/59861
6.55/5.59	c cleaning 9520 clauses out of 19046 with flag 55000/69861
7.36/6.36	c cleaning 9751 clauses out of 19527 with flag 65001/79862
8.16/7.13	c cleaning 9882 clauses out of 19776 with flag 75001/89862
8.77/7.80	c cleaning 9944 clauses out of 19893 with flag 85000/99861
9.56/8.51	c cleaning 9973 clauses out of 19950 with flag 95001/109862
10.27/9.24	c cleaning 9985 clauses out of 19978 with flag 105002/119863
11.37/9.95	c cleaning 9994 clauses out of 19992 with flag 115001/129862
11.97/10.58	c cleaning 9993 clauses out of 19998 with flag 125001/139862
12.37/10.99	c Got one! Elapsed wall clock time (in seconds):10.879
12.37/10.99	o 1
12.87/11.49	c cleaning 10765 clauses out of 21537 with flag 5001/151394
13.38/11.95	c cleaning 8376 clauses out of 16772 with flag 11001/157394
13.78/12.34	c cleaning 7690 clauses out of 15397 with flag 18002/164395
14.18/12.76	c cleaning 7847 clauses out of 15709 with flag 26004/172397
14.68/13.25	c cleaning 8428 clauses out of 16859 with flag 35001/181394
15.20/13.75	c cleaning 9209 clauses out of 18431 with flag 45001/191394
15.80/14.38	c cleaning 9610 clauses out of 19222 with flag 55001/201394
16.11/14.68	c starts		: 135
16.11/14.68	c conflicts		: 206118
16.11/14.68	c decisions		: 373886
16.11/14.68	c propagations		: 8298287
16.11/14.68	c inspects		: 127509986
16.11/14.68	c shortcuts		: 0
16.11/14.68	c learnt literals	: 5
16.11/14.68	c learnt binary clauses	: 30
16.11/14.68	c learnt ternary clauses	: 322
16.11/14.68	c learnt constraints	: 206112
16.11/14.68	c ignored constraints	: 0
16.11/14.68	c root simplifications	: 0
16.11/14.68	c removed literals (reason simplification)	: 1071288
16.11/14.68	c reason swapping (by a shorter reason)	: 0
16.11/14.68	c Calls to reduceDB	: 23
16.11/14.68	c number of reductions to clauses (during analyze)	: 0
16.11/14.68	c number of learned constraints concerned by reduction	: 0
16.11/14.68	c number of learning phase by resolution	: 0
16.11/14.68	c number of learning phase by cutting planes	: 0
16.11/14.68	c speed (assignments/second)	: 2248248.9840151723
16.11/14.68	c non guided choices	2283
16.11/14.68	c learnt constraints type 
16.11/14.68	c constraints type 
16.11/14.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
16.11/14.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
16.11/14.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
16.11/14.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
16.11/14.68	s OPTIMUM FOUND
16.11/14.68	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 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
16.11/14.68	c objective function=1
16.11/14.68	c Total wall clock time (in seconds): 14.573

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492712-1307910541/watcher-3492712-1307910541 -o /var/tmp/evaluation-result-3492712-1307910541/solver-3492712-1307910541 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492712-1307910541.wbo 

running on 4 cores: 0,2,4,6

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.00 2.00 1.95 2/195 25604
/proc/meminfo: memFree=1347268/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 1230 0 0 0 0 0 0 0 25 0 2 0 902651171 31260672 948 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 7632 952 727 9 0 383 0
[pid=25604/tid=25605] ppid=25602 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902651172 31260672 956 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239476694784 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.101604 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 25604
/proc/meminfo: memFree=1347268/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10539804 CPUtime=0.1 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 13056 0 1 0 9 1 0 0 25 0 18 0 902651171 10792759296 12720 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2634951 12721 2092 9 0 2625685 0
[pid=25604/tid=25605] ppid=25602 vsize=10539804 CPUtime=0.08 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 11123 0 1 0 7 1 0 0 25 0 18 0 902651172 10792759296 12721 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239476355781 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539804

[startup+0.200582 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 25604
/proc/meminfo: memFree=1347268/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10540472 CPUtime=0.25 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 13884 0 1 0 24 1 0 0 25 0 18 0 902651171 10793443328 13548 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2635118 13548 2169 9 0 2625852 0
[pid=25604/tid=25605] ppid=25602 vsize=10540472 CPUtime=0.18 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 11712 0 1 0 17 1 0 0 25 0 18 0 902651172 10793443328 13548 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 47210596923016 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540472

[startup+0.300587 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 25604
/proc/meminfo: memFree=1347268/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10540776 CPUtime=0.45 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 15413 0 1 0 43 2 0 0 25 0 18 0 902651171 10793754624 14759 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2635194 14760 2198 9 0 2625928 0
[pid=25604/tid=25605] ppid=25602 vsize=10540776 CPUtime=0.28 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 12694 0 1 0 27 1 0 0 25 0 18 0 902651172 10793754624 14760 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505593526 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540776

[startup+0.700512 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 25604
/proc/meminfo: memFree=1347268/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10548132 CPUtime=1.49 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 22970 0 1 0 146 3 0 0 25 0 19 0 902651171 10801287168 18675 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637033 18675 2224 9 0 2627767 0
[pid=25604/tid=25605] ppid=25602 vsize=10548132 CPUtime=0.69 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 14083 0 1 0 67 2 0 0 25 0 19 0 902651172 10801287168 18675 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 47210600561491 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10548132

[startup+1.50136 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 25623
/proc/meminfo: memFree=1277636/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10548132 CPUtime=2.39 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 25113 0 1 0 236 3 0 0 25 0 19 0 902651171 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637033 20732 2252 9 0 2627767 0
[pid=25604/tid=25605] ppid=25602 vsize=10548132 CPUtime=1.47 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15062 0 1 0 145 2 0 0 25 0 19 0 902651172 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505677367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 247 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 211 0 0 0 0 0 0 0 18 0 19 0 902651174 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10548132 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 531 0 0 0 1 0 0 0 15 0 19 0 902651175 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10548132 CPUtime=0.42 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2835 0 0 0 42 0 0 0 16 0 19 0 902651177 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10548132 CPUtime=0.46 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 4997 0 0 0 46 0 0 0 16 0 19 0 902651177 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10548132 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10801287168 20732 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 10548132

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 1.95 4/214 25623
/proc/meminfo: memFree=1271192/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10548960 CPUtime=4.13 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 25773 0 1 0 410 3 0 0 25 0 19 0 902651171 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637240 21388 2252 9 0 2627974 0
[pid=25604/tid=25605] ppid=25602 vsize=10548960 CPUtime=3.01 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15065 0 1 0 299 2 0 0 25 0 19 0 902651172 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505626791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10548960 CPUtime=0.06 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 700 0 0 0 6 0 0 0 16 0 19 0 902651175 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10548960 CPUtime=0.42 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2837 0 0 0 42 0 0 0 15 0 19 0 902651177 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10548960 CPUtime=0.59 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 5252 0 0 0 59 0 0 0 15 0 19 0 902651177 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10802135040 21388 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 10548960

[startup+6.30146 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 25624
/proc/meminfo: memFree=1268568/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10548960 CPUtime=7.36 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 26019 0 1 0 732 4 0 0 25 0 19 0 902651171 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637240 21490 2252 9 0 2627974 0
[pid=25604/tid=25605] ppid=25602 vsize=10548960 CPUtime=6.14 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15070 0 1 0 612 2 0 0 25 0 19 0 902651172 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505719463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 334 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 19 0 902651174 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10548960 CPUtime=0.13 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 826 0 0 0 13 0 0 0 16 0 19 0 902651175 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10548960 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10548960 CPUtime=0.42 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2837 0 0 0 42 0 0 0 15 0 19 0 902651177 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10548960 CPUtime=0.6 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 5252 0 0 0 60 0 0 0 15 0 19 0 902651177 10802135040 21490 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0

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

/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 334 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 236 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10551916 CPUtime=0.3 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 929 0 0 0 30 0 0 0 16 0 19 0 902651175 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10551916 CPUtime=0.44 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2861 0 0 0 44 0 0 0 15 0 19 0 902651177 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10551916 CPUtime=1 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 9841 0 0 0 99 1 0 0 15 0 19 0 902651177 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10805161984 22423 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 10551916

[startup+13.601 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 25624
/proc/meminfo: memFree=1263984/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10551916 CPUtime=15.1 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 30785 0 1 0 1506 4 0 0 25 0 19 0 902651171 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637979 22424 2253 9 0 2628713 0
[pid=25604/tid=25605] ppid=25602 vsize=10551916 CPUtime=13.23 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15083 0 1 0 1321 2 0 0 25 0 19 0 902651172 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505641117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 334 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 236 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10551916 CPUtime=0.32 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 929 0 0 0 32 0 0 0 16 0 19 0 902651175 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10551916 CPUtime=0.45 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2861 0 0 0 45 0 0 0 15 0 19 0 902651177 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10551916 CPUtime=1 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 9841 0 0 0 99 1 0 0 16 0 19 0 902651177 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10805161984 22424 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 10551916

[startup+14.4069 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 25624
/proc/meminfo: memFree=1263856/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10551916 CPUtime=15.92 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 30791 0 1 0 1587 5 0 0 25 0 19 0 902651171 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637979 22428 2253 9 0 2628713 0
[pid=25604/tid=25605] ppid=25602 vsize=10551916 CPUtime=14 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15085 0 1 0 1398 2 0 0 25 0 19 0 902651172 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505166996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 334 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 239 0 0 0 1 0 0 0 16 0 19 0 902651174 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10551916 CPUtime=0.35 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 929 0 0 0 35 0 0 0 16 0 19 0 902651175 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10551916 CPUtime=0.45 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2861 0 0 0 45 0 0 0 15 0 19 0 902651177 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10551916 CPUtime=1 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 9841 0 0 0 99 1 0 0 16 0 19 0 902651177 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10805161984 22428 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 10551916

[startup+14.6009 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 25624
/proc/meminfo: memFree=1263856/32950928 swapFree=67053956/67111528
[pid=25604] ppid=25602 vsize=10551916 CPUtime=16.11 cores=0,2,4,6
/proc/25604/stat : 25604 (java) S 25602 25604 22833 0 -1 4202496 30792 0 1 0 1606 5 0 0 25 0 19 0 902651171 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25604/statm: 2637979 22429 2253 9 0 2628713 0
[pid=25604/tid=25605] ppid=25602 vsize=10551916 CPUtime=14.19 cores=0,2,4,6
/proc/25604/task/25605/stat : 25605 (java) R 25602 25604 22833 0 -1 4202560 15086 0 1 0 1417 2 0 0 25 0 19 0 902651172 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 46912505677367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25604/tid=25607] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25607/stat : 25607 (java) S 25602 25604 22833 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25608] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25608/stat : 25608 (java) S 25602 25604 22833 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25609] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25609/stat : 25609 (java) S 25602 25604 22833 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25610] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25610/stat : 25610 (java) S 25602 25604 22833 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 6 0 0 0
[pid=25604/tid=25611] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25611/stat : 25611 (java) S 25602 25604 22833 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25612] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25612/stat : 25612 (java) S 25602 25604 22833 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25613] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25613/stat : 25613 (java) S 25602 25604 22833 0 -1 4202560 334 0 0 0 1 0 0 0 15 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25614] ppid=25602 vsize=10551916 CPUtime=0.01 cores=0,2,4,6
/proc/25604/task/25614/stat : 25614 (java) S 25602 25604 22833 0 -1 4202560 239 0 0 0 1 0 0 0 16 0 19 0 902651174 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25615] ppid=25602 vsize=10551916 CPUtime=0.35 cores=0,2,4,6
/proc/25604/task/25615/stat : 25615 (java) S 25602 25604 22833 0 -1 4202560 929 0 0 0 35 0 0 0 16 0 19 0 902651175 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 0 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25616] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25616/stat : 25616 (java) S 25602 25604 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25617] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25617/stat : 25617 (java) S 25602 25604 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902651175 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25618] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25618/stat : 25618 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488518577 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25619] ppid=25602 vsize=10551916 CPUtime=0.45 cores=0,2,4,6
/proc/25604/task/25619/stat : 25619 (java) S 25602 25604 22833 0 -1 4202560 2861 0 0 0 45 0 0 0 15 0 19 0 902651177 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25620] ppid=25602 vsize=10551916 CPUtime=1 cores=0,2,4,6
/proc/25604/task/25620/stat : 25620 (java) S 25602 25604 22833 0 -1 4202560 9841 0 0 0 99 1 0 0 16 0 19 0 902651177 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 2 0 0 0
[pid=25604/tid=25621] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25621/stat : 25621 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902651177 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488510873 0 4 0 16800975 18446604453963870528 0 0 -1 0 0 0 0
[pid=25604/tid=25622] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25622/stat : 25622 (java) S 25602 25604 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902651177 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
[pid=25604/tid=25623] ppid=25602 vsize=10551916 CPUtime=0 cores=0,2,4,6
/proc/25604/task/25623/stat : 25623 (java) S 25602 25604 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902651205 10805161984 22429 33554432000 1073741824 1073778376 140734608945440 18446744073709551615 239488511488 0 4 0 16800975 18446604453963870528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.11
Current children cumulated vsize (KiB) 10551916

Child status: 30
Real time (s): 14.6911
CPU time (s): 16.2075
CPU user time (s): 16.1515
CPU system time (s): 0.055991
CPU usage (%): 110.322
Max. virtual memory (cumulated for all children) (KiB): 10565492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1515
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30813
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= 1188
involuntary context switches= 362

runsolver used 0.028995 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:29:01
IDJOB=3492712
IDBENCH=78970
IDSOLVER=1982
FILE ID=node148/3492712-1307910541
RUNJOBID= node148-1307908037-24963
PBS_JOBID= 13559561
Free space on /var/tmp= 2900 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492712-1307910541/watcher-3492712-1307910541 -o /var/tmp/evaluation-result-3492712-1307910541/solver-3492712-1307910541 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492712-1307910541.wbo

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

MD5SUM BENCH= e5d1aa875e736e237b742aec181b44f0
RANDOM SEED=1389366056

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:       1347440 kB
Buffers:         62840 kB
Cached:       30485160 kB
SwapCached:      10272 kB
Active:       15687468 kB
Inactive:     14963724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1347440 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:      100408 kB
Mapped:          21464 kB
Slab:           887868 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10564976 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 /var/tmp at the end= 2900 MiB
End job on node148 at 2011-06-12 22:29:16