Trace number 3492624

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 17.8033 16.8027

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551864--soft-66-100-0.wbo
MD5SUMc0a37f516cf4d2739ccd6d05a55220be
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 benchmark12.4711
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492624-1307910075.wbo
0.11/0.10	c reading problem ... 
0.45/0.31	c ... done. Wall clock time 0.206s.
0.45/0.31	c #vars     1137
0.45/0.31	c #constraints  2707
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.45/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.45/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.45/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.72/0.41	c SATISFIABLE
0.72/0.41	c OPTIMIZING...
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.72/0.41	o 207
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.72/0.44	o 175
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.72/0.47	o 161
1.02/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
1.02/0.51	o 127
1.02/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
1.02/0.54	o 105
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.477
1.02/0.58	o 101
1.32/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
1.32/0.61	o 83
1.32/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
1.32/0.65	o 57
1.32/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.32/0.67	o 51
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.887
1.66/0.99	o 41
1.77/1.06	c Got one! Elapsed wall clock time (in seconds):0.954
1.77/1.06	o 31
1.89/1.18	c cleaning 4075 clauses out of 8154 with flag 1001/8154
2.36/1.56	c Got one! Elapsed wall clock time (in seconds):1.459
2.36/1.56	o 19
2.86/2.01	c cleaning 7366 clauses out of 14738 with flag 5000/18813
3.27/2.42	c cleaning 6683 clauses out of 13373 with flag 11001/24814
3.42/2.51	c Got one! Elapsed wall clock time (in seconds):2.403
3.42/2.51	o 15
3.73/2.81	c cleaning 6022 clauses out of 12055 with flag 4000/30179
4.03/3.11	c Got one! Elapsed wall clock time (in seconds):3.007
4.03/3.11	o 5
4.03/3.20	c cleaning 5976 clauses out of 11956 with flag 1001/36102
4.54/3.61	c cleaning 5985 clauses out of 11982 with flag 7003/42104
4.94/4.03	c cleaning 6493 clauses out of 12996 with flag 14002/49103
5.34/4.50	c cleaning 7244 clauses out of 14503 with flag 22002/57103
5.94/5.09	c cleaning 8119 clauses out of 16257 with flag 31000/66101
6.64/5.71	c cleaning 9052 clauses out of 18141 with flag 41003/76104
7.34/6.43	c cleaning 9533 clauses out of 19087 with flag 51001/86102
8.04/7.14	c cleaning 9771 clauses out of 19553 with flag 61000/96101
8.75/7.84	c cleaning 9885 clauses out of 19782 with flag 71000/106101
9.45/8.51	c cleaning 9940 clauses out of 19897 with flag 81000/116101
10.05/9.13	c cleaning 9974 clauses out of 19958 with flag 91001/126102
10.76/9.82	c cleaning 9988 clauses out of 19984 with flag 101001/136102
11.36/10.48	c cleaning 9994 clauses out of 19998 with flag 111003/146104
11.87/10.91	c Got one! Elapsed wall clock time (in seconds):10.802
11.87/10.91	o 4
12.36/11.41	c cleaning 10754 clauses out of 21518 with flag 5001/157618
12.76/11.81	c cleaning 8370 clauses out of 16764 with flag 11001/163618
13.16/12.20	c cleaning 7694 clauses out of 15394 with flag 18001/170618
13.36/12.46	c Got one! Elapsed wall clock time (in seconds):12.358
13.36/12.46	o 1
13.76/12.85	c cleaning 8875 clauses out of 17753 with flag 5001/180671
14.07/13.20	c cleaning 7434 clauses out of 14878 with flag 11001/186671
14.57/13.64	c cleaning 7216 clauses out of 14445 with flag 18002/193672
14.97/14.06	c cleaning 7603 clauses out of 15227 with flag 26000/201670
15.36/14.49	c cleaning 8308 clauses out of 16624 with flag 35000/210670
15.97/15.02	c cleaning 9155 clauses out of 18320 with flag 45004/220674
16.58/15.62	c cleaning 9575 clauses out of 19162 with flag 55001/230671
17.18/16.23	c cleaning 9792 clauses out of 19589 with flag 65003/240673
17.69/16.79	c starts		: 135
17.69/16.79	c conflicts		: 249005
17.69/16.79	c decisions		: 433136
17.69/16.79	c propagations		: 10139674
17.69/16.79	c inspects		: 145170819
17.69/16.79	c shortcuts		: 0
17.69/16.79	c learnt literals	: 3
17.69/16.79	c learnt binary clauses	: 18
17.69/16.79	c learnt ternary clauses	: 291
17.69/16.79	c learnt constraints	: 249001
17.69/16.79	c ignored constraints	: 0
17.69/16.79	c root simplifications	: 0
17.69/16.79	c removed literals (reason simplification)	: 1125568
17.69/16.79	c reason swapping (by a shorter reason)	: 0
17.69/16.79	c Calls to reduceDB	: 28
17.69/16.79	c number of reductions to clauses (during analyze)	: 0
17.69/16.79	c number of learned constraints concerned by reduction	: 0
17.69/16.79	c number of learning phase by resolution	: 0
17.69/16.79	c number of learning phase by cutting planes	: 0
17.69/16.79	c speed (assignments/second)	: 2342267.0362670366
17.69/16.79	c non guided choices	2118
17.69/16.79	c learnt constraints type 
17.69/16.79	c constraints type 
17.69/16.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
17.69/16.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
17.69/16.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
17.69/16.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
17.69/16.79	s OPTIMUM FOUND
17.69/16.79	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 
17.69/16.79	c objective function=1
17.69/16.79	c Total wall clock time (in seconds): 16.69

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-3492624-1307910075/watcher-3492624-1307910075 -o /var/tmp/evaluation-result-3492624-1307910075/solver-3492624-1307910075 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492624-1307910075.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: 1.93 1.97 1.91 2/192 30227
/proc/meminfo: memFree=1459040/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 1252 0 0 0 0 0 0 0 18 0 2 0 883423115 32362496 968 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 7901 968 739 9 0 386 0
[pid=30227/tid=30228] ppid=30225 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 147 0 0 0 0 0 0 0 19 0 2 0 883423116 32362496 980 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 47289409938528 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0713391 s]
/proc/loadavg: 1.93 1.97 1.91 2/192 30227
/proc/meminfo: memFree=1459040/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 11913 0 1 0 5 1 0 0 18 0 18 0 883423115 10724442112 11607 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2618272 11607 1754 9 0 2609006 0
[pid=30227/tid=30228] ppid=30225 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 10736 0 1 0 5 1 0 0 25 0 18 0 883423116 10724442112 11607 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505121065 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.105366 s]
/proc/loadavg: 1.93 1.97 1.91 2/192 30227
/proc/meminfo: memFree=1459040/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10540196 CPUtime=0.11 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 13188 0 1 0 10 1 0 0 18 0 18 0 883423115 10793160704 12852 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2635049 12852 2108 9 0 2625783 0
[pid=30227/tid=30228] ppid=30225 vsize=10540196 CPUtime=0.09 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 11249 0 1 0 8 1 0 0 18 0 18 0 883423116 10793160704 12852 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264726097616 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540196

[startup+0.300352 s]
/proc/loadavg: 1.93 1.97 1.91 2/192 30227
/proc/meminfo: memFree=1459040/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10542400 CPUtime=0.45 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 15786 0 1 0 44 1 0 0 18 0 18 0 883423115 10795417600 15152 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2635600 15183 2201 9 0 2626334 0
[pid=30227/tid=30228] ppid=30225 vsize=10542400 CPUtime=0.28 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 12890 0 1 0 27 1 0 0 18 0 18 0 883423116 10795417600 15185 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505550428 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) 10542400

[startup+0.700265 s]
/proc/loadavg: 1.93 1.97 1.91 2/192 30227
/proc/meminfo: memFree=1459040/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=1.46 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 22502 0 1 0 144 2 0 0 18 0 19 0 883423115 10799661056 18788 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 18788 2225 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=0.68 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14084 0 1 0 67 1 0 0 19 0 19 0 883423116 10799661056 18789 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 47289409653587 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10546544

[startup+1.50113 s]
/proc/loadavg: 1.93 1.97 1.91 4/211 30246
/proc/meminfo: memFree=1390840/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=2.36 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 24004 0 1 0 234 2 0 0 18 0 19 0 883423115 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 20287 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=1.46 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14622 0 1 0 145 1 0 0 20 0 19 0 883423116 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505683825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 250 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 217 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883423117 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 471 0 0 0 1 0 0 0 16 0 19 0 883423118 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.43 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2005 0 0 0 43 0 0 0 15 0 19 0 883423121 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.43 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5280 0 0 0 43 0 0 0 16 0 19 0 883423121 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 20287 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10546544

[startup+3.10085 s]
/proc/loadavg: 1.93 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1382160/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=4.03 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 24972 0 1 0 400 3 0 0 18 0 19 0 883423115 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 21252 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=3.02 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14623 0 1 0 300 2 0 0 25 0 19 0 883423116 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505645210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.05 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 797 0 0 0 5 0 0 0 15 0 19 0 883423118 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.44 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2007 0 0 0 44 0 0 0 15 0 19 0 883423121 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.48 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5296 0 0 0 48 0 0 0 15 0 19 0 883423121 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 21252 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10546544

[startup+6.30121 s]
/proc/loadavg: 1.94 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1381640/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=7.24 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 24990 0 1 0 721 3 0 0 18 0 19 0 883423115 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 21138 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=6.11 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14630 0 1 0 609 2 0 0 25 0 19 0 883423116 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505686951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.14 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 797 0 0 0 14 0 0 0 15 0 19 0 883423118 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.44 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2007 0 0 0 44 0 0 0 15 0 19 0 883423121 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.5 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5297 0 0 0 50 0 0 0 15 0 19 0 883423121 10799661056 21138 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0

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

[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.36 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 906 0 0 0 36 0 0 0 15 0 19 0 883423118 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.44 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2007 0 0 0 44 0 0 0 15 0 19 0 883423121 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.5 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5297 0 0 0 50 0 0 0 15 0 19 0 883423121 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 21256 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 10546544

[startup+15.9014 s]
/proc/loadavg: 1.95 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1381132/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=16.88 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 25155 0 1 0 1684 4 0 0 18 0 19 0 883423115 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 21286 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=15.41 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14647 0 1 0 1539 2 0 0 25 0 19 0 883423116 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505705026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 255 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 271 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.41 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 927 0 0 0 41 0 0 0 16 0 19 0 883423118 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.45 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2008 0 0 0 45 0 0 0 15 0 19 0 883423121 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.51 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5297 0 0 0 51 0 0 0 15 0 19 0 883423121 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 21286 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.88
Current children cumulated vsize (KiB) 10546544

[startup+16.3014 s]
/proc/loadavg: 1.95 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1381132/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=17.28 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 25158 0 1 0 1724 4 0 0 18 0 19 0 883423115 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 21288 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=15.79 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14648 0 1 0 1577 2 0 0 25 0 19 0 883423116 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505645255 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 255 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 271 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.42 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 927 0 0 0 42 0 0 0 16 0 19 0 883423118 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.45 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2008 0 0 0 45 0 0 0 16 0 19 0 883423121 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.51 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5297 0 0 0 51 0 0 0 15 0 19 0 883423121 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 21288 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.28
Current children cumulated vsize (KiB) 10546544

[startup+16.7013 s]
/proc/loadavg: 1.95 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1381008/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=10546544 CPUtime=17.69 cores=0,2,4,6
/proc/30227/stat : 30227 (java) S 30225 30227 28722 0 -1 4202496 25159 0 1 0 1765 4 0 0 18 0 19 0 883423115 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 2636636 21289 2253 9 0 2627370 0
[pid=30227/tid=30228] ppid=30225 vsize=10546544 CPUtime=16.19 cores=0,2,4,6
/proc/30227/task/30228/stat : 30228 (java) R 30225 30227 28722 0 -1 4202560 14649 0 1 0 1617 2 0 0 25 0 19 0 883423116 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 46912505736928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 28722 0 -1 4202560 255 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 28722 0 -1 4202560 271 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 28722 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=10546544 CPUtime=0.01 cores=0,2,4,6
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 28722 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 28722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 28722 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 28722 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 883423117 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=10546544 CPUtime=0.42 cores=0,2,4,6
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 28722 0 -1 4202560 927 0 0 0 42 0 0 0 16 0 19 0 883423118 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 0 0 16800975 18446604453930051456 0 0 -1 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883423119 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738228657 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=10546544 CPUtime=0.45 cores=0,2,4,6
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 28722 0 -1 4202560 2008 0 0 0 45 0 0 0 15 0 19 0 883423121 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=10546544 CPUtime=0.51 cores=0,2,4,6
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 28722 0 -1 4202560 5297 0 0 0 51 0 0 0 15 0 19 0 883423121 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 2 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883423121 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738220953 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883423121 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 4 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=10546544 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883423148 10799661056 21289 33554432000 1073741824 1073778376 140737305900480 18446744073709551615 264738221568 0 4 0 16800975 18446604453930051456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.69
Current children cumulated vsize (KiB) 10546544

[startup+16.8012 s]
/proc/loadavg: 1.95 1.97 1.91 3/211 30246
/proc/meminfo: memFree=1381008/32951124 swapFree=67064576/67111528
[pid=30227] ppid=30225 vsize=0 CPUtime=17.79 cores=0,2,4,6
/proc/30227/stat : 30227 (java) Z 30225 30227 28722 0 -1 4203548 25182 0 1 0 1775 4 0 0 18 0 2 0 883423115 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30227/statm: 0 0 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/30227/task/30237/stat : 30237 (java) R 30225 30227 28722 0 -1 4203588 205 0 0 0 0 0 0 0 15 0 2 0 883423117 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.79
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 16.8027
CPU time (s): 17.8033
CPU user time (s): 17.7533
CPU system time (s): 0.049992
CPU usage (%): 105.955
Max. virtual memory (cumulated for all children) (KiB): 10546544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7533
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25182
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= 1312
involuntary context switches= 491

runsolver used 0.040993 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-12 22:21:15
IDJOB=3492624
IDBENCH=78926
IDSOLVER=1982
FILE ID=node141/3492624-1307910075
RUNJOBID= node141-1307908222-29947
PBS_JOBID= 13559567
Free space on /var/tmp= 2912 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--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-3492624-1307910075/watcher-3492624-1307910075 -o /var/tmp/evaluation-result-3492624-1307910075/solver-3492624-1307910075 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492624-1307910075.wbo

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

MD5SUM BENCH= c0a37f516cf4d2739ccd6d05a55220be
RANDOM SEED=2079207186

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1459336 kB
Buffers:         60760 kB
Cached:       30381228 kB
SwapCached:       8816 kB
Active:       15281948 kB
Inactive:     15261396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1459336 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:       99516 kB
Mapped:          18376 kB
Slab:           884896 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519968 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= 2912 MiB
End job on node141 at 2011-06-12 22:21:32